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 14, 2011Have anyone experienced odd performance hiccups after upgrading to 1.8.2b? I have reverted to 1.8.2 for the time being and I'll report back whether the hiccups stops or not.
-
View User Profile
-
Send Message
Posted Nov 14, 2011@codename_B
Thank you kindly for your help. :)
-
View User Profile
-
Send Message
Posted Nov 13, 2011@BioRage
You guys don't have to bug Codename all the time, his support team is here for a reason. :)
/ontopic
Either update to 1.8.2b, or in plugins > stats > config.yml turn "opt-out" -> true.
It's got nothing to do with bPermissions.
-
View User Profile
-
Send Message
Posted Nov 13, 2011@codename_B
This get's spammed non-stop
2011-11-13 21:03:41 [SEVERE] java.io.FileNotFoundException: http://usage.blockface.org/update.php?name=Craftbukkit&build=1.8.2&plugin=bPermissions&port=25551&hash=a26b8c5d-dee6-43ba-8e9f-f43f1f0ee3b8&bukkit=git-Bukkit-0.0.0-1131-g86b7fa8-b1337jnks (MC: 1.8.1) 2011-11-13 21:03:41 [SEVERE] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1401) 2011-11-13 21:03:41 [SEVERE] at org.blockface.stats.CallTask.postUrl(CallHome.java:93) 2011-11-13 21:03:41 [SEVERE] at org.blockface.stats.CallTask.run(CallHome.java:78) 2011-11-13 21:03:41 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34) 2011-11-13 21:03:41 [SEVERE] at java.lang.Thread.run(Thread.java:636)
-
View User Profile
-
Send Message
Posted Nov 13, 2011@nedercraft
Sounds like the CraftIRC3 bug - I put that in because the CraftIRC3 people are checking for a world named "".
-
View User Profile
-
Send Message
Posted Nov 13, 2011@Odie680
If you make a ticket, and use pastie.org, suuure I'd be glad to convert it.
-
View User Profile
-
Send Message
Posted Nov 13, 2011Heya,
Everytime somebody logs in i get this error,
[bPermissions] Some silly developer is checking for a blank world!
Now I've looked at my files but i see no world mentioned anywhere that does not exist. could you help me unravel this mystery? :).
-
View User Profile
-
Send Message
Posted Nov 13, 2011@Hawk98989
bPermissions.build needs to be bPermissions.build, if you want them to be able to build :P trust me, took long enough to figure that out :P:P
-
View User Profile
-
Send Message
Posted Nov 13, 2011@Darq_Alder
Thank you so much! This has fixed it :D:D Everyone who has helped me, and especially Darq_Alder and codename_B Thank you! :D
-
View User Profile
-
Send Message
Posted Nov 13, 2011Could someone help me set up the prefixes and suffixes for some reason there not working and i cant see why not.
default: Citizen
groups: Citizen: - essentials.help - essentials.list - essentials.sethome - essentials.home - essentials.spawn - bpermissions.build - lockette.user.create - iconomy.holdings - iconomy.payment - essentials.back Admin: - '*' - prefix.100.&4Admin players: ShadowDragon989: - Admin
-
View User Profile
-
Send Message
Posted Nov 13, 2011@FawltyTowers
Please read the per-player-permissions section
-
View User Profile
-
Send Message
Posted Nov 13, 2011Quick question for you awesome Devs.
Is it possible to add individual perms to players in a bPerms yaml file? Or will this have to be done by creating a whole new group altogether?
Any help is greatly appreciated! Also, thanks for an awesome perms plugin!
-
View User Profile
-
Send Message
Posted Nov 12, 2011@DivineSpectre
The node is case sensitive, you must do "bPermissions.build" not "bpermissions.build"
[Edit]
Actually, here:
http://pastie.org/2853663
Here's your file, fixed.
-
View User Profile
-
Send Message
Posted Nov 12, 2011@Darq_Alder
that is my file, and yes they have the build.
-
View User Profile
-
Send Message
Posted Nov 12, 2011@DivineSpectre
You've given them bPermissions.build, correct?
-
View User Profile
-
Send Message
Posted Nov 12, 2011@Darq_Alder
Also, they cannot interact with anything it seems. Its like they are not even there. You see them, but they cant place/destroy, they cant open or close doors or anything, pressureplates ignore them, and etc. This is really bad, but it seemed like everything worked with permissions 3x, but that was abandoned and vanishnopacket didnt work on that so I upgraded. This permissions is better in everyway except no one can build when I have spout installed. Lots of my plugins require spout, so it would be a bad idea just to remove it :[ Thanks for all ur help so far :D
-
View User Profile
-
Send Message
Posted Nov 12, 2011@Darq_Alder
Im using spout 510
-
View User Profile
-
Send Message
Posted Nov 12, 2011@Odie680
There is a P3 imported, you've just gotta read the documentation. :) It's not perfect though, so if you need help make a ticket and I'll move your groups over for you.
As for a message when you promote someone, I don't think this will happen (at least I hope it won't), but you could use CommandHelper, or something, to make it broadcast a message when you do a certain command.
@DivineSpectre
Which version of Spout are you running? I've never had any issues with it conflicting with other plugins, I use both Spout and bPermissions and they work fine.
-
View User Profile
-
Send Message
Posted Nov 12, 2011@DivineSpectre
"/permissions global rmnode node.node groupname"
Or.
"/permissions global addnode ^node.node groupname"
-
View User Profile
-
Send Message
Posted Nov 12, 2011How do u subtract specific commands from groups?