Résolu Problème avec les grades

  • Auteur de la discussion Auteur de la discussion Bryann
  • Date de début Date de début
Code:
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
   
    # 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: false
   
  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: 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 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:
          faction:
          - users
          world_the_end:
          - users
          world_nether:
          - users
          mine:
          - users
          pvp:
          - users
          donjon:
          - users
          events:
          - users
          pvpbox3:
          - users
    #  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)
 
Voici la liste de mes plugins:
Code:
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
   
    # 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: false
   
  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: 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 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:
          faction:
          - users
          world_the_end:
          - users
          world_nether:
          - users
          mine:
          - users
          pvp:
          - users
          donjon:
          - users
          events:
          - users
          pvpbox3:
          - users
    #  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)
 
Deja merci de m'avoir repondu :D
Voici la liste des plugins:
citizen, perworldplugins, groupsmanager, multiverse-core, multiverse-portal, multiverse-signs, multiverse-inventery, worldchat, worldboard, world edit, world guard, zavautomessage, simple signs edit, vault, myhome, cookiemonsters, jail, fancytab, mineresetlite, silktouchspawner, randomteleport, iconomy, hub, obsi destructor, chest shop, clear lag, holographic displays, essentials, essentials-protect, server-signs, essentials-spawn, multiworldmoney, essentials-antibuild, shop keepers, essentials-chat, faction, honestPvP, authme.

excuse moi encore je me suis tromper quand j'ai copié collé.
 
Voici la configuration de Perworldplugins:
Code:
# This config controls what plugins work on certain worlds.
# Example
# limit:
#  WorldEdit:
#    - world
#    - world_nether
#  Essentials: []
# This will make it so worldedit will only work in world & world_nether, meaning in the end it is not usable.
# When there is no worlds in the list it will allow it for any worlds, in this example allowing all worlds.
# Whenever a plugin is added, this config will automatically add it!
# exempt-login-events is for excluding login events when true, this means if a plugin uses PlayerLogin it will allow it for any world. We advise this to be enabled!
# blocked-msg is the string displayed to a client when a command is blocked
# check-for-updates is the controller for if updates should be alerted to the users with the permissions/op.
exempt-login-events: true
check-for-updates: true
blocked-msg: '&c[Error] This command cannot be performed in this world.'
limit:
  WorldChat:
  - mine
  - world
  - pvpbox3
  - faction
  - world_the_end
  - pvp
  - world_nether
  - donjon
  WorldBorder:
  - faction
  - world_the_end
  - world _nether
  GroupManager:
  - faction
  - mine
  - pvp
  - world_nether
  - world_the_end
  - donjon
  - pvpbox3
  WorldEdit:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  SimpleSignEdit:
  - faction
  - mine
  - pvp
  Vault:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Multiverse-Core:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  WorldGuard:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Jail:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  FancyTab:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  MineResetLite:
  - mine
  SilkSpawners:
  - faction
  - world_nether
  iConomy:
  - mine
  - faction
  - world_the_end
  - pvp
  - donjon
  - world_nether
  Hub:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  ObbyDestructor:
  - faction
  ChestShop:
  - faction
  - mine
  ZavAutoMessager:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  ClearLag:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  HolographicDisplays:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Essentials:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Citizens:
  - faction
  EssentialsProtect:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  ServerSigns:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  EssentialsSpawn:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Multiverse-Portals:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Multiverse-Inventories:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Multiverse-SignPortals:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  MultiWorldMoney:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  EssentialsAntiBuild:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Shopkeepers:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  EssentialsChat:
  - world
  - mine
  - faction
  - world_the_end
  - pvp
  - world_nether
  - events
  - donjon
  - pvpbox3
  Factions:
  - mine
  - faction
  - world_the_end
  - pvp
  - donjon
  - world_nether
  HonestPVP:
  - faction
  - pvpbox3
  - world_nether
  - world_the_end
  - pvp
  killStats:
  - pvpbox3
  CookieMonster:
  - mine
  - faction
  - world_the_end
  - pvp
  - donjon
  - world_nether
  - pvpbox3
  RandomTeleport: []
  MyHome: []