Skip to content

Instantly share code, notes, and snippets.

@colebob9
Created August 24, 2016 00:54
Show Gist options
  • Save colebob9/d0ea20ccc4a7c5d8417ccf0d1986077b to your computer and use it in GitHub Desktop.
Save colebob9/d0ea20ccc4a7c5d8417ccf0d1986077b to your computer and use it in GitHub Desktop.
Example permissions.yml
groups:
Default: # The group
options:
default: true # Keep this true if you want it to be the one everyone gets.
prefix: '&8[&2Default&8]' # What shows up before your username in chat. (Needs a Chat plugin like EssentialsChat to show up however.)
permissions: # Where the permissions start.
- bukkit.command.time.* # The permission
- bukkit.command.list # Another one!
AnotherGroup: # Another Group!
- modifyworld.* # Just another permission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment