Advertisement
Guest User

Config.yml

a guest
May 9th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 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: false
  6.  
  7. # Default setting for 'mantoglevalidate'
  8. # true will cause GroupManager to attempt name matching by default.
  9. validate_toggle: true
  10. # **********************************************************************************************************************************
  11. # *** NOTE: Having this feature enabled, improper use of commandblocks will lead to undesireable permission changes, be alarmed! ***
  12. # **********************************************************************************************************************************
  13. allow_commandblocks: false
  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 settings mirrored in their children.
  29. # The first element 'world' is the main worlds name
  30. # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
  31. # the same user/groups files as the parent.
  32. # Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
  33. MainHub:
  34. Mainhub_nether:
  35. - users
  36. - groups
  37. Mainhub_the_end:
  38. - users
  39. - groups
  40. survival:
  41. - users
  42. - groups
  43. plotworld:
  44. - users
  45. - groups
  46. minigames:
  47. - users
  48. - groups
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement