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 Jul 16, 2012@godgodgodgo
The changelog is that it changes the way how some plugins work.
In my case the update resulted NodeGuard to block all player movement.
As long as i don't know what changes have been made or what specific thing is causing plugins to behave differently than before, i'm sticking to v2.9.8.
-
View User Profile
-
Send Message
Posted Jul 16, 2012Err the new release has the same changelog as the previous?
-
View User Profile
-
Send Message
Posted Jul 15, 2012Quick question, I've got a skylands world but I want to disable flying in only that world but I want the player's prefixes to carry over. What's the best way of achieving that?
-
View User Profile
-
Send Message
Posted Jul 15, 2012@codename_B
Huh? What files are those? The plugin was working at one point and it literally randomly breaks in front of me..
-
View User Profile
-
Send Message
Posted Jul 15, 2012@krone6
using the files in the server root?
yeah that's your issue.
-
View User Profile
-
Send Message
Posted Jul 15, 2012I give up.. This plugin does NOT want to work at all...No errors, nothing.. Just quits on me and never works again. I also tested this on a newly made test server with a fresh download from here...
default: default
Even something as simple as that with the bpermission chat plugin installed doesn't even work. At one point it was working like I wanted it too, then it quit.. Anyone have any ideas?
-
View User Profile
-
Send Message
Posted Jul 15, 2012@codename_B
But it's in conflict with Essentials, because, when I remove bPerms, the Chat color for Admins comes up as Green (the color I want). And if I remove Essentials(Particularly EssentialsChat) none of the prefixes/suffixes of bPerms work at all. So the problem is in bPerms, not in Essentials.
-
View User Profile
-
Send Message
Posted Jul 14, 2012@Ninjahan
/permissions import gm
imports all things from groupmanager
@TheManiacPT
bPermissions does absolutely ZERO chat formatting, not my fault if you have more than one chat plugin installed.
-
View User Profile
-
Send Message
Posted Jul 14, 2012There's a current chat issue between bPermissions and Essentials, cause the Chat Format from Essentials is being overridden by bPerms, but the, so I can't use a colored Chat at all...because since bPerms is overriding Essentials Chat Formats, I can't set a certain Rank a certain Chat Color...because such thing doesn't exist in bPerms. Any idea how to fix this?
-
View User Profile
-
Send Message
Posted Jul 14, 2012What if i want to move to permissions and I'm using group manager..do it have to redo everything??
-
View User Profile
-
Send Message
Posted Jul 13, 2012I get this when I shut down the server
10:47:14 [INFO] [bPermissions] Disabling bpermissions v2.9.8
10:47:14 [INFO] Permissions for world:world did not load correctly, please consult server.log.
10:47:14 [INFO] {bPermissions] Disabled
-
View User Profile
-
Send Message
Posted Jul 12, 2012@minniebc
The star node doesn't work with bperms. Just do it like this: groups: Admin: permissions: - pluginame.* - pluginname.* groups: - default meta: priority: '100' prefix: '&5Admin' replace pluginname with the name of the plugin :P Hope this helps you!
-
View User Profile
-
Send Message
Posted Jul 12, 2012Hi, i'm new to bpermissions and i have spent a lot of time trying to work this but i cant get some permissions to work.
Am I doing anything wrong?
default: default
groups:
Admin:
permissions:
- '*'
groups:
- default
meta:
priority: '100'
prefix: '&5Admin'
default:
permissions:
- ChestShop.shop.*
- iConomy.accounts.give
- iConomy.accounts.take
- iConomy.holdings
- iConomy.payment
- justwarp.warps.all
- just.warp
- towny.town.spawn.town
- towny.top
- towny.town.*
- towny.town.spawn.*
- towny.wild.*
groups: []
meta:
prefix: '&8Citizen'
suffix: ''
-
View User Profile
-
Send Message
Posted Jul 12, 2012@TheManiacPT
Are you using a plugin for colours? We recommend bChatManager: http://dev.bukkit.org/server-mods/bchatmanager/
-
View User Profile
-
Send Message
Posted Jul 11, 2012@TheManiacPT
Perhaps try using "prefix" instead of "suffix."
-
View User Profile
-
Send Message
Posted Jul 11, 2012How do you import groups from other plugins? I'm can't find a tutorial on it. Thanks guys!
-
View User Profile
-
Send Message
Posted Jul 11, 2012@themadman300
How do I make the Chat color of a person a be a certain color, because idk if it's in the suffix, because when I put something in there, it doesn't change the chat color, it only changes the color of a word written next to the color code in the meta-suffix part. Like, I want the chat color of a person to be green:
-meta: -suffix: '&2'
but that doesn't work. it would still show up as white.
What it changes is this:
-meta: suffix: '&2 [OWNER]'
Then, after my name, that word would show up, but the chat color is still white.
How do I change the chat color of a person?
PS: I'm using Vault and Essentials (including EssentialsChat). Tell me if the problem is related with this two?
-
View User Profile
-
Send Message
Posted Jul 11, 2012I get this when I shut down the server
10:47:14 [INFO] [bPermissions] Disabling bpermissions v2.9.8 10:47:14 [INFO] Permissions for world:world did not load correctly, please consult server.log. 10:47:14 [INFO] {bPermissions] Disabled
-
View User Profile
-
Send Message
Posted Jul 10, 2012Hello, I have a problem with the plugin :( When I make groups, it just deletes them all! I make the groups the way it says in the example groups file. But when I reload the server, it just wipes all the groups out except for guest, and adds a new one called default! Why does it do this? Please help me!
-
View User Profile
-
Send Message
Posted Jul 9, 2012Hi !
How I can copy the permissions of the main world to other worlds with a command ?