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 Sep 3, 2012Wonderful permission mod, but is it possible to update gui, pleasee)
-
View User Profile
-
Send Message
Posted Sep 3, 2012@codename_B
:D!
-
View User Profile
-
Send Message
Posted Sep 3, 2012@hobby203
Not yet.
-
View User Profile
-
Send Message
Posted Sep 2, 2012Hi, i've recently moved to this plugin from PermissionsEx, and so far i'm loving it. I am, however, at something of a loss around multiple worlds. Our server runs the normal 3 worlds, plus an extra VIP world which only those with the VIP rank can build in, but anyone else can access. My question is that is there a way to mirror the user.yml files, without mirroring the group.yml files too? This is because i'd like for everyone to keep their group whichever world they're in, but control what they can/can't do in specific worlds.
Thanks in advance, Hobby203
-
View User Profile
-
Send Message
Posted Sep 2, 2012@RustyDagger
Hey, I've tracked down the issue (loading large files takes time, hrm)
I'm gonna see what I can do (in terms of making it go faster)
-
View User Profile
-
Send Message
Posted Sep 2, 2012@Melekaiah
You can use setgroup for that.
-
View User Profile
-
Send Message
Posted Sep 2, 2012question. how are prefixes/suffixes handled.
i've been trying to set up groups, one set of main groups. that hold a main title
such as lord / high king /advetnurer etc.
then ive been trying to add a few more groups, with just prefixes and a node or two. ie, "group adventurer" which only has a suffix.
and yet another group which only has a prefix.
and putting each of these "sets of groups" on different tracks. the idea was that you could have a variable promotion system. and to conenct that with actual chats. however very few chats seem to acutally import the group suffix prefix and seems to work mainly only with user file.
I find that i dont want to just ADD groups to users. I would like to replace a specific group for a user. mich means rmgroup and addgroup in its place.
then i have to be clever with the tracks and permissions. groups have highest priority 80-90 prefix groups have 70-79 and suffixes 60 - 69. however... im not sure that would even work.
im going for something like %prefix %group %displayname %suffix : message "the increadbly tired" Nomad Melekaiah "of nowhere"
-
View User Profile
-
Send Message
Posted Sep 1, 2012@fffizzz
Ah, see that helps me track it down. It's probably due to you having a lot of users (and me calculating the inheritance trees for all of them on startup).
Ok, I have a plan.
-
View User Profile
-
Send Message
Posted Sep 1, 2012@codename_B
In regards to this "Attempt to fix the bugs on "/permissions reload" that some folks were having (I hate trying to fix bugs I can't replicate due to lack of info from folks)"
I sent you my files the other day, I still have this problem also. I havent tried 2.9.18c yet though. I will add that even though you see a couple read time outs, after about 2 mins, the server will respond again and people will be able to rejoin and play, so it doesnt "crash" the server.
-
View User Profile
-
Send Message
Posted Aug 31, 2012For some reason my server freezes at the stupid dinosaur picture and then my console will not do any thing else after the dinosaur. this also stops all server side sounds and picking up of dropped items the server is online but its completely unplayable.
If I remove Bpermissions my server loads fine except for bchatmanager going off its nut cause Bpermissions is not on the server ofc. I have updated to the latest version and i have downgraded as well nothing is working for me It just hangs it self :(..
I am using the beta build of bukkit. however it was doing it on the RB as well as I also tried that..
-
View User Profile
-
Send Message
Posted Aug 31, 2012i have setup the permissions just like in the video but when i logout then log into my server again my rank is reset. i set my own as owner but i keep getting reset, does anyone know why this happens?
also anyone can do /promote <playername> <track> how do i fix either/both of these things
-
View User Profile
-
Send Message
Posted Aug 31, 2012Permissions work just fine on my main world 'world', but in 'world_the_end' the permissions are no longer working, even though I edit the groups.yml the exact same way in that folder.
What am I doing wrong? Sorry if I missed out on something, been trying for 2 hours or so. Thanks in advance.
-
View User Profile
-
Send Message
Posted Aug 31, 2012iplock.yml
login-timeout: 5
What actually is this doing?
-
View User Profile
-
Send Message
Posted Aug 31, 2012I am not very smart and don't understand it
-
View User Profile
-
Send Message
Posted Aug 30, 2012Which is the way we should implement custom nodes? The linked example above, or your comment here http://dev.bukkit.org/server-mods/bpermissions/tickets/332-node-children-inheritence/#c1
9000 Ticket Managers 0 Documentation Helpers O_o
-
View User Profile
-
Send Message
Posted Aug 30, 2012@limb06
try parsing the file in the online parser(http://yaml-online-parser.appspot.com/), looks like your off a little bit on line 19 column 15 =). I got the same errors when I tried writing my group/users files manually... i know i followed the spaces and lines but for some reason it wouldnt load with the plugin correctly...... when i copied and pasted it into the online parser it reports nothing wrong with the text.. so I installed the webGUI and started editing it with that tool and they seem to work fine, but it doesn't like when i manually change the files themselves.
-
View User Profile
-
Send Message
Posted Aug 30, 2012[bPermissions] Loading world: world 2012-08-30 14:05:09 [SEVERE] org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here in "<string>", line 19, column 15: priority: '100'
what do I do
-
View User Profile
-
Send Message
Posted Aug 30, 20122.9.14 fixes my /permissions reload and /reload problems. Also, when I used the debug feature every time I did a perm reload it took longer and longer. It went from 15ms per entry to 100ms after a couple times reloading. after a cleanup it was quicker, and on my alt account with less perms was way faster to reload. Is it normal for "setup superperms for azurago" to post 20 or so times?
Sorry about the long posts, trying to explain as best I can since there is no errors. If you want I can start a ticket.
-
View User Profile
-
Send Message
Posted Aug 30, 2012I'm experiencing a problem with WorldGuard 5.5.3 since Version 2.9.15. /permissions reload takes all permissions from WorldGuard and only a server restart fixes the problem. The Problem still persists with Version 2.9.18b, with Version 2.9.14 all is doing fine.
-
View User Profile
-
Send Message
Posted Aug 29, 2012When I do a /permissions reload it takes forever to reload and lags the server much like a /reload. when I do a /reload it takes about 3 seconds or so for each "[bPermissions] Loading world:" to load and I have 6. I am running a test server to narrow down problems I am having. I only have this and Multiverse running. Even without MV it seemed to take longer than normal.
No errors except on my main server which spams "[SEVERE] Unable to setup! null world!" during the bpermissions world load when I /reload. {which is really what I am trying to figure out.) v2.9.18b bperms 1.3.1 2.0 or 1.3.2 beta bukkit builds produce the same thing.
Edit: Done testing all night. /reload /permission reload still kills inheritance permissions but still has permissions for top group they are in.