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 Dec 7, 2011i can but i have no vnc or diffrent. and so i must whitelist a external ip what means that other can also change the permissions
-
View User Profile
-
Send Message
Posted Dec 7, 2011@Audible101
Open a ticket, it's easier to deal with helping people in tickets as you can address one issue at a time. This comment box is not really for support requests.
-
View User Profile
-
Send Message
Posted Dec 7, 2011Can someone please help me. cough cough... codename_B just scroll down i dont want to spam,
-
View User Profile
-
Send Message
Posted Dec 7, 2011@ydido I'd have to see your yaml file
-
View User Profile
-
Send Message
Posted Dec 7, 2011@DarkMinecrafter Can't you open a port?
I don't understand what's the difficulty. If you can't open a port how can you run a minecraft server?
-
View User Profile
-
Send Message
Posted Dec 7, 2011@Codename_B but when i have a vServer and only SSH-Access than i cant use this way. Or can you make it as a webfilefolder so that i can use htaccess
-
View User Profile
-
Send Message
Posted Dec 6, 2011Now i get this error when I log in.
15:22:40 [SEVERE] Could not pass event PLAYER_LOGIN to bPermissions java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.lan g.String at de.bananaco.permissions.worlds.PermissionClass.getPlayerNodes(Permiss ionClass.java:171) at de.bananaco.permissions.worlds.PermissionClass.getPlayerNodes(Permiss ionClass.java:159) at de.bananaco.permissions.PermissionsPlayerListener.onPlayerLogin(Permi ssionsPlayerListener.java:113) at org.bukkit.plugin.java.JavaPluginLoader$13.execute(JavaPluginLoader.j ava:344) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav a:58) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j ava:339) at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration Manager.java:200) at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:88) at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:39) at net.minecraft.server.NetworkListenThread.a(SourceFile:94) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457) 15:22:40 [INFO] ydido [/192.168.1.1:15262] logged in with entity id 231 at ([wor
-
View User Profile
-
Send Message
Posted Dec 6, 2011@codename_B
srry will try plugin comments page for wehbui then.
no help no comment? you just going to moderate...? whut happend with getting help
-
View User Profile
-
Send Message
Posted Dec 6, 2011@DarkMinecrafter Passwords can be guessed/bruteforced, ip-locking is the way to do it.
@Audible101 Don't ask for webgui help here - it's a seperate plugin :P
-
View User Profile
-
Send Message
Posted Dec 6, 2011ok so i have the latest build and running bukkit for MC 1.0.0 i have setup a simple persmissions. for defualt, mod, admin. so i added nods and so on. simple permissions.
my questions is.. i have essentials. i didnt use - * for Admin since it is not recongnized. so for example if i put - essentials.give to Admin will he only be able to access that command? and if so must i put every command he has access to?
so in general for example if download plugin "xyz123" op has control to all command but not admin or any other group unless i put the nodes for them?
also i downloaded the webgui and put my ip in the config file.get ready for dumb questions...how do i access it frm my browser. loll
-
View User Profile
-
Send Message
Posted Dec 6, 2011can you add to the WebGUI a password protection like HawkEye?
-
View User Profile
-
Send Message
Posted Dec 5, 2011Ok, so I have made my permission file and it has the node "bPermissions.build" under default along with all the other nodes and when me or my players are on we still cant break blocks. plus in the world file the plugin isn't writing down the players and there groups. I get no errors in the cmd.exe, i am running the 1.0 version of bukkit and 1.8.2b for bPermissions.
Thanks, Ydido
-
View User Profile
-
Send Message
Posted Dec 5, 2011@The_Wizard
"/addgroup p:node.node player-name"
-
View User Profile
-
Send Message
Posted Dec 5, 2011@DarkMinecrafter
?
-
View User Profile
-
Send Message
Posted Dec 5, 2011Can you add a password protecton because when you have a vserver and only ssh acceess than you cant make it only local and so all can change you permissions
-
View User Profile
-
Send Message
Posted Dec 5, 2011Is there a command to add a node to a player in game? I saw a cmd to add nodes to groups, but not for players.
-
View User Profile
-
Send Message
Posted Dec 5, 2011@Terianzul
It would help if you read the documentation. You'll see that there are a couple pages that have the commands you should use. I think not even 20 lines up there's commands on the main page.
@mcheaven
"/p import pb"
@Zidkon
http://ci.bpermissions.com/view/codename_B/job/bPermissions/
@Taketheword
At the top of your perm file, "default: group-name" Or simply name a group "default"
-
View User Profile
-
Send Message
Posted Dec 5, 2011Is it possible to quickly assign a player to another group in game, or is that something that this plugin does not handle? I am looking to set up a rank system on my server that is easy to change without bringing up the yml file each time.
-
View User Profile
-
Send Message
Posted Dec 4, 2011is there a way to import the config from permissionsbukkit?
-
View User Profile
-
Send Message
Posted Dec 4, 2011Wich is the latest version of this plugin (atm), where can I download the latest version every time I want, or at least to check wich one is the last?, and How can I see in IG plugin wich version is running?
Thanks