Guest User

Untitled

a guest
Apr 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. settings:
  2. config:
  3. # With this enabled anyone set as op has full permissions when managing GroupManager
  4. # The user will be able to promote players to the same group or even above.
  5. opOverrides: true
  6.  
  7. # If enabled any plugins bukkit permissions which default to true will be left enabled.
  8. # If the player is op any permissions set to Op will follow suit.
  9. bukkit_perms_override: false
  10.  
  11. # Default setting for 'mantoglevalidate'
  12. # true will cause GroupManager to attempt name matching by default.
  13. validate_toggle: true
  14.  
  15. data:
  16. save:
  17. # How often GroupManager will save it's data back to groups and users.yml
  18. minutes: 10
  19. # Number of hours to retain backups (plugins/GroupManager/backup)
  20. hours: 24
  21.  
  22. logging:
  23. # level of detail GroupManager will use when logging.
  24. # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
  25. level: INFO
  26.  
  27. mirrors:
  28. # Worlds listed here have their permissions mirrored in their children.
  29. # the first element 'world' is the main worlds name
  30. # subsequent elements '- world_nether' are worlds which will use the same
  31. # user/groups permissions as the parent.
  32. world:
  33. - world_nether
  34. - world2
  35. - world3
  36. # world4:
  37. # - world5
Add Comment
Please, Sign In to add comment