Démarrage bloquer

sas_fr

Architecte en herbe
13 Octobre 2012
44
0
71
23
Bonjour,

J'ai une problème quand je demarre le serveur je ne peux pas me connecté au serveur
j'ai fais la mise à jours de JAVA 7 ===> JAVA 9 sur le serveur dédié
J'utilise un panel MineOS
Je suis obliger de passer en JAVA 9 pour mes plugins.

Code:
[02:02:21] [Server thread/INFO]: Starting minecraft server version 1.8.7
[02:02:21] [Server thread/INFO]: Loading properties
[02:02:21] [Server thread/INFO]: Default game type: SURVIVAL
[02:02:21] [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)
[02:02:21] [Server thread/INFO]: Using 4 threads for Netty based IO
[02:02:21] [Server thread/INFO]: Server Ping Player Sample Count: 12
[02:02:21] [Server thread/INFO]: Debug logging is disabled
[02:02:21] [Server thread/INFO]: Generating keypair
[02:02:21] [Server thread/INFO]: Starting Minecraft server on 127.0.0.1:25567
[02:02:21] [Server thread/INFO]: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
[02:02:21] [Server thread/INFO]: Using epoll channel type
[02:02:21] [Server thread/ERROR]: Could not load 'plugins/PvPManager.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
Caused by: java.util.zip.ZipException: zip END header not found
    at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1240) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1141) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1148) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:985) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:948) ~[?:?]
    at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:?]
    at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:147) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:324) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:295) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:261) ~[?:?]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    ... 5 more
[02:02:21] [Server thread/ERROR]: Could not load 'plugins/Clearlag.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
Caused by: java.util.zip.ZipException: zip END header not found
    at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1240) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1141) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1148) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:985) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:948) ~[?:?]
    at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:?]
    at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:147) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:324) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:295) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:261) ~[?:?]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    ... 5 more
[02:02:21] [Server thread/ERROR]: Could not load 'plugins/FireworkBuilder-0.3.3.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
Caused by: java.util.zip.ZipException: zip END header not found
    at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1240) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1141) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1148) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:985) ~[?:?]
    at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:948) ~[?:?]
    at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:?]
    at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:147) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:324) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:295) ~[?:?]
    at java.base/java.util.jar.JarFile.<init>(JarFile.java:261) ~[?:?]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    ... 5 more
[02:02:21] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[02:02:21] [Server thread/ERROR]: ebean.properties not found
[02:02:21] [Server thread/INFO]: Unsure how to read classpath from classLoader [class jdk.internal.loader.ClassLoaders$AppClassLoader]
[02:02:21] [Server thread/WARN]: Using java.class.path system property to search for entity beans
[02:02:21] [Server thread/INFO]: DataSourcePool [AntiPub] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
[02:02:21] [Server thread/INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
[02:02:21] [Server thread/INFO]: Entities enhanced[0] subclassed[1]
[02:02:22] [Server thread/WARN]: java.lang.reflect.InaccessibleObjectException: Unable to make field private int java.lang.reflect.Field.modifiers accessible: module java.base does not "opens java.lang.reflect" to unnamed module @59305e94
[02:02:22] [Server thread/WARN]:     at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:335)
[02:02:22] [Server thread/WARN]:     at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:278)
[02:02:22] [Server thread/WARN]:     at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:175)
[02:02:22] [Server thread/WARN]:     at java.base/java.lang.reflect.Field.setAccessible(Field.java:169)
[02:02:22] [Server thread/WARN]:     at com.massivecraft.massivecore.util.ReflectionUtil.<clinit>(ReflectionUtil.java:29)
[02:02:22] [Server thread/WARN]:     at com.massivecraft.massivecore.mixin.Mixin.<init>(Mixin.java:23)
[02:02:22] [Server thread/WARN]:     at com.massivecraft.massivecore.nms.NmsItemStackCreate.<init>(NmsItemStackCreate.java:6)
[02:02:22] [Server thread/WARN]:     at com.massivecraft.massivecore.nms.NmsItemStackCreate.<clinit>(NmsItemStackCreate.java:12)
[02:02:22] [Server thread/WARN]:     at com.massivecraft.massivecore.MassiveCore.getMassiveCoreGsonBuilder(MassiveCore.java:200)
[02:02:22] [Server thread/WARN]:     at com.massivecraft.massivecore.MassiveCore.<clinit>(MassiveCore.java:147)
[02:02:22] [Server thread/WARN]:     at java.base/java.lang.Class.forName0(Native Method)
[02:02:22] [Server thread/WARN]:     at java.base/java.lang.Class.forName(Class.java:375)
[02:02:22] [Server thread/WARN]:     at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64)
[02:02:22] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131)
[02:02:22] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
[02:02:22] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251)
[02:02:22] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:291)
[02:02:22] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198)
[02:02:22] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524)
[02:02:22] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:844)
[02:02:22] [Server thread/INFO]: [INFO][NoCheatPlus] Sat Feb 25 02:02:22 CET 2017
[02:02:22] [Server thread/INFO]: Player instances are stored for efficiency.
[02:02:22] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[02:02:22] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
[02:02:22] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
[02:02:22] [Server thread/INFO]: [PvpLevels] Loading PvpLevels v1.2.1
[02:02:22] [Server thread/INFO]: [HomingArrow] Loading HomingArrow v1.3
[02:02:22] [Server thread/INFO]: [AutoclickerVerif] Loading AutoclickerVerif v1.0
[02:02:22] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v10
[02:02:22] [Server thread/INFO]: [MineSecure] Loading MineSecure v4.8
[02:02:22] [Server thread/INFO]: [TpaGui] Loading TpaGui v1.0
[02:02:22] [Server thread/INFO]: [MaintenanceManager] Loading MaintenanceManager v1.03
[02:02:22] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[02:02:22] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
[02:02:22] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
[02:02:22] [Server thread/INFO]: [NinjaAttack] Loading NinjaAttack v0.0.9
[02:02:22] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.2
[02:02:22] [Server thread/INFO]: [GUIShop] Loading GUIShop v5.9
[02:02:22] [Server thread/INFO]: [AntiPub] Loading AntiPub v0.3.1
[02:02:22] [Server thread/INFO]: [ObsidianBreaker] Loading ObsidianBreaker v2.1
[02:02:22] [Server thread/INFO]: [FlashlightPlus] Loading FlashlightPlus v1.0.13
[02:02:22] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
[02:02:22] [Server thread/INFO]: [OpGuard] Loading OpGuard v3.1.0
[02:02:22] [Server thread/INFO]: [ProReports] Loading ProReports v1.2
[02:02:22] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[02:02:22] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.19
[02:02:22] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
[02:02:22] [Server thread/INFO]: [StackMob] Loading StackMob v1.6.7
[02:02:22] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
[02:02:22] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0 (2.11.1) (Phoenix)
[02:02:22] [Server thread/INFO]: [NoFlyZone] Loading NoFlyZone v1.3
[02:02:22] [Server thread/INFO]: [Announcer] Loading Announcer v1.7.4
[02:02:22] [Server thread/INFO]: [Jobs] Loading Jobs v2.12.0
[02:02:22] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
[02:02:22] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.4-BETA-sMD5NET-b901
[02:02:22] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
[02:02:22] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
[02:02:22] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.7
[02:02:22] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v8.6.7
[02:02:22] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v10.3.4
[02:02:22] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
[02:02:22] [Server thread/INFO]: [PromotionEssentials] Loading PromotionEssentials v1.1
[02:02:22] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
[02:02:22] [Server thread/INFO]: [JSONAPI] Loading JSONAPI v5.6.0
[02:02:22] [Server thread/INFO]: [CustomTab] Loading CustomTab v1.1
[02:02:22] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2
[02:02:22] [Server thread/INFO]: [Factions] Loading Factions v2.8.19
[02:02:22] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11-hack
[02:02:22] [Server thread/INFO]: [CrazyEnvoy] Loading CrazyEnvoy v1.2.4.2
[02:02:22] [Server thread/INFO]: [InfoBoardReborn] Loading InfoBoardReborn v1.7.0
[02:02:22] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[02:02:22] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[02:02:22] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[02:02:22] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[02:02:22] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[02:02:22] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[02:02:22] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.19
[02:02:22] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.19[0;36;22m] [0;33;1m=== ENABLE START ===[m
[02:02:22] [Server thread/ERROR]: Error occurred while enabling MassiveCore v2.8.19 (Is it up to date?)
java.lang.IllegalStateException: IllegalAccessException: class com.massivecraft.massivecore.util.ReflectionUtil cannot access a member of class java.lang.reflect.Field (in module java.base) with modifiers "private"
    at com.massivecraft.massivecore.util.ReflectionUtil.asRuntimeException(ReflectionUtil.java:438) ~[?:?]
    at com.massivecraft.massivecore.util.ReflectionUtil.makeAccessible(ReflectionUtil.java:57) ~[?:?]
    at com.massivecraft.massivecore.store.accessor.FieldAccessor.<init>(FieldAccessor.java:21) ~[?:?]
    at com.massivecraft.massivecore.store.accessor.Accessor.populate(Accessor.java:75) ~[?:?]
    at com.massivecraft.massivecore.store.accessor.Accessor.<init>(Accessor.java:61) ~[?:?]
    at com.massivecraft.massivecore.store.accessor.Accessor.get(Accessor.java:53) ~[?:?]
    at com.massivecraft.massivecore.SimpleConfig.load(SimpleConfig.java:83) ~[?:?]
    at com.massivecraft.massivecore.MassiveCore.onEnableInner(MassiveCore.java:246) ~[?:?]
    at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:75) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:02:22] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
[02:02:22] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[02:02:22] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v10.3.4
[02:02:22] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[02:02:22] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[02:02:22] [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.
[02:02:22] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[02:02:22] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[02:02:22] [Server thread/INFO]: Preparing level "world"
[02:02:22] [Server thread/INFO]: -------- World Settings For [world] --------
[02:02:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:02:22] [Server thread/INFO]: View Distance: 10
[02:02:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[02:02:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
[02:02:22] [Server thread/INFO]: Clear tick list: false
[02:02:22] [Server thread/INFO]: Experience Merge Radius: 3.0
[02:02:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:02:22] [Server thread/INFO]: Random Lighting Updates: false
[02:02:22] [Server thread/INFO]: Structure Info Saving: true
[02:02:22] [Server thread/INFO]: Sending up to 10 chunks per packet
[02:02:22] [Server thread/INFO]: Max Entity Collisions: 8
[02:02:22] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:02:22] [Server thread/INFO]: Max TNT Explosions: 100
[02:02:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:02:22] [Server thread/INFO]: Anti X-Ray: true
[02:02:22] [Server thread/INFO]:     Engine Mode: 1
[02:02:22] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[02:02:22] [Server thread/INFO]:     Replace Blocks: [1, 5]
[02:02:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[02:02:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Cane Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Melon Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:02:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:02:22] [Server thread/INFO]: Mob Spawn Range: 4
[02:02:22] [Server thread/INFO]: Item Despawn Rate: 6000
[02:02:22] [Server thread/INFO]: Item Merge Radius: 2.5
[02:02:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
[02:02:22] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[02:02:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:02:22] [Server thread/INFO]: View Distance: 10
[02:02:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[02:02:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
[02:02:22] [Server thread/INFO]: Clear tick list: false
[02:02:22] [Server thread/INFO]: Experience Merge Radius: 3.0
[02:02:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:02:22] [Server thread/INFO]: Random Lighting Updates: false
[02:02:22] [Server thread/INFO]: Structure Info Saving: true
[02:02:22] [Server thread/INFO]: Sending up to 10 chunks per packet
[02:02:22] [Server thread/INFO]: Max Entity Collisions: 8
[02:02:22] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:02:22] [Server thread/INFO]: Max TNT Explosions: 100
[02:02:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:02:22] [Server thread/INFO]: Anti X-Ray: true
[02:02:22] [Server thread/INFO]:     Engine Mode: 1
[02:02:22] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[02:02:22] [Server thread/INFO]:     Replace Blocks: [1, 5]
[02:02:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[02:02:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Cane Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Melon Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:02:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:02:22] [Server thread/INFO]: Mob Spawn Range: 4
[02:02:22] [Server thread/INFO]: Item Despawn Rate: 6000
[02:02:22] [Server thread/INFO]: Item Merge Radius: 2.5
[02:02:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
[02:02:22] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[02:02:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:02:22] [Server thread/INFO]: View Distance: 10
[02:02:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[02:02:22] [Server thread/INFO]: Chunks to Grow per Tick: 650
[02:02:22] [Server thread/INFO]: Clear tick list: false
[02:02:22] [Server thread/INFO]: Experience Merge Radius: 3.0
[02:02:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:02:22] [Server thread/INFO]: Random Lighting Updates: false
[02:02:22] [Server thread/INFO]: Structure Info Saving: true
[02:02:22] [Server thread/INFO]: Sending up to 10 chunks per packet
[02:02:22] [Server thread/INFO]: Max Entity Collisions: 8
[02:02:22] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:02:22] [Server thread/INFO]: Max TNT Explosions: 100
[02:02:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:02:22] [Server thread/INFO]: Anti X-Ray: true
[02:02:22] [Server thread/INFO]:     Engine Mode: 1
[02:02:22] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[02:02:22] [Server thread/INFO]:     Replace Blocks: [1, 5]
[02:02:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[02:02:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Cane Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Melon Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[02:02:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:02:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:02:22] [Server thread/INFO]: Mob Spawn Range: 4
[02:02:22] [Server thread/INFO]: Item Despawn Rate: 6000
[02:02:22] [Server thread/INFO]: Item Merge Radius: 2.5
[02:02:22] [Server thread/INFO]: Arrow Despawn Rate: 1200
[02:02:22] [Server thread/INFO]: Preparing start region for level 0 (Seed: -4523110801751724084)
[02:02:23] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8254610977765784369)
[02:02:23] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8254610977765784369)
[02:02:23] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[02:02:24] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[02:02:24] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[02:02:24] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
[02:02:24] [Server thread/INFO]: [0;33;1m[Tim] Unused enchantments: DEPTH_STRIDER(8) LUCK(61) LURE(62) [m
[02:02:24] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
[02:02:24] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
[02:02:24] [Server thread/INFO]: [PvpLevels] Enabling PvpLevels v1.2.1
[02:02:24] [Server thread/INFO]: [PvpLevels] Hooked with Essentials Economy using Vault.
[02:02:24] [Server thread/INFO]: [HomingArrow] Enabling HomingArrow v1.3
[02:02:24] [Server thread/INFO]: [0;32;1m[=[0;36;22mHoming[0;31;22mArrow[0;32;1m=] [0;33;22mhas been [0;32;1menabled[0;37;1m | [0;31;1mPlugin by Premx (Standalone Version)[m
[02:02:24] [Server thread/INFO]: [AutoclickerVerif] Enabling AutoclickerVerif v1.0
[02:02:24] [Server thread/INFO]: [Autoclick] Starting to load.
[02:02:24] [Server thread/INFO]: [Autoclick] Paperspigot not detected.
[02:02:24] [Server thread/INFO]: [Autoclick] Finished loading.
[02:02:24] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v10
[02:02:24] [Server thread/INFO]: [AdvancedBan] MC-Stats >> Connected
[02:02:24] [Server thread/INFO]:
[=]---------------------------[=]
-= AdvancedBan =-
Dev: Leoko
Status: Enabled
License: Public
Link: http://dev.bukkit.org/bukkit-plugins/advancedban/
Support [Skype/Mail]: Leoko33 / [email protected]
Version: 10
[=]---------------------------[=]
[02:02:24] [Server thread/INFO]: [MineSecure] Enabling MineSecure v4.8
[02:02:24] [Server thread/INFO]: ===========[0;30;1m[[0;37;1mMine[0;33;22mSecure[0;30;1m] [0;35;22mUpdater[m===========[m
[02:02:24] [Server thread/INFO]: [0;32;1mPlugin is Up-To-Date: [mv4.8[m
[02:02:24] [Server thread/INFO]: ===========[0;30;1m[[0;37;1mMine[0;33;22mSecure[0;30;1m] [0;35;22mUpdater[m===========[m
[02:02:24] [Server thread/INFO]: [0;36;1mMade by GERVobis[m
[02:02:24] [Server thread/INFO]: [0;32;1mSupported Hacks: [0;33;1mAimbot, BowAimbot, Glide, Reach, Spam, AutoClicker, CreativeNuker, FastBow, Regen, FastEat, NoSwing, WaterWalk, AutoRespawn[m
[02:02:24] [Server thread/INFO]: [TpaGui] Enabling TpaGui v1.0
[02:02:24] [Server thread/INFO]: [MaintenanceManager] Enabling MaintenanceManager v1.03
[02:02:24] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[02:02:24] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[02:02:24] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[02:02:24] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[02:02:24] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[02:02:24] [Server thread/INFO]: [WorldGuard] Loading region data...
[02:02:24] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
[02:02:24] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
[02:02:24] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
[02:02:24] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -4523110801751724084
[02:02:24] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 8254610977765784369
[02:02:24] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 8254610977765784369
[02:02:24] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - '1vs1' - Env: NORMAL - Type: FLAT & seed: -2726272829749600548
[02:02:24] [Server thread/INFO]: -------- World Settings For [1vs1] --------
[02:02:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:02:24] [Server thread/INFO]: View Distance: 10
[02:02:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[02:02:24] [Server thread/INFO]: Chunks to Grow per Tick: 650
[02:02:24] [Server thread/INFO]: Clear tick list: false
[02:02:24] [Server thread/INFO]: Experience Merge Radius: 3.0
[02:02:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:02:24] [Server thread/INFO]: Random Lighting Updates: false
[02:02:24] [Server thread/INFO]: Structure Info Saving: true
[02:02:24] [Server thread/INFO]: Sending up to 10 chunks per packet
[02:02:24] [Server thread/INFO]: Max Entity Collisions: 8
[02:02:24] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:02:24] [Server thread/INFO]: Max TNT Explosions: 100
[02:02:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:02:24] [Server thread/INFO]: Anti X-Ray: true
[02:02:24] [Server thread/INFO]:     Engine Mode: 1
[02:02:24] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[02:02:24] [Server thread/INFO]:     Replace Blocks: [1, 5]
[02:02:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[02:02:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Cane Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Melon Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:02:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:02:24] [Server thread/INFO]: Mob Spawn Range: 4
[02:02:24] [Server thread/INFO]: Item Despawn Rate: 6000
[02:02:24] [Server thread/INFO]: Item Merge Radius: 2.5
[02:02:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
[02:02:24] [Server thread/INFO]: Preparing start region for level 3 (Seed: -2726272829749600548)
[02:02:24] [Server thread/INFO]: [WorldGuard] (1vs1) TNT ignition is PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (1vs1) Lighters are PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (1vs1) Lava fire is blocked.
[02:02:24] [Server thread/INFO]: [WorldGuard] (1vs1) Fire spread is UNRESTRICTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world '1vs1'
[02:02:24] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Mine' - Env: NORMAL - Type: FLAT & seed: -9109922832965229855
[02:02:24] [Server thread/INFO]: -------- World Settings For [Mine] --------
[02:02:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[02:02:24] [Server thread/INFO]: View Distance: 10
[02:02:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[02:02:24] [Server thread/INFO]: Chunks to Grow per Tick: 650
[02:02:24] [Server thread/INFO]: Clear tick list: false
[02:02:24] [Server thread/INFO]: Experience Merge Radius: 3.0
[02:02:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[02:02:24] [Server thread/INFO]: Random Lighting Updates: false
[02:02:24] [Server thread/INFO]: Structure Info Saving: true
[02:02:24] [Server thread/INFO]: Sending up to 10 chunks per packet
[02:02:24] [Server thread/INFO]: Max Entity Collisions: 8
[02:02:24] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[02:02:24] [Server thread/INFO]: Max TNT Explosions: 100
[02:02:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[02:02:24] [Server thread/INFO]: Anti X-Ray: true
[02:02:24] [Server thread/INFO]:     Engine Mode: 1
[02:02:24] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[02:02:24] [Server thread/INFO]:     Replace Blocks: [1, 5]
[02:02:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[02:02:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Cane Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Melon Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[02:02:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[02:02:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[02:02:24] [Server thread/INFO]: Mob Spawn Range: 4
[02:02:24] [Server thread/INFO]: Item Despawn Rate: 6000
[02:02:24] [Server thread/INFO]: Item Merge Radius: 2.5
[02:02:24] [Server thread/INFO]: Arrow Despawn Rate: 1200
[02:02:24] [Server thread/INFO]: Preparing start region for level 4 (Seed: -9109922832965229855)
[02:02:24] [Server thread/INFO]: [WorldGuard] (Mine) TNT ignition is PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (Mine) Lighters are PERMITTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] (Mine) Lava fire is blocked.
[02:02:24] [Server thread/INFO]: [WorldGuard] (Mine) Fire spread is UNRESTRICTED.
[02:02:24] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Mine'
[02:02:24] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[02:02:24] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
[02:02:24] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1m-----------------------------[m
[02:02:24] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1mLoading AntiWDL by Upd4ting[m
[02:02:24] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1mCheck out my twitter: twitter.com/upd4ting[m
[02:02:24] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1m-----------------------------[m
[02:02:24] [Server thread/INFO]: [NinjaAttack] Enabling NinjaAttack v0.0.9
[02:02:24] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.2
[02:02:24] [Server thread/INFO]: [BungeePortals] Metrics initiated!
[02:02:24] [Server thread/INFO]: [BungeePortals] Commands registered!
[02:02:24] [Server thread/INFO]: [BungeePortals] Events registered!
[02:02:24] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
[02:02:24] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
[02:02:24] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
[02:02:24] [Server thread/INFO]: [BungeePortals] Portal data loaded! (0ms)
[02:02:24] [Server thread/INFO]: [BungeePortals] Save task started!
[02:02:24] [Server thread/INFO]: [BungeePortals] Version 1.2 has been enabled. (4ms)
[02:02:24] [Server thread/INFO]: [GUIShop] Enabling GUIShop v5.9
[02:02:24] [Server thread/INFO]: ItemDEF: [{slot=0}, {id=17}, {buy-price=850}]
[02:02:24] [Server thread/INFO]: ItemDEF: [{slot=1}, {id=1:2}, {buy-price=100}]
[02:02:24] [Server thread/INFO]: ItemDEF: [{slot=2}, {id=1:3}, {buy-price=100}, {sell-price=50}]
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: ItemDEF: null
[02:02:24] [Server thread/INFO]: [AntiPub] Enabling AntiPub v0.3.1
[02:02:24] [Server thread/INFO]: [AntiPub] Initializing Metrics service... done.
[02:02:24] [Server thread/INFO]: [AntiPub] To view statistics, visit: http://mcstats.org/plugin/AntiPub
[02:02:24] [Server thread/INFO]: [AntiPub] AntiPub v0.3.1 enabled!
[02:02:24] [Server thread/INFO]: [ObsidianBreaker] Enabling ObsidianBreaker v2.1
[02:02:24] [Server thread/INFO]: [ObsidianBreaker] Using NMS version v1_8_R3
[02:02:24] [Server thread/INFO]: [FlashlightPlus] Enabling FlashlightPlus v1.0.13
[02:02:24] [Server thread/INFO]: [FlashlightPlus] Please report any issues with this plugin to:
[02:02:24] [Server thread/INFO]: [FlashlightPlus] https://github.com/MattsLab/FlashlightPlus/issues/new
[02:02:24] [Server thread/INFO]: [FlashlightPlus] Keep up with the latest builds of this plugin @ ci.mattslab.net/job/FlashlightPlus/
[02:02:24] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
[02:02:24] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
[02:02:24] [Server thread/INFO]: [OpGuard] Enabling OpGuard v3.1.0
[02:02:24] [Server thread/INFO]: [0;32;1mOpGuard ([0;32;22m[21mOkay[0;32;1m)[0;37;22m: [0;37;1mLoading for the first time... Adding all existing operators to the verified list[m
[02:02:25] [Server thread/INFO]: [ProReports] Enabling ProReports v1.2
[02:02:25] [Server thread/INFO]: [0;34;1m-> ProReports has been enabled![m
[02:02:25] [Server thread/INFO]: [StackMob] Enabling StackMob v1.6.7
[02:02:25] [Server thread/INFO]: [StackMob] StackMob v1.6.7 by antiPerson
[02:02:25] [Server thread/INFO]: [StackMob] Find out more at https://www.spigotmc.org/resources/stackmob.29999/
[02:02:25] [Server thread/INFO]: [StackMob] Please leave a review on this plugin - it helps a lot.
[02:02:25] [Server thread/INFO]: [StackMob] Loading stack amounts from storage...
[02:02:29] [Server thread/INFO]: [StackMob] Loaded stack amounts from storage!
[02:02:29] [Server thread/INFO]: [StackMob] Registering commands and events...
[02:02:29] [Server thread/INFO]: [StackMob] Registered all commands and events!
[02:02:29] [Server thread/INFO]: [StackMob] It appears that you are running a Spigot 1.8 Minecraft server.
[02:02:29] [Server thread/WARN]: [StackMob] This plugin will work, but if a  Minecraft 1.8 client joins your server, the tag won't always be visible regardless of the setting in the config. Minecraft 1.9 and newer clients won't be effected.
[02:02:29] [Server thread/INFO]: [StackMob] Loaded everything in 4221ms
[02:02:29] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
[02:02:29] [Server thread/INFO]: Bukkit version format changed. Version not checked.
[02:02:29] [Server thread/INFO]: git-Spigot-f94fe8f-d27e6d0 (MC: 1.8.7)
[02:02:29] [Server thread/INFO]: 1.8.7-R0.1-SNAPSHOT
[02:02:29] [Server thread/INFO]: Using locale fr
[02:02:29] [Server thread/INFO]: Using locale fr
[02:02:29] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[02:02:29] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[02:02:29] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[02:02:29] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0 (2.11.1) (Phoenix)
[02:02:29] [Server thread/INFO]: GroupManager - INFO - World Found: world
[02:02:29] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[02:02:29] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[02:02:29] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[02:02:29] [Server thread/INFO]: GroupManager version 2.0 (2.11.1) (Phoenix) is enabled!
[02:02:29] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[02:02:29] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[02:02:29] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
[02:02:29] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
[02:02:29] [Server thread/INFO]: [NoFlyZone] Enabling NoFlyZone v1.3
[02:02:29] [Server thread/INFO]: [NoFlyZone] Hooked into WorldGuard 6.1
[02:02:29] [Server thread/INFO]: [Announcer] Enabling Announcer v1.7.4
[02:02:29] [Server thread/INFO]: Announcer v1.7.4 is enabled!

[02:02:29] [Server thread/INFO]: [Jobs] Enabling Jobs v2.12.0
[02:02:29] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[02:02:29] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[02:02:29] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.4-BETA-sMD5NET-b901
[02:02:29] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.7)...
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance
[02:02:29] [Server thread/INFO]: [NoCheatPlus] Version 3.13.4-BETA-sMD5NET-b901 is enabled.
[02:02:29] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v8.6.7
[02:02:29] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
[02:02:29] [Server thread/INFO]: [PromotionEssentials] Enabling PromotionEssentials v1.1
[02:02:29] [Server thread/INFO]: [0;35;22m[PromotionEssentials] [0;37;22mUsing GroupManager[m
[02:02:29] [Server thread/INFO]: [0;35;22m[PromotionEssentials] [0;37;22mv.1.1 enabled![m
[02:02:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
[02:02:29] [Server thread/INFO]: [JSONAPI] Enabling JSONAPI v5.6.0
[02:02:29] [Server thread/INFO]: [JSONAPI] Logging to file: false
[02:02:29] [Server thread/INFO]: [JSONAPI] Logging to console: true
[02:02:29] [Server thread/INFO]: [JSONAPI] IP Whitelist = None, all requests are allowed.
[02:02:29] [Server thread/INFO]: [JSONAPI] Loaded methods.json.
[02:02:29] [Thread-17/INFO]: [JSONAPI] Waiting 2.000 seconds to load methods so that all the other plugins load...
[02:02:29] [Thread-17/INFO]: [JSONAPI] Any requests in this time will not work...
[02:02:30] [Server thread/INFO]: [JSONAPI] Attempting to use port 20059
[02:02:30] [Server thread/INFO]: [CustomTab] Enabling CustomTab v1.1
[02:02:30] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2
[02:02:30] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
[02:02:30] [Server thread/INFO]: [Factions] Enabling Factions v2.8.19
[02:02:30] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.19[0;36;22m] [0;33;1m=== ENABLE START ===[m
[02:02:30] [Server thread/ERROR]: Error occurred while enabling Factions v2.8.19 (Is it up to date?)
java.lang.NullPointerException
    at com.massivecraft.massivecore.MassivePlugin.checkVersionSynchronization(MassivePlugin.java:107) ~[?:?]
    at com.massivecraft.massivecore.MassivePlugin.onEnablePre(MassivePlugin.java:89) ~[?:?]
    at com.massivecraft.massivecore.MassivePlugin.onEnable(MassivePlugin.java:74) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:524) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:02:30] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11-hack
[02:02:30] [Server thread/INFO]: [CombatLog] Loading messages.properties.
[02:02:30] [Server thread/INFO]: [CombatLog] Loading config.yml.
[02:02:30] [Server thread/INFO]: [0;31;1m[CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.[m
[02:02:30] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Enabled.
[02:02:30] [Server thread/INFO]: [CrazyEnvoy] Enabling CrazyEnvoy v1.2.4.2
[02:02:30] [Server thread/ERROR]: [CrazyEnvoy] Plugin CrazyEnvoy v1.2.4.2 has failed to register events for class me.BadBones69.envoy.controlers.FireworkDamageAPI because org/bukkit/event/entity/FireworkExplodeEvent does not exist.
[02:02:30] [Server thread/INFO]: [InfoBoardReborn] Enabling InfoBoardReborn v1.7.0
[02:02:30] [Server thread/INFO]: Metrics was started!
[02:02:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[02:02:30] [Server thread/INFO]: Done (7.794s)! For help, type "help" or "?"
[02:02:30] [Craft Scheduler Thread - 4/INFO]: [StackMob] Currently checking SpigotMC for plugin updates...
[02:02:30] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[02:02:30] [Craft Scheduler Thread - 12/INFO]: [NoCheatPlus] Added hook: AllViolations(NCP) [1.0].
[02:02:30] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
[02:02:30] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
[02:02:30] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[02:02:30] [Craft Scheduler Thread - 21/INFO]: [Vault] Checking for Updates ...
[02:02:30] [Craft Scheduler Thread - 4/INFO]: [StackMob] No new updates for StackMob have been found!
[02:02:30] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.2.4
[02:02:30] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
[02:02:30] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
[02:02:31] [Craft Scheduler Thread - 21/INFO]: [Vault] No new version available
[02:02:31] [Netty Epoll Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0x253a0920, /127.0.0.1:58205 => /127.0.0.1:25567]
java.lang.ExceptionInInitializerError
    at com.comphenix.net.sf.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:166) ~[?:?]
    at com.comphenix.net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25) ~[?:?]
    at com.comphenix.net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216) ~[?:?]
    at com.comphenix.net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:144) ~[?:?]
    at com.comphenix.net.sf.cglib.core.KeyFactory.create(KeyFactory.java:116) ~[?:?]
    at com.comphenix.net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108) ~[?:?]
    at com.comphenix.net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104) ~[?:?]
    at com.comphenix.net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69) ~[?:?]
    at com.comphenix.protocol.injector.server.TemporaryPlayerFactory.createTemporaryPlayer(TemporaryPlayerFactory.java:164) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyInjectionFactory.fromChannel(NettyInjectionFactory.java:146) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$1.initChannel(NettyProtocolInjector.java:154) ~[?:?]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @68dcad59
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:335) ~[?:?]
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:278) ~[?:?]
    at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:196) ~[?:?]
    at java.base/java.lang.reflect.Method.setAccessible(Method.java:190) ~[?:?]
    at com.comphenix.net.sf.cglib.core.ReflectUtils$2.run(ReflectUtils.java:56) ~[?:?]
    at java.base/java.security.AccessController.doPrivileged(Native Method) ~[?:?]
    at com.comphenix.net.sf.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:46) ~[?:?]
    ... 31 more
[02:02:31] [Netty Epoll Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:02:31] [Netty Epoll Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0x498a5924, /127.0.0.1:58206 => /127.0.0.1:25567]
java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.net.sf.cglib.proxy.Enhancer
    at com.comphenix.protocol.injector.server.TemporaryPlayerFactory.createTemporaryPlayer(TemporaryPlayerFactory.java:164) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyInjectionFactory.fromChannel(NettyInjectionFactory.java:146) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$1.initChannel(NettyProtocolInjector.java:154) ~[?:?]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:02:31] [Netty Epoll Server IO #2/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:02:31] [Thread-17/INFO]: [JSONAPI] Remote Toolkit cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
[02:02:31] [Thread-17/INFO]: [JSONAPI] Dynmap cannot be loaded because it depends on a plugin that is not installed: 'dynmap'
[02:02:31] [Thread-17/INFO]: [JSONAPI] Dynmap cannot be loaded because it depends on a plugin that is not installed: 'dynmap'
[02:02:31] [Thread-17/INFO]: [JSONAPI] Remote Toolkit methods cannot be loaded because it depends on a plugin that is not installed: 'RemoteToolkitPlugin'
[02:02:31] [Thread-17/INFO]: [JSONAPI] 384 methods loaded in 7 namespaces.
[02:02:31] [Thread-17/INFO]: [JSONAPI] ------[Connection information]-------
[02:02:31] [Thread-17/INFO]: [JSONAPI] JSON Server listening on 20059
[02:02:31] [Thread-17/INFO]: [JSONAPI] JSON Stream Server listening on 20060
[02:02:31] [Thread-17/INFO]: [JSONAPI] JSON WebSocket Stream Server listening on 20061
[02:02:31] [Thread-17/INFO]: [JSONAPI] Active and listening for requests.
[02:02:32] [Thread-17/INFO]: [JSONAPI] External IP: 149.202.223.183
[02:02:32] [Thread-17/INFO]: [JSONAPI] Port 20059 is properly forwarded and is externally accessible.
[02:02:32] [Thread-17/INFO]: [JSONAPI] Port 20060 is properly forwarded and is externally accessible.
[02:02:33] [Thread-17/INFO]: [JSONAPI] Port 20061 is properly forwarded and is externally accessible.
[02:02:33] [Thread-17/INFO]: [JSONAPI] -------------------------------------
[02:04:31] [Netty Epoll Server IO #3/WARN]: Failed to initialize a channel. Closing: [id: 0xf73dc090, /127.0.0.1:58213 => /127.0.0.1:25567]
java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.net.sf.cglib.proxy.Enhancer
    at com.comphenix.protocol.injector.server.TemporaryPlayerFactory.createTemporaryPlayer(TemporaryPlayerFactory.java:164) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyInjectionFactory.fromChannel(NettyInjectionFactory.java:146) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$1.initChannel(NettyProtocolInjector.java:154) ~[?:?]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:31] [Netty Epoll Server IO #3/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:31] [Netty Epoll Server IO #0/WARN]: Failed to initialize a channel. Closing: [id: 0x47bb8119, /127.0.0.1:58214 => /127.0.0.1:25567]
java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.net.sf.cglib.proxy.Enhancer
    at com.comphenix.protocol.injector.server.TemporaryPlayerFactory.createTemporaryPlayer(TemporaryPlayerFactory.java:164) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyInjectionFactory.fromChannel(NettyInjectionFactory.java:146) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$1.initChannel(NettyProtocolInjector.java:154) ~[?:?]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:412) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:60) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:48) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:64) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:251) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$3.channelRead(NettyProtocolInjector.java:180) [ProtocolLib.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at com.alecgorge.minecraft.jsonapi.packets.netty.NettyInjector$3.channelRead(NettyInjector.java:76) [JSONAPI.v5.6.0.for.1.8.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollServerSocketChannel$EpollServerSocketUnsafe.epollInReady(EpollServerSocketChannel.java:109) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:31] [Netty Epoll Server IO #0/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:46] [Netty Epoll Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0x6bf94c97, /127.0.0.1:58217 => /127.0.0.1:25567]
java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.net.sf.cglib.proxy.Enhancer
    at com.comphenix.protocol.injector.server.TemporaryPlayerFactory.createTemporaryPlayer(TemporaryPlayerFactory.java:164) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyInjectionFactory.fromChannel(NettyInjectionFactory.java:146) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$1.initChannel(NettyProtocolInjector.java:154) ~[?:?]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:46] [Netty Epoll Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:46] [Netty Epoll Server IO #2/WARN]: Failed to initialize a channel. Closing: [id: 0x05f1b20c, /127.0.0.1:58218 => /127.0.0.1:25567]
java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.net.sf.cglib.proxy.Enhancer
    at com.comphenix.protocol.injector.server.TemporaryPlayerFactory.createTemporaryPlayer(TemporaryPlayerFactory.java:164) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyInjectionFactory.fromChannel(NettyInjectionFactory.java:146) ~[?:?]
    at com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$1.initChannel(NettyProtocolInjector.java:154) ~[?:?]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:71) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:46] [Netty Epoll Server IO #2/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
java.lang.NullPointerException
    at net.minecraft.server.v1_8_R3.NetworkManager.close(NetworkManager.java:245) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.NetworkManager.channelInactive(NetworkManager.java:105) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:46] [Server thread/INFO]: Stopping the server
[02:04:46] [Server thread/INFO]: Stopping server
[02:04:46] [Server thread/INFO]: [InfoBoardReborn] Disabling InfoBoardReborn v1.7.0
[02:04:46] [Server thread/INFO]: [CrazyEnvoy] Disabling CrazyEnvoy v1.2.4.2
[02:04:46] [Server thread/INFO]: [CombatLog] Disabling CombatLog v1.8.11-hack
[02:04:46] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11-hack Disabled.
[02:04:46] [Server thread/INFO]: [Factions] Disabling Factions v2.8.19
[02:04:46] [Server thread/INFO]: [0;36;22m[[0;36;1mFactions 2.8.19[0;36;22m] [0;33;1mDisabled[m
[02:04:46] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2
[02:04:46] [Server thread/INFO]: [CustomTab] Disabling CustomTab v1.1
[02:04:46] [Server thread/INFO]: [JSONAPI] Disabling JSONAPI v5.6.0
[02:04:46] [Server thread/INFO]: [JSONAPI] Stopping JSON server
[02:04:46] [Server thread/INFO]: [JSONAPI] Stopping JSON socket server
[02:04:46] [Server thread/INFO]: [JSONAPI] Stopping JSON WebSocket server
[02:04:46] [Server thread/INFO]: [JSONAPI] Tearing down API methods
[02:04:46] [Server thread/INFO]: [JSONAPI] Cancelling performance monitoring
[02:04:46] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
[02:04:46] [Server thread/INFO]: [PromotionEssentials] Disabling PromotionEssentials v1.1
[02:04:46] [Server thread/INFO]: [0;35;22m[PromotionEssentials] [0;37;22mv.1.1 disabled![m
[02:04:46] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
[02:04:46] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v10.3.4
[02:04:46] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v8.6.7
[02:04:46] [Server thread/INFO]: [NoCheatPlus] Disabling NoCheatPlus v3.13.4-BETA-sMD5NET-b901
[02:04:46] [Server thread/INFO]: [NoCheatPlus] Removed hook: AllViolations(NCP) [1.0].
[02:04:46] [Server thread/INFO]: Version 3.13.4-BETA-sMD5NET-b901 is disabled.
[02:04:46] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.4
[02:04:46] [Server thread/INFO]: [Jobs] Disabling Jobs v2.12.0
[02:04:46] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Database save task shutdown
[02:04:46] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Buffered payment thread shutdown
[02:04:46] [Server thread/INFO]: [Jobs] Plugin has been disabled succesfully.
[02:04:46] [Server thread/INFO]: [Announcer] Disabling Announcer v1.7.4
[02:04:46] [Server thread/INFO]: Announcer v1.7.4 is disabled!

[02:04:46] [Server thread/INFO]: [NoFlyZone] Disabling NoFlyZone v1.3
[02:04:46] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0 (2.11.1) (Phoenix)
[02:04:46] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[02:04:46] [Server thread/INFO]: [Vault][Permission] GroupManager un-hooked.
[02:04:46] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat un-hooked.
[02:04:46] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
[02:04:46] [Server thread/INFO]: GroupManager version 2.0 (2.11.1) (Phoenix) is disabled!
[02:04:46] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
[02:04:46] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
[02:04:46] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
[02:04:46] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
[02:04:46] [Server thread/INFO]: [StackMob] Disabling StackMob v1.6.7
[02:04:46] [Server thread/INFO]: [StackMob] Saving all creature amount data...
[02:04:50] [Server thread/INFO]: [StackMob] Saved all creature amount data!
[02:04:50] [Server thread/INFO]: [MassiveCore] Disabling MassiveCore v2.8.19
[02:04:50] [Server thread/INFO]: [0;36;22m[[0;36;1mMassiveCore 2.8.19[0;36;22m] [0;33;1mDisabled[m
[02:04:50] [Server thread/ERROR]: Error occurred while disabling MassiveCore v2.8.19 (Is it up to date?)
java.lang.NullPointerException
    at com.massivecraft.massivecore.MassiveCoreTaskDeleteFiles.run(MassiveCoreTaskDeleteFiles.java:21) ~[?:?]
    at com.massivecraft.massivecore.MassiveCore.onDisable(MassiveCore.java:349) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:364) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:335) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:460) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:592) [spigot.jar:git-Spigot-f94fe8f-d27e6d0]
    at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[02:04:50] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
[02:04:50] [Server thread/INFO]: [ProReports] Disabling ProReports v1.2
[02:04:50] [Server thread/INFO]: [0;31;1m-> ProReports has been disabled![m
[02:04:50] [Server thread/INFO]: [OpGuard] Disabling OpGuard v3.1.0
[02:04:50] [Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v2.5-b335
[02:04:50] [Server thread/INFO]: [FlashlightPlus] Disabling FlashlightPlus v1.0.13
[02:04:50] [Server thread/INFO]: [ObsidianBreaker] Disabling ObsidianBreaker v2.1
[02:04:50] [Server thread/INFO]: [AntiPub] Disabling AntiPub v0.3.1
[02:04:50] [Server thread/INFO]: [AntiPub] AntiPub v0.3.1 disabled!
[02:04:50] [Server thread/INFO]: [GUIShop] Disabling GUIShop v5.9
[02:04:50] [Server thread/INFO]: [BungeePortals] Disabling BungeePortals v1.2
[02:04:50] [Server thread/INFO]: [BungeePortals] Portal data saved! (0ms)
[02:04:50] [Server thread/INFO]: [BungeePortals] Version 1.2 has been disabled. (0ms)
[02:04:50] [Server thread/INFO]: [NinjaAttack] Disabling NinjaAttack v0.0.9
[02:04:50] [Server thread/INFO]: [AntiWDL] Disabling AntiWDL v0.1
[02:04:50] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
[02:04:50] [Server thread/INFO]: [Multiverse-Core] - Disabled
[02:04:50] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
[02:04:50] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[02:04:50] [Server thread/INFO]: [MaintenanceManager] Disabling MaintenanceManager v1.03
[02:04:50] [Server thread/INFO]: [TpaGui] Disabling TpaGui v1.0
[02:04:50] [Server thread/INFO]: [MineSecure] Disabling MineSecure v4.8
[02:04:50] [Server thread/INFO]: [AdvancedBan] Disabling AdvancedBan v10
[02:04:50] [Server thread/INFO]:
[=]---------------------------[=]
-= AdvancedBan =-
Dev: Leoko
Status: Disabled
License: Public
Link: http://dev.bukkit.org/bukkit-plugins/advancedban/
Support [Skype/Mail]: Leoko33 / [email protected]
Version: 10
[=]---------------------------[=]
[02:04:50] [Server thread/INFO]: [AutoclickerVerif] Disabling AutoclickerVerif v1.0
[02:04:50] [Server thread/INFO]: [Autoclick] Unloaded.
[02:04:50] [Server thread/INFO]: [HomingArrow] Disabling HomingArrow v1.3
[02:04:50] [Server thread/INFO]: [0;32;1m[=[0;36;22mHoming[0;31;22mArrow[0;32;1m=] [0;33;22mhas been [0;31;1mdisabled[0;37;1m | [0;31;1mPlugin by Premx (Standalone Version)[m
[02:04:50] [Server thread/INFO]: [PvpLevels] Disabling PvpLevels v1.2.1
[02:04:50] [Server thread/INFO]: [HealthBar] Disabling HealthBar v1.8.3
[02:04:50] [Server thread/INFO]: HealthBar disabled, all the health bars have been removed.
[02:04:50] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
[02:04:50] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
[02:04:50] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
[02:04:50] [Server thread/INFO]: Saving players
[02:04:50] [Server thread/INFO]: Saving worlds
[02:04:50] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[02:04:50] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
[02:04:50] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
[02:04:50] [Server thread/INFO]: Saving chunks for level '1vs1'/Overworld
[02:04:50] [Server thread/INFO]: Saving chunks for level 'Mine'/Overworld

Merci.
 

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,

Tu "remove" simplement java 9 (je sais pas quel package tu as utilisés pour l'installer... vu qu'il n'est pas encore en version officiel, tu as du faire une manipulation spécial. Donc simplement
Code:
sudo apt-get remove <nom du package isntaller>
Ensuite il y a pleins de tutoriels pour installer Java 8 (qui est la version "officiel" de java).


Cordialement,
Detobel36
 

Sixela

Développeur multi-langage
9 Mars 2015
190
40
85
France, Languedoc-Roussillion
Il y a plusieurs façons:
Si tu utilises Fedora (ou distribution basé sous Red-Hat): sudo yum remove openjre-9
Si tu utilises Ubuntu (ou distribution basé sous Debian): sudo apt-get remove openjre-9 ou sudo apt remove openjre-9
Si tu utilises Arch Linux (ou distribution basé sous Arch Linux): sudo pacman -Syr openjre-9

Tu peux aussi le faire directement avec la logithèque fournie avec la distribution si tu utilises VNC.

Ensuite il y a pleins de tutoriels pour installer Java 8 (qui est la version "officiel" de java).
Attention à ne pas confondre oracle-java avec openjre ou openjdk ! Ce n'est pas la même chose !

Installation de Java 8 (OpenJRE):
  1. Ouvrir un terminal Linux (sauf si dans SSH)
  2. Fedora (ou basé sur Red-Hat): sudo yum install openjre-8
    Ubuntu (ou basé sur Debian): sudo apt-get install openjre-8 ou sudo apt install openjre-8
    Arch Linux (ou basé sur Arch Linux): sudo pacman -Syi openjre-8

    Je préviens que certaines distributions ne peuvent pas avoir intégré openjre-* dans les dépôts par défaut. Il suffit de faire une recherche sur internet pour trouver les dépôts adéquats.*
 
Dernière édition:

sas_fr

Architecte en herbe
13 Octobre 2012
44
0
71
23
Il y a plusieurs façons:
Si tu utilises Fedora (ou distribution basé sous Red-Hat): sudo yum remove openjre-9
Si tu utilises Ubuntu (ou distribution basé sous Debian): sudo apt-get remove openjre-9 ou sudo apt remove openjre-9
Si tu utilises Arch Linux (ou distribution basé sous Arch Linux): sudo pacman -Syr openjre-9

Tu peux aussi le faire directement avec la logithèque fournie avec la distribution si tu utilises VNC.


Attention à ne pas confondre oracle-java avec openjre ou openjdk ! Ce n'est pas la même chose !

Installation de Java 8 (OpenJRE):
  1. Ouvrir un terminal Linux (sauf si dans SSH)
  2. Fedora (ou basé sur Red-Hat): sudo yum install openjre-8
    Ubuntu (ou basé sur Debian): sudo apt-get install openjre-8 ou sudo apt install openjre-8
    Arch Linux (ou basé sur Arch Linux): sudo pacman -Syi openjre-8

    Je préviens que certaines distributions ne peuvent pas avoir intégré openjre-* dans les dépôts par défaut. Il suffit de faire une recherche sur internet pour trouver les dépôts adéquats.*
Salut,

Tu "remove" simplement java 9 (je sais pas quel package tu as utilisés pour l'installer... vu qu'il n'est pas encore en version officiel, tu as du faire une manipulation spécial. Donc simplement
Code:
sudo apt-get remove <nom du package isntaller>
Ensuite il y a pleins de tutoriels pour installer Java 8 (qui est la version "officiel" de java).


Cordialement,
Detobel36
J'ai essaye mais je n'arrive pas : http://prntscr.com/ed77gs
 

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,

Comme je te l'ai dit, tu dois faire un remove du packet que tu as installé... De base ce n'est pas java 9 qui est installé.
Donc c'est toi qui a spécifié un package particulier. A toi de le retrouver.

Essayes également de faire un "apt-get update".


Cordialement,
Detobel36