Guest User

Untitled

a guest
Dec 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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 'mantoglevalidate'
  8. # true will cause GroupManager to attempt name matching by default.
  9. validate_toggle: true
  10.  
  11. data:
  12. save:
  13. # How often GroupManager will save it's data back to groups and users.yml
  14. minutes: 10
  15. # Number of hours to retain backups (plugins/GroupManager/backup)
  16. hours: 24
  17.  
  18. logging:
  19. # level of detail GroupManager will use when logging.
  20. # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
  21. level: INFO
  22.  
  23. mirrors:
  24. # Worlds listed here have their settings mirrored in their children.
  25. # The first element 'world' is the main worlds name
  26. # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
  27. # the same user/groups files as the parent.
  28. # Each child world can be configured to mirror the 'groups', 'users' or both files from it's parent.
  29. world:
  30. world_nether:
  31. - users
  32. - groups
  33. world_the_end:
  34. - users
  35. - groups
  36. bahce:
  37. - users
  38. - groups
  39. buyu:
  40. - users
  41. - groups
  42. dan:
  43. - users
  44. - groups
  45. flatcik:
  46. - users
  47. - groups
  48. hunger:
  49. - users
  50. - groups
  51. kazi:
  52. - users
  53. - groups
  54. koy1:
  55. - users
  56. - groups
  57. orman:
  58. - users
  59. - groups
  60. orman_nether:
  61. - users
  62. - groups
  63. orman_the_end:
  64. - users
  65. - groups
  66. rpg:
  67. - users
  68. - groups
  69. yeniorman:
  70. - users
  71. - groups
  72. yeniormann:
  73. - users
  74. - groups
  75.  
  76.  
  77. # world2: (World2 would have it's own set of user and groups files)
  78. # world3:
  79. # - users (World3 would use the users.yml from world2, but it's own groups.yml)
  80. # world4:
  81. # - groups (World4 would use the groups.yml from world2, but it's own users.yml)
  82. # world5:
  83. # - world6 (this would cause world6 to mirror both files from world5)
Add Comment
Please, Sign In to add comment