Advertisement
Guest User

Untitled

a guest
Sep 4th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.49 KB | None | 0 0
  1. # replaces default /plugin command with what is displayer in /reloader list
  2. # use reloader.list permission to allow users to see this
  3. pl: true
  4. # If set to true the default /pl is inaccessible.
  5. # users with reloader.list perm can still see the /reloader list version
  6. default-pl: true
  7. # time between automatic reloads
  8. timer:
  9.   autoreload: false
  10.   hours: 24
  11.   minutes: 0
  12.   seconds: 0
  13. # Plugins exempt from unload/disable/reload
  14. # (works like permission.yml files!)
  15. exempt:
  16.  - 'Reloader'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement