Résolu Erreur dans les logs - ChatSerializer

Alex Fatta

Commandant de la Flotte et de la Horde
13 Août 2014
1 391
1
191
187
Bonsoir à tous !

Bon je suis en train de mettre à jour l'intégralité de mes serveurs (étant en 1.10). Je suis confronté à un problème avec mon serveur créatif. Bon j'ai réussi à mettre tous les plugins à jours et il n'y a aucune erreur ni au démarrage ni à l'arrêt du serveur. En revanche, dès que je me connecte, environ chaque seconde, j'ai cette erreur qui spam la console :
Code:
[20:11:23 WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.ChatSerializer
[20:11:23 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105)
[20:11:23 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[20:11:23 WARN]:        at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:23 WARN]:        at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:23 WARN]:        at java.lang.Class.forName0(Native Method)
[20:11:23 WARN]:        at java.lang.Class.forName(Unknown Source)
[20:11:23 WARN]:        at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:23 WARN]:        at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:23 WARN]:        at com.sn1cko.tablist.methods.theSwitcher$1.run(theSwitcher.java:64)
[20:11:23 WARN]:        at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[20:11:23 WARN]:        at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[20:11:23 WARN]:        at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889)
[20:11:23 WARN]:        at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411)
[20:11:23 WARN]:        at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
[20:11:23 WARN]:        at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
[20:11:23 WARN]:        at java.lang.Thread.run(Unknown Source)

Mais je ne sais absolument pas d'où cela peut venir :/ Auriez-vous des idées ? :D

Bonne soirée et merci à tous ! :D

AlexFatta
 

DiscowZombie

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

la cause est juste ici :
Code:
at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:23 WARN]:        at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:23 WARN]:        at com.sn1cko.tablist.methods.theSwitcher$1.run(theSwitcher.java:64)
À priori c'est des changements NMS de 1.10 à la 1.13 qui pose ce soucis, mais pour y voir plus clair il faudrait le code de ces lignes! :)
 

Alex Fatta

Commandant de la Flotte et de la Horde
13 Août 2014
1 391
1
191
187
Bonsoir !

il faudrait le code de ces lignes
Je comprends pas ce que je dois chercher. Il ne s'agit pas de mon plugin donc je sais pas vraiment quoi te donner :/ Dans le doute voici les logs en entier :

Code:
[20:08:43] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[20:08:43] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:08:43] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:08:43] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[20:08:43] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:08:43] [main/INFO]: Loaded 0 recipes
[20:08:43] [Server thread/INFO]: Starting minecraft server version 1.13.1
[20:08:43] [Server thread/INFO]: Loading properties
[20:08:43] [Server thread/INFO]: Default game type: CREATIVE
[20:08:43] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2440e18-4228a56 (MC: 1.13.1) (Implementing API version 1.13.1-R0.1-SNAPSHOT)
[20:08:44] [Server thread/INFO]: Debug logging is disabled
[20:08:44] [Server thread/INFO]: Server Ping Player Sample Count: 12
[20:08:44] [Server thread/INFO]: Using 4 threads for Netty based IO
[20:08:44] [Server thread/INFO]: Generating keypair
[20:08:44] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:08:44] [Server thread/INFO]: Using default channel type
[20:08:48] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[20:08:49] [Server thread/INFO]: ====== USE PAPER ======[m
[20:08:49] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/[m
[20:08:49] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/[m
[20:08:49] [Server thread/INFO]:  - This is only a recommendation[m
[20:08:49] [Server thread/INFO]: ==============================[m
[20:08:49] [Server thread/INFO]: Using com.boydti.fawe.bukkit.adapter.v1_13_1.Spigot_v1_13_R2 as the Bukkit adapter
[20:08:50] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Invalid block registered minecraft:__reserved__[m
[20:08:50] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[20:08:50] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.13.2
[20:08:50] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[20:08:50] [Server thread/INFO]: [RedArckPlugins] Loading RedArckPlugins v1.0
[20:08:50] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.5.4
[20:08:50] [Server thread/INFO]: [Freeze] Loading Freeze v1.0.0
[20:08:50] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.0
[20:08:50] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
[20:08:50] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.171.0-SNAPSHOT
[20:08:50] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.9
[20:08:50] [Server thread/INFO]: [BetterBrushes] Loading BetterBrushes v1.0.0.140406
[20:08:50] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[20:08:50] [Server thread/INFO]: [AdminTchat] Loading AdminTchat v1.0.0
[20:08:50] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[20:08:50] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[20:08:50] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.5.0
[20:08:50] [Server thread/INFO]: [ViaVersion] ViaVersion 1.5.0 is now loaded, injecting!
[20:08:51] [Server thread/INFO]: [ViaVersion] Loading block mapping...
[20:08:51] [Server thread/INFO]: [ViaVersion] Loading item mapping...
[20:08:51] [Server thread/INFO]: [ViaVersion] Loading new tags...
[20:08:51] [Server thread/INFO]: [ViaVersion] Loading enchantments...
[20:08:51] [Server thread/INFO]: [ViaVersion] Loading sound mapping...
[20:08:52] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.2.9
[20:08:52] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[20:08:52] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[20:08:52] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v2.3.1
[20:08:52] [Server thread/INFO]: [Skript] Loading Skript v2.3-alpha3
[20:08:52] [Server thread/INFO]: [GroupTeleport] Loading GroupTeleport v1.0
[20:08:52] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
[20:08:52] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.6.1-Lime
[20:08:52] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v2.1.3
[20:08:52] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.5.1
[20:08:52] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
[20:08:52] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v1.1
[20:08:52] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.3.0-SNAPSHOT
[20:08:52] [Server thread/INFO]: [WorldEdit] Loading WorldEdit vunspecified
[20:08:52] [Server thread/INFO]: [goBrush] Loading goBrush v2.0
[20:08:52] [Server thread/INFO]: [goPaint] Loading goPaint v2.0.1
[20:08:52] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[20:08:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[20:08:52] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[20:08:52] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:08:52] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[20:08:52] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[20:08:52] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v2.3.1
[20:08:52] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
[20:08:52] [Server thread/WARN]: [PlotMe] This MC version is not supported yet, trying latest version!
[20:08:53] [Server thread/WARN]: [PlotMe] You are using an unsupported version of worldedit. The PlotMe WorldEdit Listener not be enabled.
[20:08:53] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
[20:08:53] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
[20:08:53] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
[20:08:53] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
[20:08:53] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[20:08:53] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[20:08:53] [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:08:53] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[20:08:53] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[20:08:53] [Server thread/INFO]: Preparing level "world"
[20:08:54] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[20:08:55] [Server thread/INFO]: Loaded 524 recipes
[20:08:56] [Server thread/INFO]: -------- World Settings For [world] --------
[20:08:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:08:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:08:56] [Server thread/INFO]: View Distance: 10
[20:08:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:08:56] [Server thread/INFO]: Item Despawn Rate: 6000
[20:08:56] [Server thread/INFO]: Item Merge Radius: 2.5
[20:08:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:08:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:08:56] [Server thread/INFO]: Mob Spawn Range: 4
[20:08:56] [Server thread/INFO]: Random Lighting Updates: false
[20:08:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:08:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:08:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:08:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:08:56] [Server thread/INFO]: Max TNT Explosions: 100
[20:08:56] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:08:56] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[20:08:56] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:08:56] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:08:56] [Server thread/INFO]: View Distance: 10
[20:08:56] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:08:56] [Server thread/INFO]: Item Despawn Rate: 6000
[20:08:56] [Server thread/INFO]: Item Merge Radius: 2.5
[20:08:56] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:08:56] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:08:56] [Server thread/INFO]: Mob Spawn Range: 4
[20:08:56] [Server thread/INFO]: Random Lighting Updates: false
[20:08:56] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:08:56] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:08:56] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:08:56] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:08:56] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:08:56] [Server thread/INFO]: Max TNT Explosions: 100
[20:08:56] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:08:56] [Server thread/INFO]: Preparing start region for level minecraft:the_end (Seed: 5796632059035554198)
[20:08:56] [Server thread/INFO]: Preparing spawn area: 4%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 8%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 12%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 16%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 20%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 24%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 28%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 32%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 36%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 40%
[20:08:56] [Server thread/INFO]: Preparing spawn area: 44%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 48%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 52%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 56%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 60%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 64%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 68%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 72%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 76%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 80%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 84%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 88%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 92%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 96%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 100%
[20:08:57] [Server thread/INFO]: Preparing start region for level minecraft:overworld (Seed: 5796632059035554198)
[20:08:57] [Server thread/INFO]: Preparing spawn area: 4%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 8%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 12%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 16%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 20%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 24%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 28%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 32%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 36%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 40%
[20:08:57] [Server thread/INFO]: Preparing spawn area: 44%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 48%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 52%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 56%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 60%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 64%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 68%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 72%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 76%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 80%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 84%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 88%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 92%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 96%
[20:08:58] [Server thread/INFO]: Preparing spawn area: 100%
[20:08:58] [Server thread/INFO]: Time elapsed: 1863 ms
[20:08:58] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.13.2
[20:08:58] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[20:08:58] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[20:08:58] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[20:08:58] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[20:08:58] [Server thread/INFO]: git-Spigot-2440e18-4228a56 (MC: 1.13.1)
[20:08:58] [Server thread/INFO]: 1.13.1-R0.1-SNAPSHOT
[20:08:58] [Server thread/INFO]: Using locale fr_FR
[20:08:59] [Server thread/INFO]: Using locale fr_FR
[20:08:59] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[20:08:59] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[20:08:59] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[20:08:59] [Server thread/INFO]: [RedArckPlugins] Enabling RedArckPlugins v1.0
[20:08:59] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.5.4
[20:08:59] [Server thread/INFO]: [Freeze] Enabling Freeze v1.0.0
[20:08:59] [Server thread/INFO]: [Freeze] Plugin de freeze actif !
[20:08:59] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.0
[20:08:59] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
[20:08:59] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.171.0-SNAPSHOT
[20:08:59] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
[20:08:59] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
[20:08:59] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.9
[20:08:59] [Server thread/INFO]: [WildSkript] Skript hooked!
[20:08:59] [Server thread/INFO]: [WildSkript] skQuery hooked!
[20:08:59] [Server thread/INFO]: [WildSkript] Classes, Events, Conditions, Effects, Expressions and EventValues have been registered!
[20:08:59] [Server thread/INFO]: [WildSkript] Objects and Complex have been registered!
[20:08:59] [Server thread/INFO]: [WildSkript] ~ Created by ? Dzikoysk ~
[20:08:59] [Server thread/INFO]: [BetterBrushes] Enabling BetterBrushes v1.0.0.140406
[20:08:59] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[20:08:59] [Server thread/INFO]: [AdminTchat] Enabling AdminTchat v1.0.0
[20:08:59] [Server thread/INFO]: [AdminTchat] Plugin de AdminTchat actif !
[20:08:59] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[20:08:59] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[20:08:59] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[20:09:00] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[20:09:00] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[20:09:00] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[20:09:00] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[20:09:00] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.5.0
[20:09:00] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.2.9
[20:09:00] [Server thread/INFO]: Tablist> You have to install PlaceholderAPI to use some placeholders !
[20:09:00] [Server thread/INFO]: Tablist> Tablist v1.3.2.9 enabled!!
[20:09:00] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[20:09:00] [Server thread/INFO]: [Skript] Enabling Skript v2.3-alpha3
[20:09:00] [Thread-11/ERROR]: [WildSkript][Error] #!#
[20:09:00] [Thread-11/ERROR]: [WildSkript][Error] #!# ======={ WildSkript Warning }=======
[20:09:00] [Thread-11/ERROR]: [WildSkript][Error] #!# http://www.dzikoysk.net/projects/wildskript/download/latest.info
[20:09:00] [Thread-11/ERROR]: [WildSkript][Error] #!#
[20:09:00] [Thread-11/INFO]: [WildSkript][Updater] > Failed to check the new version of WildSkript.
[20:09:06] [Server thread/INFO]: [Skript] Loaded 54452 aliases in 5855ms
[20:09:06] [Server thread/INFO]: [Skript] Starting updater thread
[20:09:06] [Server thread/INFO]: [Skript]  ~ created by & © Peter Güttinger aka Njol ~
[20:09:06] [Server thread/INFO]: [GroupTeleport] Enabling GroupTeleport v1.0
[20:09:06] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.6.1-Lime
[20:09:06] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
[20:09:06] [Server thread/INFO]: [skQuery] Beginning to process a total of 146 from SkQuery
[20:09:06] [Server thread/INFO]: [skQuery] com.w00tmast3r.skquery.elements.conditions.CondFileExistance is patternless and failed to register. This is most likely a code error.
[20:09:06] [Server thread/INFO]: [skQuery] Out of 146 classes, 142 classes were loaded from SkQuery
[20:09:06] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v2.1.3
[20:09:06] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.5.1
[20:09:06] [Server thread/INFO]: [ServerSigns] Version 4.5.1 is now enabled.
[20:09:06] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v1.1
[20:09:07] [Server thread/INFO]: -------- World Settings For [Gretypy] --------
[20:09:07] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:09:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:09:07] [Server thread/INFO]: View Distance: 10
[20:09:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:09:07] [Server thread/INFO]: Item Despawn Rate: 6000
[20:09:07] [Server thread/INFO]: Item Merge Radius: 2.5
[20:09:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:09:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:09:07] [Server thread/INFO]: Mob Spawn Range: 4
[20:09:07] [Server thread/INFO]: Random Lighting Updates: false
[20:09:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:09:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:09:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:09:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:09:07] [Server thread/INFO]: Max TNT Explosions: 100
[20:09:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:09:07] [Server thread/INFO]: Preparing start region for level 2 (Seed: -2429911315232035817)
[20:09:07] [Server thread/INFO]: -------- World Settings For [test] --------
[20:09:07] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:09:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:09:07] [Server thread/INFO]: View Distance: 10
[20:09:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:09:07] [Server thread/INFO]: Item Despawn Rate: 6000
[20:09:07] [Server thread/INFO]: Item Merge Radius: 2.5
[20:09:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:09:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:09:07] [Server thread/INFO]: Mob Spawn Range: 4
[20:09:07] [Server thread/INFO]: Random Lighting Updates: false
[20:09:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:09:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:09:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:09:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:09:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:09:07] [Server thread/INFO]: Max TNT Explosions: 100
[20:09:07] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:09:07] [Server thread/INFO]: Preparing start region for level 3 (Seed: 2753077140161029882)
[20:09:08] [Server thread/INFO]: -------- World Settings For [plotworld4] --------
[20:09:08] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:09:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:09:08] [Server thread/INFO]: View Distance: 10
[20:09:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:09:08] [Server thread/INFO]: Item Despawn Rate: 6000
[20:09:08] [Server thread/INFO]: Item Merge Radius: 2.5
[20:09:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:09:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:09:08] [Server thread/INFO]: Mob Spawn Range: 4
[20:09:08] [Server thread/INFO]: Random Lighting Updates: false
[20:09:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:09:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:09:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:09:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:09:08] [Server thread/INFO]: Max TNT Explosions: 100
[20:09:08] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:09:08] [Server thread/INFO]: Preparing start region for level 4 (Seed: 2426640727642186594)
[20:09:08] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[20:09:08] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:09:08] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:09:08] [Server thread/INFO]: View Distance: 10
[20:09:08] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:09:08] [Server thread/INFO]: Item Despawn Rate: 6000
[20:09:08] [Server thread/INFO]: Item Merge Radius: 2.5
[20:09:08] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:09:08] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:09:08] [Server thread/INFO]: Mob Spawn Range: 4
[20:09:08] [Server thread/INFO]: Random Lighting Updates: false
[20:09:08] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:09:08] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:09:08] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:09:08] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:09:08] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:09:08] [Server thread/INFO]: Max TNT Explosions: 100
[20:09:08] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:09:08] [Server thread/INFO]: Preparing start region for level 5 (Seed: 5796632059035554198)
[20:09:09] [Server thread/INFO]: -------- World Settings For [plotworld3] --------
[20:09:09] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:09:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:09:09] [Server thread/INFO]: View Distance: 10
[20:09:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:09:09] [Server thread/INFO]: Item Despawn Rate: 6000
[20:09:09] [Server thread/INFO]: Item Merge Radius: 2.5
[20:09:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:09:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:09:09] [Server thread/INFO]: Mob Spawn Range: 4
[20:09:09] [Server thread/INFO]: Random Lighting Updates: false
[20:09:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:09:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:09:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:09:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:09:09] [Server thread/INFO]: Max TNT Explosions: 100
[20:09:09] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:09:09] [Server thread/INFO]: Preparing start region for level 6 (Seed: -7008664271329872099)
[20:09:09] [Server thread/INFO]: -------- World Settings For [plotworld2] --------
[20:09:09] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:09:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:09:09] [Server thread/INFO]: View Distance: 10
[20:09:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:09:09] [Server thread/INFO]: Item Despawn Rate: 6000
[20:09:09] [Server thread/INFO]: Item Merge Radius: 2.5
[20:09:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:09:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:09:09] [Server thread/INFO]: Mob Spawn Range: 4
[20:09:09] [Server thread/INFO]: Random Lighting Updates: false
[20:09:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:09:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:09:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:09:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:09:09] [Server thread/INFO]: Max TNT Explosions: 100
[20:09:09] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:09:09] [Server thread/INFO]: Preparing start region for level 7 (Seed: 1476770572154003911)
[20:09:09] [Server thread/INFO]: -------- World Settings For [plotworld] --------
[20:09:09] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:09:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:09:09] [Server thread/INFO]: View Distance: 10
[20:09:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:09:09] [Server thread/INFO]: Item Despawn Rate: 6000
[20:09:09] [Server thread/INFO]: Item Merge Radius: 2.5
[20:09:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:09:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:09:09] [Server thread/INFO]: Mob Spawn Range: 4
[20:09:09] [Server thread/INFO]: Random Lighting Updates: false
[20:09:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:09:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:09:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:09:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:09:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:09:09] [Server thread/INFO]: Max TNT Explosions: 100
[20:09:09] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:09:09] [Server thread/INFO]: Preparing start region for level 8 (Seed: 4486574059868762673)
[20:09:10] [Server thread/INFO]: -------- World Settings For [AlexFatta] --------
[20:09:10] [Server thread/INFO]: Experience Merge Radius: 3.0
[20:09:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[20:09:10] [Server thread/INFO]: View Distance: 10
[20:09:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
[20:09:10] [Server thread/INFO]: Item Despawn Rate: 6000
[20:09:10] [Server thread/INFO]: Item Merge Radius: 2.5
[20:09:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[20:09:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[20:09:10] [Server thread/INFO]: Mob Spawn Range: 4
[20:09:10] [Server thread/INFO]: Random Lighting Updates: false
[20:09:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[20:09:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[20:09:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Cane Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Melon Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Vine Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[20:09:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[20:09:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[20:09:10] [Server thread/INFO]: Max TNT Explosions: 100
[20:09:10] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[20:09:10] [Server thread/INFO]: Preparing start region for level 9 (Seed: 1654945637730439162)
[20:09:10] [Server thread/INFO]: [Multiverse-Core] 10 - World(s) loaded.
[20:09:10] [Server thread/INFO]: false
[20:09:11] [Server thread/INFO]: [Multiverse-Core] Version 1.1 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
[20:09:11] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.3.0-SNAPSHOT
[20:09:11] [Server thread/WARN]: [HolographicDisplays] ******************************************************
[20:09:11] [Server thread/WARN]: [HolographicDisplays]      This version of HolographicDisplays only
[20:09:11] [Server thread/WARN]: [HolographicDisplays]      works on server versions from 1.8 to 1.13.
[20:09:11] [Server thread/WARN]: [HolographicDisplays]      The plugin will be disabled.
[20:09:11] [Server thread/WARN]: [HolographicDisplays] ******************************************************
[20:09:11] [Server thread/INFO]: [goBrush] Enabling goBrush v2.0
[20:09:11] [Server thread/INFO]: [goPaint] Enabling goPaint v2.0.1
[20:09:11] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:09:11] [Thread-17/WARN]: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
[20:09:11] [Thread-17/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.validate(CraftScheduler.java:413)
[20:09:11] [Thread-17/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:130)
[20:09:11] [Thread-17/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.scheduleSyncRepeatingTask(CraftScheduler.java:126)
[20:09:11] [Thread-17/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.scheduleSyncDelayedTask(CraftScheduler.java:109)
[20:09:11] [Thread-17/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.scheduleSyncDelayedTask(CraftScheduler.java:92)
[20:09:11] [Thread-17/WARN]:     at com.gmail.filoghost.holographicdisplays.SimpleUpdater$1.run(SimpleUpdater.java:73)
[20:09:11] [Thread-17/WARN]:     at java.lang.Thread.run(Unknown Source)
[20:09:11] [Thread-17/WARN]: [HolographicDisplays] Unable to check for updates: unhandled exception.
[20:09:11] [Server thread/INFO]: Done (17.807s)! For help, type "help"
[20:09:11] [Server thread/INFO]: [0;30;1m([0;31;22m[21mFAWE[0;30;1m)[m[0;37;22m Plugin 'PlotMe' found. Using it now.[m
[20:09:11] [Server thread/ERROR]: [WorldEdit] Plugin WorldEdit vunspecified has failed to register events for class com.boydti.fawe.bukkit.listener.AsyncTabCompleteListener because com/destroystokyo/paper/event/server/AsyncTabCompleteEvent does not exist.
[20:09:11] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.13.1(401)
[20:09:11] [Server thread/WARN]: [ViaVersion] ViaVersion does not have any compatible versions for this server version, please read our resource page carefully.
[20:09:11] [Server thread/INFO]: [Skript] Loading variables...
[20:09:11] [Server thread/INFO]: [Skript] Loaded 13 variables in 0.0 seconds
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 0 of player with blue glass named " " to close (Menu.sk, line 7: format slot 0 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 1 of player with blue glass named " " to close (Menu.sk, line 8: format slot 1 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 2 of player with blue glass named " " to close (Menu.sk, line 9: format slot 2 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 3 of player with blue glass named " " to close (Menu.sk, line 10: format slot 3 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 4 of player with blue glass named " " to close (Menu.sk, line 11: format slot 4 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 5 of player with blue glass named " " to close (Menu.sk, line 12: format slot 5 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 6 of player with blue glass named " " to close (Menu.sk, line 13: format slot 6 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 7 of player with blue glass named " " to close (Menu.sk, line 14: format slot 7 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 8 of player with blue glass named " " to close (Menu.sk, line 15: format slot 8 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 9 of player with blue glass named " " to close (Menu.sk, line 16: format slot 9 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 10 of player with light blue glass named " " to close (Menu.sk, line 17: format slot 10 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 11 of player with light blue glass named " " to close (Menu.sk, line 18: format slot 11 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 12 of player with light blue glass named " " to close (Menu.sk, line 19: format slot 12 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 13 of player with chirp disc named "&4A venir" to close then run "sudo %player% menu ctf" (Menu.sk, line 20: format slot 13 of player with chirp disc named "&4A venir" to close then run "sudo %player% menu ctf"')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 14 of player with light blue glass named " " to close (Menu.sk, line 21: format slot 14 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 15 of player with light blue glass named " " to close (Menu.sk, line 22: format slot 15 of player with light blue glass named " " to close')
[20:09:12] [Craft Scheduler Thread - 6/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running the latest stable version of Skript.[m
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 16 of player with light blue glass named " " to close (Menu.sk, line 23: format slot 16 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 17 of player with blue glass named " " to close (Menu.sk, line 27: format slot 17 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 18 of player with blue glass named " " to close (Menu.sk, line 28: format slot 18 of player with blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 19 of player with light blue glass named " " to close (Menu.sk, line 29: format slot 19 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 21 of player with light blue glass named " " to close (Menu.sk, line 30: format slot 21 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 22 of player with light blue glass named " " to close (Menu.sk, line 31: format slot 22 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 23 of player with light blue glass named " " to close (Menu.sk, line 32: format slot 23 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 25 of player with light blue glass named " " to close (Menu.sk, line 33: format slot 25 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 28 of player with light blue glass named " " to close (Menu.sk, line 34: format slot 28 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 29 of player with light blue glass named " " to close (Menu.sk, line 35: format slot 29 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 30 of player with light blue glass named " " to close (Menu.sk, line 36: format slot 30 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 32 of player with light blue glass named " " to close (Menu.sk, line 37: format slot 32 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 33 of player with light blue glass named " " to close (Menu.sk, line 38: format slot 33 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 34 of player with light blue glass named " " to close (Menu.sk, line 39: format slot 34 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 37 of player with light blue glass named " " to close (Menu.sk, line 40: format slot 37 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 38 of player with light blue glass named " " to close (Menu.sk, line 41: format slot 38 of player with light blue glass named " " to close')
[20:09:12] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 39 of player with light blue glass named " " to close (Menu.sk, line 42: format slot 39 of player with light blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 40 of player with light blue glass named " " to close (Menu.sk, line 43: format slot 40 of player with light blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 41 of player with light blue glass named " " to close (Menu.sk, line 44: format slot 41 of player with light blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 42 of player with light blue glass named " " to close (Menu.sk, line 45: format slot 42 of player with light blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 43 of player with light blue glass named " " to close (Menu.sk, line 46: format slot 43 of player with light blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 45 of player with blue glass named " " to close (Menu.sk, line 47: format slot 45 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 26 of player with blue glass named " " to close (Menu.sk, line 48: format slot 26 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 27 of player with blue glass named " " to close (Menu.sk, line 49: format slot 27 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 35 of player with blue glass named " " to close (Menu.sk, line 50: format slot 35 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 36 of player with blue glass named " " to close (Menu.sk, line 51: format slot 36 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 44 of player with blue glass named " " to close (Menu.sk, line 52: format slot 44 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 46 of player with blue glass named " " to close (Menu.sk, line 53: format slot 46 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 47 of player with blue glass named " " to close (Menu.sk, line 54: format slot 47 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 48 of player with blue glass named " " to close (Menu.sk, line 55: format slot 48 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 49 of player with blue glass named " " to close (Menu.sk, line 56: format slot 49 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 50 of player with blue glass named " " to close (Menu.sk, line 57: format slot 50 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 51 of player with blue glass named " " to close (Menu.sk, line 58: format slot 51 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 52 of player with blue glass named " " to close (Menu.sk, line 59: format slot 52 of player with blue glass named " " to close')
[20:09:13] [Server thread/ERROR]: [Skript] Can't understand this condition/effect: format slot 53 of player with blue glass named " " to close (Menu.sk, line 60: format slot 53 of player with blue glass named " " to close')
[20:09:13] [Server thread/WARN]: [Skript] Possible name conflict of variables {redarck.default} and {redarck.%arg 2%} (there might be more conflicts). (plot-grade.sk, line 4: teleport player to {redarck.default}')
[20:09:13] [Server thread/WARN]: [Skript] Possible name conflict of variables {redarck.vip} and {redarck.%arg 2%} (there might be more conflicts). (plot-grade.sk, line 9: teleport player to {redarck.vip}')
[20:09:13] [Server thread/WARN]: [Skript] Possible name conflict of variables {redarck.vip+} and {redarck.%arg 2%} (there might be more conflicts). (plot-grade.sk, line 16: teleport player to {redarck.vip+}')
[20:09:13] [Server thread/INFO]: [Skript] Loaded 11 scripts with a total of 7 triggers and 9 commands in 1.23 seconds
[20:09:13] [Server thread/INFO]: [Skript] Finished loading.
[20:09:14] [Craft Scheduler Thread - 13/INFO]: [Vault] Checking for Updates ...
[20:09:14] [Craft Scheduler Thread - 13/WARN]: [Vault] Stable Version: 1.7.1 is out! You are still running version: 1.5.6
[20:09:14] [Craft Scheduler Thread - 13/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
[20:09:15] [Craft Scheduler Thread - 13/INFO]: [PlotMe] Checking if conversion to UUID needed...
[20:09:15] [Craft Scheduler Thread - 19/INFO]: [goBrush] Registered 18 brushes.
[20:09:16] [Craft Scheduler Thread - 13/INFO]: [PlotMe] No plot conversion needed
[20:09:35] [Craft Scheduler Thread - 6/INFO]: [Metrics] Connection timed out: connect
[20:11:16] [User Authenticator #1/INFO]: UUID of player AlexFatta is e30a1966-ce59-3b11-86bf-ab1b03b48a5d
[20:11:17] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.ChatSerializer
[20:11:17] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105)
[20:11:17] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[20:11:17] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:17] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:17] [Server thread/WARN]:     at java.lang.Class.forName0(Native Method)
[20:11:17] [Server thread/WARN]:     at java.lang.Class.forName(Unknown Source)
[20:11:17] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:17] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:17] [Server thread/WARN]:     at com.sn1cko.tablist.events.playerJoin.onJoin(playerJoin.java:41)
[20:11:17] [Server thread/WARN]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:11:17] [Server thread/WARN]:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[20:11:17] [Server thread/WARN]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[20:11:17] [Server thread/WARN]:     at java.lang.reflect.Method.invoke(Unknown Source)
[20:11:17] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
[20:11:17] [Server thread/WARN]:     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:11:17] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)
[20:11:17] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.PlayerList.onPlayerJoin(PlayerList.java:343)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.PlayerList.a(PlayerList.java:163)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.LoginListener.b(LoginListener.java:150)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.LoginListener.Y_(LoginListener.java:54)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.NetworkManager.a(NetworkManager.java:231)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.ServerConnection.c(ServerConnection.java:120)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:994)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
[20:11:17] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
[20:11:17] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[20:11:17] [Server thread/INFO]: AlexFatta [e30a1966-ce59-3b11-86bf-ab1b03b48a5d]: /redarck goto creatif
[20:11:18] [Server thread/INFO]: AlexFatta[/127.0.0.1:55920] logged in with entity id 94 at ([plotworld]0.5142044751459238, 68.0, 0.5176001187103028)
[20:11:18] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.ChatSerializer
[20:11:18] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105)
[20:11:18] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[20:11:18] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:18] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:18] [Server thread/WARN]:     at java.lang.Class.forName0(Native Method)
[20:11:18] [Server thread/WARN]:     at java.lang.Class.forName(Unknown Source)
[20:11:18] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:18] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:18] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theSwitcher$1.run(theSwitcher.java:64)
[20:11:18] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[20:11:18] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[20:11:18] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889)
[20:11:18] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411)
[20:11:18] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
[20:11:18] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
[20:11:18] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[20:11:18] [Server thread/INFO]: CONSOLE issued server command: /gamemode 1 AlexFatta
[20:11:18] [Server thread/INFO]: [0;33;22mMode de jeu[0;31;1m créatif [0;33;22mpour [0;31;1m[0;31;1m[[0;31;1mAdministrateur[0;31;1m] [0;31;1m[0;31;1mAlexFatta[m[0;33;22m.[m
[20:11:18] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.ChatSerializer
[20:11:18] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105)
[20:11:18] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[20:11:18] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:18] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:18] [Server thread/WARN]:     at java.lang.Class.forName0(Native Method)
[20:11:18] [Server thread/WARN]:     at java.lang.Class.forName(Unknown Source)
[20:11:18] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:18] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:18] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theSwitcher$1.run(theSwitcher.java:64)
[20:11:18] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[20:11:18] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[20:11:18] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889)
[20:11:18] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411)
[20:11:18] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
[20:11:18] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
[20:11:18] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[20:11:19] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.ChatSerializer
[20:11:19] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105)
[20:11:19] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[20:11:19] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:19] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:19] [Server thread/WARN]:     at java.lang.Class.forName0(Native Method)
[20:11:19] [Server thread/WARN]:     at java.lang.Class.forName(Unknown Source)
[20:11:19] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:19] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:19] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theSwitcher$1.run(theSwitcher.java:64)
[20:11:19] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[20:11:19] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[20:11:19] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889)
[20:11:19] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411)
[20:11:19] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
[20:11:19] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
[20:11:19] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[20:11:20] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.ChatSerializer
[20:11:20] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105)
[20:11:20] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[20:11:20] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:20] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:20] [Server thread/WARN]:     at java.lang.Class.forName0(Native Method)
[20:11:20] [Server thread/WARN]:     at java.lang.Class.forName(Unknown Source)
[20:11:20] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:20] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:20] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theSwitcher$1.run(theSwitcher.java:64)
[20:11:20] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[20:11:20] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[20:11:20] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889)
[20:11:20] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411)
[20:11:20] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
[20:11:20] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
[20:11:20] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[20:11:22] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.ChatSerializer
[20:11:22] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105)
[20:11:22] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[20:11:22] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:22] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:22] [Server thread/WARN]:     at java.lang.Class.forName0(Native Method)
[20:11:22] [Server thread/WARN]:     at java.lang.Class.forName(Unknown Source)
[20:11:22] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:22] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:22] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theSwitcher$1.run(theSwitcher.java:64)
[20:11:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[20:11:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[20:11:22] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889)
[20:11:22] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411)
[20:11:22] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
[20:11:22] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
[20:11:22] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[20:11:23] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_13_R2.ChatSerializer
[20:11:23] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105)
[20:11:23] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100)
[20:11:23] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:23] [Server thread/WARN]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[20:11:23] [Server thread/WARN]:     at java.lang.Class.forName0(Native Method)
[20:11:23] [Server thread/WARN]:     at java.lang.Class.forName(Unknown Source)
[20:11:23] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.getNmsClass(theTablist.java:19)
[20:11:23] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theTablist.sendTablist(theTablist.java:85)
[20:11:23] [Server thread/WARN]:     at com.sn1cko.tablist.methods.theSwitcher$1.run(theSwitcher.java:64)
[20:11:23] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[20:11:23] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[20:11:23] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:889)
[20:11:23] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:411)
[20:11:23] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831)
[20:11:23] [Server thread/WARN]:     at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729)
[20:11:23] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
[20:11:23] [Server thread/INFO]: AlexFatta lost connection: Disconnected
[20:11:23] [Server thread/INFO]: [-] AlexFatta

Bon ne pas tenir compte de 46 000 erreurs skript. Il n'arrive pas à se relier avec SKQuery je ne sais pas pourquoi, je coderai moi même cette partie en java afin de régler le problème ^^

AlexFatta
 

DiscowZombie

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

ton plugin de Tablist (qui est celui-là si je ne m'abuse) n'est pas compatible en 1.13 en raison de changements NMS entre la 1.10 et la 1.13. De source sûr, il essaye de récupérer cette classe :
Code:
net.minecraft.server.<version>.ChatSerializer
alors qu'elle à été déplacée depuis les versions > 1.10 :
Code:
net.minecraft.server.<version>.IChatBaseComponent.ChatSerializer
Pour régler ça, il faudrait donc que tu accèdes au code source (si la licence te le permet) et modifier pour permettre le fonctionnement sans erreur en 1.13.