Plugin Résolu PLUGIN ANGLAIS EN FRANCAIS

OMEGA_

>> InActivity_ <<
6 Janvier 2017
82
7
46
26
Pardon du double post.
Ah oui j'ai trouvé mais quand je fais "export"> "jar file" puis quand je séléctionne les fichiers beh je n'ai pas le fichier .java (j'ai fais mes traduction dans le .java) donc voila pourquoi le .java n'apparait pas ??
Si sa change rien que le fichier n’apparaît pas merci j'ai trouvé :D mais si sa change totalement tout j'ai besoin d'aide :)

J'ai fais Export>Jar File> etc... mais quand je fais finish sa me mets cette erreur : JAR creation failed. See details fort additonnal information.
Je clique sur le bouton détails

Détails:

JAR creation failed. See details for additional information.
vco/noob/main [in PvpKits] is not on its project's build path
Unable to get package fragment root: PvpKits/vco/noob/main/KitPvP.java
vco/noob/main [in PvpKits] is not on its project's build path
PvpKits/META-INF/MANIFEST.MF was replaced by the generated MANIFEST.MF and is no longer in the JAR.

C'est bon j'ai résolu le problème j'ai fais clique droit sur KitPvp.java>build path>add build path> puis export>etc... j'ai mis le plugins sur mon serveur mais le plugins ne marche pas.

Est-ce que c'est a cause des caractère comme (é, è, ç, etc...) ou autre choses ?
 
Dernière édition:

Alex Fatta

Commandant de la Flotte et de la Horde
13 Août 2014
1 391
1
191
187
Alors c'est peut être à cause de ca mais je pense pas. Est-ce que les logs t'envoient des erreurs ? Envois les s'il te plait grâce à la balise <code> du forum ;) Je pense que soit il y a les droit d'auteur qui font que ca marche pas, soit que il manque des éléments, comme par exemple le fait que pour les plugins, il faut importer en début de code les ressources externes, comme bukkit notamment.

Voilà tient moi au courant ;)

AlexFatta
 

OMEGA_

>> InActivity_ <<
6 Janvier 2017
82
7
46
26
Alors c'est peut être à cause de ca mais je pense pas. Est-ce que les logs t'envoient des erreurs ? Envois les s'il te plait grâce à la balise <code> du forum ;) Je pense que soit il y a les droit d'auteur qui font que ca marche pas, soit que il manque des éléments, comme par exemple le fait que pour les plugins, il faut importer en début de code les ressources externes, comme bukkit notamment.

Voilà tient moi au courant ;)

AlexFatta
Les logs du serveur ?! :confused:
 

OMEGA_

>> InActivity_ <<
6 Janvier 2017
82
7
46
26
Code:
[20:32:11] [Server thread/INFO]: Starting minecraft server version 1.8.7[20:32:11] [Server thread/INFO]: Loading properties[20:32:11] [Server thread/INFO]: Default game type: SURVIVAL[20:32:11] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f94fe8f-d27e6d0 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT)[20:32:12] [Server thread/INFO]: Debug logging is disabled[20:32:12] [Server thread/INFO]: Server Ping Player Sample Count: 12[20:32:12] [Server thread/INFO]: Using 4 threads for Netty based IO[20:32:12] [Server thread/INFO]: Generating keypair[20:32:13] [Server thread/INFO]: Starting Minecraft server on 188.165.234.197:25073[20:32:13] [Server thread/INFO]: Using epoll channel type[20:32:13] [Server thread/INFO]: Set PluginClassLoader as parallel capable[20:32:13] [Server thread/ERROR]: Could not load 'plugins/pvpkits.jar' in folder 'plugins'org.bukkit.plugin.InvalidPluginException: Cannot find main class `vco.noob.main.KitPvP' at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:66) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]Caused by: java.lang.ClassNotFoundException: vco.noob.main.KitPvP at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_101] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_101] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_101] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_101] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_101] at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_101] at java.lang.Class.forName0(Native Method) ~[?:1.7.0_101] at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_101] at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:64) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0] ... 7 more[20:32:14] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.1.11[20:32:14] [Server thread/INFO]: [Actionbar] Loading Actionbar v1.3.1.11[20:32:14] [Server thread/INFO]: [Titlebar] Loading Titlebar v1.3.1.11[20:32:14] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (2.10.1) (Phoenix)[20:32:14] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.2;b3fbe8b[20:32:14] [Server thread/INFO]: [Sethub] Loading Sethub v1.0[20:32:14] [Server thread/INFO]: [AntiCheat] Loading AntiCheat v2.0.2[20:32:14] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.1[20:32:14] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.1-BETA[20:32:14] [Server thread/INFO]: [MYSlots] Loading MYSlots v1.5[20:32:14] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3[20:32:14] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.2[20:32:14] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719[20:32:14] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1[20:32:14] [Server thread/INFO]: [TablistPrefix] Loading TablistPrefix v1.4.1[20:32:14] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity[20:32:14] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity [20:32:14] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity [20:32:14] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity [20:32:14] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity [20:32:14] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.3.3 [20:32:14] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.1-BETA [20:32:14] [Server thread/INFO]: Detected Minecraft v1_8_R3, using UniversalSkinFactory [20:32:15] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [20:32:15] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [20:32:15] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [20:32:15] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [20:32:15] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time **** [20:32:15] [Server thread/INFO]: Preparing level "world" [20:32:15] [Server thread/INFO]: -------- World Settings For [world] -------- [20:32:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:32:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:32:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:32:15] [Server thread/INFO]: Random Lighting Updates: false [20:32:15] [Server thread/INFO]: Structure Info Saving: true [20:32:15] [Server thread/INFO]: Mob Spawn Range: 4 [20:32:15] [Server thread/INFO]: Anti X-Ray: true [20:32:15] [Server thread/INFO]: Engine Mode: 1 [20:32:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:32:15] [Server thread/INFO]: Replace Blocks: [1, 5] [20:32:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:32:15] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Cane Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Melon Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:32:15] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Sending up to 10 chunks per packet [20:32:15] [Server thread/INFO]: Max Entity Collisions: 8 [20:32:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:32:15] [Server thread/INFO]: Max TNT Explosions: 100 [20:32:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:32:15] [Server thread/INFO]: Item Despawn Rate: 6000 [20:32:15] [Server thread/INFO]: Item Merge Radius: 2.5 [20:32:15] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:32:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:32:15] [Server thread/INFO]: View Distance: 8 [20:32:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:32:15] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:32:15] [Server thread/INFO]: Clear tick list: false [20:32:15] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:32:15] [Server thread/INFO]: -------- World Settings For [world_nether] -------- [20:32:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:32:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:32:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:32:15] [Server thread/INFO]: Random Lighting Updates: false [20:32:15] [Server thread/INFO]: Structure Info Saving: true [20:32:15] [Server thread/INFO]: Mob Spawn Range: 4 [20:32:15] [Server thread/INFO]: Anti X-Ray: true [20:32:15] [Server thread/INFO]: Engine Mode: 1 [20:32:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:32:15] [Server thread/INFO]: Replace Blocks: [1, 5] [20:32:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:32:15] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Cane Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Melon Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:32:15] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Sending up to 10 chunks per packet [20:32:15] [Server thread/INFO]: Max Entity Collisions: 8 [20:32:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:32:15] [Server thread/INFO]: Max TNT Explosions: 100 [20:32:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:32:15] [Server thread/INFO]: Item Despawn Rate: 6000 [20:32:15] [Server thread/INFO]: Item Merge Radius: 2.5 [20:32:15] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:32:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:32:15] [Server thread/INFO]: View Distance: 8 [20:32:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:32:15] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:32:15] [Server thread/INFO]: Clear tick list: false [20:32:15] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:32:15] [Server thread/INFO]: -------- World Settings For [world_the_end] -------- [20:32:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:32:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:32:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:32:15] [Server thread/INFO]: Random Lighting Updates: false [20:32:15] [Server thread/INFO]: Structure Info Saving: true [20:32:15] [Server thread/INFO]: Mob Spawn Range: 4 [20:32:15] [Server thread/INFO]: Anti X-Ray: true [20:32:15] [Server thread/INFO]: Engine Mode: 1 [20:32:15] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:32:15] [Server thread/INFO]: Replace Blocks: [1, 5] [20:32:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:32:15] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Cane Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Melon Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:32:15] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:32:15] [Server thread/INFO]: Sending up to 10 chunks per packet [20:32:15] [Server thread/INFO]: Max Entity Collisions: 8 [20:32:15] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:32:15] [Server thread/INFO]: Max TNT Explosions: 100 [20:32:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:32:15] [Server thread/INFO]: Item Despawn Rate: 6000 [20:32:15] [Server thread/INFO]: Item Merge Radius: 2.5 [20:32:15] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:32:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:32:15] [Server thread/INFO]: View Distance: 8 [20:32:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:32:15] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:32:15] [Server thread/INFO]: Clear tick list: false [20:32:15] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:32:15] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3036108334172769227) [20:32:16] [Server thread/INFO]: Preparing spawn area: 50% [20:32:16] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3036108334172769227) [20:32:17] [Server thread/INFO]: Preparing spawn area: 59% [20:32:18] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3036108334172769227) [20:32:18] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.1.11 [20:32:18] [Server thread/INFO]: Tablist> You have to install Vault to use the part of Economy [20:32:18] [Server thread/INFO]: Tablist> You have to install Vault to use the part of Chat [20:32:18] [Server thread/INFO]: Tablist> Tablist v1.3.1.11 enabled!! [20:32:18] [Server thread/INFO]: [Actionbar] Enabling Actionbar v1.3.1.11 [20:32:18] [Server thread/INFO]: Actionbar> You have to install Vault to use the part of Economy [20:32:18] [Server thread/INFO]: Actionbar> You have to install Vault to use the part of Chat [20:32:18] [Server thread/INFO]: Actionbar> Actionbar v1.3.1.11 enabled!! [20:32:18] [Server thread/INFO]: [Titlebar] Enabling Titlebar v1.3.1.11 [20:32:18] [Server thread/INFO]: Titlebar> You have to install Vault to use the part of Economy [20:32:18] [Server thread/INFO]: Titlebar> You have to install Vault to use the part of Chat [20:32:18] [Server thread/INFO]: Titlebar> Titlebar v1.3.1.11 enabled!! [20:32:18] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (2.10.1) (Phoenix) [20:32:18] [Server thread/INFO]: GroupManager - INFO - World Found: monde_the_end [20:32:18] [Server thread/INFO]: GroupManager - INFO - World Found: monde_nether [20:32:18] [Server thread/INFO]: GroupManager - INFO - World Found: world [20:32:18] [Server thread/INFO]: GroupManager - INFO - World Found: monde [20:32:18] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled. [20:32:18] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes! [20:32:18] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours! [20:32:18] [Server thread/INFO]: GroupManager version 2.0 (2.10.1) (Phoenix) is enabled! [20:32:18] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.2;b3fbe8b [20:32:19] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions. [20:32:20] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter [20:32:20] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 1.7.0_101). [20:32:20] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8. [20:32:20] [Server thread/INFO]: [Sethub] Enabling Sethub v1.0 [20:32:20] [Server thread/INFO]: [SH] Enabling SetHub v1.0 [20:32:20] [Server thread/INFO]: [AntiCheat] Enabling AntiCheat v2.0.2 [20:32:20] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.1 [20:32:20] [Server thread/WARN]: [ChestCommands] Vault with a compatible economy plugin was not found! Icons with a PRICE or commands that give money will not work. [20:32:20] [Server thread/INFO]: [MYSlots] Enabling MYSlots v1.5 [20:32:20] [Server thread/INFO]: ## MYSlots is aktivated ## [20:32:20] [Server thread/INFO]: ####################################################### [20:32:20] [Server thread/INFO]: ## MY-Slots ## [20:32:20] [Server thread/INFO]: ## By AndyCraftz ## [20:32:20] [Server thread/INFO]: ####################################################### [20:32:20] [Server thread/INFO]: ## Contact in Skype: mrandycraftz ## [20:32:20] [Server thread/INFO]: ## Contact on Web: http://www.andycraftz.de ## [20:32:20] [Server thread/INFO]: ####################################################### [20:32:20] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3 [20:32:20] [Server thread/INFO]: [ClearLag] Loading modules... [20:32:20] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values [20:32:20] [Server thread/INFO]: [ClearLag] Modules have been loaded! [20:32:20] [Server thread/INFO]: [ClearLag] Clearlag is now enabled! [20:32:20] [Thread-11/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]... [20:32:20] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.2 [20:32:21] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance. [20:32:21] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803) [20:32:21] [Server thread/INFO]: [PacketListenerAPI] Using INChannel [20:32:21] [Server thread/INFO]: Injected custom channel handlers. [20:32:21] [Server thread/INFO]: Adding channels for online players... [20:32:21] [Server thread/INFO]: [Staff+] Version protocol set to 'v1_8_R3'. [20:32:21] [Server thread/INFO]: [Staff+] Staff+ has been enabled! Initialization took 362ms. [20:32:21] [Server thread/INFO]: [Staff+] Plugin created by Shortninja. [20:32:21] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719 [20:32:22] [Thread-11/INFO]: [ClearLag] No updates found! [20:32:23] [Server thread/INFO]: -------- World Settings For [monde] -------- [20:32:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:32:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:32:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:32:23] [Server thread/INFO]: Random Lighting Updates: false [20:32:23] [Server thread/INFO]: Structure Info Saving: true [20:32:23] [Server thread/INFO]: Mob Spawn Range: 4 [20:32:23] [Server thread/INFO]: Anti X-Ray: true [20:32:23] [Server thread/INFO]: Engine Mode: 1 [20:32:23] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:32:23] [Server thread/INFO]: Replace Blocks: [1, 5] [20:32:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:32:23] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:32:23] [Server thread/INFO]: Cane Growth Modifier: 100% [20:32:23] [Server thread/INFO]: Melon Growth Modifier: 100% [20:32:23] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:32:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:32:23] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:32:23] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:32:23] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:32:23] [Server thread/INFO]: Sending up to 10 chunks per packet [20:32:23] [Server thread/INFO]: Max Entity Collisions: 8 [20:32:23] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:32:23] [Server thread/INFO]: Max TNT Explosions: 100 [20:32:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:32:23] [Server thread/INFO]: Item Despawn Rate: 6000 [20:32:23] [Server thread/INFO]: Item Merge Radius: 2.5 [20:32:23] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:32:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:32:23] [Server thread/INFO]: View Distance: 8 [20:32:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:32:23] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:32:23] [Server thread/INFO]: Clear tick list: false [20:32:23] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:32:23] [Server thread/INFO]: Preparing start region for level 3 (Seed: 7174780316256752840) [20:32:24] [Server thread/INFO]: Preparing spawn area for monde, 40% [20:32:25] [Server thread/INFO]: -------- World Settings For [monde_the_end] -------- [20:32:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:32:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:32:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:32:25] [Server thread/INFO]: Random Lighting Updates: false [20:32:25] [Server thread/INFO]: Structure Info Saving: true [20:32:25] [Server thread/INFO]: Mob Spawn Range: 4 [20:32:25] [Server thread/INFO]: Anti X-Ray: true [20:32:25] [Server thread/INFO]: Engine Mode: 1 [20:32:25] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:32:25] [Server thread/INFO]: Replace Blocks: [1, 5] [20:32:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:32:25] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Cane Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Melon Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:32:25] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Sending up to 10 chunks per packet [20:32:25] [Server thread/INFO]: Max Entity Collisions: 8 [20:32:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:32:25] [Server thread/INFO]: Max TNT Explosions: 100 [20:32:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:32:25] [Server thread/INFO]: Item Despawn Rate: 6000 [20:32:25] [Server thread/INFO]: Item Merge Radius: 2.5 [20:32:25] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:32:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:32:25] [Server thread/INFO]: View Distance: 8 [20:32:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:32:25] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:32:25] [Server thread/INFO]: Clear tick list: false [20:32:25] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:32:25] [Server thread/INFO]: Preparing start region for level 4 (Seed: 7174780316256752840) [20:32:25] [Server thread/INFO]: -------- World Settings For [monde_nether] -------- [20:32:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 [20:32:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64 [20:32:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1 [20:32:25] [Server thread/INFO]: Random Lighting Updates: false [20:32:25] [Server thread/INFO]: Structure Info Saving: true [20:32:25] [Server thread/INFO]: Mob Spawn Range: 4 [20:32:25] [Server thread/INFO]: Anti X-Ray: true [20:32:25] [Server thread/INFO]: Engine Mode: 1 [20:32:25] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130] [20:32:25] [Server thread/INFO]: Replace Blocks: [1, 5] [20:32:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false [20:32:25] [Server thread/INFO]: Cactus Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Cane Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Melon Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Mushroom Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Sapling Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Wheat Growth Modifier: 100% [20:32:25] [Server thread/INFO]: NetherWart Growth Modifier: 100% [20:32:25] [Server thread/INFO]: Sending up to 10 chunks per packet [20:32:25] [Server thread/INFO]: Max Entity Collisions: 8 [20:32:25] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 [20:32:25] [Server thread/INFO]: Max TNT Explosions: 100 [20:32:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms [20:32:25] [Server thread/INFO]: Item Despawn Rate: 6000 [20:32:25] [Server thread/INFO]: Item Merge Radius: 2.5 [20:32:25] [Server thread/INFO]: Arrow Despawn Rate: 1200 [20:32:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true [20:32:25] [Server thread/INFO]: View Distance: 8 [20:32:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true [20:32:25] [Server thread/INFO]: Chunks to Grow per Tick: 650 [20:32:25] [Server thread/INFO]: Clear tick list: false [20:32:25] [Server thread/INFO]: Experience Merge Radius: 3.0 [20:32:25] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7174780316256752840) [20:32:26] [Server thread/INFO]: Preparing spawn area for monde_nether, 56% [20:32:27] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded. [20:32:28] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main-- [20:32:28] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1 [20:32:28] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked. [20:32:28] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED. [20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world' [20:32:28] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked. [20:32:28] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED. [20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether' [20:32:28] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked. [20:32:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED. [20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end' [20:32:28] [Server thread/INFO]: [WorldGuard] (monde) TNT ignition is PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde) Lighters are PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde) Lava fire is blocked. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde) Fire spread is UNRESTRICTED. [20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'monde' [20:32:28] [Server thread/INFO]: [WorldGuard] (monde_the_end) TNT ignition is PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde_the_end) Lighters are PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde_the_end) Lava fire is blocked. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde_the_end) Fire spread is UNRESTRICTED. [20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'monde_the_end' [20:32:28] [Server thread/INFO]: [WorldGuard] (monde_nether) TNT ignition is PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde_nether) Lighters are PERMITTED. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde_nether) Lava fire is blocked. [20:32:28] [Server thread/INFO]: [WorldGuard] (monde_nether) Fire spread is UNRESTRICTED. [20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'monde_nether' [20:32:28] [Server thread/INFO]: [WorldGuard] Loading region data... [20:32:29] [Server thread/INFO]: [TablistPrefix] Enabling TablistPrefix v1.4.1 [20:32:29] [Server thread/INFO]: [TablistPrefix] Vault not found. [20:32:29] [Server thread/INFO]: [TablistPrefix] Teams Registered. [20:32:29] [Server thread/INFO]: [TablistPrefix] Prefixes & Suffixes Set. [20:32:29] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity [20:32:29] [Server thread/INFO]: Bukkit version format changed. Version not checked. [20:32:29] [Server thread/INFO]: git-Spigot-f94fe8f-d27e6d0 (MC: 1.8.7) [20:32:29] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT [20:32:29] [Server thread/INFO]: Using locale fr_FR [20:32:30] [Server thread/INFO]: Using locale fr_FR [20:32:30] [Server thread/INFO]: Essentials: Using GroupManager based permissions. [20:32:30] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity [20:32:30] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity [20:32:30] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/. [20:32:30] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity [20:32:30] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity [20:32:30] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.3.3 [20:32:30] [Server thread/INFO]: [AuthMe] Loading Configuration File... [20:32:30] [Server thread/WARN]: [AuthMe] Merge new Config Options if needed.. [20:32:30] [Server thread/WARN]: [AuthMe] Please check your config.yml file! [20:32:30] [Server thread/INFO]: [AuthMe] Set Language: en [20:32:30] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations [20:32:30] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin [20:32:30] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin [20:32:30] [Server thread/INFO]: [AuthMe] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com [20:32:30] [Server thread/INFO]: [AuthMe] Authme 3.3.3 enabled [20:32:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [20:32:30] [Server thread/INFO]: Done (15,908s)! For help, type "help" or "?" [20:32:31] [Server thread/INFO]: [ChestCommands] Found a new version: v3.1.4 (yours: v3.1.1) [20:32:31] [Server thread/INFO]: [ChestCommands] Download it on Bukkit Dev: [20:32:31] [Server thread/INFO]: [ChestCommands] dev.bukkit.org/bukkit-plugins/chest-commands [20:32:31] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated! [20:32:31] [Craft Scheduler Thread - 0/INFO]: [20:32:31] [Craft Scheduler Thread - 0/INFO]: +===============+ [20:32:31] [Craft Scheduler Thread - 0/INFO]: | SkinsRestorer | [20:32:31] [Craft Scheduler Thread - 0/INFO]: +===============+ [20:32:31] [Craft Scheduler Thread - 0/INFO]: [20:32:31] [Craft Scheduler Thread - 0/INFO]: Current version: 12.9.1-BETA [20:32:31] [Craft Scheduler Thread - 0/INFO]: A new version is available! Download it at: [20:32:31] [Craft Scheduler Thread - 0/INFO]: https://www.spigotmc.org/resources/skinsrestorer.2124/ [20:32:31] [Craft Scheduler Thread - 0/INFO]:
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Désolé mais c'est illisible...
Même pour toi c'est illisible alors comment veux tu que moi je puisse comprendre quelque chose ?

N'ouvres pas tes logs avec l'application "note" de base sur ton pc... Utilise un programme tel que notepad, Notepad++ ou SublimeText.


Cordialement,
Detobel36
 

OMEGA_

>> InActivity_ <<
6 Janvier 2017
82
7
46
26
Bonjour,
désoler, j'ai copier coller la console...

Latest Log:

Code:
[20:32:11] [Server thread/INFO]: Starting minecraft server version 1.8.7
[20:32:11] [Server thread/INFO]: Loading properties
[20:32:11] [Server thread/INFO]: Default game type: SURVIVAL
[20:32:11] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-f94fe8f-d27e6d0 (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT)
[20:32:12] [Server thread/INFO]: Debug logging is disabled
[20:32:12] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:32:12] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:32:12] [Server thread/INFO]: Generating keypair
[20:32:13] [Server thread/INFO]: Starting Minecraft server on 188.165.234.197:25073
[20:32:13] [Server thread/INFO]: Using epoll channel type
[20:32:13] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[20:32:13] [Server thread/ERROR]: Could not load 'plugins/pvpkits.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: Cannot find main class `vco.noob.main.KitPvP'
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.lang.Thread.run(Thread.java:745) [?:1.7.0_101]
Caused by: java.lang.ClassNotFoundException: vco.noob.main.KitPvP
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_101]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_101]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_101]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_101]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_101]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_101]
    at java.lang.Class.forName0(Native Method) ~[?:1.7.0_101]
    at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_101]
    at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigotmc-1.8.7-R0.1.jar:git-Spigot-f94fe8f-d27e6d0]
    ... 7 more
[20:32:14] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.1.11
[20:32:14] [Server thread/INFO]: [Actionbar] Loading Actionbar v1.3.1.11
[20:32:14] [Server thread/INFO]: [Titlebar] Loading Titlebar v1.3.1.11
[20:32:14] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (2.10.1) (Phoenix)
[20:32:14] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.2;b3fbe8b
[20:32:14] [Server thread/INFO]: [Sethub] Loading Sethub v1.0
[20:32:14] [Server thread/INFO]: [AntiCheat] Loading AntiCheat v2.0.2
[20:32:14] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.1
[20:32:14] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.1-BETA
[20:32:14] [Server thread/INFO]: [MYSlots] Loading MYSlots v1.5
[20:32:14] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.3
[20:32:14] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.2
[20:32:14] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
[20:32:14] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[20:32:14] [Server thread/INFO]: [TablistPrefix] Loading TablistPrefix v1.4.1
[20:32:14] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[20:32:14] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[20:32:14] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
[20:32:14] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[20:32:14] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
[20:32:14] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.3.3
[20:32:14] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.1-BETA
[20:32:14] [Server thread/INFO]: [0;32;1mDetected Minecraft [0;33;1mv1_8_R3[0;32;1m, using [0;33;1mUniversalSkinFactory[m
[20:32:15] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[20:32:15] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[20:32:15] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[20:32:15] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[20:32:15] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[20:32:15] [Server thread/INFO]: Preparing level "world"
[20:32:15] [Server thread/INFO]: -------- World Settings For [world] --------
[20:32:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:32:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:32:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:32:15] [Server thread/INFO]: Random Lighting Updates: false
[20:32:15] [Server thread/INFO]: Structure Info Saving: true
[20:32:15] [Server thread/INFO]: Mob Spawn Range: 4
[20:32:15] [Server thread/INFO]: Anti X-Ray: true
[20:32:15] [Server thread/INFO]:     Engine Mode: 1
[20:32:15] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[20:32:15] [Server thread/INFO]:     Replace Blocks: [1, 5]
[20:32:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:32:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Sending up to 10 chunks per packet
[20:32:15] [Server thread/INFO]: Max Entity Collisions: 8
[20:32:15] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:32:15] [Server thread/INFO]: Max TNT Explosions: 100
[20:32:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:32:15] [Server thread/INFO]: Item Despawn Rate: 6000
[20:32:15] [Server thread/INFO]: Item Merge Radius: 2.5
[20:32:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:32:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:32:15] [Server thread/INFO]: View Distance: 8
[20:32:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:32:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
[20:32:15] [Server thread/INFO]: Clear tick list: false
[20:32:15] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:32:15] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[20:32:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:32:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:32:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:32:15] [Server thread/INFO]: Random Lighting Updates: false
[20:32:15] [Server thread/INFO]: Structure Info Saving: true
[20:32:15] [Server thread/INFO]: Mob Spawn Range: 4
[20:32:15] [Server thread/INFO]: Anti X-Ray: true
[20:32:15] [Server thread/INFO]:     Engine Mode: 1
[20:32:15] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[20:32:15] [Server thread/INFO]:     Replace Blocks: [1, 5]
[20:32:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:32:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Sending up to 10 chunks per packet
[20:32:15] [Server thread/INFO]: Max Entity Collisions: 8
[20:32:15] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:32:15] [Server thread/INFO]: Max TNT Explosions: 100
[20:32:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:32:15] [Server thread/INFO]: Item Despawn Rate: 6000
[20:32:15] [Server thread/INFO]: Item Merge Radius: 2.5
[20:32:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:32:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:32:15] [Server thread/INFO]: View Distance: 8
[20:32:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:32:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
[20:32:15] [Server thread/INFO]: Clear tick list: false
[20:32:15] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:32:15] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[20:32:15] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:32:15] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:32:15] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:32:15] [Server thread/INFO]: Random Lighting Updates: false
[20:32:15] [Server thread/INFO]: Structure Info Saving: true
[20:32:15] [Server thread/INFO]: Mob Spawn Range: 4
[20:32:15] [Server thread/INFO]: Anti X-Ray: true
[20:32:15] [Server thread/INFO]:     Engine Mode: 1
[20:32:15] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[20:32:15] [Server thread/INFO]:     Replace Blocks: [1, 5]
[20:32:15] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:32:15] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:32:15] [Server thread/INFO]: Sending up to 10 chunks per packet
[20:32:15] [Server thread/INFO]: Max Entity Collisions: 8
[20:32:15] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:32:15] [Server thread/INFO]: Max TNT Explosions: 100
[20:32:15] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:32:15] [Server thread/INFO]: Item Despawn Rate: 6000
[20:32:15] [Server thread/INFO]: Item Merge Radius: 2.5
[20:32:15] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:32:15] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:32:15] [Server thread/INFO]: View Distance: 8
[20:32:15] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:32:15] [Server thread/INFO]: Chunks to Grow per Tick: 650
[20:32:15] [Server thread/INFO]: Clear tick list: false
[20:32:15] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:32:15] [Server thread/INFO]: Preparing start region for level 0 (Seed: 3036108334172769227)
[20:32:16] [Server thread/INFO]: Preparing spawn area: 50%
[20:32:16] [Server thread/INFO]: Preparing start region for level 1 (Seed: 3036108334172769227)
[20:32:17] [Server thread/INFO]: Preparing spawn area: 59%
[20:32:18] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3036108334172769227)
[20:32:18] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.1.11
[20:32:18] [Server thread/INFO]: Tablist> You have to install Vault to use the part of Economy
[20:32:18] [Server thread/INFO]: Tablist> You have to install Vault to use the part of Chat
[20:32:18] [Server thread/INFO]: Tablist> Tablist v1.3.1.11 enabled!!
[20:32:18] [Server thread/INFO]: [Actionbar] Enabling Actionbar v1.3.1.11
[20:32:18] [Server thread/INFO]: Actionbar> You have to install Vault to use the part of Economy
[20:32:18] [Server thread/INFO]: Actionbar> You have to install Vault to use the part of Chat
[20:32:18] [Server thread/INFO]: Actionbar> Actionbar v1.3.1.11 enabled!!
[20:32:18] [Server thread/INFO]: [Titlebar] Enabling Titlebar v1.3.1.11
[20:32:18] [Server thread/INFO]: Titlebar> You have to install Vault to use the part of Economy
[20:32:18] [Server thread/INFO]: Titlebar> You have to install Vault to use the part of Chat
[20:32:18] [Server thread/INFO]: Titlebar> Titlebar v1.3.1.11 enabled!!
[20:32:18] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (2.10.1) (Phoenix)
[20:32:18] [Server thread/INFO]: GroupManager - INFO - World Found: monde_the_end
[20:32:18] [Server thread/INFO]: GroupManager - INFO - World Found: monde_nether
[20:32:18] [Server thread/INFO]: GroupManager - INFO - World Found: world
[20:32:18] [Server thread/INFO]: GroupManager - INFO - World Found: monde
[20:32:18] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[20:32:18] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[20:32:18] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[20:32:18] [Server thread/INFO]: GroupManager version 2.0 (2.10.1) (Phoenix) is enabled!
[20:32:18] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.2;b3fbe8b
[20:32:19] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[20:32:20] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[20:32:20] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 1.7.0_101).
[20:32:20] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
[20:32:20] [Server thread/INFO]: [Sethub] Enabling Sethub v1.0
[20:32:20] [Server thread/INFO]: [0;32;1m[SH] [0;32;1mEnabling SetHub v1.0[m
[20:32:20] [Server thread/INFO]: [AntiCheat] Enabling AntiCheat v2.0.2
[20:32:20] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.1
[20:32:20] [Server thread/WARN]: [ChestCommands] Vault with a compatible economy plugin was not found! Icons with a PRICE or commands that give money will not work.
[20:32:20] [Server thread/INFO]: [MYSlots] Enabling MYSlots v1.5
[20:32:20] [Server thread/INFO]: ## MYSlots is aktivated ##
[20:32:20] [Server thread/INFO]: #######################################################
[20:32:20] [Server thread/INFO]: ##                    MY-Slots                       ##
[20:32:20] [Server thread/INFO]: ##                 By AndyCraftz                     ##
[20:32:20] [Server thread/INFO]: #######################################################
[20:32:20] [Server thread/INFO]: ##           Contact in Skype: mrandycraftz          ##
[20:32:20] [Server thread/INFO]: ##     Contact on Web: http://www.andycraftz.de      ##
[20:32:20] [Server thread/INFO]: #######################################################
[20:32:20] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.3
[20:32:20] [Server thread/INFO]: [ClearLag] Loading modules...
[20:32:20] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[20:32:20] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[20:32:20] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[20:32:20] [Thread-11/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
[20:32:20] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.2
[20:32:21] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
[20:32:21] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
[20:32:21] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
[20:32:21] [Server thread/INFO]: Injected custom channel handlers.
[20:32:21] [Server thread/INFO]: Adding channels for online players...
[20:32:21] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_8_R3'.[m
[20:32:21] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 362ms.[m
[20:32:21] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
[20:32:21] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
[20:32:22] [Thread-11/INFO]: [ClearLag] No updates found!
[20:32:23] [Server thread/INFO]: -------- World Settings For [monde] --------
[20:32:23] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:32:23] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:32:23] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:32:23] [Server thread/INFO]: Random Lighting Updates: false
[20:32:23] [Server thread/INFO]: Structure Info Saving: true
[20:32:23] [Server thread/INFO]: Mob Spawn Range: 4
[20:32:23] [Server thread/INFO]: Anti X-Ray: true
[20:32:23] [Server thread/INFO]:     Engine Mode: 1
[20:32:23] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[20:32:23] [Server thread/INFO]:     Replace Blocks: [1, 5]
[20:32:23] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:32:23] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:32:23] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:32:23] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:32:23] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:32:23] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:32:23] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:32:23] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:32:23] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:32:23] [Server thread/INFO]: Sending up to 10 chunks per packet
[20:32:23] [Server thread/INFO]: Max Entity Collisions: 8
[20:32:23] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:32:23] [Server thread/INFO]: Max TNT Explosions: 100
[20:32:23] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:32:23] [Server thread/INFO]: Item Despawn Rate: 6000
[20:32:23] [Server thread/INFO]: Item Merge Radius: 2.5
[20:32:23] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:32:23] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:32:23] [Server thread/INFO]: View Distance: 8
[20:32:23] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:32:23] [Server thread/INFO]: Chunks to Grow per Tick: 650
[20:32:23] [Server thread/INFO]: Clear tick list: false
[20:32:23] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:32:23] [Server thread/INFO]: Preparing start region for level 3 (Seed: 7174780316256752840)
[20:32:24] [Server thread/INFO]: Preparing spawn area for monde, 40%
[20:32:25] [Server thread/INFO]: -------- World Settings For [monde_the_end] --------
[20:32:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:32:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:32:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:32:25] [Server thread/INFO]: Random Lighting Updates: false
[20:32:25] [Server thread/INFO]: Structure Info Saving: true
[20:32:25] [Server thread/INFO]: Mob Spawn Range: 4
[20:32:25] [Server thread/INFO]: Anti X-Ray: true
[20:32:25] [Server thread/INFO]:     Engine Mode: 1
[20:32:25] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[20:32:25] [Server thread/INFO]:     Replace Blocks: [1, 5]
[20:32:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:32:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Sending up to 10 chunks per packet
[20:32:25] [Server thread/INFO]: Max Entity Collisions: 8
[20:32:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:32:25] [Server thread/INFO]: Max TNT Explosions: 100
[20:32:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:32:25] [Server thread/INFO]: Item Despawn Rate: 6000
[20:32:25] [Server thread/INFO]: Item Merge Radius: 2.5
[20:32:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:32:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:32:25] [Server thread/INFO]: View Distance: 8
[20:32:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:32:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
[20:32:25] [Server thread/INFO]: Clear tick list: false
[20:32:25] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:32:25] [Server thread/INFO]: Preparing start region for level 4 (Seed: 7174780316256752840)
[20:32:25] [Server thread/INFO]: -------- World Settings For [monde_nether] --------
[20:32:25] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[20:32:25] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:32:25] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[20:32:25] [Server thread/INFO]: Random Lighting Updates: false
[20:32:25] [Server thread/INFO]: Structure Info Saving: true
[20:32:25] [Server thread/INFO]: Mob Spawn Range: 4
[20:32:25] [Server thread/INFO]: Anti X-Ray: true
[20:32:25] [Server thread/INFO]:     Engine Mode: 1
[20:32:25] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[20:32:25] [Server thread/INFO]:     Replace Blocks: [1, 5]
[20:32:25] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:32:25] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:32:25] [Server thread/INFO]: Sending up to 10 chunks per packet
[20:32:25] [Server thread/INFO]: Max Entity Collisions: 8
[20:32:25] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[20:32:25] [Server thread/INFO]: Max TNT Explosions: 100
[20:32:25] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:32:25] [Server thread/INFO]: Item Despawn Rate: 6000
[20:32:25] [Server thread/INFO]: Item Merge Radius: 2.5
[20:32:25] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:32:25] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:32:25] [Server thread/INFO]: View Distance: 8
[20:32:25] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:32:25] [Server thread/INFO]: Chunks to Grow per Tick: 650
[20:32:25] [Server thread/INFO]: Clear tick list: false
[20:32:25] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:32:25] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7174780316256752840)
[20:32:26] [Server thread/INFO]: Preparing spawn area for monde_nether, 56%
[20:32:27] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[20:32:28] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[20:32:28] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[20:32:28] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[20:32:28] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[20:32:28] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[20:32:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde) TNT ignition is PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde) Lighters are PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde) Lava fire is blocked.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde) Fire spread is UNRESTRICTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'monde'
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde_the_end) TNT ignition is PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde_the_end) Lighters are PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde_the_end) Lava fire is blocked.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde_the_end) Fire spread is UNRESTRICTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'monde_the_end'
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde_nether) TNT ignition is PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde_nether) Lighters are PERMITTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde_nether) Lava fire is blocked.
[20:32:28] [Server thread/INFO]: [WorldGuard] (monde_nether) Fire spread is UNRESTRICTED.
[20:32:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'monde_nether'
[20:32:28] [Server thread/INFO]: [WorldGuard] Loading region data...
[20:32:29] [Server thread/INFO]: [TablistPrefix] Enabling TablistPrefix v1.4.1
[20:32:29] [Server thread/INFO]: [TablistPrefix] Vault not found.
[20:32:29] [Server thread/INFO]: [TablistPrefix] Teams Registered.
[20:32:29] [Server thread/INFO]: [TablistPrefix] Prefixes & Suffixes Set.
[20:32:29] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[20:32:29] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[20:32:29] [Server thread/INFO]: git-Spigot-f94fe8f-d27e6d0 (MC: 1.8.7)
[20:32:29] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
[20:32:29] [Server thread/INFO]: Using locale fr_FR
[20:32:30] [Server thread/INFO]: Using locale fr_FR
[20:32:30] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
[20:32:30] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[20:32:30] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
[20:32:30] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
[20:32:30] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[20:32:30] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
[20:32:30] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.3.3
[20:32:30] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[20:32:30] [Server thread/WARN]: [AuthMe] Merge new Config Options if needed..
[20:32:30] [Server thread/WARN]: [AuthMe] Please check your config.yml file!
[20:32:30] [Server thread/INFO]: [AuthMe] Set Language: en
[20:32:30] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[20:32:30] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[20:32:30] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[20:32:30] [Server thread/INFO]: [AuthMe]  This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[20:32:30] [Server thread/INFO]: [AuthMe] Authme 3.3.3 enabled
[20:32:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:32:30] [Server thread/INFO]: Done (15,908s)! For help, type "help" or "?"
[20:32:31] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1mFound a new version: v3.1.4[0;37;1m (yours: v3.1.1)[m
[20:32:31] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mDownload it on Bukkit Dev:[m
[20:32:31] [Server thread/INFO]: [0;32;22m[[0;32;1mChestCommands[0;32;22m] [0;32;1m[0;37;1mdev.bukkit.org/bukkit-plugins/chest-commands[m
[20:32:31] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [m
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [0;32;1m    +===============+[m
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [0;32;1m    | SkinsRestorer |[m
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [0;32;1m    +===============+[m
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [m
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [0;36;1m    Current version: [0;31;1m12.9.1-BETA[m
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [0;31;1m    A new version is available! Download it at:[m
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [0;33;1m    https://www.spigotmc.org/resources/skinsrestorer.2124/[m
[20:32:31] [Craft Scheduler Thread - 0/INFO]: [m
[20:39:12] [Server thread/INFO]: [0;30;1m[21m>[0;35;22m[21m> [0;31;1mAvertissement les elements au sol seront supprim�s dans [0;37;22m60 [0;31;1msecondes ![m
[20:39:52] [Server thread/INFO]: [0;30;1m[21m>[0;35;22m[21m> [0;31;1mAvertissement les elements au sol seront supprim�s dans [0;37;22m20 [0;31;1msecondes ![m
[20:40:12] [Server thread/INFO]: [0;30;1m[21m>[0;35;22m[21m> [0;32;1m 0 [0;37;22mEntites supprimes ![m
[20:46:53] [Server thread/INFO]: [0;30;1m[21m>[0;35;22m[21m> [0;31;1mAvertissement les elements au sol seront supprim�s dans [0;37;22m60 [0;31;1msecondes ![m
[20:47:33] [Server thread/INFO]: [0;30;1m[21m>[0;35;22m[21m> [0;31;1mAvertissement les elements au sol seront supprim�s dans [0;37;22m20 [0;31;1msecondes ![m
[20:47:53] [Server thread/INFO]: [0;30;1m[21m>[0;35;22m[21m> [0;32;1m 0 [0;37;22mEntites supprimes ![m
[20:52:40] [Server thread/INFO]: [Server] Arret du serveur dans 10 secondes! Sauvegarde..
[20:52:40] [Server thread/INFO]: Saving...
[20:52:40] [Server thread/INFO]: Saved the world
[20:52:50] [Server thread/INFO]: Stopping the server
[20:52:50] [Server thread/INFO]: Stopping server
[20:52:50] [Server thread/INFO]: [AuthMe] Disabling AuthMe v3.3.3
[20:52:50] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild vTeamCity
[20:52:50] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
[20:52:50] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP vTeamCity
[20:52:50] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
[20:52:50] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
[20:52:50] [Server thread/INFO]: [TablistPrefix] Disabling TablistPrefix v1.4.1
[20:52:50] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
[20:52:50] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[20:52:50] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b719
[20:52:50] [Server thread/INFO]: [StaffPlus] Disabling StaffPlus v3.2.2
[20:52:50] [Server thread/INFO]: [0;31;22m[Staff+] [0;31;1mStaff+ is now disabling![m
[20:52:50] [Server thread/INFO]: Removing channels for online players...
[20:52:50] [Server thread/INFO]: Removing packet handlers (1)...
[20:52:50] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.9.3
[20:52:50] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
[20:52:50] [Server thread/INFO]: [MYSlots] Disabling MYSlots v1.5
[20:52:50] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v12.9.1-BETA
[20:52:50] [Server thread/INFO]: [ChestCommands] Disabling ChestCommands v3.1.1
[20:52:50] [Server thread/INFO]: [AntiCheat] Disabling AntiCheat v2.0.2
[20:52:50] [Server thread/INFO]: [Sethub] Disabling Sethub v1.0
[20:52:50] [Server thread/INFO]: [0;32;1m[SH] [0;31;1mDisable SetHub v1.0[m
[20:52:50] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.2;b3fbe8b
[20:52:50] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (2.10.1) (Phoenix)
[20:52:50] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
[20:52:50] [Server thread/INFO]: GroupManager version 2.0 (2.10.1) (Phoenix) is disabled!
[20:52:50] [Server thread/INFO]: [Titlebar] Disabling Titlebar v1.3.1.11
[20:52:50] [Server thread/INFO]: Titlebar> Titlebar v1.3.1.11 disabled!!
[20:52:50] [Server thread/INFO]: [Actionbar] Disabling Actionbar v1.3.1.11
[20:52:50] [Server thread/INFO]: Actionbar> Actionbar v1.3.1.11 disabled!!
[20:52:50] [Server thread/INFO]: [Tablist] Disabling Tablist v1.3.1.11
[20:52:50] [Server thread/INFO]: Tablist> Tablist v1.3.1.11 disabled!!
[20:52:50] [Server thread/INFO]: Saving players
[20:52:50] [Server thread/INFO]: Saving worlds
[20:52:50] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[20:52:50] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
[20:52:50] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
[20:52:50] [Server thread/INFO]: Saving chunks for level 'monde'/Overworld
[20:52:50] [Server thread/INFO]: Saving chunks for level 'monde_the_end'/The End
[20:52:50] [Server thread/INFO]: Saving chunks for level 'monde_nether'/Nether
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Code:
[20:32:13] [Server thread/ERROR]: Could not load 'plugins/pvpkits.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: Cannot find main class `vco.noob.main.KitPvP'
Bukkit nous informe qu'il n'a pas réussi à trouver le fichier vco.noob.main.KitPvP.
Soit tu n'a pas compiler avec les packages (donc directement à la racine).
Soit tu as traduit également les dossiers/package (ce qui n'est pas une bonne idée)
Soit tu as modifier une mauvaise ligne dans le plugin.yml
Soit un import à été modifié...

Bref, à la limite, le plugin simple c'est que tu nous envoie ton nouveau .jar pour que l'on puisse te dire d'où ça vient.


Cordialement,
Detobel36
 
  • J'aime
Reactions: Alex Fatta

OMEGA_

>> InActivity_ <<
6 Janvier 2017
82
7
46
26
Oké j'envoie mon nouveau.jar mais sa me mets le fichier transféré n'a pas une extension autorisé

...