spenk

Untitled

Sep 2nd, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.73 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: false
  14.    
  15.   data:
  16.     save:
  17.      # How often GroupManager will save it's data back to groups.yml 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.         world:
  29.           world_nether:
  30.          - users
  31.           - groups
  32.           world_the_end:
  33.          - users
  34.           - groups
  35.           DIM1:
  36.          - users
  37.           - groups
  38.           DIM-1:
  39.          - users
  40.           - groups
  41.           mining:
  42.          - users
  43.           - groups
  44.         space:
  45.           dim-32:
  46.          - users
  47.           - groups
  48.           all_unnamed_worlds:
  49.          - users
  50.           - groups
Advertisement
Add Comment
Please, Sign In to add comment