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 Mar 5, 2012@codename_B
yes, i'm using essentials?
-
View User Profile
-
Send Message
Posted Mar 5, 2012@iiAnderson
Everyone is op?
-
View User Profile
-
Send Message
Posted Mar 5, 2012Okay thanks, fixed that but the prefix's dont work and nor do the permission nodes, every rank has everything! This is the same on every permissions plugin i have tried!
-
View User Profile
-
Send Message
Posted Mar 5, 2012@Puremin0rez
world_nether: '*' world: '*'
etc...
@iiAnderson
It's simple, on line 19, column 9 of your groups.yml you have an error
-
View User Profile
-
Send Message
Posted Mar 5, 2012I have tried using this permissions but i cant get it to work. Every time i run the server i get lots of YAML errors and all of the groups and permissions i have set up don't work. Also it doesn't work when i use the example groups and users. Here is the error message when using the example groups you gave us. [SEVERE] org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here in "<string>", line 19, column 15: priority: '100' ^ 09:53 AM [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) 09:53 AM [SEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143) 09:53 AM [SEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109) 09:53 AM [SEVERE] at de.bananaco.bpermissions.imp.YamlConfiguration.load(YamlConfiguration.java:17) 09:53 AM [SEVERE] at de.bananaco.bpermissions.imp.DefaultWorld.loadUnsafe(DefaultWorld.java:91) Any help would be appreciated! iiAnderson
-
View User Profile
-
Send Message
Posted Mar 4, 2012@codename_B
How would I go about mirroring Global?
-
View User Profile
-
Send Message
Posted Mar 4, 2012@Puremin0rez
world has priority over global, if you like you CAN mirror all files to global rather than having per-world files.
@kenster132
Using... essentials?
-
View User Profile
-
Send Message
Posted Mar 4, 2012NEED HELP! got the permmisions to work so my players can use commands they just can't build! what do i do D:?
-
View User Profile
-
Send Message
Posted Mar 4, 2012I'm currently using the global files but the world folders are still having priority over global.
Promotes myself to Mod > Moderator in Global > Not Moderator in world > Not Moderator on server
I'm not sure why it still reads from the worlds files when I use global. It's not letting me promote people correctly because it uses both files it seems like
/world * /user Me /user setgroup Moderator
Results in me only being moderator in the global file yet still takes the rank from world folder.
-
View User Profile
-
Send Message
Posted Mar 4, 2012<reply 571782>>
hey man you dont have to be so mean but anyway i found the log and figured it out had to do with an error in my groups
-
View User Profile
-
Send Message
Posted Mar 4, 2012Every time i copy over my bpermissions groups.yml and i start the server bpermissions removes all the nodes??
-
View User Profile
-
Send Message
Posted Mar 4, 2012@kingturgan
Why/how how are you running a server?
-
View User Profile
-
Send Message
Posted Mar 4, 2012@codename_B
Im sorry but where is the server log?
-
View User Profile
-
Send Message
Posted Mar 4, 2012Works on MC bukkit 1.2.3 #2036. I changed Permissions(Yeti) to this plugin. Because Yeti's Permissions is not work on Bukkit 1.2.3. Thank you very much. You are great.
-
View User Profile
-
Send Message
Posted Mar 4, 2012@codename_B
Thanks, I'll find out how to make a mirror file. :)
-
View User Profile
-
Send Message
Posted Mar 4, 2012@kingturgan
Then you have an error in your file, consult your server log.
@Enockser
You can use mirrors.yml to mirror files (like a sym-link)
-
View User Profile
-
Send Message
Posted Mar 4, 2012Okai, I'll do MultiWorld on my server and wondered if it is possible to have the same user.yml and group.yml for all the worlds? Like a global file?
-
View User Profile
-
Send Message
Posted Mar 3, 2012@asasineblade
its up and running right now just download the latest realse
-
View User Profile
-
Send Message
Posted Mar 3, 2012Ok im sure this is prolly been posted but im getting [permissions for world:world did not load corecctly please consult server log. help please?!
-
View User Profile
-
Send Message
Posted Mar 3, 2012Any idea when the 1.2 version would be available? my server hosts about 400 players total, and we really are depending on this plugin!!! :D