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 Jun 13, 2014@SuperPyroManiac
UUID support isn't relevant until 1.8, which is some time away. I'm waiting to see whether the beta I released a couple days ago fixes the many bugs before implementing UUID support.
-
View User Profile
-
Send Message
Posted Jun 12, 2014No UUID support yet?
-
View User Profile
-
Send Message
Posted Jun 10, 2014@VideoGameBlackBelt
Yeah space has to be added in config
-
View User Profile
-
Send Message
Posted Jun 10, 2014@rymate1234
Oh k thanks I already have essentials chat so I can use that and I'm guessing I add the space in the config? Cause I've tried ingame.
-
View User Profile
-
Send Message
Posted Jun 10, 2014@VideoGameBlackBelt
Essentials itself doesn't display chat prefixes, EssentialsChat is needed for that. And to have a space in a prefix you just add a space to the prefix.
-
View User Profile
-
Send Message
Posted Jun 9, 2014@arriej
K I'll use essentials, didnt think that essentials had it though........ Anyway what I've been asking is how I have a space after the prefix if its bold like how mineplex has bold and a space between the username and prefix?
-
View User Profile
-
Send Message
Posted Jun 9, 2014Ok just released a beta that should hopefully fix things.
Sorry for no releases for 9 months :/
-
View User Profile
-
Send Message
Posted Jun 9, 2014@VideoGameBlackBelt
just use the minecraft color codes.
like this:
And that will look like this:
And then to make them speak in some color you can use bchatmanager. or essentials. Or what ever you want to use really.
-
View User Profile
-
Send Message
Posted Jun 2, 2014@sakura_blades
Ok i got the the colored chat for certain ranks down I see a few plugins for that, but I don't know which is the best for that. Also I tried what you said to add a space, didn't work.
-
View User Profile
-
Send Message
Posted Jun 1, 2014Why are people still asking for 1.7.2 support? While 1.7.2 is incompatible with 1.7.9, they're both going to be "afflicted" by the UUID update anyhow, so there's no point in staying with 1.7.2.
-
View User Profile
-
Send Message
Posted May 31, 2014Please add support to BungeeCord, it won't work at all!
-
View User Profile
-
Send Message
Posted May 30, 2014@VideoGameBlackBelt Try putting a space after your prefix, and before your suffix.
If you want colored txt per groups, set the suffix to a color code?
I personally just use a chat channel system to integrate all of this plus the prefixes and suffixes of bperms.
-
View User Profile
-
Send Message
Posted May 28, 2014How can I add a space between the users name and prefix? I think it only doesn't have a space if its bold and if it isnt bold it has a : instead? Also is there a way to have the chat be a certain color when they talk for everyone?
-
View User Profile
-
Send Message
Posted May 28, 2014Hello. Great plugin, using it for over a year. Would be very nice if you could update to 1.7.2.
Thank you!
-
View User Profile
-
Send Message
Posted May 23, 2014PLease update to 1.7.2
-
View User Profile
-
Send Message
Posted May 14, 2014Will UUIDs be added to this pluggin
-
View User Profile
-
Send Message
Posted May 11, 2014I use bpermissions for pretty much everything on my server, along with world edit and essentials. I was wondering how i could create warps that only members of a specific group could use. I also want to know how to let the members of each group use essentials [warp] signs to warp to the locations. (example) Billy donated to the server, and with the donation gets to go to the donator shop, with better items and prices than the regular shop. How can i set it up so that only billy and any members of any rank above his can warp there, using either /warp dshop or clicking a sign, while members/citizens can not? If you know the answer to my delay, please take the time to respond to this comment. Thanks!
-
View User Profile
-
Send Message
Posted May 2, 2014An update will be apreciated :)
-
View User Profile
-
Send Message
Posted May 2, 2014@LolPLace
Yes please do. I needs it.
-
View User Profile
-
Send Message
Posted Apr 27, 2014please update to 1.7.2