Résolu Problème groupmanager

DEADPARASITE

Aventurier
29 Décembre 2016
3
0
2
34
Bonjour à tous, vous allez bien ? Aujourd'hui je viens ici car j'ai des problèmes avec groupmanager. Je suis sur un serveur 1.10.2 spigot et je ne comprends pas certaines erreurs que je vais vous montrer.
Les groups:
Code:
# Group inheritance
#
# Any inherited groups prefixed with a g: are global groups
# and are inherited from the GlobalGroups.yml.
#
# Groups without the g: prefix are groups local to this world
# and are defined in the this groups.yml file.
#
# Local group inheritances define your promotion tree when using 'manpromote/mandemote'

groups:
  Default:
    default: true
    permissions:
    - essentials.afk
    - essentials.afk.auto
    - essentials.helpop
    - essentials.mail
    - essentials.send
    - essentials.msg
    - essentials.spawn
    - essentials.home
    - essentials.delhome
    - essentials.sethome
    - essentials.sethome.multiple
    - essentials.warp
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - -bukkit.command.kill
    inheritance:
    info:
      prefix: '&7'
      build: true
      suffix: ''
  Admin:
    default: false
    permissions:
    - '*'
    - -essentials.ban
    - -essentials.ban.offline
    - -essentials.banip
    - -essentials.clearinventory
    - -essentials.clearinventory.all
    - -essentials.clearinventory.others
    - -essentials.give
    - -essentials.fly
    - -essentials.fly.others
    - -essentials.gamemode
    - -essentials.gamemode.others
    - -essentials.repair
    - -essentials.repair.all
    - -essentials.repair.armor
    - -essentials.repair.enchanted
    - -essentials.time
    - -essentials.time.set
    - -essentials.enderchest
    - -essentials.enderchest.modify
    - -essentials.enderchest.others
    - -essentials.feed
    - -essentials.feed.cooldown.bypass
    - -essentials.feed.others
    - -essentials.unban
    - -essentials.unbanip
    inheritance:
    info:
      prefix: '&6'
      build: true
      suffix: ''
  Owner:
    default: false
    permissions:
    - '*'
    - +vanish.effects.toggle.all
    - -vanish.effects.*
    - groupmanager.listgroups
    - groupmanager.mandemote
    - groupmanager.manpromote
    - groupmanager.manselect
    - groupmanager.manuadd
    - groupmanager.manudel
    - groupmanager.manwhois
    - groupmanager.notify.other
    - groupmanager.mantogglevalidate
    - groupmanager.mansave
    - groupmanager.mangcheckp
    - groupmanager.manglistp
    - groupmanager.manucheckp
    - groupmanager.manulistp
    inheritance:
    - admin
    info:
      prefix: '&4'
      build: true
      suffix: ''
Les logs:
Code:
[12:58:52] [Server thread/INFO]: Starting minecraft server version 1.10.2
[12:58:52] [Server thread/INFO]: Loading properties
[12:58:52] [Server thread/INFO]: Default game type: SURVIVAL
[12:58:52] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-687a019-4c1e934 (MC: 1.10.2) (Implementing API version 1.10.2-R0.1-SNAPSHOT)
[12:58:52] [Server thread/INFO]: Server Ping Player Sample Count: 12
[12:58:52] [Server thread/INFO]: Using 4 threads for Netty based IO
[12:58:52] [Server thread/INFO]: Debug logging is disabled
[12:58:52] [Server thread/INFO]: Generating keypair
[12:58:52] [Server thread/INFO]: Starting Minecraft server on *:32728
[12:58:52] [Server thread/INFO]: Using epoll channel type
[12:58:53] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[12:58:53] [Server thread/INFO]: [CustomBanPlugin] Loading CustomBanPlugin v1.1.1
[12:58:53] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[12:58:53] [Server thread/INFO]: [SimplePrefix] Loading SimplePrefix v2.5.1
[12:58:53] [Server thread/INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
[12:58:53] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[12:58:53] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[12:58:53] [Server thread/INFO]: Preparing level "world"
[12:58:53] [Server thread/INFO]: -------- World Settings For [world] --------
[12:58:53] [Server thread/INFO]: Structure Info Saving: true
[12:58:53] [Server thread/INFO]: Mob Spawn Range: 4
[12:58:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[12:58:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:58:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[12:58:53] [Server thread/INFO]: Random Lighting Updates: false
[12:58:53] [Server thread/INFO]: Max Entity Collisions: 8
[12:58:53] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[12:58:53] [Server thread/INFO]: Max TNT Explosions: 100
[12:58:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:58:53] [Server thread/INFO]: Item Despawn Rate: 6000
[12:58:53] [Server thread/INFO]: Item Merge Radius: 2.5
[12:58:53] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:58:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:58:53] [Server thread/INFO]: View Distance: 10
[12:58:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:58:53] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:58:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:58:53] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[12:58:53] [Server thread/INFO]: Structure Info Saving: true
[12:58:53] [Server thread/INFO]: Mob Spawn Range: 4
[12:58:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[12:58:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:58:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[12:58:53] [Server thread/INFO]: Random Lighting Updates: false
[12:58:53] [Server thread/INFO]: Max Entity Collisions: 8
[12:58:53] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[12:58:53] [Server thread/INFO]: Max TNT Explosions: 100
[12:58:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:58:53] [Server thread/INFO]: Item Despawn Rate: 6000
[12:58:53] [Server thread/INFO]: Item Merge Radius: 2.5
[12:58:53] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:58:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:58:53] [Server thread/INFO]: View Distance: 10
[12:58:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:58:53] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:58:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:58:53] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[12:58:53] [Server thread/INFO]: Structure Info Saving: true
[12:58:53] [Server thread/INFO]: Mob Spawn Range: 4
[12:58:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:58:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[12:58:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:58:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[12:58:53] [Server thread/INFO]: Random Lighting Updates: false
[12:58:53] [Server thread/INFO]: Max Entity Collisions: 8
[12:58:53] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[12:58:53] [Server thread/INFO]: Max TNT Explosions: 100
[12:58:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:58:53] [Server thread/INFO]: Item Despawn Rate: 6000
[12:58:53] [Server thread/INFO]: Item Merge Radius: 2.5
[12:58:53] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:58:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:58:53] [Server thread/INFO]: View Distance: 10
[12:58:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:58:53] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:58:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:58:53] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1040471718203380532)
[12:58:54] [Server thread/INFO]: Preparing spawn area: 70%
[12:58:54] [Server thread/INFO]: Preparing start region for level 1 (Seed: 5843708142783180905)
[12:58:55] [Server thread/INFO]: Preparing start region for level 2 (Seed: 5843708142783180905)
[12:58:55] [Server thread/INFO]: [CustomBanPlugin] Enabling CustomBanPlugin v1.1.1
[12:58:55] [Server thread/INFO]: [CustomBanPlugin] CustomBanPlugin is up to date.
[12:58:55] [Server thread/INFO]: [CustomBanPlugin] Has Been Enabled!
[12:58:55] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[12:58:56] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[12:58:56] [Server thread/INFO]: git-Spigot-687a019-4c1e934 (MC: 1.10.2)
[12:58:56] [Server thread/INFO]: 1.10.2-R0.1-SNAPSHOT
[12:58:56] [Server thread/INFO]: Using locale fr_FR
[12:58:56] [Server thread/INFO]: Using locale fr_FR
[12:58:56] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[12:58:56] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[12:58:56] [Server thread/INFO]: [SimplePrefix] Enabling SimplePrefix v2.5.1
[12:58:56] [Server thread/INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - = ERROR REPORT START - Pre2.14.1.3 FINAL (Phoenix) =
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - === PLEASE COPY AND PASTE THE ERROR.LOG FROM THE ==
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - = GROUPMANAGER FOLDER TO AN ESSENTIALS  DEVELOPER =
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - The following file couldn't pass on Parser.
plugins/GroupManager/worlds/world/users.yml
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - = ERROR REPORT ENDED =
[12:58:56] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
[12:58:56] [Server thread/ERROR]: Error occurred while enabling GroupManager vPre2.14.1.3 FINAL (Phoenix) (Is it up to date?)
java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
plugins/GroupManager/worlds/world/users.yml
   at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:248) ~[?:?]
   at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:103) ~[?:?]
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:362) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:322) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:416) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:381) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:336) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:270) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:539) [Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
Caused by: java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
plugins/GroupManager/worlds/world/users.yml
   at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadUsers(WorldDataHolder.java:852) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadUsers(WorldDataHolder.java:527) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:684) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:640) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:110) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:100) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:92) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:59) ~[?:?]
   at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:179) ~[?:?]
   ... 12 more
Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
in 'reader', line 2, column 2:
  parasite_DE_mort:
  ^
expected <block end>, but found BlockMappingStart
in 'reader', line 6, column 3:
  ElgarL:
  ^

   at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.yaml.snakeyaml.Yaml.load(Yaml.java:393) ~[Spigot-1.10.2.jar:git-Spigot-687a019-4c1e934]
   at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadUsers(WorldDataHolder.java:847) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadUsers(WorldDataHolder.java:527) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:684) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:640) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:110) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:100) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:92) ~[?:?]
   at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:59) ~[?:?]
   at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:179) ~[?:?]
   ... 12 more
[12:58:56] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
[12:58:56] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[12:58:56] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:58:56] [Server thread/INFO]: Done (3,140s)! For help, type "help" or "?"
[12:58:56] [Server thread/INFO]: Starting GS4 status listener
[12:58:56] [Server thread/INFO]: Starting remote control listener
[12:58:56] [Query Listener #1/INFO]: Query running on 0.0.0.0:32730
[12:58:56] [RCON Listener #2/INFO]: RCON running on 0.0.0.0:32729
[12:58:56] [Craft Scheduler Thread - 1/WARN]: Exception in thread "Craft Scheduler Thread - 1"
[12:58:56] [Craft Scheduler Thread - 1/WARN]: org.apache.commons.lang.UnhandledException: Plugin GroupManager vPre2.14.1.3 FINAL (Phoenix) generated an exception while executing task 7
   at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
   at org.anjocaido.groupmanager.metrics.Metrics.postPlugin(Metrics.java:335)
   at org.anjocaido.groupmanager.metrics.Metrics.access$400(Metrics.java:57)
   at org.anjocaido.groupmanager.metrics.Metrics$1.run(Metrics.java:223)
   at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
   at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
   ... 3 more

Merci d'avance aux personnes qui consacreront leur temps à m'aider.
 
Dernière édition:
pareil que moi il y a eu un bug regarde :

prefix: '&7'

et il faut

prefix: '&7default'
 
Non le plugin n'est pas dans la bonne version :') Prends en un pour 1.10
 
J'ai changé le plugin et ça fonctionne mieux merci ! Mais quand je fais /manuadd parasite_DE_mort (un group n'importe) je ne vois rien dans le tchat et sur la console il est mis : §cCouldn't retrieve your world. Default world 'world' selected.
§eYou changed player 'parasite_DE_mort' group to 'Default' in world 'world'

Un grand merci pour vos réponses maintenant ça marche j'espere que ça continuera
 
Dernière édition par un modérateur:
J'ai changé le plugin et ça fonctionne mieux merci ! Mais quand je fais /manuadd parasite_DE_mort (un group n'importe) je ne vois rien dans le tchat et sur la console il est mis : §cCouldn't retrieve your world. Default world 'world' selected.
§eYou changed player 'parasite_DE_mort' group to 'Default' in world 'world'
ça ce n'est rien, juste que faudrait préciser dans quel monde tu voudrais que le grade soit attribué au joueur, donc ça le lui met dans le monde défault "World". De rien et bonne soirée