Guest User

Untitled

a guest
Feb 26th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 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. # Default setting for 'mantogglevalidate'
  8. # true will cause GroupManager to attempt name matching by default.
  9. validate_toggle: true
  10. # ************************************************************************************************************************************************************
  11. # *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
  12. # ************************************************************************************************************************************************************
  13. allow_commandblocks: true
  14.  
  15. data:
  16. save:
  17. # How often GroupManager will save it's data back to groups.yml and users.yml
  18. minutes: 2
  19. # Number of hours to retain backups (plugins/GroupManager/backup)
  20. hours: 2
  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, and is the parent world.
  30. # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
  31. # the same user/groups files as the parent.
  32. # the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
  33. # Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
  34. world:
  35. Prison:
  36. - users
  37. - groups
  38. plotworld:
  39. - users
  40. - groups
  41. all_unnamed_worlds:
  42. - users
  43. - groups
  44. world_nether:
  45. - users
  46. - groups
  47. world_the_end:
  48. - users
  49. - groups
  50. Prison:
  51. world:
  52. - users
  53. - groups
  54. plotworld:
  55. - users
  56. - groups
  57. all_unnamed_worlds:
  58. - users
  59. - groups
  60. world_nether:
  61. - users
  62. - groups
  63. world_the_end:
  64. - users
  65. - groups
  66. plotworld:
  67. Prison:
  68. - users
  69. - groups
  70. world:
  71. - users
  72. - groups
  73. all_unnamed_worlds:
  74. - users
  75. - groups
  76. world_nether:
  77. - users
  78. - groups
  79. world_the_end:
  80. - users
  81. - groups
  82. # world2: (World2 would have it's own set of user and groups files)
  83. # world3:
  84. # - users (World3 would use the users.yml from world2, but it's own groups.yml)
  85. # world4:
  86. # - groups (World4 would use the groups.yml from world2, but it's own users.yml)
  87. # world5:
  88. # - world6 (this would cause world6 to mirror both files from world5)
Advertisement
Add Comment
Please, Sign In to add comment