Plugin Petit problème

LorDbox4

Architecte en herbe
5 Octobre 2015
66
0
83
Mon plugin ne s'affiche pas, j'ai regardé dans les logs et c'est le plugin.yml

Il est incorrect

J'ai tout vérifier et je ne vois aucune erreur :

Code:
name: EnergyGeneral
version: 1.0
author: RHT_LorDbox4
main: fr.rhtlordbox4.test.Main
commands:
  energygeneral:
  test:
  ealert:
  ateleport:
  info:
  istaff:
  emaj:

LOGS :


Code:
[11:32:58] [Server thread/INFO]: Starting minecraft server version 1.11
[11:32:58] [Server thread/INFO]: Loading properties
[11:32:58] [Server thread/INFO]: Default game type: SURVIVAL
[11:32:58] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f950f8e-0a81101 (MC: 1.11) (Implementing API version 1.11-R0.1-SNAPSHOT)
[11:32:58] [Server thread/INFO]: Debug logging is disabled
[11:32:58] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:32:58] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:32:58] [Server thread/INFO]: Generating keypair
[11:32:58] [Server thread/INFO]: Starting Minecraft server on *:25565
[11:32:58] [Server thread/INFO]: Using default channel type
[11:32:58] [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 net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:542) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
 in 'reader', line 12, column 8:
      emaj:  
           ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:585) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[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]
    ... 5 more
[11:32:58] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[11:32:58] [Server thread/INFO]: [moderation] Loading moderation v1.0
[11:32:58] [Server thread/INFO]: [TchatManager] Loading TchatManager v1.0
[11:32:58] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.2
[11:32:58] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[11:32:58] [Server thread/INFO]: Preparing level "world"
[11:32:59] [Server thread/INFO]: -------- World Settings For [world] --------
[11:32:59] [Server thread/INFO]: Item Despawn Rate: 6000
[11:32:59] [Server thread/INFO]: Item Merge Radius: 2.5
[11:32:59] [Server thread/INFO]: View Distance: 10
[11:32:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:32:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:32:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:32:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:32:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[11:32:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:32:59] [Server thread/INFO]: Random Lighting Updates: false
[11:32:59] [Server thread/INFO]: Mob Spawn Range: 4
[11:32:59] [Server thread/INFO]: Max TNT Explosions: 100
[11:32:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:32:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:32:59] [Server thread/INFO]: Structure Info Saving: true
[11:32:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:32:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:32:59] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[11:32:59] [Server thread/INFO]: Item Despawn Rate: 6000
[11:32:59] [Server thread/INFO]: Item Merge Radius: 2.5
[11:32:59] [Server thread/INFO]: View Distance: 10
[11:32:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:32:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:32:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:32:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:32:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[11:32:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:32:59] [Server thread/INFO]: Random Lighting Updates: false
[11:32:59] [Server thread/INFO]: Mob Spawn Range: 4
[11:32:59] [Server thread/INFO]: Max TNT Explosions: 100
[11:32:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:32:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:32:59] [Server thread/INFO]: Structure Info Saving: true
[11:32:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:32:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:32:59] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[11:32:59] [Server thread/INFO]: Item Despawn Rate: 6000
[11:32:59] [Server thread/INFO]: Item Merge Radius: 2.5
[11:32:59] [Server thread/INFO]: View Distance: 10
[11:32:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:32:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:32:59] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:32:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:32:59] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[11:32:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:32:59] [Server thread/INFO]: Random Lighting Updates: false
[11:32:59] [Server thread/INFO]: Mob Spawn Range: 4
[11:32:59] [Server thread/INFO]: Max TNT Explosions: 100
[11:32:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:32:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:32:59] [Server thread/INFO]: Structure Info Saving: true
[11:32:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:32:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:32:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:32:59] [Server thread/INFO]: Preparing start region for level 0 (Seed: 66284499804406795)
[11:33:00] [Server thread/INFO]: Preparing spawn area: 41%
[11:33:00] [Server thread/INFO]: Preparing start region for level 1 (Seed: 66284499804406795)
[11:33:01] [Server thread/INFO]: Preparing start region for level 2 (Seed: 66284499804406795)
[11:33:02] [Server thread/INFO]: [moderation] Enabling moderation v1.0
[11:33:02] [Server thread/INFO]: [TchatManager] Enabling TchatManager v1.0
[11:33:02] [Server thread/ERROR]: Error occurred while enabling TchatManager v1.0 (Is it up to date?)
java.lang.IllegalArgumentException: The embedded resource 'config.yml' cannot be found in plugins\Tchat-Manager.jar
    at org.bukkit.plugin.java.JavaPlugin.saveResource(JavaPlugin.java:202) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.java.JavaPlugin.saveDefaultConfig(JavaPlugin.java:189) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at fr.rhtlordbox4.main.Main.onEnable(Main.java:14) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:375) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:325) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:419) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:380) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:335) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:542) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_201]
[11:33:02] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.2
[11:33:02] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
[11:33:02] [Server thread/WARN]: [ReflectionHelper] Failed to find version enum for 'org.bukkit.craftbukkit.v1_11_R1'/'v1_11_R1.'
[11:33:02] [Server thread/INFO]: [ReflectionHelper] Generating dynamic constant...
[11:33:02] [Server thread/INFO]: [ReflectionHelper] Injected dynamic version v1_11_R1 (#10101).
[11:33:02] [Server thread/INFO]: [ReflectionHelper] Please inform inventivetalent about the outdated version, as this is not guaranteed to work.
[11:33:02] [Server thread/INFO]: [ReflectionHelper] Version is v1_11_R1 (10101)
[11:33:02] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[11:33:02] [Server thread/INFO]: Injected custom channel handlers.
[11:33:02] [Server thread/INFO]: Adding channels for online players...
[11:33:02] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_11_R1'.[m
[11:33:02] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 91ms.[m
[11:33:02] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
[11:33:02] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[11:33:02] [Server thread/INFO]: Done (3,750s)! For help, type "help" or "?"
[11:34:38] [Server thread/INFO]: CONSOLE: [0;31;1mPlease note that this command is not supported and may cause issues when using some plugins.[m
[11:34:38] [Server thread/INFO]: CONSOLE: [0;31;1mIf you encounter any issues please use the /stop command to restart your server.[m
[11:34:38] [Server thread/INFO]: Debug logging is disabled
[11:34:38] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:34:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:34:38] [Server thread/INFO]: -------- World Settings For [world] --------
[11:34:38] [Server thread/INFO]: Item Despawn Rate: 6000
[11:34:38] [Server thread/INFO]: Item Merge Radius: 2.5
[11:34:38] [Server thread/INFO]: View Distance: 10
[11:34:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:34:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:34:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:34:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:34:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[11:34:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:34:38] [Server thread/INFO]: Random Lighting Updates: false
[11:34:38] [Server thread/INFO]: Mob Spawn Range: 4
[11:34:38] [Server thread/INFO]: Max TNT Explosions: 100
[11:34:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:34:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:34:38] [Server thread/INFO]: Structure Info Saving: true
[11:34:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:34:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:34:38] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[11:34:38] [Server thread/INFO]: Item Despawn Rate: 6000
[11:34:38] [Server thread/INFO]: Item Merge Radius: 2.5
[11:34:38] [Server thread/INFO]: View Distance: 10
[11:34:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:34:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:34:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:34:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:34:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[11:34:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:34:38] [Server thread/INFO]: Random Lighting Updates: false
[11:34:38] [Server thread/INFO]: Mob Spawn Range: 4
[11:34:38] [Server thread/INFO]: Max TNT Explosions: 100
[11:34:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:34:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:34:38] [Server thread/INFO]: Structure Info Saving: true
[11:34:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:34:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:34:38] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[11:34:38] [Server thread/INFO]: Item Despawn Rate: 6000
[11:34:38] [Server thread/INFO]: Item Merge Radius: 2.5
[11:34:38] [Server thread/INFO]: View Distance: 10
[11:34:38] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[11:34:38] [Server thread/INFO]: Arrow Despawn Rate: 1200
[11:34:38] [Server thread/INFO]: Experience Merge Radius: 3.0
[11:34:38] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[11:34:38] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[11:34:38] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[11:34:38] [Server thread/INFO]: Random Lighting Updates: false
[11:34:38] [Server thread/INFO]: Mob Spawn Range: 4
[11:34:38] [Server thread/INFO]: Max TNT Explosions: 100
[11:34:38] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[11:34:38] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[11:34:38] [Server thread/INFO]: Structure Info Saving: true
[11:34:38] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[11:34:38] [Server thread/INFO]: Cactus Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Cane Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Melon Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Sapling Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Wheat Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Vine Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[11:34:38] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[11:34:38] [Server thread/INFO]: [StaffPlus] Disabling StaffPlus v3.2.2
[11:34:38] [Server thread/INFO]: [0;31;22m[Staff+] [0;31;1mStaff+ is now disabling![m
[11:34:38] [Server thread/INFO]: Removing channels for online players...
[11:34:38] [Server thread/INFO]: Removing packet handlers (1)...
[11:34:38] [Server thread/INFO]: [TchatManager] Disabling TchatManager v1.0
[11:34:38] [Server thread/INFO]: [TchatManager] [Tchat-Manager] 1.0 = Disable
[11:34:38] [Server thread/INFO]: [moderation] Disabling moderation v1.0
[11:34:38] [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.scanner.ScannerException: while scanning for the next token
found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation)
 in 'reader', line 12, column 8:
      emaj:  
           ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:420) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:585) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:157) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:147) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:246) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:237) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:225) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[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
[11:34:38] [Server thread/INFO]: [moderation] Loading moderation v1.0
[11:34:38] [Server thread/INFO]: [TchatManager] Loading TchatManager v1.0
[11:34:38] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.2
[11:34:38] [Server thread/INFO]: [moderation] Enabling moderation v1.0
[11:34:38] [Server thread/INFO]: [TchatManager] Enabling TchatManager v1.0
[11:34:38] [Server thread/ERROR]: Error occurred while enabling TchatManager v1.0 (Is it up to date?)
java.lang.IllegalArgumentException: The embedded resource 'config.yml' cannot be found in plugins\Tchat-Manager.jar
    at org.bukkit.plugin.java.JavaPlugin.saveResource(JavaPlugin.java:202) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.java.JavaPlugin.saveDefaultConfig(JavaPlugin.java:189) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at fr.rhtlordbox4.main.Main.onEnable(Main.java:14) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:375) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:325) [spigot-1.11.jar:git-Spigot-f950f8e-0a81101]
    at org.bukkit.craftbukkit.v1_11_R1.CraftServer.reload(CraftServer.java:749) [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]
[11:34:38] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.2
[11:34:38] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
[11:34:38] [Server thread/WARN]: [ReflectionHelper] Failed to find version enum for 'org.bukkit.craftbukkit.v1_11_R1'/'v1_11_R1.'
[11:34:38] [Server thread/INFO]: [ReflectionHelper] Generating dynamic constant...
[11:34:38] [Server thread/INFO]: [ReflectionHelper] Injected dynamic version v1_11_R1 (#10101).
[11:34:38] [Server thread/INFO]: [ReflectionHelper] Please inform inventivetalent about the outdated version, as this is not guaranteed to work.
[11:34:38] [Server thread/INFO]: [ReflectionHelper] Version is v1_11_R1 (10101)
[11:34:38] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[11:34:38] [Server thread/INFO]: Injected custom channel handlers.
[11:34:38] [Server thread/INFO]: Adding channels for online players...
[11:34:38] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_11_R1'.[m
[11:34:38] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 38ms.[m
[11:34:38] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
[11:34:38] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[11:34:38] [Server thread/INFO]: CONSOLE: [0;32;1mReload complete.[m
 

DiscowZombie

Développeur
Staff
Modérateur
Support
2 Mars 2017
2 659
1
931
298
Alsace
www.discowzombie.fr
Salut,

comme l'indique très clairement le log, l'usage de la touche TAB n'est pas valide :
Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token found character '\t(TAB)' that cannot start any token. (Do not use \t(TAB) for indentation) in 'reader', line 12, column 8: emaj: ^

D'ailleurs je ne suis pas sûr que ça soit une bonne idée d’enregistrer les commandes à la suite sans aucune information ni description (il s'attend à mon avis à trouver au moins un retour à la ligne). Tu devrais plutôt faire quelque chose du style :
Code:
name: EnergyGeneral
version: 1.0
author: RHT_LorDbox4
main: fr.rhtlordbox4.test.Main
commands:
  energygeneral:
    description: ""
  test:
    description: ""
  ealert:
    description: ""
  ateleport:
    description: ""
  info:
    description: ""
  istaff:
    description: ""
  emaj:   
    description: ""