Stránka 1 z 1

Groupmanager Chyba

Napsal: 28 kvě 2012, 08:22
od BlooderCZ
Server: 93.91.240.163:27746

Dobrý den potřeboval bych poradit obvykle, když chci v Groupmanageru přidat Hodnost jako je například Helper tak se vše zhroutí a nikdo nemá před jménem nic je to divné prosím o radu

Obrázek

Děkuji BlooderCZ

Minecraft Znami - 93.91.240.163:27746

Re: Groupmanager Chyba

Napsal: 28 kvě 2012, 15:09
od Vojko
Config prosím.

Re: Groupmanager Chyba

Napsal: 28 kvě 2012, 16:14
od BlooderCZ

Kód: Vybrat vše

settings:
  config:
    # With this enabled anyone set as op has full permissions when managing GroupManager
    # The user will be able to promote players to the same group or even above.
    opOverrides: true
   
    # If enabled any plugins bukkit permissions which default to true will be left enabled.
    # If the player is op any permissions set to Op will follow suit.
    bukkit_perms_override: false
   
    # Default setting for 'mantoglevalidate'
    # true will cause GroupManager to attempt name matching by default.
    validate_toggle: true
   
  data:
    save:
      # How often GroupManager will save it's data back to groups and users.yml
      minutes: 10
      # Number of hours to retain backups (plugins/GroupManager/backup)
      hours: 24
     
  logging:
    # level of detail GroupManager will use when logging.
    # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
    level: INFO
   
  mirrors:
        # Worlds listed here have their permissions mirrored in their children.
        # the first element 'world' is the main worlds name
        # subsequent elements '- world_nether' are worlds which will use the same
        # user/groups permissions as the parent.
        world:
          - world_nether
          - world2
          - world3
      #  world4:
      #    - world5


Obrázek