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 Nov 13, 2012I noticed you do not support * permissions, which makes me a bit sad since I'm afraid of using OP ever since those forceOp programs came out. Anyways, what if i do clearlag.*, will it give me all clearlags permissions? I believe that's a bukkit thing, right..?
-
View User Profile
-
Send Message
Posted Nov 13, 2012@paulj1x
You've got a corrupt yaml file
-
View User Profile
-
Send Message
Posted Nov 13, 2012@TheFamousFlyingDutchman
Oh, that's my bad for not updating the plugin.yml! Sorry!
-
View User Profile
-
Send Message
Posted Nov 12, 2012Plugin loads normally but the version still displays 2.9.24 in stead of 2.9.25.
Thanks for a great plugin!
-
View User Profile
-
Send Message
Posted Nov 12, 2012Downloaded 2.9.25, no commands are allowed, not even for ops, log says: [bPermissions] Loading bPermissions v2.9.24 ... [bPermissions] Enabling bPermissions v2.9.24 [INFO] [bPermissions] Loading world: world [SEVERE] java.lang.NullPointerException [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.convertMapsToSections(YamlConfiguration.java:72) [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.convertMapsToSections(YamlConfiguration.java:76) [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:66) [SEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138) [SEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105) [SEVERE] at de.bananaco.bpermissions.imp.YamlConfiguration.load(YamlConfiguration.java:17) [SEVERE] at de.bananaco.bpermissions.imp.YamlWorld.loadUnsafe(YamlWorld.java:116) [SEVERE] at de.bananaco.bpermissions.imp.YamlWorld.load(YamlWorld.java:92) [SEVERE] at de.bananaco.bpermissions.api.WorldManager.createWorld(WorldManager.java:137) [SEVERE] at de.bananaco.bpermissions.imp.WorldLoader.createWorld(WorldLoader.java:47) [SEVERE] at de.bananaco.bpermissions.imp.WorldLoader.<init>(WorldLoader.java:32) [SEVERE] at de.bananaco.bpermissions.imp.Permissions.onEnable(Permissions.java:79) [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:272) [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:254) [SEVERE] at net.minecraft.server.MinecraftServer.j(MinecraftServer.java:320) [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:299) [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:258) [SEVERE] at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:141) [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:400) [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
-
View User Profile
-
Send Message
Posted Nov 12, 2012I just really need a permissions plugin where it already has some groups made. I know, groupmanager, but there was an error that caused it to fail to load. Does anyone have any suggestions for a plugin?
-
View User Profile
-
Send Message
Posted Nov 11, 2012Users on my server seem to be randomly losing permissions. They can't even do simple commands like /home, /sethome etc. Logging out or closing client doesn't fix this issue. The way for me to fix this is for me to manually set them back to the default group. Would really appreciate some help with this. Thanks
-
View User Profile
-
Send Message
Posted Nov 11, 2012This is my issue: a player that die or disconnect in the nether lose all permissions and he has to disconnect and reconnect. Same permissions both in world and world_nether. How can solve this? Thank u.
-
View User Profile
-
Send Message
Posted Nov 10, 2012Member, Moderator and Owner work correctly, but when i put in the additional ranks in between the permissions fail to load. I dont see that I am doing anything wrong, can someone help me?
-
View User Profile
-
Send Message
Posted Nov 7, 2012My last problem seems to be gone but now I have a new problem http://forums.bukkit.org/threads/towny-chat-problem.109808/
-
View User Profile
-
Send Message
Posted Nov 7, 2012Please help me. Thanks. My bukkit help thread: http://forums.bukkit.org/threads/perms-problem.109477/
-
View User Profile
-
Send Message
Posted Nov 6, 2012I'll assume that you want the name color of players to change for each group. Herochat & this works pretty good. Just at hte end of their rank put a color code at the end &3[Newguy]&4 ^ their name will be red if their that rank.
-
View User Profile
-
Send Message
Posted Nov 4, 2012I'm using Hero chat I can change the colours of names with the user file but want to do it through groups
-
View User Profile
-
Send Message
Posted Nov 3, 2012@DayneOram
I still need help, I have done everything, I have set perms and everything, but my Color code and Perms STILL wont work!!! HELP ME!!!!!!!!!!!!
-
View User Profile
-
Send Message
Posted Nov 3, 2012@xDiamondkingx
You need a plugin such as mChatSuite to make the meta tags and such appear. bPermissions will tell mChat who is in what group, and then mChat displays the prefixes, suffixes and colours.
-
View User Profile
-
Send Message
Posted Nov 3, 2012I've been looking for a while and haven't found anything, I just want different colour names for my different groups but all what I've done hasn't worked, Could anyone help me out ?
-
View User Profile
-
Send Message
Posted Nov 2, 2012i use bpermissions in 1.4.2, used to work just fine but now strange bugging showd up.
Other plugin perms work just fine.
Essential kits arent working, says no permissions for player who tries that, i asked from essentials and it is confirmed i have set the permission rights correctly. They used to work but now suddenly started bugging :/
-
View User Profile
-
Send Message
Posted Oct 31, 2012@griffenx
CommandBin
> config.yml> world> false> reboot :)Both plugin have the same command name so yeah that' where it fails ;)
-
View User Profile
-
Send Message
Posted Oct 31, 2012I tested bPerms on my server for 1.4.2 and it works fine, except it seems to have a conflict with the current version of the plugin Commandbin, which causes bperms to return an internal error when using the /world command. Not sure which plugin is at fault, but I figured I'd give you guys the heads-up
-
View User Profile
-
Send Message
Posted Oct 29, 2012@marubal21
I am running 1.4, seems to be fine. Do you have any issues? Create a ticket then ;)