• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

GroupManager Problem

HardSoul

Ehemaliges Teammitglied
Ehem. Teammitglied
Registriert
2 August 2012
Beiträge
759
Diamanten
251
Minecraft
HardS0ul
Hi Leute,
ich habe derzeit ein Problem mit GroupManager. Meine User werden alle nach einem restart wieder zu Gästen, egal wie lange sie da waren. Ich bekomme es einfach nicht hin es zu richten. Könnt ihr mir helfen?
Hier meine Config.yml:
Code:
 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
    
    # Default setting for 'mantogglevalidate'
    # true will cause GroupManager to attempt name matching by default.
    validate_toggle: true
    # ************************************************************************************************************************************************************
    # *** NOTE: Having this feature enabled can allow improper use of Command Blocks which may lead to undesireable permission changes. You have been warned! ***
    # ************************************************************************************************************************************************************
    allow_commandblocks: true
    
  data:
    save:
      # How often GroupManager will save it's data back to groups.yml and users.yml
      minutes: 10
      # Number of hours to retain backups (plugins/GroupManager/backup)
      hours: 12
      
  logging:
    # Level of detail GroupManager will use when logging.
    # Acceptable entries are - ALL,CONFIG,FINE,FINER,FINEST,INFO,OFF,SEVERE,WARNING
    level: ALL
    
  mirrors:
        # Worlds listed here have their settings mirrored in their children.
        # The first element 'world' is the main worlds name, and is the parent world.
        # subsequent elements 'world_nether' and 'world_the_end' are worlds which will use
        # the same user/groups files as the parent.
        # the element 'all_unnamed_worlds' specifies all worlds that aren't listed, and automatically mirrors them to it's parent.
        # Each child world can be configured to mirror the 'groups', 'users' or both files from its parent.
        world:
          Welt:
          - users
          - groups
          Miners-Dream:
          - users
          - groups
          U-Stadt:
          - users
          - groups
          Test:
          - users
          - groups
          Ende:
          - users
          - groups
          Nether:
          - users
          - groups
          SkyBlock:
          - users
          - groups
          world:
          - users
          - groups
          Holz-Dream:
          - users
          - groups
    #  world2:      (World2 would have it's own set of user and groups files)
    #    world3:
    #    - users    (World3 would use the users.yml from world2, but it's own groups.yml)
    #    world4:
    #    - groups   (World4 would use the groups.yml from world2, but it's own users.yml)
    #  world5:
    #    - world6   (this would cause world6 to mirror both files from world5)
 
T

tobias_551

Guest
[Help1] GroupManager Problem

Huhu, ja GroupManager ist auch nicht wirklich empfehlenswert.
Weil diese Plugin nicht mit andere Plugins (Manche) hamoniert.
Versuch es doch mit Permission*** Da ist eine datei was permissions.yml heißt dies öffnest du..
Code:
groups:  Spieler:
    default: true
    permissions:
    - ##Permissions##
    - ##Permissions##
    prefix: '&7[&aMitglied&7]'
    build: true
  VIP:
    permissions:
    - ##Permissions##
    - ##Permissions##
    prefix: '&6[&oVIP6]'
    build: true
  Moderator:
    permissions:
    - usb.island.create
    - usb.island.sethome
    
    prefix: '&8[&9Moderator&8]&9 '
    suffix: '&9:'
    build: true
  Admin:
    permissions:
    - ##Permissions##
    - ##Permissions##
    
    prefix: '&6&l[&c&lAdmin&6&l]&c'
    build: true
  Developer:
    permissions:
    - ##Permissions##
    - ##Permissions##
    prefix: '&b[Dev] '
    suffix: '&b:'
    build: true
  Owner:
    permissions:
    - ##Permissions##
    - ##Permissions##
    prefix: '&4[Server-Besitzer]&r&4 '
    build: true
## das "op:" ist ein rang wie wen du /op <Name> eingibst, bloß das da die farbe anders ist ect.
op:
    permissions:
    - '*'
    - -permission***.*
    - -bukkit.command.plugins 
    prefix: '&0╠-&6OP&0-╣&6 '
    suffix: '&0:'
    options:
      message-format: '&0[-&6OP&0-] &0%player: &2%message'
users:
  <Spieler>:
    group:
    - Owner
  <Spieler:
    group:
    - Admin

Mitglieder in eine gruppe definieren: /pex user <Name> Group set <Gruppe>|
 
Oben