Group Based Permissions

Permissions plugin focussed around easy administering of group memberships

File Details

1.0.1

  • R
  • Apr 19, 2013
  • 11.97 KB
  • 1.5K
  • CB 1.5.1-R0.2

File Name

fry-gbp.jar

Supported Versions

  • CB 1.5.1-R0.2

Version 1.0.1

New features

Permission groups can now inherit permission from multiple permission groups. This has changed the format of the groups.yml file slightly.You must now do

inherit:
  - someOtherGroup

to specify parents. If you specify multiple parent groups, their permissions will be applied in the order of their priority. Permissions the child group explicitly sets will always override these.

Bug fixes

  • Removed debug spam messages
  • Fix a bug where groups might not inherit permissions properly due to broken lookup code

Version 1.0

  • Initial release
  • No known bugs
  • No in-game management commands; must be configured via .yml files