Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #this value used by the plugin to check what version this config was generated for.
- #if it is older than the version of the plugin when the server starts, the plugin will add any config nodes that have been added to the plugin since the old version
- #if you change this value, the plugin won't know to do that, and it will break!!!
- plugin_version: '0.3'
- #if true, ops have all permissions (only applies if you're using Permissions 2/3, or Bukkit's built-in perms)
- op_has_all_perms: false
- default_perms:
- #if false, will use Permissions 2/3 or Bukkit's built-in perms. if true, will use plugin's built-in perms
- use_these_perms: false
- #set these to "all", "op", or "none". only applies if default_perms.use_these_perms is true.
- preventkick: all
- alertchat: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement