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 16, 2012Weird, users are being added to my groups file.
-
View User Profile
-
Send Message
Posted Mar 16, 2012the only problem ive had is on the promotion tracks is there a way to make sure the promoted player is in the user list? ive mistyped names and it adds that name to the user list and im there wondering why it didnt go threw.
-
View User Profile
-
Send Message
Posted Mar 16, 2012Just wanted to say great work man congrads! me and my server thanks u a lot for this plugin. i never have had any issues, well then again i have been running a server for about 1 1/2 years now
-
View User Profile
-
Send Message
Posted Mar 16, 2012<<reply 595404="">>
build perms are not part of this plugin, you need anti-guest or something similar.
-
View User Profile
-
Send Message
Posted Mar 15, 2012Maybe I'm missing something because I've read the tutorials, but is there permissions or flags that enables build rights per group? Every other permission system I've seen has it in the groups.txt file, but this one doesn't have that field. Any help would be appreciated as I like to keep my server open, but without buildrights, some people who forget logblock exists keep griefing.
-
View User Profile
-
Send Message
Posted Mar 15, 2012@Zooey105
after you make the changes in the config, you do not want to do a /perm save. That will overwrite any changes you made. Instead, change config then do a /perm reload. All new setting will now load up.
-
View User Profile
-
Send Message
Posted Mar 15, 2012Hi - I can't find anything about this in the FAQ and I just switched from PermissionsBukkit..
Whenever I edit one of the main .yml files to add a permissions or change a group, I have to reload or reset the server for changes to take effect. Saving the .yml and /permissions reload-ing does nothing. Using the commands does work, but I have a lot of stuff to convert and that might end up being tedious.. Is there a way I can edit the .ymls without having to reload the entire server?
-
View User Profile
-
Send Message
Posted Mar 14, 2012@codename_B
I am aware of the commands page, and that was the first place I looked.
However I do not see anything comparable to /perm global lsgroup command, or any command at all that let's you check user's current groups.
-
View User Profile
-
Send Message
Posted Mar 14, 2012Two questions:
1.) I have a config "issue"... I'll just outline my setup:
I have 3 different worlds (build, towny, creative). I created "global" groups admin, smoderator, moderator (use-global-files=true) + in every world "custom" permissions for each of that groups. My idea was: If I set someone "moderator" in build and "default" in towny, he (in the build world) inherits the permissions of the global "moderator" group + he gets the custom "moderator" permissions of the build world, but in the towny world he is only "default"
hm better add code: http://pastebin.com/dWb6Cvyf (this is just an excerpt, the groups etc. are correctly named)
So kinda I'd like to have user A (moderator in build, default in towny) have
- bukkit.command.kick
- worldguard.region.setpriority.* (sorry for the link here, I don't know how to force plain text)
in the towny world but nothing of that in towny. The problem is that user A wouldn't have the kick permission neither of those (espescially not in build) :/ One "solution" that I have found is: assign the player globally to the moderator group, but then he will have the "basic" moderator commands in every world (especially in towny).
My fault or a bug? (If the former is the case, could someone give me a hint how to do that? my global groups will have around 2k lines, I REALLY don't want to add them to each world.) Maybe I just didn't get the principle of your inheritance but that's just how it feelt most intuitive to me.
2.) What seems to be a bug: If you assign bPermissions.admin in the global files to a group (or user) the user won't actually have that permission, only if you add that node to the world files.
I got an idea to solving my 1st problem, I didn't think it through very much though: Maybe I could define global "Template"-groups for admin, mod, etc. and every local admin etc. group inherits from them.
"3.)" A humble request: Could you maybe add a world "requirement" to the tracks.yml So that I can define a track "abc" which will only be apllied in the world "A", no matter where the to be promoted user currently is?
Laoyut-wise maybe something like
tracks:
test:
world: A (I'm not 100% about the syntax here, but this probably has to be a single value, otherwise there will be problems with a user able to have different progressions in different worlds)
groups:
- 1
- 2
(http://dev.bukkit.org/server-mods/bpermissions/tickets/180-tracks-messed-promotes-on-all-worlds-in-the-same-track/ seems related, I'm just not 100% sure)
edit: whoa that one got unexpectedly long, sorry
edit 2: ah forgot to add versions: CB 1.2.3-R0.2, bPerm 2.9.1 running on a Ubuntu 10.04 LTS
-
View User Profile
-
Send Message
Posted Mar 14, 2012@Damimad
Well you probably have a plugin limiting dropping items by permissions.
-
View User Profile
-
Send Message
Posted Mar 14, 2012OPs can drop items, but regular members can not. What is this about?
-
View User Profile
-
Send Message
Posted Mar 13, 2012Hello
for me sql setting don't work on the previous built, that is normal? It's fix ? Thx.
(i need it for my website:) )
-
View User Profile
-
Send Message
Posted Mar 13, 2012Anyone else getting a Too many arguments error when selecting a world? And when I try a different world ( Say world instead of world one) I get some major errors thrown in my face and it doesn't even start.
-
View User Profile
-
Send Message
Posted Mar 13, 2012@imaxorz
http://dev.bukkit.org/server-mods/bpermissions/pages/bpermissions-command-list/
-
View User Profile
-
Send Message
Posted Mar 12, 2012Have the /perm global commands been removed? Such as /perm global lsgroup [player]
Any other way to check what group the [player] belongs to in game?
-
View User Profile
-
Send Message
Posted Mar 12, 2012@allard1997
if its urgent allard you should probably start a ticket. comments are well.... comments. they just get used as "informal" help
-
View User Profile
-
Send Message
Posted Mar 12, 2012Can someone help me real quick when there is urgent because it happens more and more!!! (see comment #1640)
-
View User Profile
-
Send Message
Posted Mar 12, 2012@Qwahchees
I just converted from PB myself. Read the FAQ at least 3 times. there is no converter. I did everything by hand. The FAQ and example docs are well done. Its what saved me, I'd suggest the same to you man :)
Digi
-
View User Profile
-
Send Message
Posted Mar 12, 2012@Digitalink2008
Ok folks, a note to those using these plugins
CommandBook version 2.1-SNAPSHOT WorldGuard version 5.5.2-SNAPSHOT
I was able to figure out what I was struggling with. Some functions were moved out of WorldGuard into Commandbook. Took some digging on Github to figure it out but i got it. You must do two things to get god working agian.
First change your nodes from - worldguard.god
to - commandbook.god
then make sure you check the config.yml for commandbook. I believe that module is disabled by default. move the - god tag into the enabled section and reload. You should be good.
Digi
-
View User Profile
-
Send Message
Posted Mar 12, 2012Both in root and the world.