Skip to content

Instantly share code, notes, and snippets.

@admalledd
Last active December 11, 2015 20:09
Show Gist options
  • Save admalledd/4653146 to your computer and use it in GitHub Desktop.
Save admalledd/4653146 to your computer and use it in GitHub Desktop.
default: Guest
groups:
Guest:
Permissions:
- bukkit.command.give
- bukkit.command.time
groups: #cant have the "groups" be defined, but without anything. see the comment on reddit for what i mean
meta:
prefix: '[Guest]'
suffix: '' #cant have the "suffix" be defined, but without anything. see the comment on reddit for what i mean
priority: '10'
Builder:
permissions:
- bukkit.command.tp
groups:
-Guest
meta:
prefix: '[Builder]'
priority: '20'
Admin:
permissions:
- bPermissions.admin
groups:
-Builder
meta:
prefix: '[Admin]'
suffix: '[Boss]'
priority: '30'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment