bPermissions

bPerm none

bPermissions 2.x - now under new management

bPermissions header thing
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!

Since codename_B is now focusing on the new 3.x branch of bPermissions, he has handed over control over 2.x to me (rymate1234).

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

  • /bpermissions (or /bperms,/bp,/p) -- general commands for bPermissions are prefixed by this
  • /bpermissions import pex -- import a pex permissions.yml in the pex folder
  • /bpermissions reload -- reloads your bPermissions files
  • /bpermissions save -- if auto-save is false, this saves your perms
  • /bpermissions backup -- backup your permissions

In order to use these commands, you'll need the permissions node bPermissions.admin
A detailed commands walkthrough is avaliable on the commands page

Example files

Do "/permissions helpme" to have the plugin print out some example files, or view commented examples below!

Promotion tracks

  1. Define tracks in tracks.yml (use the example file as a guide!)

  2. Give people the permission tracks.trackname -- it lets anyone with that node promote people along that track, they don't need bPermissions.admin

  3. Want someone to be able to use all tracks? Give them tracks.* -- it lets someone with that node promote anyone along any track name

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.
  • Watch these videos!

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!

Thanks for choosing bPermissions

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of Nickfizzer Nickfizzer Jun 18, 2013 at 02:33 UTC - 0 likes

    I get this error on the server start-up. Can someone help?

    22:29:30 [INFO] [bPermissions] Enabling bPermissions v2.10.4 2013-06-17 22:29:30 [INFO] [WorldEdit] Enabling WorldEdit v5.5.6 2013-06-17 22:29:30 [SEVERE] org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here in "<string>", line 5, column 11: groups: [] ^

    2013-06-17 22:29:30 [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) 2013-06-17 22:29:30 [SEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138) 2013-06-17 22:29:30 [SEVERE] at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105) 2013-06-17 22:29:30 [SEVERE] at de.bananaco.bpermissions.imp.YamlConfiguration.load(YamlConfiguration.java:16) 2013-06-17 22:29:30 [SEVERE] at de.bananaco.bpermissions.imp.YamlWorld.loadUnsafe(YamlWorld.java:126) 2013-06-17 22:29:30 [SEVERE] at de.bananaco.bpermissions.imp.YamlWorld$1.run(YamlWorld.java:90) 2013-06-17 22:29:30 [SEVERE] at de.bananaco.bpermissions.imp.loadmanager.MainThread.check(MainThread.java:52) 2013-06-17 22:29:30 [SEVERE] at de.bananaco.bpermissions.imp.loadmanager.MainThread.run(MainThread.java:27) 2013-06-17 22:29:30 [SEVERE] Caused by: mapping values are not allowed here in "<string>", line 5, column 11: groups: [] ^

    2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:733) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:305) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:563) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) 2013-06-17 22:29:30 [SEVERE] at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) 2013-06-17 22:29:30 [SEVERE] at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) 2013-06-17 22:29:30 [SEVERE] ... 7 more 2013-06-17 22:29:30 [INFO] WEPIF: bPermissions detected! Using bPermissions for permissions 2013-06-17 22:29:30 [INFO]

    Last edited Jun 18, 2013 by Nickfizzer: Singled out error
  • Avatar of Rapidgame7 Rapidgame7 Jun 17, 2013 at 17:54 UTC - 0 likes

    @Rapidgame7: Go

    NVM, I forgot to set to true the offline mode thing.

  • Avatar of Rapidgame7 Rapidgame7 Jun 17, 2013 at 17:49 UTC - 0 likes

    I cannot do anything! It should print some text on chat when I try to use any command? And it should print files when I use /permissions helpme ? Because nothing shows up! Nothing!

  • Avatar of ThisUsernameIsMine ThisUsernameIsMine Jun 17, 2013 at 17:45 UTC - 0 likes

    For some reason 2.11.x (including 2.11.2) is giving problems when promoting someone's rank: the name color @ tab and group's permissions don't update (only after they relog).

    Under 2.10.4 everything works fine and players don't need to relog in order to have their appropiate rank color and group's permissions =/

    Last edited Jun 17, 2013 by ThisUsernameIsMine
  • Avatar of idrum69 idrum69 Jun 17, 2013 at 03:43 UTC - 0 likes

    Hey there,

    Could you add a feature which allows you to disable some of the command aliases (Ex: the /w alias for /world)? Some of the aliases are conflicting with other plugins I have, such as my whispering plugin which uses "/w <player> <message>" and Prism which requires "/pr" before each command (/pr in bPermissions is an alias for /promote). I'm not sure if this is hard/possible, but I hope you can look into it!

    drum

  • Avatar of ThisUsernameIsMine ThisUsernameIsMine Jun 16, 2013 at 18:05 UTC - 1 like

    @TheEnderPrince: Go

    Human error detected! (not learned how to make a backup first)

    Last edited Jun 16, 2013 by ThisUsernameIsMine
  • Avatar of MCSpencerP MCSpencerP Jun 16, 2013 at 16:40 UTC - 0 likes

    Bpermissionswebgui is not compatable with the latest version.

  • Avatar of TheEnderPrince TheEnderPrince Jun 16, 2013 at 16:31 UTC - 0 likes

    Some plugin -_-.......... you can't do anything i change the prefixes it deleted the groups worst plugin ever just get zPermissions, PEX, Groupmanager, Or The new one Groups

  • Avatar of Nikecow Nikecow Jun 16, 2013 at 11:49 UTC - 0 likes

    Bperms 2.11.2 wiped like 90% of my groups.yml permissions.

    Banner

    I donate to developers I like. I hope you do the same! :)

  • Avatar of dragondeatth dragondeatth Jun 16, 2013 at 08:48 UTC - 0 likes

    Bug: If players join seconds after the server started, they won't have any permissions or any rank, because bPermissions loads pretty slow, so they have to relog, and many freak out because they don't know what's going on. Can you please make it as before, so it won't let players join until bPermissions is fully loaded? xD

    Owner of Scarwood Reach / www.scarwood.net

Facts

Date created
Aug 25, 2011
Categories
Last update
Jun 14, 2013
Development stage
Release
Language
  • enUS
License
AOL
Curse link
bPermissions
Downloads
510,803
Recent files
  • R: v2.11.2 for CB 1.5.2-R0.1 Jun 14, 2013
  • R: v2.11.1 for CB 1.5.2-R0.1 Jun 09, 2013
  • R: v2.11 for CB 1.5.2-R0.1 Jun 08, 2013
  • R: v2.10.4 for CB 1.4.7-R1.0 Feb 04, 2013
  • R: v2.10.3 for CB 1.4.7-R0.1 Jan 14, 2013

Authors