Plugin Résolu Problème d'un plugin qui ne s'affiche pas

  • Auteur de la discussion Auteur de la discussion LorDbox4
  • Date de début Date de début

LorDbox4

Architecte en herbe
5 Octobre 2015
66
0
83
Bonjour,

Je viens de créer un plugin d'alert ainsi que de spawn via eclipse ( je débute ). Je n'ai aucune erreur, par contre quand j'enregistre celui-ci et que je le met dans le dossier plugin de mon serveur local ou de mon serveur, je reload mais le plugin ne s'affiche pas.. Je ne trouve aucune information sur internet pour que je règle ce problème. ( PS : la version de mon serveur est la 1.11, donc j'ai un spigot 1.11)

Pouvez-vous m'aider ?

Merci.
 
Salut,

tu n'as aucune information dans la console, vraiment ? Tu ne devrais pas reload en outre, il faut bien redémarrer proprement ! Voici quelques éléments que tu peux vérifier :
- présence d'un fichier plugin.yml à la racine de ton jar.
- classe principale valide (extends JavaPlugin).
- bon agencement de tes dossiers dans ton projet.
Si tu ne vois pas de problème, je t'invite à nous prendre une capture d'écran de la hiérarchie de ton plugins ainsi que de ta classe principale ! ;)
 
Salut,

je reload mais le plugin ne s'affiche pas
Oublies la commande reload ! Quand tu installes un plugin ou que tu mets une nouvelle version il faut redémarrer !

Montres nous ta class main, histoire que l'on puisse voir si tout est bon.


Cordialement,
Detobel36
 
Dernière édition:
  • J'aime
Reactions: DiscowZombie
Salut,

Code:
System.out.println("ton message");
C'est pour du Java de base... Pour les plugin il vaut mieux utiliser le
Code:
getLogger().info("ton message");
M'enfin, ça devrait tout de même afficher quelque chose dans tes logs.

Du coup, tu compiles ton plugin, tu te retrouve avec un ".jar". Tu met ce ".jar" dans le dossier "plugins". Tu démarre ton serveur "spigot" ou "bukkit". Et dans les logs tu n'as rien ?
Si c'est bien ça (si tu fais autre chose, dit le nous !), il faut que tu nous donne plus d'informations. Par exemple, tu peux nous donner ton ".jar" afin que l'on puisse vérifier que tu l'as bien compilé.
Ou nous montrer la structure de tes fichiers (dossier "plugins", le dossier ou il y a ton spigot/bukkit, ...) mais également nous donner tous tes logs par exemple.


Cordialement,
Detobel36
 
  • J'aime
Reactions: DiscowZombie
Du coup, tu compiles ton plugin, tu te retrouve avec un ".jar". Tu met ce ".jar" dans le dossier "plugins". Tu démarre ton serveur "spigot" ou "bukkit". Et dans les logs tu n'as rien ?

Non, j'ai aussi oublier de vous dire que ce n'est pas mon serveur et donc je n'ai pas accès aux logs mais a la console ( il n'y a rien sur la console ), et pour les logs il faut que je demande au fondateur et ça prend pas mal de temps ^^ Donc j'ai recréer un serveur local, j'ai mis mon plugin dedans et voici les logs :

Code:
[18:11:58] [Server thread/INFO]: Starting minecraft server version 1.11
[18:11:58] [Server thread/INFO]: Loading properties
[18:11:58] [Server thread/INFO]: Default game type: SURVIVAL
[18:11:59] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f950f8e-0a81101 (MC: 1.11) (Implementing API version 1.11-R0.1-SNAPSHOT)
[18:11:59] [Server thread/INFO]: Unable to find file banned-players.json, creating it.
[18:11:59] [Server thread/INFO]: Unable to find file banned-ips.json, creating it.
[18:11:59] [Server thread/INFO]: Unable to find file ops.json, creating it.
[18:11:59] [Server thread/INFO]: Unable to find file whitelist.json, creating it.
[18:11:59] [Server thread/INFO]: Debug logging is disabled
[18:11:59] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:11:59] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:11:59] [Server thread/INFO]: Generating keypair
[18:11:59] [Server thread/INFO]: Starting Minecraft server on *:25565
[18:11:59] [Server thread/INFO]: Using default channel type
[18:11:59] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[18:11:59] [Server thread/INFO]: Preparing level "world"
[18:11:59] [Server thread/INFO]: -------- World Settings For [world] --------
[18:11:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:11:59] [Server thread/INFO]: Item Despawn Rate: 6000
[18:11:59] [Server thread/INFO]: Item Merge Radius: 2.5
[18:11:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:11:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:11:59] [Server thread/INFO]: View Distance: 10
[18:11:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:11:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:11:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:11:59] [Server thread/INFO]: Max TNT Explosions: 100
[18:11:59] [Server thread/INFO]: Mob Spawn Range: 4
[18:11:59] [Server thread/INFO]: Structure Info Saving: true
[18:11:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:11:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:11:59] [Server thread/INFO]: Random Lighting Updates: false
[18:11:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:11:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:11:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:12:00] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:12:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:12:00] [Server thread/INFO]: Item Despawn Rate: 6000
[18:12:00] [Server thread/INFO]: Item Merge Radius: 2.5
[18:12:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:12:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:12:00] [Server thread/INFO]: View Distance: 10
[18:12:00] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:12:00] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:12:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:12:00] [Server thread/INFO]: Max TNT Explosions: 100
[18:12:00] [Server thread/INFO]: Mob Spawn Range: 4
[18:12:00] [Server thread/INFO]: Structure Info Saving: true
[18:12:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:12:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:12:00] [Server thread/INFO]: Random Lighting Updates: false
[18:12:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:12:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:12:00] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:12:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:12:00] [Server thread/INFO]: Item Despawn Rate: 6000
[18:12:00] [Server thread/INFO]: Item Merge Radius: 2.5
[18:12:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:12:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:12:00] [Server thread/INFO]: View Distance: 10
[18:12:00] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:12:00] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:12:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:12:00] [Server thread/INFO]: Max TNT Explosions: 100
[18:12:00] [Server thread/INFO]: Mob Spawn Range: 4
[18:12:00] [Server thread/INFO]: Structure Info Saving: true
[18:12:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:12:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:12:00] [Server thread/INFO]: Random Lighting Updates: false
[18:12:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:12:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:12:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:12:00] [Server thread/INFO]: Preparing start region for level 0 (Seed: 66284499804406795)
[18:12:01] [Server thread/INFO]: Preparing spawn area: 9%
[18:12:02] [Server thread/INFO]: Preparing spawn area: 20%
[18:12:03] [Server thread/INFO]: Preparing spawn area: 30%
[18:12:04] [Server thread/INFO]: Preparing spawn area: 45%
[18:12:06] [Server thread/INFO]: Preparing spawn area: 60%
[18:12:07] [Server thread/INFO]: Preparing spawn area: 77%
[18:12:08] [Server thread/INFO]: Preparing spawn area: 98%
[18:12:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 66284499804406795)
[18:12:09] [Server thread/INFO]: Preparing spawn area: 14%
[18:12:10] [Server thread/INFO]: Preparing spawn area: 31%
[18:12:11] [Server thread/INFO]: Preparing spawn area: 46%
[18:12:12] [Server thread/INFO]: Preparing spawn area: 55%
[18:12:13] [Server thread/INFO]: Preparing spawn area: 75%
[18:12:14] [Server thread/INFO]: Preparing spawn area: 91%
[18:12:14] [Server thread/INFO]: Preparing start region for level 2 (Seed: 66284499804406795)
[18:12:15] [Server thread/INFO]: Preparing spawn area: 49%
[18:12:16] [Server thread/INFO]: Done (17,178s)! For help, type "help" or "?"
[18:13:10] [Server thread/INFO]: CONSOLE: [0;31;1mPlease note that this command is not supported and may cause issues when using some plugins.[m
[18:13:10] [Server thread/INFO]: CONSOLE: [0;31;1mIf you encounter any issues please use the /stop command to restart your server.[m
[18:13:10] [Server thread/INFO]: Debug logging is disabled
[18:13:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:13:10] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:13:10] [Server thread/INFO]: -------- World Settings For [world] --------
[18:13:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:13:10] [Server thread/INFO]: Item Despawn Rate: 6000
[18:13:10] [Server thread/INFO]: Item Merge Radius: 2.5
[18:13:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:13:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:13:10] [Server thread/INFO]: View Distance: 10
[18:13:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:13:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:13:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:13:10] [Server thread/INFO]: Max TNT Explosions: 100
[18:13:10] [Server thread/INFO]: Mob Spawn Range: 4
[18:13:10] [Server thread/INFO]: Structure Info Saving: true
[18:13:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:13:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:13:10] [Server thread/INFO]: Random Lighting Updates: false
[18:13:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:13:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:13:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:13:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:13:10] [Server thread/INFO]: Item Despawn Rate: 6000
[18:13:10] [Server thread/INFO]: Item Merge Radius: 2.5
[18:13:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:13:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:13:10] [Server thread/INFO]: View Distance: 10
[18:13:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:13:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:13:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:13:10] [Server thread/INFO]: Max TNT Explosions: 100
[18:13:10] [Server thread/INFO]: Mob Spawn Range: 4
[18:13:10] [Server thread/INFO]: Structure Info Saving: true
[18:13:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:13:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:13:10] [Server thread/INFO]: Random Lighting Updates: false
[18:13:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:13:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:13:10] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[18:13:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:13:10] [Server thread/INFO]: Item Despawn Rate: 6000
[18:13:10] [Server thread/INFO]: Item Merge Radius: 2.5
[18:13:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:13:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:13:10] [Server thread/INFO]: View Distance: 10
[18:13:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[18:13:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:13:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:13:10] [Server thread/INFO]: Max TNT Explosions: 100
[18:13:10] [Server thread/INFO]: Mob Spawn Range: 4
[18:13:10] [Server thread/INFO]: Structure Info Saving: true
[18:13:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[18:13:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:13:10] [Server thread/INFO]: Random Lighting Updates: false
[18:13:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:13:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:13:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[18:13:10] [Server thread/ERROR]: Could not load 'plugins\EnergyGeneral.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:300) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.reload(CraftServer.java:747) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.Bukkit.reload(Bukkit.java:540) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:649) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchServerCommand(CraftServer.java:635) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.DedicatedServer.aM(DedicatedServer.java:437) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
Caused by: org.yaml.snakeyaml.error.YAMLException: java.nio.charset.MalformedInputException: Input length = 1
    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:200) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:60) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:381) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:232) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:157) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    ... 13 more
Caused by: java.nio.charset.MalformedInputException: Input length = 1
    at java.nio.charset.CoderResult.throwException(Unknown Source) ~[?:1.8.0_201]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_201]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_201]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_201]
    at org.yaml.snakeyaml.reader.UnicodeReader.read(UnicodeReader.java:123) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at java.io.Reader.read(Unknown Source) ~[?:1.8.0_201]
    at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:184) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:60) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:381) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:232) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:157) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    ... 13 more
[18:13:10] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:13:10] [Server thread/INFO]: CONSOLE: [0;32;1mReload complete.[m
[18:15:02] [User Authenticator #1/INFO]: UUID of player RHT_LorDbox4 is 1bcba2d0-2087-4ba5-8a90-0b06ec8c12a3
[18:15:02] [Server thread/INFO]: RHT_LorDbox4[/127.0.0.1:59422] logged in with entity id 1420 at ([world]-273.5, 63.0, 265.5)
[18:15:09] [Server thread/INFO]: Opped RHT_LorDbox4
[18:15:15] [Server thread/INFO]: RHT_LorDbox4 issued server command: /gamemode 1
[18:15:15] [Server thread/INFO]: [RHT_LorDbox4: Set own game mode to Creative Mode]
[18:15:19] [Server thread/INFO]: RHT_LorDbox4 issued server command: /pl

Je peux vous donner aussi le plugin .jar en message privé ^^
 
Ah, je n'ai pas bien regardé x)

Mais par contre je ne sais pas quoi comme problème

( J'envoie screen de mon plugin.yml )



mini_190319062904909782.png
Je n'arrive pas a envoyé le screen, j'envoie le texte :

Code:
name: EnergyGeneral
version: 1.0
author: RHT_LorDbox4
main: fr.rhtlordbox4.monplugin.Main
commands:
  test:
    description: Commande de test
    permission: test.use
  alert:
    description: Système d'alert 1.0
    permission: alert.use
  ateleport:
    description: Système de téléportation 1.0
 
Dernière édition par un modérateur: