Created
August 24, 2016 00:54
-
-
Save colebob9/d0ea20ccc4a7c5d8417ccf0d1986077b to your computer and use it in GitHub Desktop.
Example permissions.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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