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 May 25, 2013My server experiences a severe lag spike every time a user's group or prefix is changed, when a permission node is added to a group, and when a new player joins. This happens even when cpu and disk load are extremely low. Any idea what could be causing it?
-
View User Profile
-
Send Message
Posted May 24, 2013So... Um. I have just created my first server within the last week, and after choosing this for a perms manager, I am wondering if I could shorten my work by adding an Admin group with a single node that gives them access to all commands. I briefly looked this up, and I only came up with "*" for a different plugin, and I would like to check if this would work/break my game/etc. Also, will I need the whole build node thing to enable building?
-
View User Profile
-
Send Message
Posted May 24, 2013Hi my server with bperms is working fine apart from that NO-ONE not even ops can build.. suggestions??
Do i do this?
default: permissions: groups: meta: builder: true prefix: priority:
If i do plz let me know
-
View User Profile
-
Send Message
Posted May 24, 2013@evilnucca
It is also Breaking VanishNoPacket permissions .. Is there a uppdate comming soon ?
-
View User Profile
-
Send Message
Posted May 22, 2013Hello, I am not a server owner but in the server itself, I set my prefix by using /world, /user, /user setgroup and then setting the prefix, but I noticed that when I attempt to change my group, the prefix stays the same, for example the prefix is [Admin] and I type in /promote <my username> moderator or something along the lines of that, my group changes but the prefix stays the same, in order to change the prefix, I would manually need to do that. I am not sure on how to fix that, if it's even possible and I am fairly certain that there is a pretty easy way to fix it, but I am not very good in that field, so how do you "fix" the issue, where you can just change the groups and the prefix just by doing /promote, thank you for your time.
-
View User Profile
-
Send Message
Posted May 22, 2013Can I get an explanation on the priority feature?
-
View User Profile
-
Send Message
Posted May 22, 2013This plugin Breaks Jobs granting permissions Needs to be updated please check into it thanks.
-
View User Profile
-
Send Message
Posted May 22, 2013Amazing plugin, thank you very much for making it! :)
-
View User Profile
-
Send Message
Posted May 21, 2013does this use wepif
-
View User Profile
-
Send Message
Posted May 20, 2013Okay... Here we go... NOTHING WORKS IN GROUPS .YML SOMEONE HELP PLEASE
-
View User Profile
-
Send Message
Posted May 20, 2013I am setting this up with bukkit forge and Tekkit lite.
-
View User Profile
-
Send Message
Posted May 20, 2013Ok, so I have updated it a ton (the prefixes work) but the permissions are still fighting me
http://pastebin.com/nyhQ8rKm
-
View User Profile
-
Send Message
Posted May 20, 2013Hello,
Whenever anyone joins my server they don't get the permissions set up for them or a prefix.
http://pastebin.com/GyQFkf5h
Could someone help me?
All the Users.yml is
users:
migraine_maddox:
permissions:
groups:
- owner
Meta:
Thanks so much!
-
View User Profile
-
Send Message
Posted May 16, 2013Thanks for creating and sharing this plugin.
bPermissions v2.10.4 is working great on CraftBukkit 1.5.2-R0.1 with Java 1.7.0_15 x64 (on Windows 7 x64) and Java 1.7.0_21 x64 (on Ubuntu Server 12.04.2 LTS)
LHammonds
-
View User Profile
-
Send Message
Posted May 15, 2013@Levieye
Is it possible to add a command to set a prefix in all worlds? It doesn't work with the current /exec command because of the multiple words when you set it. If you could do this that could be awesome and appreciated!
-
View User Profile
-
Send Message
Posted May 13, 2013@SirDonko Read the "New shorthand commands!!" section above.
-
View User Profile
-
Send Message
Posted May 11, 2013On my server I have 4 worlds; survival, survival_nether, world, and world_nether. Is there a command to add a user to a group in all worlds? I don't want to have to select each world individually and add my users to a group.
-
View User Profile
-
Send Message
Posted May 11, 2013Is there a way to get bPermissions to stop blocking commands? for some reason the /f command for factions stops working once i enable bPermissions. is there a way to fix this or figure out why b Permissions is doing it?
-
View User Profile
-
Send Message
Posted May 11, 2013@Golden_Puffle
I do exactly what I do here, what I'm expecting is to add myuser to the group mygroup so that player have both groups, the default one and the added by this command (What "addgroup" means, not more, not less).
Theorically it can be done with bPermissions but It doesn't work by /exec command. (It does by editing files)
http://dev.bukkit.org/server-mods/bpermissions/pages/bpermissions-command-list/
-
View User Profile
-
Send Message
Posted May 11, 2013@NemesisMate
Are you trying to make a new group? or trying to add a group to the players inheritance? I would have thought that that command would make changes in the user file not group file.
if you are trying to add the player to a group so his prefix is that of that group then it would be u:(username) a:setgroup v:(Rank) or if you are trying to add a new group I have not tried that but expect one would have to then figure how to add the meta priority so its not 0 using this command config, I have not done this before but in a test run one way made a new user file with the priority.
either way the one you showed I would have expected to make a new user file or adjust the user file and not make a group file... sorry if this does not help. I am updating my perms so will experiment a bit and if find a way will let you know.