bPermissions
bPermissions
Welcome to bPermissions, a Superperms Manager for Bukkit! bPermissions focuses on being unique from the rest of the Permission managers. It's very simple to set up and use, it's lightning fast, fully featured, and has a great support team!
Some features:
- bPermissions has a gui client specifically designed to make running a server so easy that you'll forget that you ever used any other permissions plugin. Get it here!
- bPermissions has a unique command structure, never before seen in a permission manager. It's best used for adding lots of nodes to a user or group from the console or in-game, less typing!
- bPermissions has everything you would expect from a Permissions manager. Prefix and suffix support, inheritance, per-player permissions, multiworld support, promotion/demotion tracks, and even group priorities for multi-group setups.
- Note - bPermissions only defines prefixes and suffixes. You need a chat plugin such as bChatManager for them to show up in chat.
Commands
Say you have a user called 'Bob' and you want to put him in the group 'admin' and give him the prefix 'awesome'.
- /world yourmainworld - selects the world "yourmainworld"
- /user bob - selects the user "bob"
- /user setgroup admin - set bob's group as "admin"
- /user meta prefix awesome - set bob's prefix to "awesome"
You can do the same with groups!
- /world yourmainworld - again, selects the world
- /group admin - selects the group "admin"
- /group addgroup moderator - makes the admin group inherit from the moderator group
- /group meta prefix &c[Admin] - sets the admin prefix to "&c[Admin]"
Some other commands are as follows
- /permissions (or /bperms,/bp,/p) - general commands for bPermissions are prefixed by this
- /permissions import pex - import a pex permissions.yml in the pex folder
- /permissions reload - reloads your bPermissions files
- /permissions save - if auto-save is false, this saves your perms
- /permissions backup - backup your permissions
- /permissions helpme - for the lazy among you, this spews out some basic permissions files into your folder.
In order to use these commands, you'll need the permissions node bPermissions.admin
For configurable /promote and /demote tracks, you'll want to use permissions tracks. To read about those, visit this page
Want more commands? We have some others over on the commands page. Check 'em out!
Editing Files
bPermissions creates per world groups.yml and users.yml files in the bPermissions folder, which allow you to configure permissions on a per world basis.
Because bPermissions was designed to be configured largely via commands, bPermissions will often overwrite changes to these files especially if you /reload or restart the server.
If you've edited the files, you MUST use /permissions reload to load the modified files into the server, otherwise the permissions changes won't apply. Because a standard /reload unloads all plugins like a server stop, we cannot tell the difference between them and this will overwrite changes to your files with whatever the server last stored.
World mirroring
Worlds are mirrored like so:
world_mirroring_to: world_mirroring_from world_nether: world world_the_end: world
This duplicates the whole config for that world. Currently there's no way to have just the users or the groups mirrored, stay tuned for an update that adds this!
bPermissions and EssentialsChat
Allow me to put this issue to bed. Essentials Chat + bPermissions works for prefix and color.
This guide is for current users of EssentialsChat and want to use bPermissions along with it.
Players have colored rank prefixes and faction chat modes are also colored. All text can be colored by the players too using color codes such as &c.
bPermissions\world\groups.yml ( code snippet )
default: default groups: ## Peasant ## default: permissions: - group.default - group.userannouncer - group.userauction groups: - userannouncer - userauction meta: priority: '100' ## Citizen ## rank1: permissions: - group.default - group.rank1 groups: - default meta: priority: '200'
It has nothing configured for prefix but the group names are important (default, rank1)
Essentials\config.yml ( Code Snippet )
change-displayname: true #add-prefix-suffix: false player-commands: - chat.color - chat.format - chat.shout - chat.question chat: radius: 0 group-formats: default: '&8&lPeasant &r&8{DISPLAYNAME}&7:&r {MESSAGE}' rank1: '&8&lCitizen &r&7{DISPLAYNAME}&7:&r {MESSAGE}' moderator: '&e&l[Mod] &r&3{DISPLAYNAME}&7:&r {MESSAGE}' admin: '&c&l[Admin] &r&e{DISPLAYNAME}&7:&r {MESSAGE}'
Please direct all other Essentials support to their official support networks.
How do I get support?
First, we highly recommend you go read the FAQ page. If the answer isn't there, there's a few options of support.
- Visit the #bananacode irc channel on irc.esper.net. Just head there, as your question, and wait for someone to help you. It might be a while before you get an answer, so be patient!
- You can file a ticket. This is recommended if you don't have the time to hang around in the IRC or you have a bug report. Be prepared to check back to the ticket though, and make sure you attach your bPermissions groups and users yml files to the ticket.
- Comment on the bPermissions main page.
Note that as there's only one (slightly inactive) maintainer at the moment, any support queries may take some time.
However you choose to get support, "pls dont use txt spk," and make sure you use actual grammar.
I'm a developer!
If you wish to hook your plugin into bPermissions, please see the Developer Page for more information! If you wish to contribute code to bPermissions, fork us on GitHub!
Development builds of this project can also be downloaded from GitHub now. These builds have not been approved by the BukkitDev staff, and are possibly buggy. Use them at your own risk.
-
View User Profile
-
Send Message
Posted Dec 20, 2011@x66dme66x
I am having the same problem as you! I hope someone knows the fix.
-
View User Profile
-
Send Message
Posted Dec 20, 2011Hi im having trouble. i just finally got around to updating to 1.0 i only have bPerms and Minequery as plugins so far. my world.yml looks like this:
default: Member groups: Member: - bPermissions.build
Yet still no one can build. help me out please? (i feel dumb that ive been using this plugin for a while yet i cant figure this out)
-
View User Profile
-
Send Message
Posted Dec 19, 2011This is definitely the Permissions plugin for me, but your system is trying to index/register NPCs from the Citizens plugin (of which there are several hundred), and it's eating my server alive every time we modify any nodes. @_@
Can anything be done?
-
View User Profile
-
Send Message
Posted Dec 19, 2011@EstJoel
@EstJoel
I think they mentioned that they are re-working the tracks.yml
In the meantime we just use the basic bPerms command to add a group to a player. You can find it on the commands page.
/permissions <global, or world name> addgroup <group name> <player name>
-
View User Profile
-
Send Message
Posted Dec 19, 2011@lawliet555
If most of your users are default group I highly suggest just setting up your non-default ranked members manually, since bPermissions does not add people to the permissions file if they have nothing but the default group.
This coming from someone with previously a SQL PEX setup that had over 40,000 users registered.
-
View User Profile
-
Send Message
Posted Dec 19, 2011Hi. I want to have a secret vault that only I can enter (I am the owner, only 1 other friend).
Using WorldGuard, I made it so that only admins can enter, which is perfect - but my friend HAS to be an op too otherwise he can only derp around the world and do nothing.
So is there a way, I can make an Admin rank, that can do everything (like a default op) and then a 'Mod' rank, like what he can be, so he can still use the same commands and build/destroy, but NOT enter this WorldGuard region.
If someone could help me, I'd be much appreciated.
-
View User Profile
-
Send Message
Posted Dec 18, 2011Currently I am using Pex and am looking at switching to your permissions manager.As the permissions file i currently use is 20k lines long it is decently inconvient to have to manually convert over to your format. Is there a converter that can take the format Pex uses and switch it over to bPermissions.
Thx
Sayomie
-
View User Profile
-
Send Message
Posted Dec 18, 2011I just cannot promote/demote, in the console nor ingame... I have read that some people have the same problem, but can you fix that? I'm using bPermissions 2.1.4b and CB 1597.
-
View User Profile
-
Send Message
Posted Dec 18, 2011I love this and I've been using for awhile now with only 1 problem which got fixed.. but for curiosity's sake.. what do the "bananaprotect.XXX" even do??
-
View User Profile
-
Send Message
Posted Dec 18, 2011@imaxorz
same here. they gotta get this fixed
-
View User Profile
-
Send Message
Posted Dec 17, 2011@strupan
You need to add the permission bPermissions.build to the worldname.yaml in the root of your server folder. if you're using a 2.0 beta you can just delete the worlds directory. Perhaps you should be using 1.9 until 2.0 is released fully and we have proper documentation on it.
-
View User Profile
-
Send Message
Posted Dec 17, 2011@Darq_Alder
yeah but if you saw my config a little more, my group was in member, NOT guest.
-
View User Profile
-
Send Message
Posted Dec 17, 2011@strupan
Did you not bother to read anything on this page?
IF you would have read the plugin page (Which FYI you should ALWAYS DO for ANY plugin), you'd know that in order to build, a group/player needs the permission "bPermissions.build".
-
View User Profile
-
Send Message
Posted Dec 17, 2011Using he latest version, can't build anything!
Here is the configs
salva.yml http://pastie.org/3034340
salva.yml within worlds folder http://pastie.org/3034342
-
View User Profile
-
Send Message
Posted Dec 17, 2011@bazookapooka
http://dev.bukkit.org/paste/4158/
-
View User Profile
-
Send Message
Posted Dec 17, 2011hey can someone give me a world.yml file so i can see how to set up thanks
-
View User Profile
-
Send Message
Posted Dec 17, 2011I have bperms and noone can build... they have the bPermissions.build and still cant build... this is a copy of my world.yml:
groups: Noob: - prefix.0.[guest] - bPermissions.build - bukkit.broadcast.user - iConomy.user moderator: - prefix.50.[mod] - ChestShop.mod - bPermissions.demote.moderator - bPermissions.promote.moderator - bukkit.command.ban - bukkit.command.ban.ip - bukkit.command.ban.player - bukkit.command.gamemode - bukkit.command.kick - bukkit.command.unban - bukkit.command.unban.ip - bukkit.command.unban.player admin: -prefix.100.[owner] - ChestShop.* - ChestShop.admin - ChestShop.name.(some name) - ChestShop.shop.* - ChestShop.shop.buy - ChestShop.shop.buy.(itemID) - ChestShop.shop.create - ChestShop.shop.create.(itemID) - ChestShop.shop.sell - ChestShop.shop.sell.(itemID) - bPermissions.admin - bPermissions.demote.admin - bPermissions.iplock.lock - bPermissions.promote.admin - bukkit.broadcast - bukkit.broadcast.admin - bukkit.command - bukkit.command.give - bukkit.command.help - bukkit.command.kill - bukkit.command.list - bukkit.command.me - bukkit.command.op - bukkit.command.op.give - bukkit.command.op.take - bukkit.command.plugins - bukkit.command.reload - bukkit.command.save - bukkit.command.save.disable - bukkit.command.save.enable - bukkit.command.save.perform - bukkit.command.say - bukkit.command.stop - bukkit.command.teleport - bukkit.command.tell - bukkit.command.time - bukkit.command.time.add - bukkit.command.time.set - bukkit.command.toggledownfall - bukkit.command.version - bukkit.command.whitelist - bukkit.command.whitelist.add - bukkit.command.whitelist.disable - bukkit.command.whitelist.enable - bukkit.command.whitelist.list - bukkit.command.whitelist.reload - bukkit.command.whitelist.remove - bukkit.command.xp - craftbukkit - iConomy.* - iConomy.accounts.* - iConomy.accounts.create - iConomy.accounts.empty - iConomy.accounts.give - iConomy.accounts.purge - iConomy.accounts.remove - iConomy.accounts.set - iConomy.accounts.status - iConomy.accounts.status.set - iConomy.accounts.take - iConomy.help - iConomy.holdings - iConomy.holdings.others - iConomy.payment - iConomy.plus - simpleregionmarket.* - simpleregionmarket.admin - simpleregionmarket.buy - simpleregionmarket.create - simpleregionmarket.rent - simpleregionmarket.sell - wolfpound.* - wolfpound.admin - wolfpound.adopt - wolfpound.debug - wolfpound.help - wolfpound.limit - wolfpound.price - wolfpound.version players: gatt427: - default - moderator - admin HerpaDerpa: - default - moderator - admin Derpy: - default - moderator
-
View User Profile
-
Send Message
Posted Dec 17, 2011Just updated to 2.1.4b and /promote doesn't work anymore :/ I tried in game and in console.
And I've lost support for HeroChat (it's not updated for superperms yet)
-
View User Profile
-
Send Message
Posted Dec 17, 2011@jodizz57
This plugin replaces the OP system.. read above tihs post.. -.-
-
View User Profile
-
Send Message
Posted Dec 16, 2011ops cant build on my server... Why is this?