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 4, 2012Seriously i don't really understand i did the command ''permissions help'' change user name by my name evrywhere and doesn't world again i did ANYTHING the noob tutorial, the turorial video exactly same thing and in game that said me ''You don't have permissions to do this'' evryyyyytttimmmmeeeeeee.... What doesn't work???? thk for help
-
View User Profile
-
Send Message
Posted May 4, 2012@dakester99yourface
I'm getting this same exact issue.
-
View User Profile
-
Send Message
Posted May 4, 2012Codename_B has been one of the best plugin developers out there. He has helped me many times with my own server and plugin requests. Ever since I installed bperms, I've never encountered any issues. I've tried permissionsbukkit and PermissionsEx couple months ago; the installation instruction was very confusing and the setup was hard. With bperms, it is an easy plug-n-play file. I decided to donate $15.00 today!
Good job bperms team! Let us keep up the good work.
-
View User Profile
-
Send Message
Posted May 4, 2012@trout121234
Did not complete downloading
-
View User Profile
-
Send Message
Posted May 4, 2012@Ciph911
Delete configs and try again
-
View User Profile
-
Send Message
Posted May 4, 2012@dakester99yourface
Try using the CraftBukkit auto installer for getting bpermissions if it does not work then i can make a paste of my groups.yml
-
View User Profile
-
Send Message
Posted May 3, 2012Hello, I am experiencing problems with the bperms plugin. I have set the groups.yml with the permissions I have wanted through watching the tutorial video, and even checked with a yaml parser to check for errors, however, players can't access any commands. Then I realised that every time i restarted the server, it reset the groups.yml back to the default blank one. Meaning that it SHOULD work fine, except the server isn't reading any permissions. Does anyone know why it resets the group.yml upon the server startup? Any help is appreciated.
-
View User Profile
-
Send Message
Posted May 3, 2012You helped me make my server!
-
View User Profile
-
Send Message
Posted May 1, 2012Can you remove the HeroicDeath from the config file, because of that plugin is not "UpToDate" ?
-
View User Profile
-
Send Message
Posted May 1, 2012I have a really wierd issue. I have set the default group to "default: guest" and made a special guest group with limited permissions. But whenever someone new joins bPermissions does this:
2012-05-01 23:07:36 [INFO] [34m[bPermissions] [32mSet selected world to world[0m 2012-05-01 23:07:36 [INFO] [34m[bPermissions] [32mciph selected.[0m 2012-05-01 23:07:36 [INFO] [34m[bPermissions] [32mSet ciph's group to builder[0m
When it should be set to guest instead of builder. This used to work before I updated to 2.9.2
-
View User Profile
-
Send Message
Posted May 1, 2012So I use bPermissions for a long time now(6 months),but I have never found this error until now.My permission files work correctly and everything is good but when a user logs in the server it tells me this:(from bottom to top)
01.05 19:57:00 [Server] INFO [debug] * updated via the WorldChecker sync task 01.05 19:57:00 [Server] INFO [debug] Setup superperms for *. took 0ms. 01.05 19:57:00 [Server] INFO [debug] world.world set for 01.05 19:57:00 [Server] INFO [debug] Unknown error! 01.05 19:57:00 [Server] INFO [debug] Setup superperms for . took 0ms. 01.05 19:57:00 [Server] INFO [debug] world.world set for **
The is the name of a player.
I don't know why I get this error,and from my speculations I think it sets up the permission for a player twice.I got to mention I use 5 maps each mirrored form a main one.Also I have Dynamic Effect Whitelist installed that checks if the player is on the whitelist after it sets up superperms for it.
-
View User Profile
-
Send Message
Posted Apr 30, 2012do the AllPermissions plugin will work with is? can PM me bk
-
View User Profile
-
Send Message
Posted Apr 30, 2012Ok, I only have these files in my folder
-
View User Profile
-
Send Message
Posted Apr 30, 2012Hey, this is the pretty much the best permissions plugin out there but I need some help with one thing. I need to change a class with one command an at the moment I am using the command 'exec u:%a a:setgroup v:default' %a means the player's name that is using the command is added automatically, I think. This doesn't work at the moment so I think that I am getting this command wrong. Also is there a permission node that the group that is using this command needs so that they can perform it? If you could answer this it that would be much appreciated. Thank you.
-
View User Profile
-
Send Message
Posted Apr 30, 2012Can tracks.yml demote- and promote-messages still be used with the current version?
I know older builds had a tracks.yml that included this, but they have disappeared i.e. become obsolete?
If they still work, what would be the proper format, as the examples that use them are quite dated.
-
View User Profile
-
Send Message
Posted Apr 29, 2012@Killburner
It's on my to-do list. There's a bit about the shorthand commands already.
-
View User Profile
-
Send Message
Posted Apr 29, 2012Any chance we can get a list of the feature requests that were added to 2.9.2? New commands, etc.
-
View User Profile
-
Send Message
Posted Apr 29, 2012http://forums.bukkit.org/threads/admn-sec-bpermissions-v2-9-0-no-support-on-this-post-ask-for-support-on-bukkitdev-1-2.27409/
Can anyone look on here and help me with my permisisons, I followed the videos and did exacly what they said, but none of the permissions work.
BTW, I know that there is no support on the forums page, but it is much easier to see the nodes. So just click on the link.
-
View User Profile
-
Send Message
Posted Apr 29, 2012negate a node with
^whatever.blahnode
anyways, my question:
when i do /permissions save, all permissions config gets saved except for the main world (world), where it will just revert.
I've tried doing it by changing the yml, changeing in-game, moving everyone to another world then trying, etc.
I know this can be done by restarting server, but why doesn't /permissions save work?
-
View User Profile
-
Send Message
Posted Apr 29, 2012'*' doesn't work with super perms? how do you fix this?