· 8 years ago · Oct 13, 2017, 01:36 PM
1[09:21:46] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[09:21:46] [Server thread/INFO]: Loading properties
3[09:21:46] [Server thread/INFO]: Default game type: SURVIVAL
4[09:21:47] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-5f38d38-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
5[09:21:48] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[09:21:48] [Server thread/INFO]: Using 4 threads for Netty based IO
7[09:21:48] [Server thread/INFO]: Debug logging is disabled
8[09:21:48] [Server thread/INFO]: Generating keypair
9[09:21:49] [Server thread/INFO]: Starting Minecraft server on 62.210.119.152:25579
10[09:21:49] [Server thread/INFO]: Using epoll channel type
11[09:21:50] [Server thread/ERROR]: Could not load 'plugins/SilkSpawners (2).jar' in folder 'plugins'
12org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
13 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
15 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
16 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
17 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
18 at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
19Caused by: java.util.zip.ZipException: error in opening zip file
20 at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_151]
21 at java.util.zip.ZipFile.<init>(ZipFile.java:221) ~[?:1.7.0_151]
22 at java.util.zip.ZipFile.<init>(ZipFile.java:151) ~[?:1.7.0_151]
23 at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_151]
24 at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_151]
25 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
26 ... 5 more
27[09:21:52] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins/EssentialsX-2.0.1 (4).jar' and `plugins/Essentials-2.x-SNAPSHOT.jar' in `plugins'
28[09:21:52] [Server thread/INFO]: Set PluginClassLoader as parallel capable
29[09:21:52] [Server thread/ERROR]: Could not load 'plugins/Server NPC.jar' in folder 'plugins'
30org.bukkit.plugin.UnknownDependencyException: Citizens
31 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
32 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
33 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
34 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
35 at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
36[09:21:52] [Server thread/ERROR]: Could not load 'plugins/CustomPet.jar' in folder 'plugins'
37org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/custompet/core/Main : Unsupported major.minor version 52.0
38 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
39 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
40 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
41 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
42 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
43 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
44 at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
45Caused by: java.lang.UnsupportedClassVersionError: me/custompet/core/Main : Unsupported major.minor version 52.0
46 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_151]
47 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_151]
48 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_151]
49 at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_151]
50 at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_151]
51 at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_151]
52 at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_151]
53 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_151]
54 at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_151]
55 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-BT45_1.8._10.21.jar:git-Spigot-5f38d38-18fbb24]
56 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
57 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_151]
58 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_151]
59 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_151]
60 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_151]
61 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
62 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
63 ... 6 more
64[09:21:54] [Server thread/ERROR]: Could not load 'plugins/PNCP.jar' in folder 'plugins'
65org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/horizon/pncp/PNCP : Unsupported major.minor version 52.0
66 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
67 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
68 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
69 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
70 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]+
71 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
72 at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
73Caused by: java.lang.UnsupportedClassVersionError: net/horizon/pncp/PNCP : Unsupported major.minor version 52.0
74 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_151]
75 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_151]
76 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_151]
77 at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_151]
78 at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_151]
79 at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_151]
80 at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_151]
81 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_151]
82 at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_151]
83 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
84 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
85 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_151]
86 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_151]
87 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_151]
88 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_151]
89 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
90 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
91 ... 6 more
92[09:21:54] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
93[09:21:54] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.7
94[09:21:54] [Server thread/INFO]: [ServerConnect] Loading ServerConnect v0.1
95[09:21:54] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
96[09:21:54] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
97[09:21:54] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.2.0
98[09:21:54] [Server thread/INFO]: [ViaVersion] ViaVersion 1.2.0 is now loaded, injecting!
99[09:21:55] [Server thread/INFO]: [Tab] Loading Tab v5.7.1
100[09:21:55] [Server thread/INFO]: [BetterMcmmoStats] Loading BetterMcmmoStats v1.2.1
101[09:21:55] [Server thread/INFO]: [PotionFix] Loading PotionFix v1.2.2
102[09:21:55] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
103[09:21:55] [Server thread/INFO]: [Block-That-Command] Loading Block-That-Command v1.2
104[09:21:55] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
105[09:21:55] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
106[09:21:55] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-SNAPSHOT-b210
107[09:21:55] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
108[09:21:55] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.03-dev-b45
109[09:21:55] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
110[09:21:55] [Server thread/INFO]: [JMP] Loading JoinMessagePlus v2.2
111[09:21:55] [Server thread/INFO]: [AntiCommandTab] Loading AntiCommandTab v3.8
112[09:21:55] [Server thread/INFO]: [TrainingPvP] Loading TrainingPvP v5.1
113[09:21:55] [Server thread/INFO]: [ObsidianBreak] Loading ObsidianBreak v1.0
114[09:21:55] [Server thread/INFO]: [NoHitDelay] Loading NoHitDelay v2.2
115[09:21:55] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
116[09:21:55] [Server thread/INFO]: [Skript] Loading Skript v2.2-SNAPSHOT
117[09:21:55] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.1.23
118[09:21:55] [Server thread/INFO]: [JoinCommands] Loading JoinCommands v4.0.0
119[09:21:55] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
120[09:21:55] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.2
121[09:21:55] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
122[09:21:55] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
123[09:21:55] [Server thread/INFO]: [CommandWatcher] Loading CommandWatcher v0.5
124[09:21:55] [Server thread/INFO]: [ChatCensor] Loading ChatCensor v1.0
125[09:21:55] [Server thread/INFO]: [CoreSocial] Loading CoreSocial v1.0
126[09:21:55] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
127[09:21:55] [Server thread/INFO]: [CBU] Loading CommandBlockerUltimate v1.5.2
128[09:21:55] [Server thread/INFO]: [IPWhitelist] Loading IPWhitelist v1.7
129[09:21:55] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.2
130[09:21:55] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
131[09:21:55] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v1.11.2
132[09:21:55] [Server thread/INFO]: [Banknotes] Loading Banknotes v1.8.0
133[09:21:55] [Server thread/INFO]: [MenuReport] Loading MenuReport v8.8.1
134[09:21:55] [Server thread/INFO]: [CrispyAntiCrash] Loading CrispyAntiCrash v1.2
135[09:21:55] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
136[09:21:55] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.1.1
137[09:21:55] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.3.0
138[09:21:55] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b267
139[09:21:55] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.2.26
140[09:21:55] [Server thread/INFO]: [ChatProtectionPlus] Loading ChatProtectionPlus v1.0.1
141[09:21:55] [Server thread/INFO]: [UltimateAnnounce] Loading UltimateAnnounce v1.3.7
142[09:21:55] [Server thread/INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88
143[09:21:55] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.62
144[09:21:55] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.11
145[09:21:55] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
146[09:21:55] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
147[09:21:55] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
148[09:21:55] [Server thread/INFO]: [MobStacker] Loading MobStacker v2.0.0
149[09:21:55] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.6
150[09:21:55] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.1.18-b298
151[09:21:55] [Server thread/INFO]: [Statz] Loading Statz v1.4.3
152[09:21:55] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.2.1
153[09:21:55] [Server thread/INFO]: [Autorank] Loading Autorank v3.8.5.1
154[09:21:55] [Server thread/INFO]: [FBasics] Loading FBasics v2.0.0
155[09:21:55] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
156[09:21:55] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
157[09:21:55] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
158[09:21:55] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
159[09:21:55] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
160[09:21:55] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
161[09:21:55] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
162[09:21:55] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
163[09:21:55] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.03-dev-b45
164[09:21:57] [Thread-9/INFO]: UUID of player JustKnOk is 3838d733-8463-3f75-841e-54b2efebcf9e
165[09:21:58] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
166[09:21:58] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
167[09:21:58] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
168[09:21:58] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
169[09:21:58] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
170[09:21:58] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
171[09:21:58] [Server thread/INFO]: Preparing level "world"
172[09:21:58] [Server thread/INFO]: -------- World Settings For [world] --------
173[09:21:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
174[09:21:58] [Server thread/INFO]: Cane Growth Modifier: 100%
175[09:21:58] [Server thread/INFO]: Melon Growth Modifier: 100%
176[09:21:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
177[09:21:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
178[09:21:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
179[09:21:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
180[09:21:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
181[09:21:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
182[09:21:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
183[09:21:58] [Server thread/INFO]: Mob Spawn Range: 4
184[09:21:58] [Server thread/INFO]: Anti X-Ray: true
185[09:21:58] [Server thread/INFO]: Engine Mode: 1
186[09:21:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
187[09:21:58] [Server thread/INFO]: Replace Blocks: [1, 5]
188[09:21:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
189[09:21:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
190[09:21:58] [Server thread/INFO]: Random Lighting Updates: false
191[09:21:58] [Server thread/INFO]: Structure Info Saving: true
192[09:21:58] [Server thread/INFO]: Sending up to 10 chunks per packet
193[09:21:58] [Server thread/INFO]: Max Entity Collisions: 8
194[09:21:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
195[09:21:58] [Server thread/INFO]: Max TNT Explosions: 100
196[09:21:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
197[09:21:58] [Server thread/INFO]: Item Despawn Rate: 6000
198[09:21:58] [Server thread/INFO]: Item Merge Radius: 2.5
199[09:21:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
200[09:21:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
201[09:21:58] [Server thread/INFO]: View Distance: 10
202[09:21:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
203[09:21:58] [Server thread/INFO]: Chunks to Grow per Tick: 650
204[09:21:58] [Server thread/INFO]: Clear tick list: false
205[09:21:58] [Server thread/INFO]: Experience Merge Radius: 3.0
206[09:21:58] [Server thread/INFO]: -------- World Settings For [world_nether] --------
207[09:21:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
208[09:21:58] [Server thread/INFO]: Cane Growth Modifier: 100%
209[09:21:58] [Server thread/INFO]: Melon Growth Modifier: 100%
210[09:21:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
211[09:21:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
212[09:21:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
213[09:21:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
214[09:21:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
215[09:21:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
216[09:21:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
217[09:21:58] [Server thread/INFO]: Mob Spawn Range: 4
218[09:21:58] [Server thread/INFO]: Anti X-Ray: true
219[09:21:58] [Server thread/INFO]: Engine Mode: 1
220[09:21:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
221[09:21:58] [Server thread/INFO]: Replace Blocks: [1, 5]
222[09:21:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
223[09:21:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
224[09:21:58] [Server thread/INFO]: Random Lighting Updates: false
225[09:21:58] [Server thread/INFO]: Structure Info Saving: true
226[09:21:58] [Server thread/INFO]: Sending up to 10 chunks per packet
227[09:21:58] [Server thread/INFO]: Max Entity Collisions: 8
228[09:21:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
229[09:21:58] [Server thread/INFO]: Max TNT Explosions: 100
230[09:21:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
231[09:21:58] [Server thread/INFO]: Item Despawn Rate: 6000
232[09:21:58] [Server thread/INFO]: Item Merge Radius: 2.5
233[09:21:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
234[09:21:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
235[09:21:58] [Server thread/INFO]: View Distance: 10
236[09:21:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
237[09:21:58] [Server thread/INFO]: Chunks to Grow per Tick: 650
238[09:21:58] [Server thread/INFO]: Clear tick list: false
239[09:21:58] [Server thread/INFO]: Experience Merge Radius: 3.0
240[09:21:58] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1828630710697268004)
241[09:21:59] [Server thread/INFO]: Preparing spawn area: 37%
242[09:22:00] [Server thread/INFO]: Preparing spawn area: 95%
243[09:22:00] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1828630710697268004)
244[09:22:01] [Server thread/INFO]: Preparing spawn area: 81%
245[09:22:01] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
246[09:22:01] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
247[09:22:01] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
248[09:22:01] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 100000 at X: -44.5 Z: 198.5
249[09:22:01] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 50000 at X: 200.1 Z: 487.7
250[09:22:01] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 20000 at X: 23.5 Z: -8.5
251[09:22:01] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -23.0 Y: 68.0 Z: 245.0
252[09:22:01] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.7
253[09:22:01] [Server thread/INFO]: [0;32;1mDetected Minecraft [0;33;1mv1_8_R3[0;32;1m, using [0;33;1mUniversalSkinFactory[m
254[09:22:02] [Server thread/INFO]: [m
255[09:22:02] [Server thread/INFO]: [0;32;1m +===============+[m
256[09:22:02] [Server thread/INFO]: [0;32;1m | SkinsRestorer |[m
257[09:22:02] [Server thread/INFO]: [0;32;1m |---------------|[m
258[09:22:02] [Server thread/INFO]: [0;32;1m | Bungee Mode |[m
259[09:22:02] [Server thread/INFO]: [0;32;1m +===============+[m
260[09:22:02] [Server thread/INFO]: [m
261[09:22:02] [Server thread/INFO]: [0;36;1m Current version: [0;31;1m12.9.7[m
262[09:22:02] [Server thread/INFO]: [0;31;1m A new version is available! Download it at:[m
263[09:22:02] [Server thread/INFO]: [0;33;1m https://www.spigotmc.org/resources/skinsrestorer.2124/[m
264[09:22:02] [Server thread/INFO]: [m
265[09:22:02] [Server thread/INFO]: [ServerConnect] Enabling ServerConnect v0.1
266[09:22:02] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
267[09:22:02] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
268[09:22:02] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
269[09:22:02] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -1828630710697268004
270[09:22:02] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -1828630710697268004
271[09:22:02] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -1828630710697268004
272[09:22:02] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
273[09:22:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
274[09:22:02] [Server thread/INFO]: Cane Growth Modifier: 100%
275[09:22:02] [Server thread/INFO]: Melon Growth Modifier: 100%
276[09:22:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
277[09:22:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
278[09:22:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
279[09:22:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
280[09:22:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
281[09:22:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
282[09:22:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
283[09:22:02] [Server thread/INFO]: Mob Spawn Range: 4
284[09:22:02] [Server thread/INFO]: Anti X-Ray: true
285[09:22:02] [Server thread/INFO]: Engine Mode: 1
286[09:22:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
287[09:22:02] [Server thread/INFO]: Replace Blocks: [1, 5]
288[09:22:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
289[09:22:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
290[09:22:02] [Server thread/INFO]: Random Lighting Updates: false
291[09:22:02] [Server thread/INFO]: Structure Info Saving: true
292[09:22:02] [Server thread/INFO]: Sending up to 10 chunks per packet
293[09:22:02] [Server thread/INFO]: Max Entity Collisions: 8
294[09:22:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
295[09:22:02] [Server thread/INFO]: Max TNT Explosions: 100
296[09:22:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
297[09:22:02] [Server thread/INFO]: Item Despawn Rate: 6000
298[09:22:02] [Server thread/INFO]: Item Merge Radius: 2.5
299[09:22:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
300[09:22:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
301[09:22:02] [Server thread/INFO]: View Distance: 10
302[09:22:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
303[09:22:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
304[09:22:02] [Server thread/INFO]: Clear tick list: false
305[09:22:02] [Server thread/INFO]: Experience Merge Radius: 3.0
306[09:22:02] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1828630710697268004)
307[09:22:03] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'pvp' - Env: NORMAL - Type: FLAT & seed: 5341854260471044939
308[09:22:03] [Server thread/INFO]: -------- World Settings For [pvp] --------
309[09:22:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
310[09:22:03] [Server thread/INFO]: Cane Growth Modifier: 100%
311[09:22:03] [Server thread/INFO]: Melon Growth Modifier: 100%
312[09:22:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
313[09:22:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
314[09:22:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
315[09:22:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
316[09:22:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
317[09:22:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
318[09:22:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
319[09:22:03] [Server thread/INFO]: Mob Spawn Range: 4
320[09:22:03] [Server thread/INFO]: Anti X-Ray: true
321[09:22:03] [Server thread/INFO]: Engine Mode: 1
322[09:22:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
323[09:22:03] [Server thread/INFO]: Replace Blocks: [1, 5]
324[09:22:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
325[09:22:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
326[09:22:03] [Server thread/INFO]: Random Lighting Updates: false
327[09:22:03] [Server thread/INFO]: Structure Info Saving: true
328[09:22:03] [Server thread/INFO]: Sending up to 10 chunks per packet
329[09:22:03] [Server thread/INFO]: Max Entity Collisions: 8
330[09:22:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
331[09:22:03] [Server thread/INFO]: Max TNT Explosions: 100
332[09:22:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
333[09:22:03] [Server thread/INFO]: Item Despawn Rate: 6000
334[09:22:03] [Server thread/INFO]: Item Merge Radius: 2.5
335[09:22:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
336[09:22:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
337[09:22:03] [Server thread/INFO]: View Distance: 10
338[09:22:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
339[09:22:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
340[09:22:03] [Server thread/INFO]: Clear tick list: false
341[09:22:03] [Server thread/INFO]: Experience Merge Radius: 3.0
342[09:22:03] [Server thread/INFO]: Preparing start region for level 3 (Seed: 5341854260471044939)
343[09:22:04] [Server thread/INFO]: Preparing spawn area for pvp, 16%
344[09:22:04] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'controllohacker' - Env: NORMAL - Type: FLAT & seed: 4905164695449224304
345[09:22:04] [Server thread/INFO]: -------- World Settings For [controllohacker] --------
346[09:22:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
347[09:22:04] [Server thread/INFO]: Cane Growth Modifier: 100%
348[09:22:04] [Server thread/INFO]: Melon Growth Modifier: 100%
349[09:22:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
350[09:22:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
351[09:22:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
352[09:22:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
353[09:22:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
354[09:22:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
355[09:22:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
356[09:22:04] [Server thread/INFO]: Mob Spawn Range: 4
357[09:22:04] [Server thread/INFO]: Anti X-Ray: true
358[09:22:04] [Server thread/INFO]: Engine Mode: 1
359[09:22:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
360[09:22:04] [Server thread/INFO]: Replace Blocks: [1, 5]
361[09:22:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
362[09:22:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
363[09:22:04] [Server thread/INFO]: Random Lighting Updates: false
364[09:22:04] [Server thread/INFO]: Structure Info Saving: true
365[09:22:04] [Server thread/INFO]: Sending up to 10 chunks per packet
366[09:22:04] [Server thread/INFO]: Max Entity Collisions: 8
367[09:22:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
368[09:22:04] [Server thread/INFO]: Max TNT Explosions: 100
369[09:22:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
370[09:22:04] [Server thread/INFO]: Item Despawn Rate: 6000
371[09:22:04] [Server thread/INFO]: Item Merge Radius: 2.5
372[09:22:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
373[09:22:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
374[09:22:04] [Server thread/INFO]: View Distance: 10
375[09:22:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
376[09:22:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
377[09:22:04] [Server thread/INFO]: Clear tick list: false
378[09:22:04] [Server thread/INFO]: Experience Merge Radius: 3.0
379[09:22:04] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4905164695449224304)
380[09:22:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'corsa' - Env: NORMAL - Type: FLAT & seed: -952233650690632290
381[09:22:05] [Server thread/INFO]: -------- World Settings For [corsa] --------
382[09:22:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
383[09:22:05] [Server thread/INFO]: Cane Growth Modifier: 100%
384[09:22:05] [Server thread/INFO]: Melon Growth Modifier: 100%
385[09:22:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
386[09:22:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
387[09:22:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
388[09:22:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
389[09:22:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
390[09:22:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
391[09:22:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
392[09:22:05] [Server thread/INFO]: Mob Spawn Range: 4
393[09:22:05] [Server thread/INFO]: Anti X-Ray: true
394[09:22:05] [Server thread/INFO]: Engine Mode: 1
395[09:22:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
396[09:22:05] [Server thread/INFO]: Replace Blocks: [1, 5]
397[09:22:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
398[09:22:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
399[09:22:05] [Server thread/INFO]: Random Lighting Updates: false
400[09:22:05] [Server thread/INFO]: Structure Info Saving: true
401[09:22:05] [Server thread/INFO]: Sending up to 10 chunks per packet
402[09:22:05] [Server thread/INFO]: Max Entity Collisions: 8
403[09:22:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
404[09:22:05] [Server thread/INFO]: Max TNT Explosions: 100
405[09:22:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
406[09:22:05] [Server thread/INFO]: Item Despawn Rate: 6000
407[09:22:05] [Server thread/INFO]: Item Merge Radius: 2.5
408[09:22:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
409[09:22:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
410[09:22:05] [Server thread/INFO]: View Distance: 10
411[09:22:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
412[09:22:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
413[09:22:05] [Server thread/INFO]: Clear tick list: false
414[09:22:05] [Server thread/INFO]: Experience Merge Radius: 3.0
415[09:22:05] [Server thread/INFO]: Preparing start region for level 5 (Seed: -952233650690632290)
416[09:22:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'mo' - Env: NORMAL - Type: FLAT & seed: -582238616319601182
417[09:22:05] [Server thread/INFO]: -------- World Settings For [mo] --------
418[09:22:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
419[09:22:05] [Server thread/INFO]: Cane Growth Modifier: 100%
420[09:22:05] [Server thread/INFO]: Melon Growth Modifier: 100%
421[09:22:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
422[09:22:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
423[09:22:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
424[09:22:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
425[09:22:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
426[09:22:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
427[09:22:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
428[09:22:05] [Server thread/INFO]: Mob Spawn Range: 4
429[09:22:05] [Server thread/INFO]: Anti X-Ray: true
430[09:22:05] [Server thread/INFO]: Engine Mode: 1
431[09:22:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
432[09:22:05] [Server thread/INFO]: Replace Blocks: [1, 5]
433[09:22:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
434[09:22:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
435[09:22:05] [Server thread/INFO]: Random Lighting Updates: false
436[09:22:05] [Server thread/INFO]: Structure Info Saving: true
437[09:22:05] [Server thread/INFO]: Sending up to 10 chunks per packet
438[09:22:05] [Server thread/INFO]: Max Entity Collisions: 8
439[09:22:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
440[09:22:05] [Server thread/INFO]: Max TNT Explosions: 100
441[09:22:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
442[09:22:05] [Server thread/INFO]: Item Despawn Rate: 6000
443[09:22:05] [Server thread/INFO]: Item Merge Radius: 2.5
444[09:22:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
445[09:22:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
446[09:22:05] [Server thread/INFO]: View Distance: 10
447[09:22:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
448[09:22:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
449[09:22:05] [Server thread/INFO]: Clear tick list: false
450[09:22:05] [Server thread/INFO]: Experience Merge Radius: 3.0
451[09:22:05] [Server thread/INFO]: Preparing start region for level 6 (Seed: -582238616319601182)
452[09:22:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Parkour' - Env: NORMAL - Type: FLAT & seed: -5298591675502423350
453[09:22:05] [Server thread/INFO]: -------- World Settings For [Parkour] --------
454[09:22:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
455[09:22:05] [Server thread/INFO]: Cane Growth Modifier: 100%
456[09:22:05] [Server thread/INFO]: Melon Growth Modifier: 100%
457[09:22:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
458[09:22:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
459[09:22:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
460[09:22:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
461[09:22:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
462[09:22:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
463[09:22:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
464[09:22:05] [Server thread/INFO]: Mob Spawn Range: 4
465[09:22:05] [Server thread/INFO]: Anti X-Ray: true
466[09:22:05] [Server thread/INFO]: Engine Mode: 1
467[09:22:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
468[09:22:05] [Server thread/INFO]: Replace Blocks: [1, 5]
469[09:22:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
470[09:22:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
471[09:22:05] [Server thread/INFO]: Random Lighting Updates: false
472[09:22:05] [Server thread/INFO]: Structure Info Saving: true
473[09:22:05] [Server thread/INFO]: Sending up to 10 chunks per packet
474[09:22:05] [Server thread/INFO]: Max Entity Collisions: 8
475[09:22:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
476[09:22:05] [Server thread/INFO]: Max TNT Explosions: 100
477[09:22:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
478[09:22:05] [Server thread/INFO]: Item Despawn Rate: 6000
479[09:22:05] [Server thread/INFO]: Item Merge Radius: 2.5
480[09:22:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
481[09:22:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
482[09:22:05] [Server thread/INFO]: View Distance: 10
483[09:22:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
484[09:22:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
485[09:22:05] [Server thread/INFO]: Clear tick list: false
486[09:22:05] [Server thread/INFO]: Experience Merge Radius: 3.0
487[09:22:05] [Server thread/INFO]: Preparing start region for level 7 (Seed: -5298591675502423350)
488[09:22:06] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'scalata' - Env: NORMAL - Type: FLAT & seed: 3677426631614138267
489[09:22:06] [Server thread/INFO]: -------- World Settings For [scalata] --------
490[09:22:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
491[09:22:06] [Server thread/INFO]: Cane Growth Modifier: 100%
492[09:22:06] [Server thread/INFO]: Melon Growth Modifier: 100%
493[09:22:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
494[09:22:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
495[09:22:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
496[09:22:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
497[09:22:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
498[09:22:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
499[09:22:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
500[09:22:06] [Server thread/INFO]: Mob Spawn Range: 4
501[09:22:06] [Server thread/INFO]: Anti X-Ray: true
502[09:22:06] [Server thread/INFO]: Engine Mode: 1
503[09:22:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
504[09:22:06] [Server thread/INFO]: Replace Blocks: [1, 5]
505[09:22:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
506[09:22:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
507[09:22:06] [Server thread/INFO]: Random Lighting Updates: false
508[09:22:06] [Server thread/INFO]: Structure Info Saving: true
509[09:22:06] [Server thread/INFO]: Sending up to 10 chunks per packet
510[09:22:06] [Server thread/INFO]: Max Entity Collisions: 8
511[09:22:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
512[09:22:06] [Server thread/INFO]: Max TNT Explosions: 100
513[09:22:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
514[09:22:06] [Server thread/INFO]: Item Despawn Rate: 6000
515[09:22:06] [Server thread/INFO]: Item Merge Radius: 2.5
516[09:22:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
517[09:22:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
518[09:22:06] [Server thread/INFO]: View Distance: 10
519[09:22:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
520[09:22:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
521[09:22:06] [Server thread/INFO]: Clear tick list: false
522[09:22:06] [Server thread/INFO]: Experience Merge Radius: 3.0
523[09:22:06] [Server thread/INFO]: Preparing start region for level 8 (Seed: 3677426631614138267)
524[09:22:07] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PvP1' - Env: NORMAL - Type: FLAT & seed: 3457971470560993748
525[09:22:07] [Server thread/INFO]: -------- World Settings For [PvP1] --------
526[09:22:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
527[09:22:07] [Server thread/INFO]: Cane Growth Modifier: 100%
528[09:22:07] [Server thread/INFO]: Melon Growth Modifier: 100%
529[09:22:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
530[09:22:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
531[09:22:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
532[09:22:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
533[09:22:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
534[09:22:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
535[09:22:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
536[09:22:07] [Server thread/INFO]: Mob Spawn Range: 4
537[09:22:07] [Server thread/INFO]: Anti X-Ray: true
538[09:22:07] [Server thread/INFO]: Engine Mode: 1
539[09:22:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
540[09:22:07] [Server thread/INFO]: Replace Blocks: [1, 5]
541[09:22:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
542[09:22:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
543[09:22:07] [Server thread/INFO]: Random Lighting Updates: false
544[09:22:07] [Server thread/INFO]: Structure Info Saving: true
545[09:22:07] [Server thread/INFO]: Sending up to 10 chunks per packet
546[09:22:07] [Server thread/INFO]: Max Entity Collisions: 8
547[09:22:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
548[09:22:07] [Server thread/INFO]: Max TNT Explosions: 100
549[09:22:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
550[09:22:07] [Server thread/INFO]: Item Despawn Rate: 6000
551[09:22:07] [Server thread/INFO]: Item Merge Radius: 2.5
552[09:22:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
553[09:22:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
554[09:22:07] [Server thread/INFO]: View Distance: 10
555[09:22:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
556[09:22:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
557[09:22:07] [Server thread/INFO]: Clear tick list: false
558[09:22:07] [Server thread/INFO]: Experience Merge Radius: 3.0
559[09:22:07] [Server thread/INFO]: Preparing start region for level 9 (Seed: 3457971470560993748)
560[09:22:07] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'war' - Env: NORMAL - Type: NORMAL & seed: 2494581729167323261
561[09:22:07] [Server thread/INFO]: -------- World Settings For [war] --------
562[09:22:07] [Server thread/INFO]: Cactus Growth Modifier: 100%
563[09:22:07] [Server thread/INFO]: Cane Growth Modifier: 100%
564[09:22:07] [Server thread/INFO]: Melon Growth Modifier: 100%
565[09:22:07] [Server thread/INFO]: Mushroom Growth Modifier: 100%
566[09:22:07] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
567[09:22:07] [Server thread/INFO]: Sapling Growth Modifier: 100%
568[09:22:07] [Server thread/INFO]: Wheat Growth Modifier: 100%
569[09:22:07] [Server thread/INFO]: NetherWart Growth Modifier: 100%
570[09:22:07] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
571[09:22:07] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
572[09:22:07] [Server thread/INFO]: Mob Spawn Range: 4
573[09:22:07] [Server thread/INFO]: Anti X-Ray: true
574[09:22:07] [Server thread/INFO]: Engine Mode: 1
575[09:22:07] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
576[09:22:07] [Server thread/INFO]: Replace Blocks: [1, 5]
577[09:22:07] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
578[09:22:07] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
579[09:22:07] [Server thread/INFO]: Random Lighting Updates: false
580[09:22:07] [Server thread/INFO]: Structure Info Saving: true
581[09:22:07] [Server thread/INFO]: Sending up to 10 chunks per packet
582[09:22:07] [Server thread/INFO]: Max Entity Collisions: 8
583[09:22:07] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
584[09:22:07] [Server thread/INFO]: Max TNT Explosions: 100
585[09:22:07] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
586[09:22:07] [Server thread/INFO]: Item Despawn Rate: 6000
587[09:22:07] [Server thread/INFO]: Item Merge Radius: 2.5
588[09:22:07] [Server thread/INFO]: Arrow Despawn Rate: 1200
589[09:22:07] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
590[09:22:07] [Server thread/INFO]: View Distance: 10
591[09:22:07] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
592[09:22:07] [Server thread/INFO]: Chunks to Grow per Tick: 650
593[09:22:07] [Server thread/INFO]: Clear tick list: false
594[09:22:07] [Server thread/INFO]: Experience Merge Radius: 3.0
595[09:22:07] [Server thread/INFO]: Preparing start region for level 10 (Seed: 2494581729167323261)
596[09:22:09] [Server thread/INFO]: Preparing spawn area for war, 44%
597[09:22:10] [Server thread/INFO]: [Multiverse-Core] 11 - World(s) loaded.
598[09:22:10] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.2.0
599[09:22:10] [Server thread/INFO]: [Tab] Enabling Tab v5.7.1
600[09:22:10] [Server thread/INFO]: [Tab] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
601[09:22:10] [Server thread/INFO]: [Tab] Plugin: Tab v5.7.1
602[09:22:10] [Server thread/INFO]: [Tab] Framework version: 2016-01
603[09:22:10] [Server thread/INFO]: [Tab] Author: Maximvdw (Maxim Van de Wynckel)
604[09:22:10] [Server thread/INFO]: [Tab] Site: http://www.mvdw-software.com/
605[09:22:10] [Server thread/INFO]: [Tab] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
606[09:22:10] [Server thread/WARN]: [Tab] You are using Java 7. For now this plugin supports this java version, it is however recommended to update to the next Java version as support may be dropped in the future.
607[09:22:10] [Server thread/INFO]: [Tab] Loading configuration ...
608[09:22:10] [Server thread/INFO]: [Tab] Loading placeholders ...
609[09:22:12] [Server thread/INFO]: [Tab] An error occured while initializing placeholders code=facebook
610[09:22:12] [Server thread/INFO]: [Tab] The placeholders have been disabled for use.
611[09:22:12] [Server thread/WARN]: java.lang.NullPointerException
612[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.AuthType.of(AuthType.java:31)
613[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.AccessToken.<init>(AccessToken.java:53)
614[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.OAuthAuthorization.getOAuthAppAccessToken(OAuthAuthorization.java:154)
615[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.FacebookBaseImpl.getOAuthAppAccessToken(FacebookBaseImpl.java:258)
616[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.a(FacebookPlaceholder.java:293)
617[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.initialize(FacebookPlaceholder.java:330)
618[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.Placeholder.registerPlaceHolder(Placeholder.java:2278)
619[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.<init>(FacebookPlaceholder.java:284)
620[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.az.a(PlaceholderLoader.java:375)
621[09:22:12] [Server thread/WARN]: at be.maximvdw.tab.Tab.initPlaceholders(Unknown Source)
622[09:22:12] [Server thread/WARN]: at be.maximvdw.tab.Tab.loadConfiguration(Unknown Source)
623[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.BasePlugin.initialize(Unknown Source)
624[09:22:12] [Server thread/WARN]: at be.maximvdw.tabcore.BasePlugin.onEnable(Unknown Source)
625[09:22:12] [Server thread/WARN]: at be.maximvdw.tab.Tab.onEnable(Unknown Source)
626[09:22:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
627[09:22:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
628[09:22:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
629[09:22:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
630[09:22:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
631[09:22:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
632[09:22:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
633[09:22:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
634[09:22:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
635[09:22:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
636[09:22:12] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
637[09:22:13] [Server thread/INFO]: [Tab] Loaded 3067 of the 5380 placholders
638[09:22:13] [Server thread/INFO]: [Tab] Loading Event hooks ...
639[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Level down event ...
640[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Level up event ...
641[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Death hook ...
642[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Block break hook ...
643[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Block place hook ...
644[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Create portal hook ...
645[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Party Level up ...
646[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player join ...
647[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player rejoin ...
648[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player first join ...
649[09:22:13] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Combat hook ...
650[09:22:13] [Server thread/INFO]: [Tab] Creating new custom effect: warning
651[09:22:13] [Server thread/INFO]: [Tab] Lines: 2
652[09:22:13] [Server thread/INFO]: [Tab] Arguments: 1
653[09:22:13] [Server thread/INFO]: [Tab] Adding tab group 'default' ...
654[09:22:13] [Server thread/INFO]: [Tab] Loading messages ...
655[09:22:13] [Server thread/INFO]: [Tab] Loading language file: lang_en
656[09:22:13] [Server thread/INFO]: [0;35;22m[[0;34;1mTab[0;35;22m] [0;31;1mA new update for Tab is available for download on Spigot![m
657[09:22:13] [Server thread/INFO]: [Tab] Adding command 'tab'
658[09:22:13] [Server thread/INFO]: [BetterMcmmoStats] Enabling BetterMcmmoStats v1.2.1
659[09:22:14] [Server thread/INFO]: BetterMcmmoStats Has Been Enabled!
660[09:22:14] [Server thread/INFO]: [PotionFix] Enabling PotionFix v1.2.2
661[09:22:14] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
662[09:22:14] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1m-----------------------------[m
663[09:22:14] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1mLoading AntiWDL by Upd4ting[m
664[09:22:14] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1mCheck out my twitter: twitter.com/upd4ting[m
665[09:22:14] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1m-----------------------------[m
666[09:22:14] [Server thread/INFO]: [Block-That-Command] Enabling Block-That-Command v1.2
667[09:22:14] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-SNAPSHOT-b210
668[09:22:14] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
669[09:22:14] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using old version.
670[09:22:14] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
671[09:22:14] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
672[09:22:14] [Server thread/INFO]: [0;33;1m[Tim] Unused enchantments: DEPTH_STRIDER(8) LURE(62) LUCK(61) [m
673[09:22:14] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
674[09:22:14] [Server thread/INFO]: [JMP] Enabling JoinMessagePlus v2.2
675[09:22:14] [Server thread/INFO]: []---- JoinMessagePlus ----[]
676[09:22:14] [Server thread/INFO]: Version: 2.2
677[09:22:14] [Server thread/INFO]: Web: dev.bukkit.org/bukkit-plugins/join-message-plus/
678[09:22:14] [Server thread/INFO]: By AndyCraftz
679[09:22:14] [Server thread/INFO]: [AntiCommandTab] Enabling AntiCommandTab v3.8
680[09:22:14] [Server thread/INFO]: [TrainingPvP] Enabling TrainingPvP v5.1
681[09:22:14] [Server thread/INFO]: [TrainingPvP] Enabled v5.1
682[09:22:14] [Server thread/INFO]: [TrainingPvP] Loaded 4 configuration files!
683[09:22:14] [Server thread/INFO]: [TrainingPvP] Enabled stats system!
684[09:22:14] [Server thread/INFO]: [TrainingPvP] Tags won't be used because they are disabled!
685[09:22:14] [Server thread/INFO]: [TrainingPvP] Loading 4 arena's!
686[09:22:14] [Server thread/INFO]: [TrainingPvP] Loaded 4 arena's!
687[09:22:15] [Server thread/INFO]: [TrainingPvP] Plugin Metrics have been enabled!
688[09:22:15] [Server thread/INFO]: [ObsidianBreak] Enabling ObsidianBreak v1.0
689[09:22:15] [Server thread/INFO]: [NoHitDelay] Enabling NoHitDelay v2.2
690[09:22:15] [Server thread/INFO]: [0;32;22m[[0;32;1mNoHitDelay[0;32;22m] [0;30;1mNoHitDelay v2.2 by Hendrik_the_best enable[m
691[09:22:15] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
692[09:22:15] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
693[09:22:15] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
694[09:22:15] [Server thread/INFO]: [Skript] Enabling Skript v2.2-SNAPSHOT
695[09:22:18] [Server thread/ERROR]: [Skript] 'locked chest' is not an item type (aliases-english.sk, line 118: fuel?s = lava bucket, blaze rod, any coal, planks, log, huge mushroom, workbench, fence, wooden stairs, trapdoor, sapling, stick, chest, locked chest, jukebox, note block')
696[09:22:18] [Server thread/INFO]: [Skript] Loaded a total of 11616 english aliases
697[09:22:18] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
698[09:22:18] [Server thread/INFO]: [Skript] ~ created by & ? Peter G?ttinger aka Njol ~
699[09:22:18] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.1.23
700[09:22:18] [Server thread/INFO]: [LiteBans] Cracked by coolman@BlackSpigotMC
701[09:22:19] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
702[09:22:19] [Server thread/INFO]: [LiteBans] Connecting to database...
703[09:22:20] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2:///home/Fazioni/plugins/LiteBans/litebans] (948.6 ms).
704[09:22:20] [Server thread/INFO]: [LiteBans] Database connection fully initialized (958 ms).
705[09:22:20] [Server thread/INFO]: [LiteBans] v2.1.23 enabled. Startup took 2715 ms.
706[09:22:21] [Server thread/INFO]: [JoinCommands] Enabling JoinCommands v4.0.0
707[09:22:21] [Server thread/INFO]: JoinCommands v 4.0.0 - Do not forget to change the config.yml before using.
708[09:22:21] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
709[09:22:21] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
710[09:22:21] [Server thread/INFO]: [ChatReaction] 108 words loaded!
711[09:22:21] [Server thread/INFO]: [ReactionDebug INFO] Starting interval task!
712[09:22:21] [Server thread/INFO]: [ChatReaction] Creating MySQL connection ...
713[09:22:21] [Server thread/ERROR]: [ChatReaction] jdbc:mysql://localhost:3306/chatreaction?allowReconnect=true
714[09:22:21] [Server thread/ERROR]: [ChatReaction] Could not be resolved because of an SQL Exception: Communications link failure
715
716The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
717[09:22:21] [Server thread/ERROR]: [ChatReaction] jdbc:mysql://localhost:3306/chatreaction?allowReconnect=true
718[09:22:21] [Server thread/ERROR]: [ChatReaction] Could not be resolved because of an SQL Exception: Communications link failure
719
720The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
721[09:22:21] [Server thread/WARN]: java.lang.NullPointerException
722[09:22:21] [Server thread/WARN]: at me.clip.chatreaction.database.MySQL.checkTable(MySQL.java:191)
723[09:22:21] [Server thread/WARN]: at me.clip.chatreaction.ChatReaction.startDatabase(ChatReaction.java:196)
724[09:22:21] [Server thread/WARN]: at me.clip.chatreaction.ChatReaction.onEnable(ChatReaction.java:94)
725[09:22:21] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
726[09:22:21] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
727[09:22:21] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
728[09:22:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
729[09:22:21] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
730[09:22:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
731[09:22:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
732[09:22:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
733[09:22:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
734[09:22:21] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
735[09:22:21] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
736[09:22:21] [Server thread/WARN]: [ChatReaction] Could not connect to database! Reaction stats will be disabled!!
737[09:22:21] [Server thread/INFO]: ---------------------------
738[09:22:21] [Server thread/INFO]: ChatReaction Updater
739[09:22:21] [Server thread/INFO]:
740[09:22:21] [Server thread/INFO]: An update for ChatReaction has been found!
741[09:22:21] [Server thread/INFO]: ChatReaction 1.7.1
742[09:22:21] [Server thread/INFO]: You are running 1.6.2
743[09:22:21] [Server thread/INFO]:
744[09:22:21] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/chatreaction.3748/
745[09:22:21] [Server thread/INFO]: ---------------------------
746[09:22:21] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.2
747[09:22:21] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
748[09:22:21] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
749[09:22:21] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
750[09:22:21] [Server thread/INFO]: Injected custom channel handlers.
751[09:22:21] [Server thread/INFO]: Adding channels for online players...
752[09:22:21] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_8_R3'.[m
753[09:22:21] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 159ms.[m
754[09:22:21] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
755[09:22:21] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
756[09:22:21] [Server thread/INFO]: [PermissionsEx] Initializing file backend
757[09:22:21] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
758[09:22:22] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
759[09:22:22] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
760[09:22:22] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
761[09:22:22] [Server thread/INFO]: [CommandWatcher] Enabling CommandWatcher v0.5
762[09:22:22] [Server thread/INFO]: [ChatCensor] Enabling ChatCensor v1.0
763[09:22:22] [Server thread/INFO]: [ChatCensor] ChatCensor as been enabled.
764[09:22:22] [Server thread/INFO]: [CoreSocial] Enabling CoreSocial v1.0
765[09:22:22] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
766[09:22:23] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
767[09:22:23] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
768[09:22:23] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
769[09:22:23] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
770[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
771[09:22:23] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
772[09:22:23] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
773[09:22:23] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
774[09:22:23] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
775[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
776[09:22:23] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
777[09:22:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
778[09:22:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
779[09:22:23] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
780[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
781[09:22:23] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
782[09:22:23] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
783[09:22:23] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
784[09:22:23] [Server thread/INFO]: [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
785[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
786[09:22:23] [Server thread/INFO]: [WorldGuard] (controllohacker) TNT ignition is PERMITTED.
787[09:22:23] [Server thread/INFO]: [WorldGuard] (controllohacker) Lighters are PERMITTED.
788[09:22:23] [Server thread/INFO]: [WorldGuard] (controllohacker) Lava fire is blocked.
789[09:22:23] [Server thread/INFO]: [WorldGuard] (controllohacker) Fire spread is UNRESTRICTED.
790[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'controllohacker'
791[09:22:23] [Server thread/INFO]: [WorldGuard] (corsa) TNT ignition is PERMITTED.
792[09:22:23] [Server thread/INFO]: [WorldGuard] (corsa) Lighters are PERMITTED.
793[09:22:23] [Server thread/INFO]: [WorldGuard] (corsa) Lava fire is blocked.
794[09:22:23] [Server thread/INFO]: [WorldGuard] (corsa) Fire spread is UNRESTRICTED.
795[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'corsa'
796[09:22:23] [Server thread/INFO]: [WorldGuard] (mo) TNT ignition is PERMITTED.
797[09:22:23] [Server thread/INFO]: [WorldGuard] (mo) Lighters are PERMITTED.
798[09:22:23] [Server thread/INFO]: [WorldGuard] (mo) Lava fire is blocked.
799[09:22:23] [Server thread/INFO]: [WorldGuard] (mo) Fire spread is UNRESTRICTED.
800[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mo'
801[09:22:23] [Server thread/INFO]: [WorldGuard] (Parkour) TNT ignition is PERMITTED.
802[09:22:23] [Server thread/INFO]: [WorldGuard] (Parkour) Lighters are PERMITTED.
803[09:22:23] [Server thread/INFO]: [WorldGuard] (Parkour) Lava fire is blocked.
804[09:22:23] [Server thread/INFO]: [WorldGuard] (Parkour) Fire spread is UNRESTRICTED.
805[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Parkour'
806[09:22:23] [Server thread/INFO]: [WorldGuard] (scalata) TNT ignition is PERMITTED.
807[09:22:23] [Server thread/INFO]: [WorldGuard] (scalata) Lighters are PERMITTED.
808[09:22:23] [Server thread/INFO]: [WorldGuard] (scalata) Lava fire is blocked.
809[09:22:23] [Server thread/INFO]: [WorldGuard] (scalata) Fire spread is UNRESTRICTED.
810[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'scalata'
811[09:22:23] [Server thread/INFO]: [WorldGuard] (PvP1) TNT ignition is PERMITTED.
812[09:22:23] [Server thread/INFO]: [WorldGuard] (PvP1) Lighters are PERMITTED.
813[09:22:23] [Server thread/INFO]: [WorldGuard] (PvP1) Lava fire is blocked.
814[09:22:23] [Server thread/INFO]: [WorldGuard] (PvP1) Fire spread is UNRESTRICTED.
815[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PvP1'
816[09:22:23] [Server thread/INFO]: [WorldGuard] (war) TNT ignition is PERMITTED.
817[09:22:23] [Server thread/INFO]: [WorldGuard] (war) Lighters are PERMITTED.
818[09:22:23] [Server thread/INFO]: [WorldGuard] (war) Lava fire is blocked.
819[09:22:23] [Server thread/INFO]: [WorldGuard] (war) Fire spread is UNRESTRICTED.
820[09:22:23] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'war'
821[09:22:23] [Server thread/INFO]: [WorldGuard] Loading region data...
822[09:22:23] [Server thread/INFO]: [CBU] Enabling CommandBlockerUltimate v1.5.2
823[09:22:23] [Server thread/WARN]: [CBU] It is recommended that you install Yamler, because that allows the config to be a lot more flexible and straightforward to use.
824[09:22:23] [Server thread/WARN]: [CBU] Using the simplified configuration adapter! When CommandBlockerUltimate updates, new options won't be in your configuration file!
825[09:22:24] [Server thread/INFO]: [CBU] CommandBlockerUltimate cbu-bootstrap Version 1.5.2 Build 5cc5f51 is licensed under the GNU General Public License Version 2. See the LICENSE file included in its .jar archive for details.
826[09:22:24] [Server thread/INFO]: [IPWhitelist] Enabling IPWhitelist v1.7
827[09:22:24] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.2
828[09:22:24] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
829[09:22:24] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
830[09:22:24] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
831[09:22:24] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
832[09:22:24] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
833[09:22:24] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v1.11.2
834[09:22:24] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
835[09:22:24] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v1.11.2
836[09:22:24] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-01
837[09:22:24] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw
838[09:22:24] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.be/
839[09:22:24] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
840[09:22:24] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
841[09:22:24] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
842[09:22:24] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
843[09:22:25] [Server thread/INFO]: [FeatherBoard] Loaded 1512 of the 1710 placholders
844[09:22:27] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
845[09:22:27] [Thread-16/INFO]: --------------------
846[09:22:27] [Thread-16/INFO]: [CoreProtect] Version 2.14.2 now available.
847[09:22:27] [Thread-16/INFO]: [CoreProtect] Download: Type "/co version" in-game.
848[09:22:27] [Thread-16/INFO]: --------------------
849[09:22:27] [Thread-16/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
850[09:22:27] [Thread-16/INFO]: --------------------
851[09:22:27] [Server thread/INFO]: [FeatherBoard] Loading messages ...
852[09:22:27] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
853[09:22:27] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;31;1mERROR: Critical startup error. Please update your plugin!
854If the error persists after updating, contact Maximvdw through spigot PM[m
855[09:22:27] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
856[09:22:27] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0
857[09:22:27] [Server thread/INFO]: [MenuReport] Enabling MenuReport v8.8.1
858[09:22:27] [Server thread/INFO]: [0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[m
859[09:22:27] [Server thread/INFO]: [m
860[09:22:27] [Server thread/INFO]: [0;36;1mMenuReport by @iFedeFC[m
861[09:22:27] [Server thread/INFO]: [0;37;1mPlugin: [0;32;1mEnabled[m
862[09:22:27] [Server thread/INFO]: [m
863[09:22:27] [Server thread/INFO]: [0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[m
864[09:22:27] [Server thread/WARN]: [MenuReport] Could not save data.yml to plugins/MenuReport/data.yml because data.yml already exists.
865[09:22:27] [Server thread/INFO]: [CrispyAntiCrash] Enabling CrispyAntiCrash v1.2
866[09:22:27] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
867[09:22:27] [Server thread/INFO]: [ClearLag] Loading modules...
868[09:22:27] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
869[09:22:27] [Server thread/INFO]: [ClearLag] Modules have been loaded!
870[09:22:27] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
871[09:22:27] [Thread-19/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
872[09:22:27] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.1.1
873[09:22:27] [Server thread/INFO]: <<[ DeathMessages ]>> [ Version ]=[ 3.1.1 ] [ Successfully Loaded! ]
874[09:22:27] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.3.0
875[09:22:27] [Thread-19/INFO]: [ClearLag] No updates found!
876[09:22:28] [Thread-21/INFO]: UUID of player GreenSword02 is 32a01052-42a7-334e-bbe8-e5fffa95f3a4
877[09:22:28] [Server thread/INFO]: [BuycraftX] Validating your server key...
878[09:22:29] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
879[09:22:29] [Server thread/INFO]: [BuycraftX] Updating coupon list...
880[09:22:30] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b267
881[09:22:30] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsChat to the same version.
882[09:22:30] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsSpawn to the same version.
883[09:22:30] [Server thread/INFO]: Using locale it
884[09:22:30] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as spawner provider.
885[09:22:30] [Server thread/INFO]: Using locale it
886[09:22:30] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
887[09:22:30] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
888[09:22:30] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.2.26
889[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 1, item not loaded
890[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 2, item not loaded
891[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 3, item not loaded
892[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 4, item not loaded
893[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 5, item not loaded
894[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 6, item not loaded
895[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 7, item not loaded
896[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 8, item not loaded
897[09:22:31] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 9, item not loaded
898[09:22:31] [Server thread/INFO]: [ChatProtectionPlus] Enabling ChatProtectionPlus v1.0.1
899[09:22:31] [Server thread/INFO]: [ChatProtection+] Loading configuration file!
900[09:22:31] [Server thread/INFO]: [ChatProtection+] is using [Vault] for permissions!
901[09:22:31] [Server thread/INFO]: [ChatProtection+] Loading messages from messages.properties file!
902[09:22:31] [Server thread/INFO]: [ChatProtection+] Loading listeners...
903[09:22:31] [Server thread/INFO]: [ChatProtection+] Player Join/Leave Listener loaded!
904[09:22:31] [Server thread/INFO]: [ChatProtection+] Chat Listener loaded!
905[09:22:31] [Server thread/INFO]: [ChatProtection+] Command Listener loaded!
906[09:22:31] [Server thread/INFO]: [ChatProtection+] Attempting to send statis to MCStats!
907[09:22:31] [Server thread/INFO]: [ChatProtection+] is now Loaded!
908[09:22:31] [Server thread/INFO]: [UltimateAnnounce] Enabling UltimateAnnounce v1.3.7
909[09:22:31] [Server thread/INFO]: [0;34;1mUltimateAnnounce> [0;37;22mI'm working from 1.8.4-1.8.8 [0;37;22mMode.[m
910[09:22:31] [Server thread/INFO]: [0;34;1mUltimateAnnounce> [0;37;22mHooked into &PlaceholderAPI [0;37;22mfor placeholders.[m
911[09:22:31] [Server thread/INFO]: [0;32;22m==============================================[m
912[09:22:31] [Server thread/INFO]: [0;33;1m UltimateAnnounce Updater [m
913[09:22:31] [Server thread/INFO]: [0;33;1m [m
914[09:22:31] [Server thread/INFO]: [0;32;1m An update for UltimateAnnounce has been found![m
915[09:22:31] [Server thread/INFO]: [0;36;1m UltimateAnnounce [0;32;1mv1.5[m
916[09:22:31] [Server thread/INFO]: [0;36;1m You are running [0;31;1mv1.3.7[m
917[09:22:31] [Server thread/INFO]: [0;33;1m [m
918[09:22:31] [Server thread/INFO]: [0;33;1m Download at[0;32;1m http://www.spigotmc.org/resources/ultimateannounce.7459/[m
919[09:22:31] [Server thread/INFO]: [0;32;22m==============================================[m
920[09:22:31] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88
921[09:22:31] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): mcMMO(default) / 2.1
922[09:22:31] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
923[09:22:31] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
924[09:22:31] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
925[09:22:31] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
926[09:22:31] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): Interact(default) / 1.0
927[09:22:31] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.mcmmo.HookmcMMO because fr/neatmonster/nocheatplus/hooks/NCPHook does not exist.
928[09:22:31] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookBlockBreak because fr/neatmonster/nocheatplus/checks/CheckType does not exist.
929[09:22:31] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookInstaBreak because [Lfr/neatmonster/nocheatplus/checks/CheckType; does not exist.
930[09:22:31] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookEntityDamageByEntity because fr/neatmonster/nocheatplus/checks/CheckType does not exist.
931[09:22:31] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookBlockPlace because fr/neatmonster/nocheatplus/checks/CheckType does not exist.
932[09:22:31] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookPlayerInteract because fr/neatmonster/nocheatplus/checks/CheckType does not exist.
933[09:22:31] [Server thread/ERROR]: [CompatNoCheatPlus] [CompatNoCheatPlus] The NoCheatPlus plugin is not present.
934[09:22:31] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 is enabled. Some hooks might get registered with NoCheatPlus later on.
935[09:22:31] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.62
936[09:22:32] [Server thread/INFO]: [CrateReloaded] Please check Spigotmc.org to get the latest CrateReloaded Version.
937[09:22:32] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.11
938[09:22:32] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
939[09:22:32] [Server thread/WARN]: ?4Versione incorretta! Aggiornare tutti i jar Essentials alla stessa versione.
940[09:22:32] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
941[09:22:32] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
942[09:22:32] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
943[09:22:33] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
944[09:22:33] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
945[09:22:33] [Server thread/INFO]: [skQuery] Out of 163 classes, 160 classes were loaded from SkQuery
946[09:22:33] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
947[09:22:33] [Server thread/WARN]: ?4Versione incorretta! Aggiornare tutti i jar Essentials alla stessa versione.
948[09:22:33] [Server thread/INFO]: [MobStacker] Enabling MobStacker v2.0.0
949[09:22:33] [Server thread/INFO]: [MobStacker] MobStacker is starting
950[09:22:33] [Server thread/INFO]: [MobStacker] ------------------------------------------------------------------
951[09:22:33] [Server thread/INFO]: [MobStacker] WARNING - MobStacker no longer receives updates or support
952[09:22:33] [Server thread/INFO]: [MobStacker] Please upgrade to MobStacker2 if you wish to use a better plugin
953[09:22:33] [Server thread/INFO]: [MobStacker] ------------------------------------------------------------------
954[09:22:33] [Server thread/INFO]: [MobStacker] Connected to metrics
955[09:22:33] [Server thread/INFO]: [MobStacker] Hooked in to mcMMO successfully!
956[09:22:33] [Server thread/INFO]: [MobStacker] Successfully hooked in to WorldGuard!
957[09:22:33] [Server thread/INFO]: [MobStacker] MobStacker has successfully started!
958[09:22:33] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.6
959[09:22:33] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
960[09:22:33] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.1.18-b298
961[09:22:33] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] === ENABLE START ===
962[09:22:34] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 39 players
963[09:22:34] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 26 Factions
964[09:22:34] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loading board from disk
965[09:22:34] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 20772 board locations
966[09:22:34] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Economy integration through Vault plugin successful.
967[09:22:34] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
968[09:22:34] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] === ENABLE DONE (Took 852ms) ===
969[09:22:34] [Server thread/INFO]: [Statz] Enabling Statz v1.4.3
970[09:22:34] [Server thread/INFO]: [Statz debug] [0;33;22mUsing SQLite database![m
971[09:22:34] [Server thread/INFO]: [Statz debug] [0;33;1m---------------[Statz Dependencies]---------------[m
972[09:22:34] [Server thread/INFO]: [Statz debug] [0;32;1mSearching dependencies...[m
973[09:22:34] [Server thread/INFO]: [Statz debug] [0;32;1mWorldGuard was found and Statz now tracks its data![m
974[09:22:34] [Server thread/INFO]: [Statz debug] [0;32;1mEssentials was found and Statz now tracks its data![m
975[09:22:34] [Server thread/INFO]: [Statz debug] [0;32;1mVault was found and Statz now tracks its data![m
976[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mOnTime has not been found![m
977[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mStatistics has not been found![m
978[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mUltimateCore has not been found![m
979[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mNuVotifier has not been found![m
980[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mRoyalCommands has not been found![m
981[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mafkTerminator has not been found![m
982[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mFactions has not been found![m
983[09:22:34] [Server thread/INFO]: [Statz debug] [0;32;1mmcMMO was found and Statz now tracks its data![m
984[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mGriefPrevention has not been found![m
985[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mVotifier has not been found![m
986[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mStats has not been found![m
987[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mAcidIsland has not been found![m
988[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mJobs has not been found![m
989[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mRPGme has not been found![m
990[09:22:34] [Server thread/INFO]: [Statz debug] [0;31;1mASkyBlock has not been found![m
991[09:22:34] [Server thread/INFO]: [Statz debug] [0;33;1m---------------[Statz Dependencies]---------------[m
992[09:22:34] [Server thread/INFO]: [Statz debug] Loaded libraries and dependencies[m
993[09:22:34] [Server thread/ERROR]: [Statz] Plugin Statz v1.4.3 has failed to register events for class me.staartvin.statz.listeners.DistanceTravelledToggleGlideListener because org/bukkit/event/entity/EntityToggleGlideEvent does not exist.
994[09:22:34] [Server thread/INFO]: [Statz] Language file loaded (lang.yml)
995[09:22:34] [Server thread/INFO]: [Statz] Stats disabled file loaded (disabled-stats.yml)
996[09:22:34] [Server thread/INFO]: [Statz] Statz v1.4.3 has been enabled!
997[09:22:35] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.2.1
998[09:22:35] [Server thread/INFO]: [Autorank] Enabling Autorank v3.8.5.1
999[09:22:35] [Server thread/INFO]: [Autorank] Simple config file loaded
1000[09:22:35] [Server thread/INFO]: [Autorank] Advanced config file loaded
1001[09:22:35] [Server thread/INFO]: [Autorank] Settings config file loaded
1002[09:22:35] [Server thread/INFO]: [Autorank] Internal properties file loaded
1003[09:22:35] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
1004[09:22:35] [Server thread/INFO]: [Autorank] Loaded playerdata.
1005[09:22:35] [Server thread/INFO]: [Autorank] Interval check every 1 minutes.
1006[09:22:35] [Server thread/INFO]: [Autorank] Total data file loaded
1007[09:22:35] [Server thread/INFO]: [Autorank] Daily data file loaded
1008[09:22:35] [Server thread/INFO]: [Autorank] Weekly data file loaded
1009[09:22:35] [Server thread/INFO]: [Autorank] Monthly data file loaded
1010[09:22:35] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
1011[09:22:35] [Server thread/INFO]: [Autorank] Using timings of: statz
1012[09:22:35] [Server thread/INFO]: [Autorank] Autorank 3.8.5.1 has been enabled!
1013[09:22:36] [Server thread/INFO]: [FBasics] Enabling FBasics v2.0.0
1014[09:22:36] [Server thread/INFO]: [FBasics] Using Factions v1_6 support.
1015[09:22:36] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
1016[09:22:36] [Thread-23/INFO]: UUID of player Crash404 is 9bf89886-369c-3c54-ac53-4f2488191c2a
1017[09:22:36] [Server thread/INFO]: Done (38.588s)! For help, type "help" or "?"
1018[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_players'[m
1019[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_joins'[m
1020[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_deaths'[m
1021[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_items_caught'[m
1022[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_blocks_placed'[m
1023[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_blocks_broken'[m
1024[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_kills_mobs'[m
1025[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_kills_players'[m
1026[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_time_played'[m
1027[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_food_eaten'[m
1028[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_damage_taken'[m
1029[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_times_shorn'[m
1030[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_distance_travelled'[m
1031[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_items_crafted'[m
1032[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_xp_gained'[m
1033[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_votes'[m
1034[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_arrows_shot'[m
1035[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_entered_beds'[m
1036[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_commands_performed'[m
1037[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_times_kicked'[m
1038[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_tools_broken'[m
1039[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_eggs_thrown'[m
1040[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_worlds_changed'[m
1041[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_buckets_filled'[m
1042[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_buckets_emptied'[m
1043[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_items_dropped'[m
1044[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_items_picked_up'[m
1045[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_teleports'[m
1046[09:22:36] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_villager_trades'[m
1047[09:22:36] [Craft Scheduler Thread - 8/INFO]: [TitleManager] Searching for updates.
1048[09:22:36] [Server thread/INFO]: [Banknotes] Found economy provider Vault
1049[09:22:36] [Craft Scheduler Thread - 23/INFO]: [FeatherBoard] Loaded '0' players from the database!
1050[09:22:37] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;36;1mStatz is connected to its database![m
1051[09:22:37] [Craft Scheduler Thread - 4/INFO]: [Statz] ---------- [Applying Database patches] ----------
1052[09:22:37] [Craft Scheduler Thread - 4/INFO]: [Statz] ---------- [0 patches have been applied!] ----------
1053[09:22:37] [Craft Scheduler Thread - 8/INFO]: [TitleManager] An update was found!
1054[09:22:37] [Server thread/ERROR]: [Skript] Error while loading plugin hooks
1055[09:22:37] [Server thread/INFO]: [Skript] Loading variables...
1056[09:22:37] [Server thread/INFO]: [Skript] Loaded 13 variables in 0.0 seconds
1057[09:22:37] [Craft Scheduler Thread - 22/WARN]: Exception in thread "Craft Scheduler Thread - 22"
1058[09:22:37] [Craft Scheduler Thread - 22/WARN]: org.apache.commons.lang.UnhandledException: Plugin PlaceholderAPI v2.8.2 generated an exception while executing task 386
1059 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
1060 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
1061 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
1062 at java.lang.Thread.run(Thread.java:748)
1063Caused by: java.lang.IllegalArgumentException: Comparison method violates its general contract!
1064 at java.util.TimSort.mergeHi(TimSort.java:868)
1065 at java.util.TimSort.mergeAt(TimSort.java:485)
1066 at java.util.TimSort.mergeForceCollapse(TimSort.java:426)
1067 at java.util.TimSort.sort(TimSort.java:223)
1068 at java.util.TimSort.sort(TimSort.java:173)
1069 at java.util.Arrays.sort(Arrays.java:659)
1070 at java.util.Collections.sort(Collections.java:217)
1071 at me.clip.placeholderapi.expansion.cloud.ExpansionCloudManager$1.run(ExpansionCloudManager.java:319)
1072 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
1073 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
1074 ... 3 more
1075
1076[09:22:39] [Server thread/ERROR]: [Skript] can't understand this condition: 'player does not have permission' (GUI Control Panel.sk, line 6: if player does not have permission:')
1077[09:22:40] [Server thread/ERROR]: [Skript] can't understand this condition: 'player does not have permission' (warpgui.sk, line 6: if player does not have permission:')
1078[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 9: format slot 0 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1079[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 10: format slot 1 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1080[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 11: format slot 2 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1081[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 12: format slot 3 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1082[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 13: format slot 4 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1083[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 14: format slot 5 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1084[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 15: format slot 6 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1085[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 16: format slot 7 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1086[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 17: format slot 8 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1087[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '279' with e.g. 'diamond axe'. (warpgui.sk, line 19: format slot 11 of player with 279 named "FpsPvP" with lore "Clicca per andare al warp FpsPVP" to close then run [execute player command "ewarp fpspvp"]')
1088[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '322:1' with e.g. 'enchanted golden apple'. (warpgui.sk, line 27: format slot 27 of player with 322:1 named "Vip" with lore "Clicca per andare ai Vip" to close then run [execute player command "ewarp vip"]')
1089[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '49' with e.g. 'obsidian'. (warpgui.sk, line 28: format slot 29 of player with 49 named "Info" with lore "Clicca per informazioni sul fazioni" to close then run [execute player command "ewarp info"]')
1090[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '388' with e.g. 'emerald'. (warpgui.sk, line 29: format slot 31 of player with 388 named "Free" with lore "Clicca per andare al free" to close then run [execute player command "ewarp free"]')
1091[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '347' with e.g. 'clock'. (warpgui.sk, line 30: format slot 33 of player with 347 named "Mods" with lore "Clicca per andare al warp mod" to close then run [execute player command "ewarp mod"]')
1092[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '288' with e.g. 'feather'. (warpgui.sk, line 31: format slot 35 of player with 288 named "Corsa" with lore "Clicca per andare all'evento Corsa" to close then run [execute player command "ewarp corsa"]')
1093[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '65' with e.g. 'ladder'. (warpgui.sk, line 32: format slot 37 of player with 65 named "Parkour" with lore "Clicca per andare all'evento Parkour" to close then run [execute player command "ewarp parkour"]')
1094[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '96' with e.g. 'trapdoor'. (warpgui.sk, line 33: format slot 39 of player with 96 named "Scalata" with lore "Clicca per andare all'evento Scalata" to close then run [execute player command "ewarp scalata"]')
1095[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 35: format slot 45 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1096[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 36: format slot 46 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1097[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 37: format slot 47 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1098[09:22:40] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 38: format slot 48 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1099[09:22:41] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 39: format slot 49 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1100[09:22:41] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 40: format slot 50 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1101[09:22:41] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 41: format slot 51 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1102[09:22:41] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 42: format slot 52 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1103[09:22:41] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 43: format slot 53 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
1104[09:22:41] [Server thread/INFO]: [Skript] Loaded 6 scripts with a total of 8 triggers and 5 commands in 3.86 seconds
1105[09:22:41] [Server thread/INFO]: [Skript] Finished loading.
1106[09:22:41] [Craft Scheduler Thread - 27/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m
1107[09:22:41] [Craft Scheduler Thread - 14/INFO]: [PlayerVaults] We didn't find an update!
1108[09:22:41] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
1109[09:22:41] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
1110[09:22:41] [Server thread/INFO]: [Autorank] Found Statz plugin: Statz (by Staartvin)
1111[09:22:41] [Server thread/INFO]: [Autorank] Hooked into Statz (by Staartvin)
1112[09:22:41] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
1113[09:22:41] [Craft Scheduler Thread - 31/INFO]: [Vault] Checking for Updates ...
1114[09:22:41] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.3.0, you're on: 1.2.0
1115[09:22:41] [Thread-25/WARN]: [mcMMO] Could not get information about this mcMMO version; perhaps you are running a custom one?
1116[09:22:41] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mAn internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.[m
1117[09:22:41] [Skript update thread/ERROR]: #!#!
1118[09:22:41] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
1119[09:22:41] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
1120[09:22:41] [Skript update thread/ERROR]: #!#!
1121[09:22:41] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
1122[09:22:41] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
1123[09:22:41] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
1124[09:22:41] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
1125[09:22:41] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
1126[09:22:41] [Craft Scheduler Thread - 31/INFO]: [Vault] No new version available
1127[09:22:41] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
1128[09:22:41] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
1129[09:22:41] [Skript update thread/ERROR]: #!#!
1130[09:22:41] [Skript update thread/ERROR]: #!#! Stack trace:
1131[09:22:41] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
1132Message: Premature end of file.
1133[09:22:41] [Skript update thread/ERROR]: #!#! at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:601)
1134[09:22:41] [Skript update thread/ERROR]: #!#! at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
1135[09:22:41] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
1136[09:22:41] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater$2.run(Updater.java:210)
1137[09:22:41] [Skript update thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
1138[09:22:41] [Skript update thread/ERROR]: #!#!
1139[09:22:41] [Skript update thread/ERROR]: #!#! Version Information:
1140[09:22:41] [Skript update thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT
1141[09:22:41] [Skript update thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
1142[09:22:41] [Skript update thread/ERROR]: #!#! Minecraft: 1.8.8
1143[09:22:41] [Skript update thread/ERROR]: #!#! Java: 1.7.0_151 (OpenJDK 64-Bit Server VM 24.151-b00)
1144[09:22:41] [Skript update thread/ERROR]: #!#! OS: Linux amd64 2.6.32-openvz-042stab120.18-amd64
1145[09:22:41] [Skript update thread/ERROR]: #!#!
1146[09:22:41] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
1147[09:22:41] [Skript update thread/ERROR]: #!#!
1148[09:22:41] [Skript update thread/ERROR]: #!#! Current node: null
1149[09:22:41] [Skript update thread/ERROR]: #!#! Current item: null
1150[09:22:41] [Skript update thread/ERROR]: #!#!
1151[09:22:41] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
1152[09:22:41] [Skript update thread/ERROR]: #!#!
1153[09:22:41] [Skript update thread/ERROR]: #!#! End of Error.
1154[09:22:41] [Skript update thread/ERROR]: #!#!
1155[09:22:41] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running a [3mbeta[m version of Skript, and no new [3mstable[m version is available. Please note that you have to update to newer beta versions manually![m
1156[09:22:41] [Server thread/INFO]: com.mojang.authlib.GameProfile@52b0a342[id=3838d733-8463-3f75-841e-54b2efebcf9e,name=JustKnOk,properties={},legacy=false] (/151.77.18.178:36130) lost connection: Disconnected
1157[09:22:42] [Server thread/INFO]: [0;30;1m[[0;32;1m+[0;30;1m][0;37;1m GreenSword02[m
1158[09:22:42] [Server thread/INFO]: CONSOLE issued server command: /balance
1159[09:22:42] [Server thread/INFO]: States the current balance of a player.[m
1160[09:22:42] [Server thread/INFO]: /balance [player][m
1161[09:22:42] [Server thread/INFO]: Comando inesistente. Digita /help per aiuto.[m
1162[09:22:42] [Server thread/INFO]: GreenSword02[/87.14.122.11:33299] logged in with entity id 358 at ([world]-44.5, 80.0, 198.5)
1163[09:22:43] [Server thread/INFO]: [0;30;1m[[0;32;1m+[0;30;1m][0;37;1m Crash404[m
1164[09:22:43] [Server thread/INFO]: CONSOLE issued server command: /balance
1165[09:22:43] [Server thread/INFO]: States the current balance of a player.[m
1166[09:22:43] [Server thread/INFO]: /balance [player][m
1167[09:22:43] [Server thread/INFO]: Comando inesistente. Digita /help per aiuto.[m
1168[09:22:43] [Server thread/INFO]: Crash404[/95.247.210.163:59195] logged in with entity id 359 at ([world]-44.5, 80.0, 198.5)
1169[09:22:46] [Craft Scheduler Thread - 29/INFO]: [BuycraftX] Fetching all due players...
1170[09:22:46] [Craft Scheduler Thread - 29/INFO]: [BuycraftX] Fetched due players (0 found).
1171[09:22:46] [Craft Scheduler Thread - 29/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1172[09:22:47] [Server thread/INFO]: [TrainingPvP] Didn't hook into CombatLog!
1173[09:22:47] [Server thread/INFO]: [TrainingPvP] Loading 4 arena's!
1174[09:22:47] [Server thread/INFO]: [TrainingPvP] Loaded 4 arena's!
1175[09:22:48] [Server thread/INFO]: GreenSword02 issued server command: /back
1176[09:22:49] [Server thread/INFO]: Crash404 issued server command: /pet
1177[09:22:49] [Craft Scheduler Thread - 10/INFO]: [Autorank] Config files have been correctly setup!
1178[09:22:51] [Server thread/INFO]: Crash404 issued server command: /pets
1179[09:22:53] [Server thread/INFO]: GreenSword02 issued server command: /gm 1
1180[09:22:55] [Craft Scheduler Thread - 10/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1181[09:23:03] [Server thread/INFO]: Starting minecraft server version 1.8.8
1182[09:23:03] [Server thread/INFO]: Loading properties
1183[09:23:03] [Server thread/INFO]: Default game type: SURVIVAL
1184[09:23:04] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-5f38d38-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
1185[09:23:04] [Server thread/INFO]: Debug logging is disabled
1186[09:23:04] [Server thread/INFO]: Server Ping Player Sample Count: 12
1187[09:23:04] [Server thread/INFO]: Using 4 threads for Netty based IO
1188[09:23:04] [Server thread/INFO]: Generating keypair
1189[09:23:04] [Server thread/INFO]: Starting Minecraft server on[09:23:05] [Craft Scheduler Thread - 17/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1190[09:23:15] [Craft Scheduler Thread - 2/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1191[09:23:25] [Craft Scheduler Thread - 23/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1192[09:23:30] [Server thread/INFO]: GreenSword02 issued server command: //copy
1193[09:23:32] [Server thread/INFO]: GreenSword02 issued server command: //rotate 180
1194[09:23:34] [Server thread/INFO]: GreenSword02 issued server command: //paste
1195[09:23:36] [Craft Scheduler Thread - 24/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1196[09:23:40] [Server thread/INFO]: Crash404 issued server command: /v
1197[09:23:43] [Server thread/INFO]: Crash404 issued server command: /gm 1
1198[09:23:45] [Craft Scheduler Thread - 27/INFO]: [BuycraftX] Updating coupon list...
1199[09:23:46] [Craft Scheduler Thread - 17/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1200[09:23:46] [Server thread/INFO]: Crash404 issued server command: /tp GreenSword02
1201[09:23:56] [Craft Scheduler Thread - 17/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1202[09:24:06] [Craft Scheduler Thread - 10/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1203[09:24:10] [Async Chat Thread - #0/INFO]: [?LogHorizon] [God] GreenSword02: ah
1204[09:24:13] [Async Chat Thread - #0/INFO]: [?LogHorizon] [God] GreenSword02: devo andare
1205[09:24:15] [Async Chat Thread - #0/INFO]: [] [Admin] OOOOOO404: ok
1206[09:24:16] [Craft Scheduler Thread - 11/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1207[09:24:17] [Async Chat Thread - #0/INFO]: [] [Admin] OOOOOO404: dopo torni
1208[09:24:18] [Async Chat Thread - #0/INFO]: [?LogHorizon] [God] GreenSword02: ritorno dopo
1209[09:24:19] [Async Chat Thread - #0/INFO]: [?LogHorizon] [God] GreenSword02: yep
1210[09:24:22] [Async Chat Thread - #0/INFO]: [] [Admin] OOOOOO404: ciao
1211[09:24:23] [Async Chat Thread - #0/INFO]: [] [Admin] OOOOOO404: a dpo
1212[09:24:25] [Async Chat Thread - #0/INFO]: [?LogHorizon] [God] GreenSword02: ciao
1213[09:24:26] [Craft Scheduler Thread - 5/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1214[09:24:26] [Server thread/INFO]: GreenSword02 lost connection: Disconnected
1215[09:24:26] [Server thread/INFO]: [0;30;1m[[0;31;1m-[0;30;1m][0;37;1m GreenSword02[m
1216[09:24:26] [Server thread/INFO]: [GreenSword02] art by cookocam
1217[09:24:26] [Server thread/INFO]: Comando inesistente. Digita /help per aiuto.[m
1218[09:24:36] [Craft Scheduler Thread - 11/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1219[09:24:46] [Craft Scheduler Thread - 10/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1220[09:24:56] [Craft Scheduler Thread - 10/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1221[09:25:06] [Craft Scheduler Thread - 11/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1222[09:25:16] [Craft Scheduler Thread - 17/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1223[09:25:26] [Craft Scheduler Thread - 11/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1224[09:25:32] [Server thread/INFO]: Crash404 issued server command: /tp JustKnOk
1225[09:25:36] [Craft Scheduler Thread - 30/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1226[09:25:46] [Craft Scheduler Thread - 19/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1227[09:25:56] [Craft Scheduler Thread - 18/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1228[09:26:06] [Craft Scheduler Thread - 33/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1229[09:26:07] [Server thread/INFO]: Crash404 lost connection: Disconnected
1230[09:26:07] [Server thread/INFO]: [0;30;1m[[0;31;1m-[0;30;1m][0;37;1m Crash404[m
1231[09:26:07] [Server thread/INFO]: Comando inesistente. Digita /help per aiuto.[m
1232[09:26:16] [Craft Scheduler Thread - 33/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1233[09:26:26] [Craft Scheduler Thread - 21/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1234[09:26:36] [Craft Scheduler Thread - 17/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1235[09:26:46] [Craft Scheduler Thread - 15/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1236[09:26:56] [Craft Scheduler Thread - 0/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1237[09:27:06] [Craft Scheduler Thread - 26/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1238[09:27:16] [Craft Scheduler Thread - 11/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1239[09:27:26] [Craft Scheduler Thread - 11/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1240[09:27:36] [Craft Scheduler Thread - 33/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1241[09:27:46] [Craft Scheduler Thread - 10/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1242[09:27:56] [Craft Scheduler Thread - 21/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1243[09:28:06] [Craft Scheduler Thread - 19/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1244[09:28:16] [Craft Scheduler Thread - 18/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1245[09:28:26] [Craft Scheduler Thread - 11/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1246[09:28:37] [Craft Scheduler Thread - 10/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1247[09:28:47] [Craft Scheduler Thread - 30/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1248[09:28:57] [Craft Scheduler Thread - 15/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1249[09:29:07] [Craft Scheduler Thread - 9/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1250[09:29:17] [Craft Scheduler Thread - 9/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1251[09:29:26] [Server thread/INFO]: [0;33;22m? [0;37;1mIl lag accumulato verra eliminato in [0;33;1m60 [0;37;1msecondi![m
1252[09:29:27] [Craft Scheduler Thread - 7/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1253[09:29:37] [Craft Scheduler Thread - 37/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1254[09:29:47] [Craft Scheduler Thread - 33/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1255[09:29:57] [Craft Scheduler Thread - 15/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1256[09:30:06] [Server thread/INFO]: [0;33;22m? [0;37;1mIl lag accumulato verra eliminato in [0;33;1m20 [0;37;1msecondi![m
1257[09:30:07] [Craft Scheduler Thread - 30/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1258[09:30:17] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1259[09:30:26] [Server thread/INFO]: [0;33;22m? [0;37;1mIl lag accumulato [0;33;1m0 [0;37;1me stato eliminato con successo![m
1260[09:30:27] [Craft Scheduler Thread - 19/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1261[09:30:37] [Craft Scheduler Thread - 39/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1262[09:30:47] [Craft Scheduler Thread - 10/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1263[09:30:57] [Craft Scheduler Thread - 17/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1264[09:31:07] [Craft Scheduler Thread - 4/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1265[09:31:17] [Craft Scheduler Thread - 7/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1266[09:31:27] [Craft Scheduler Thread - 19/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1267[09:31:35] [Server thread/INFO]: JustKnOk issued server command: /ah
1268[09:31:37] [Craft Scheduler Thread - 30/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1269[09:31:47] [Craft Scheduler Thread - 33/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1270[09:31:57] [Craft Scheduler Thread - 17/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1271[09:32:07] [Craft Scheduler Thread - 17/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1272[09:32:17] [Craft Scheduler Thread - 7/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1273[09:32:27] [Craft Scheduler Thread - 15/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1274[09:32:37] [Craft Scheduler Thread - 41/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1275[09:32:47] [Craft Scheduler Thread - 10/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1276[09:32:57] [Craft Scheduler Thread - 40/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1277[09:32:57] [Server thread/INFO]: JustKnOk issued server command: /rl
1278[09:32:57] [Server thread/INFO]: JustKnOk: [0;31;1mPlease note that this command is not supported and may cause issues when using some plugins.[m
1279[09:32:57] [Server thread/INFO]: JustKnOk: [0;31;1mIf you encounter any issues please use the /stop command to restart your server.[m
1280[09:32:57] [Server thread/INFO]: Server Ping Player Sample Count: 12
1281[09:32:57] [Server thread/INFO]: Using 4 threads for Netty based IO
1282[09:32:57] [Server thread/INFO]: Debug logging is disabled
1283[09:32:57] [Server thread/INFO]: -------- World Settings For [world] --------
1284[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1285[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1286[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1287[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1288[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1289[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1290[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1291[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1292[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1293[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1294[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1295[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1296[09:32:57] [Server thread/INFO]: Engine Mode: 1
1297[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1298[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1299[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1300[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1301[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1302[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1303[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1304[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1305[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1306[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1307[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1308[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1309[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1310[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1311[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1312[09:32:57] [Server thread/INFO]: View Distance: 10
1313[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1314[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1315[09:32:57] [Server thread/INFO]: Clear tick list: false
1316[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1317[09:32:57] [Server thread/INFO]: -------- World Settings For [world_nether] --------
1318[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1319[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1320[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1321[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1322[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1323[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1324[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1325[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1326[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1327[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1328[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1329[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1330[09:32:57] [Server thread/INFO]: Engine Mode: 1
1331[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1332[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1333[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1334[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1335[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1336[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1337[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1338[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1339[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1340[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1341[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1342[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1343[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1344[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1345[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1346[09:32:57] [Server thread/INFO]: View Distance: 10
1347[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1348[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1349[09:32:57] [Server thread/INFO]: Clear tick list: false
1350[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1351[09:32:57] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
1352[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1353[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1354[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1355[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1356[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1357[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1358[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1359[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1360[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1361[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1362[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1363[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1364[09:32:57] [Server thread/INFO]: Engine Mode: 1
1365[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1366[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1367[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1368[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1369[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1370[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1371[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1372[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1373[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1374[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1375[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1376[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1377[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1378[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1379[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1380[09:32:57] [Server thread/INFO]: View Distance: 10
1381[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1382[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1383[09:32:57] [Server thread/INFO]: Clear tick list: false
1384[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1385[09:32:57] [Server thread/INFO]: -------- World Settings For [pvp] --------
1386[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1387[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1388[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1389[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1390[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1391[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1392[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1393[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1394[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1395[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1396[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1397[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1398[09:32:57] [Server thread/INFO]: Engine Mode: 1
1399[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1400[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1401[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1402[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1403[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1404[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1405[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1406[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1407[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1408[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1409[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1410[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1411[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1412[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1413[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1414[09:32:57] [Server thread/INFO]: View Distance: 10
1415[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1416[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1417[09:32:57] [Server thread/INFO]: Clear tick list: false
1418[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1419[09:32:57] [Server thread/INFO]: -------- World Settings For [controllohacker] --------
1420[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1421[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1422[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1423[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1424[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1425[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1426[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1427[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1428[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1429[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1430[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1431[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1432[09:32:57] [Server thread/INFO]: Engine Mode: 1
1433[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1434[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1435[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1436[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1437[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1438[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1439[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1440[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1441[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1442[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1443[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1444[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1445[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1446[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1447[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1448[09:32:57] [Server thread/INFO]: View Distance: 10
1449[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1450[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1451[09:32:57] [Server thread/INFO]: Clear tick list: false
1452[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1453[09:32:57] [Server thread/INFO]: -------- World Settings For [corsa] --------
1454[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1455[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1456[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1457[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1458[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1459[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1460[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1461[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1462[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1463[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1464[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1465[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1466[09:32:57] [Server thread/INFO]: Engine Mode: 1
1467[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1468[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1469[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1470[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1471[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1472[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1473[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1474[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1475[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1476[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1477[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1478[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1479[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1480[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1481[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1482[09:32:57] [Server thread/INFO]: View Distance: 10
1483[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1484[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1485[09:32:57] [Server thread/INFO]: Clear tick list: false
1486[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1487[09:32:57] [Server thread/INFO]: -------- World Settings For [mo] --------
1488[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1489[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1490[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1491[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1492[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1493[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1494[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1495[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1496[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1497[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1498[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1499[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1500[09:32:57] [Server thread/INFO]: Engine Mode: 1
1501[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1502[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1503[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1504[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1505[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1506[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1507[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1508[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1509[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1510[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1511[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1512[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1513[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1514[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1515[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1516[09:32:57] [Server thread/INFO]: View Distance: 10
1517[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1518[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1519[09:32:57] [Server thread/INFO]: Clear tick list: false
1520[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1521[09:32:57] [Server thread/INFO]: -------- World Settings For [Parkour] --------
1522[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1523[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1524[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1525[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1526[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1527[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1528[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1529[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1530[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1531[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1532[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1533[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1534[09:32:57] [Server thread/INFO]: Engine Mode: 1
1535[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1536[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1537[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1538[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1539[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1540[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1541[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1542[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1543[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1544[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1545[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1546[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1547[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1548[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1549[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1550[09:32:57] [Server thread/INFO]: View Distance: 10
1551[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1552[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1553[09:32:57] [Server thread/INFO]: Clear tick list: false
1554[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1555[09:32:57] [Server thread/INFO]: -------- World Settings For [scalata] --------
1556[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1557[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1558[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1559[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1560[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1561[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1562[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1563[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1564[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1565[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1566[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1567[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1568[09:32:57] [Server thread/INFO]: Engine Mode: 1
1569[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1570[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1571[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1572[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1573[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1574[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1575[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1576[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1577[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1578[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1579[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1580[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1581[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1582[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1583[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1584[09:32:57] [Server thread/INFO]: View Distance: 10
1585[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1586[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1587[09:32:57] [Server thread/INFO]: Clear tick list: false
1588[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1589[09:32:57] [Server thread/INFO]: -------- World Settings For [PvP1] --------
1590[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1591[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1592[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1593[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1594[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1595[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1596[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1597[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1598[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1599[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1600[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1601[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1602[09:32:57] [Server thread/INFO]: Engine Mode: 1
1603[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1604[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1605[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1606[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1607[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1608[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1609[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1610[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1611[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1612[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1613[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1614[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1615[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1616[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1617[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1618[09:32:57] [Server thread/INFO]: View Distance: 10
1619[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1620[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1621[09:32:57] [Server thread/INFO]: Clear tick list: false
1622[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1623[09:32:57] [Server thread/INFO]: -------- World Settings For [war] --------
1624[09:32:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1625[09:32:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1626[09:32:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1627[09:32:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1628[09:32:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1629[09:32:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1630[09:32:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1631[09:32:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1632[09:32:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1633[09:32:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1634[09:32:57] [Server thread/INFO]: Mob Spawn Range: 4
1635[09:32:57] [Server thread/INFO]: Anti X-Ray: true
1636[09:32:57] [Server thread/INFO]: Engine Mode: 1
1637[09:32:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1638[09:32:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1639[09:32:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1640[09:32:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1641[09:32:57] [Server thread/INFO]: Random Lighting Updates: false
1642[09:32:57] [Server thread/INFO]: Structure Info Saving: true
1643[09:32:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1644[09:32:57] [Server thread/INFO]: Max Entity Collisions: 8
1645[09:32:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1646[09:32:57] [Server thread/INFO]: Max TNT Explosions: 100
1647[09:32:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1648[09:32:57] [Server thread/INFO]: Item Despawn Rate: 6000
1649[09:32:57] [Server thread/INFO]: Item Merge Radius: 2.5
1650[09:32:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1651[09:32:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1652[09:32:57] [Server thread/INFO]: View Distance: 10
1653[09:32:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1654[09:32:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1655[09:32:57] [Server thread/INFO]: Clear tick list: false
1656[09:32:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1657[09:32:57] [Server thread/INFO]: [FBasics] Disabling FBasics v2.0.0
1658[09:32:57] [Server thread/INFO]: [Autorank] Disabling Autorank v3.8.5.1
1659[09:32:57] [Server thread/INFO]: [Autorank] Autorank 3.8.5.1 has been disabled!
1660[09:32:57] [Server thread/INFO]: [CombatTagPlus] Disabling CombatTagPlus v1.2.1
1661[09:32:57] [Server thread/INFO]: [Statz] Disabling Statz v1.4.3
1662[09:32:57] [Server thread/INFO]: [Statz debug] [0;31;1mSaving updates to database![m
1663[09:32:57] [Server thread/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
1664[09:32:57] [Server thread/INFO]: [Statz] Statz v1.4.3 has been disabled!
1665[09:32:57] [Server thread/INFO]: [Factions] Disabling Factions v1.6.9.5-U0.1.18-b298
1666[09:32:58] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Disabled
1667[09:32:58] [Server thread/INFO]: [KitAdder] Disabling KitAdder v2.6
1668[09:32:58] [Server thread/INFO]: [KitAdder] KitAdder plugin has been disabled!
1669[09:32:58] [Server thread/INFO]: [MobStacker] Disabling MobStacker v2.0.0
1670[09:32:58] [Server thread/INFO]: [MobStacker] Thanks for using MobStacker!
1671[09:32:58] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
1672[09:32:58] [Server thread/INFO]: [SkQuery] Disabling SkQuery v3.21.4
1673[09:32:58] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
1674[09:32:58] [Server thread/INFO]: [TitleManager] Disabling TitleManager v1.5.11
1675[09:32:58] [Server thread/INFO]: [CrateReloaded] Disabling CrateReloaded v1.3.62
1676[09:32:58] [Server thread/INFO]: [CompatNoCheatPlus] Disabling CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88
1677[09:32:58] [Server thread/INFO]: [CompatNoCheatPlus] [cncp] Removed 0 registered hooks from NoCheatPlus.
1678[09:32:58] [Server thread/INFO]: [UltimateAnnounce] Disabling UltimateAnnounce v1.3.7
1679[09:32:58] [Server thread/INFO]: [ChatProtectionPlus] Disabling ChatProtectionPlus v1.0.1
1680[09:32:58] [Server thread/INFO]: [ChatProtection+] is now Un-Loaded!
1681[09:32:58] [Server thread/INFO]: [ShopGUIPlus] Disabling ShopGUIPlus v1.2.26
1682[09:32:58] [Server thread/INFO]: [Essentials] Disabling Essentials v2.0.1-b267
1683[09:32:58] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
1684[09:32:58] [Server thread/INFO]: [BuycraftX] Disabling BuycraftX v10.3.0
1685[09:32:58] [Server thread/INFO]: [DeathMessages] Disabling DeathMessages v3.1.1
1686[09:32:58] [Server thread/INFO]: <<[ DeathMessages ]>> [ Version ]=[ 3.1.1 ] [ Disabled! ]
1687[09:32:58] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.9.7
1688[09:32:58] [Server thread/INFO]: [ClearLag] Clearlag is now disabled!
1689[09:32:58] [Server thread/INFO]: [CrispyAntiCrash] Disabling CrispyAntiCrash v1.2
1690[09:32:58] [Server thread/INFO]: [MenuReport] Disabling MenuReport v8.8.1
1691[09:32:58] [Server thread/INFO]: [0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[m
1692[09:32:58] [Server thread/INFO]: [m
1693[09:32:58] [Server thread/INFO]: [0;36;1mMenuReport by @iFedeFC[m
1694[09:32:58] [Server thread/INFO]: [0;37;1mPlugin: [0;31;1mDisabled[m
1695[09:32:58] [Server thread/INFO]: [m
1696[09:32:58] [Server thread/INFO]: [0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[m
1697[09:32:58] [Server thread/INFO]: [Banknotes] Disabling Banknotes v1.8.0
1698[09:32:58] [Server thread/INFO]: [FeatherBoard] Disabling FeatherBoard v1.11.2
1699[09:32:58] [Server thread/INFO]: [FeatherBoard] Cancelling all tasks ...
1700[09:32:58] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.12.0
1701[09:32:58] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.8.2
1702[09:32:58] [Server thread/INFO]: [IPWhitelist] Disabling IPWhitelist v1.7
1703[09:32:58] [Server thread/INFO]: [CBU] Disabling CommandBlockerUltimate v1.5.2
1704[09:32:58] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1
1705[09:32:58] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
1706[09:32:58] [Server thread/INFO]: [CoreSocial] Disabling CoreSocial v1.0
1707[09:32:58] [Server thread/INFO]: [ChatCensor] Disabling ChatCensor v1.0
1708[09:32:58] [Server thread/INFO]: [ChatCensor] ChatCensor as been disabled.
1709[09:32:58] [Server thread/INFO]: [CommandWatcher] Disabling CommandWatcher v0.5
1710[09:32:58] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
1711[09:32:58] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
1712[09:32:58] [Server thread/INFO]: [Vault][Permission] PermissionsEx un-hooked.
1713[09:32:58] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat un-hooked.
1714[09:32:58] [Server thread/INFO]: [StaffPlus] Disabling StaffPlus v3.2.2
1715[09:32:58] [Server thread/INFO]: [0;31;22m[Staff+] [0;31;1mStaff+ is now disabling![m
1716[09:32:58] [Server thread/INFO]: Removing channels for online players...
1717[09:32:58] [Server thread/INFO]: Removing packet handlers (1)...
1718[09:32:58] [Server thread/INFO]: [ChatReaction] Disabling ChatReaction v1.6.2
1719[09:32:58] [Server thread/INFO]: [ReactionDebug INFO] Stopping reaction end task!
1720[09:32:58] [Server thread/INFO]: [ReactionDebug INFO] Stopping reaction interval task!
1721[09:32:58] [Server thread/INFO]: [JoinCommands] Disabling JoinCommands v4.0.0
1722[09:32:58] [Server thread/INFO]: [LiteBans] Disabling LiteBans v2.1.23
1723[09:32:58] [Server thread/INFO]: [LiteBans] v2.1.23 disabled.
1724[09:32:58] [Server thread/INFO]: [Skript] Disabling Skript v2.2-SNAPSHOT
1725[09:32:58] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
1726[09:32:58] [Server thread/INFO]: [NoHitDelay] Disabling NoHitDelay v2.2
1727[09:32:58] [Server thread/INFO]: [0;32;22m[[0;32;1mNoHitDelay[0;32;22m] [0;30;1mNoHitDelay v2.2 by Hendrik_the_best disable[m
1728[09:32:58] [Server thread/INFO]: [ObsidianBreak] Disabling ObsidianBreak v1.0
1729[09:32:58] [Server thread/INFO]: [TrainingPvP] Disabling TrainingPvP v5.1
1730[09:32:58] [Server thread/INFO]: [TrainingPvP] Disabled v5.1
1731[09:32:58] [Server thread/INFO]: [AntiCommandTab] Disabling AntiCommandTab v3.8
1732[09:32:58] [Server thread/INFO]: [JMP] Disabling JoinMessagePlus v2.2
1733[09:32:58] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
1734[09:32:58] [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?
1735[09:32:58] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.5.03-dev-b45
1736[09:33:09] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.6
1737[09:33:09] [Server thread/INFO]: [PlayerVaults] Disabling PlayerVaults v3.6.0-SNAPSHOT-b210
1738[09:33:09] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.4
1739[09:33:09] [Server thread/INFO]: [Block-That-Command] Disabling Block-That-Command v1.2
1740[09:33:09] [Server thread/INFO]: [AntiWDL] Disabling AntiWDL v0.1
1741[09:33:09] [Server thread/INFO]: [PotionFix] Disabling PotionFix v1.2.2
1742[09:33:09] [Server thread/INFO]: [BetterMcmmoStats] Disabling BetterMcmmoStats v1.2.1
1743[09:33:09] [Server thread/INFO]: BetterMcmmoStats Has Been Disabled!
1744[09:33:09] [Server thread/INFO]: [BetterMcmmoStats] Disabled Version 1.2.1
1745[09:33:09] [Server thread/INFO]: [Tab] Disabling Tab v5.7.1
1746[09:33:09] [Server thread/INFO]: [Tab] Cancelling all tasks ...
1747[09:33:09] [Server thread/INFO]: [ViaVersion] Disabling ViaVersion v1.2.0
1748[09:33:09] [Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
1749[09:33:09] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
1750[09:33:09] [Server thread/INFO]: [Multiverse-Core] - Disabled
1751[09:33:09] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
1752[09:33:09] [Server thread/INFO]: [ServerConnect] Disabling ServerConnect v0.1
1753[09:33:09] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v12.9.7
1754[09:33:09] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.8.4
1755[09:33:09] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
1756[09:33:11] [Server thread/ERROR]: Nag author: 'McLuke300' of 'CommandWatcher' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
1757[09:33:11] [Server thread/ERROR]: Nag author: 'bill1993' of 'ChatProtectionPlus' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded. This may cause conflicts with the newly loaded version of the plugin
1758[09:33:11] [Server thread/ERROR]: Could not load 'plugins/SilkSpawners (2).jar' in folder 'plugins'
1759org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
1760 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1761 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1762 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1763 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:739) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1764 at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1765 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1766 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1767 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1768 at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1769 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1770 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1771 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1772 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1773 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473) [?:1.7.0_151]
1774 at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_151]
1775 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1776 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1777 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1778 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1779 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1780 at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
1781Caused by: java.util.zip.ZipException: error in opening zip file
1782 at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_151]
1783 at java.util.zip.ZipFile.<init>(ZipFile.java:221) ~[?:1.7.0_151]
1784 at java.util.zip.ZipFile.<init>(ZipFile.java:151) ~[?:1.7.0_151]
1785 at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_151]
1786 at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_151]
1787 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1788 ... 20 more
1789[09:33:11] [Server thread/ERROR]: Ambiguous plugin name `Essentials' for files `plugins/EssentialsX-2.0.1 (4).jar' and `plugins/Essentials-2.x-SNAPSHOT.jar' in `plugins'
1790[09:33:11] [Server thread/ERROR]: Could not load 'plugins/Server NPC.jar' in folder 'plugins'
1791org.bukkit.plugin.UnknownDependencyException: Citizens
1792 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1793 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1794 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:739) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1795 at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1796 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1797 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1798 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1799 at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1800 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1801 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1802 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1803 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1804 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473) [?:1.7.0_151]
1805 at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_151]
1806 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1807 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1808 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1809 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1810 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1811 at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
1812[09:33:12] [Server thread/ERROR]: Could not load 'plugins/CustomPet.jar' in folder 'plugins'
1813org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/custompet/core/Main : Unsupported major.minor version 52.0
1814 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1815 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1816 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1817 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1818 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:739) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1819 at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1820 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1821 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1822 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1823 at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1824 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1825 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1826 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1827 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1828 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473) [?:1.7.0_151]
1829 at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_151]
1830 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1831 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1832 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1833 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1834 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1835 at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
1836Caused by: java.lang.UnsupportedClassVersionError: me/custompet/core/Main : Unsupported major.minor version 52.0
1837 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_151]
1838 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_151]
1839 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_151]
1840 at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_151]
1841 at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_151]
1842 at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_151]
1843 at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_151]
1844 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_151]
1845 at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_151]
1846 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1847 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1848 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_151]
1849 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_151]
1850 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_151]
1851 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_151]
1852 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1853 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1854 ... 21 more
1855[09:33:12] [Server thread/ERROR]: Could not load 'plugins/PNCP.jar' in folder 'plugins'
1856org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/horizon/pncp/PNCP : Unsupported major.minor version 52.0
1857 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1858 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1859 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1860 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1861 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:739) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1862 at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1863 at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1864 at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1865 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1866 at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1867 at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1868 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1869 at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1870 at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1871 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473) [?:1.7.0_151]
1872 at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_151]
1873 at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1874 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1875 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1876 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1877 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1878 at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
1879Caused by: java.lang.UnsupportedClassVersionError: net/horizon/pncp/PNCP : Unsupported major.minor version 52.0
1880 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_151]
1881 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_151]
1882 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_151]
1883 at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_151]
1884 at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_151]
1885 at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_151]
1886 at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_151]
1887 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_151]
1888 at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_151]
1889 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1890 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1891 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_151]
1892 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_151]
1893 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_151]
1894 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_151]
1895 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1896 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-BT45_1.8.8_10.21.jar:git-Spigot-5f38d38-18fbb24]
1897 ... 21 more
1898[09:33:12] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.4
1899[09:33:12] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v12.9.7
1900[09:33:12] [Server thread/INFO]: [ServerConnect] Loading ServerConnect v0.1
1901[09:33:12] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
1902[09:33:12] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
1903[09:33:12] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v1.2.0
1904[09:33:12] [Server thread/INFO]: [ViaVersion] ViaVersion 1.2.0 is now loaded, injecting!
1905[09:33:12] [Server thread/ERROR]: [ViaVersion] ViaVersion is already loaded, we're going to kick all the players... because otherwise we'll crash because of ProtocolLib.
1906[09:33:12] [Server thread/INFO]: JustKnOk lost connection: Server reload, please rejoin!
1907[09:33:12] [Server thread/INFO]: JustKnOk left the game.
1908[09:33:13] [Server thread/INFO]: [Tab] Loading Tab v5.7.1
1909[09:33:13] [Server thread/INFO]: [BetterMcmmoStats] Loading BetterMcmmoStats v1.2.1
1910[09:33:13] [Server thread/INFO]: [PotionFix] Loading PotionFix v1.2.2
1911[09:33:13] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
1912[09:33:13] [Server thread/INFO]: [Block-That-Command] Loading Block-That-Command v1.2
1913[09:33:13] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
1914[09:33:13] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
1915[09:33:13] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.6.0-SNAPSHOT-b210
1916[09:33:13] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
1917[09:33:13] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.03-dev-b45
1918[09:33:13] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
1919[09:33:13] [Server thread/INFO]: [JMP] Loading JoinMessagePlus v2.2
1920[09:33:13] [Server thread/INFO]: [AntiCommandTab] Loading AntiCommandTab v3.8
1921[09:33:13] [Server thread/INFO]: [TrainingPvP] Loading TrainingPvP v5.1
1922[09:33:13] [Server thread/INFO]: [ObsidianBreak] Loading ObsidianBreak v1.0
1923[09:33:13] [Server thread/INFO]: [NoHitDelay] Loading NoHitDelay v2.2
1924[09:33:13] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
1925[09:33:13] [Server thread/INFO]: [Skript] Loading Skript v2.2-SNAPSHOT
1926[09:33:13] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.1.23
1927[09:33:13] [Server thread/INFO]: [JoinCommands] Loading JoinCommands v4.0.0
1928[09:33:13] [Server thread/INFO]: [ChatReaction] Loading ChatReaction v1.6.2
1929[09:33:13] [Server thread/INFO]: [StaffPlus] Loading StaffPlus v3.2.2
1930[09:33:13] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
1931[09:33:13] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
1932[09:33:13] [Server thread/INFO]: [CommandWatcher] Loading CommandWatcher v0.5
1933[09:33:13] [Server thread/INFO]: [ChatCensor] Loading ChatCensor v1.0
1934[09:33:13] [Server thread/INFO]: [CoreSocial] Loading CoreSocial v1.0
1935[09:33:13] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
1936[09:33:13] [Server thread/INFO]: [CBU] Loading CommandBlockerUltimate v1.5.2
1937[09:33:13] [Server thread/INFO]: [IPWhitelist] Loading IPWhitelist v1.7
1938[09:33:13] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.8.2
1939[09:33:13] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
1940[09:33:13] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v1.11.2
1941[09:33:13] [Server thread/INFO]: [Banknotes] Loading Banknotes v1.8.0
1942[09:33:13] [Server thread/INFO]: [MenuReport] Loading MenuReport v8.8.1
1943[09:33:13] [Server thread/INFO]: [CrispyAntiCrash] Loading CrispyAntiCrash v1.2
1944[09:33:13] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.7
1945[09:33:13] [Server thread/INFO]: [DeathMessages] Loading DeathMessages v3.1.1
1946[09:33:13] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.3.0
1947[09:33:13] [Server thread/INFO]: [Essentials] Loading Essentials v2.0.1-b267
1948[09:33:13] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.2.26
1949[09:33:13] [Server thread/INFO]: [ChatProtectionPlus] Loading ChatProtectionPlus v1.0.1
1950[09:33:13] [Server thread/INFO]: [UltimateAnnounce] Loading UltimateAnnounce v1.3.7
1951[09:33:13] [Server thread/INFO]: [CompatNoCheatPlus] Loading CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88
1952[09:33:13] [Server thread/INFO]: [CrateReloaded] Loading CrateReloaded v1.3.62
1953[09:33:13] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.11
1954[09:33:13] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
1955[09:33:13] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
1956[09:33:13] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
1957[09:33:13] [Server thread/INFO]: [MobStacker] Loading MobStacker v2.0.0
1958[09:33:13] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.6
1959[09:33:13] [Server thread/INFO]: [Factions] Loading Factions v1.6.9.5-U0.1.18-b298
1960[09:33:13] [Server thread/INFO]: [Statz] Loading Statz v1.4.3
1961[09:33:13] [Server thread/INFO]: [CombatTagPlus] Loading CombatTagPlus v1.2.1
1962[09:33:13] [Server thread/INFO]: [Autorank] Loading Autorank v3.8.5.1
1963[09:33:13] [Server thread/INFO]: [FBasics] Loading FBasics v2.0.0
1964[09:33:13] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
1965[09:33:13] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
1966[09:33:13] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
1967[09:33:13] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
1968[09:33:13] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
1969[09:33:13] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
1970[09:33:13] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
1971[09:33:13] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
1972[09:33:13] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.03-dev-b45
1973[09:33:14] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.4
1974[09:33:14] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
1975[09:33:14] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
1976[09:33:14] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world" has border radius 100000 at X: -44.5 Z: 198.5
1977[09:33:14] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_nether" has border radius 50000 at X: 200.1 Z: 487.7
1978[09:33:14] [Server thread/INFO]: [WorldBorder] [CONFIG] World "world_the_end" has border radius 20000 at X: 23.5 Z: -8.5
1979[09:33:14] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -23.0 Y: 68.0 Z: 245.0
1980[09:33:14] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v12.9.7
1981[09:33:14] [Server thread/INFO]: [0;32;1mDetected Minecraft [0;33;1mv1_8_R3[0;32;1m, using [0;33;1mUniversalSkinFactory[m
1982[09:33:14] [Server thread/INFO]: [m
1983[09:33:14] [Server thread/INFO]: [0;32;1m +===============+[m
1984[09:33:14] [Server thread/INFO]: [0;32;1m | SkinsRestorer |[m
1985[09:33:14] [Server thread/INFO]: [0;32;1m |---------------|[m
1986[09:33:14] [Server thread/INFO]: [0;32;1m | Bungee Mode |[m
1987[09:33:14] [Server thread/INFO]: [0;32;1m +===============+[m
1988[09:33:14] [Server thread/INFO]: [m
1989[09:33:14] [Server thread/INFO]: [0;36;1m Current version: [0;31;1m12.9.7[m
1990[09:33:14] [Server thread/INFO]: [0;31;1m A new version is available! Download it at:[m
1991[09:33:14] [Server thread/INFO]: [0;33;1m https://www.spigotmc.org/resources/skinsrestorer.2124/[m
1992[09:33:14] [Server thread/INFO]: [m
1993[09:33:14] [Server thread/INFO]: [ServerConnect] Enabling ServerConnect v0.1
1994[09:33:14] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
1995[09:33:14] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
1996[09:33:14] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
1997[09:33:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -1828630710697268004
1998[09:33:15] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -1828630710697268004
1999[09:33:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -1828630710697268004
2000[09:33:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'pvp' - Env: NORMAL - Type: FLAT & seed: 5341854260471044939
2001[09:33:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'controllohacker' - Env: NORMAL - Type: FLAT & seed: 4905164695449224304
2002[09:33:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'corsa' - Env: NORMAL - Type: FLAT & seed: -952233650690632290
2003[09:33:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'mo' - Env: NORMAL - Type: FLAT & seed: -582238616319601182
2004[09:33:16] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Parkour' - Env: NORMAL - Type: FLAT & seed: -5298591675502423350
2005[09:33:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'scalata' - Env: NORMAL - Type: FLAT & seed: 3677426631614138267
2006[09:33:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PvP1' - Env: NORMAL - Type: FLAT & seed: 3457971470560993748
2007[09:33:17] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'war' - Env: NORMAL - Type: NORMAL & seed: 2494581729167323261
2008[09:33:18] [Server thread/INFO]: [Multiverse-Core] 11 - World(s) loaded.
2009[09:33:18] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v1.2.0
2010[09:33:18] [Server thread/INFO]: [Tab] Enabling Tab v5.7.1
2011[09:33:18] [Server thread/INFO]: [Tab] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2012[09:33:18] [Server thread/INFO]: [Tab] Plugin: Tab v5.7.1
2013[09:33:18] [Server thread/INFO]: [Tab] Framework version: 2016-01
2014[09:33:18] [Server thread/INFO]: [Tab] Author: Maximvdw (Maxim Van de Wynckel)
2015[09:33:18] [Server thread/INFO]: [Tab] Site: http://www.mvdw-software.com/
2016[09:33:18] [Server thread/INFO]: [Tab] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2017[09:33:18] [Server thread/WARN]: [Tab] You are using Java 7. For now this plugin supports this java version, it is however recommended to update to the next Java version as support may be dropped in the future.
2018[09:33:18] [Server thread/INFO]: [Tab] Loading configuration ...
2019[09:33:18] [Server thread/INFO]: [Tab] Loading placeholders ...
2020[09:33:19] [Server thread/INFO]: [Tab] An error occured while initializing placeholders code=facebook
2021[09:33:19] [Server thread/INFO]: [Tab] The placeholders have been disabled for use.
2022[09:33:19] [Server thread/WARN]: java.lang.NullPointerException
2023[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.AuthType.of(AuthType.java:31)
2024[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.AccessToken.<init>(AccessToken.java:53)
2025[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.auth.OAuthAuthorization.getOAuthAppAccessToken(OAuthAuthorization.java:154)
2026[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.facebook.FacebookBaseImpl.getOAuthAppAccessToken(FacebookBaseImpl.java:258)
2027[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.a(FacebookPlaceholder.java:293)
2028[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.initialize(FacebookPlaceholder.java:330)
2029[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.Placeholder.registerPlaceHolder(Placeholder.java:2278)
2030[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.H.<init>(FacebookPlaceholder.java:284)
2031[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.placeholders.az.a(PlaceholderLoader.java:375)
2032[09:33:19] [Server thread/WARN]: at be.maximvdw.tab.Tab.initPlaceholders(Unknown Source)
2033[09:33:19] [Server thread/WARN]: at be.maximvdw.tab.Tab.loadConfiguration(Unknown Source)
2034[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.BasePlugin.initialize(Unknown Source)
2035[09:33:19] [Server thread/WARN]: at be.maximvdw.tabcore.BasePlugin.onEnable(Unknown Source)
2036[09:33:19] [Server thread/WARN]: at be.maximvdw.tab.Tab.onEnable(Unknown Source)
2037[09:33:19] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
2038[09:33:19] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
2039[09:33:19] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
2040[09:33:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
2041[09:33:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
2042[09:33:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:741)
2043[09:33:19] [Server thread/WARN]: at org.bukkit.Bukkit.reload(Bukkit.java:535)
2044[09:33:19] [Server thread/WARN]: at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25)
2045[09:33:19] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
2046[09:33:19] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641)
2047[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162)
2048[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
2049[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
2050[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
2051[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
2052[09:33:19] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
2053[09:33:19] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:262)
2054[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
2055[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
2056[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
2057[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
2058[09:33:19] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
2059[09:33:19] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
2060[09:33:20] [Server thread/INFO]: [Tab] Loaded 3067 of the 5380 placholders
2061[09:33:20] [Server thread/INFO]: [Tab] Loading Event hooks ...
2062[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Level down event ...
2063[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Level up event ...
2064[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Death hook ...
2065[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Block break hook ...
2066[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Block place hook ...
2067[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Create portal hook ...
2068[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: mcMMO Party Level up ...
2069[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player join ...
2070[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player rejoin ...
2071[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: Vanilla player first join ...
2072[09:33:20] [Server thread/INFO]: [Tab] Loading event hook: Vanilla Combat hook ...
2073[09:33:20] [Server thread/INFO]: [Tab] Creating new custom effect: warning
2074[09:33:20] [Server thread/INFO]: [Tab] Lines: 2
2075[09:33:20] [Server thread/INFO]: [Tab] Arguments: 1
2076[09:33:20] [Server thread/INFO]: [Tab] Adding tab group 'default' ...
2077[09:33:20] [Server thread/INFO]: [Tab] Loading messages ...
2078[09:33:20] [Server thread/INFO]: [Tab] Loading language file: lang_en
2079[09:33:20] [Server thread/INFO]: [0;35;22m[[0;34;1mTab[0;35;22m] [0;31;1mA new update for Tab is available for download on Spigot![m
2080[09:33:20] [Server thread/INFO]: [Tab] Adding command 'tab'
2081[09:33:20] [Server thread/INFO]: [BetterMcmmoStats] Enabling BetterMcmmoStats v1.2.1
2082[09:33:21] [Server thread/INFO]: BetterMcmmoStats Has Been Enabled!
2083[09:33:21] [Server thread/INFO]: [PotionFix] Enabling PotionFix v1.2.2
2084[09:33:21] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
2085[09:33:21] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1m-----------------------------[m
2086[09:33:21] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1mLoading AntiWDL by Upd4ting[m
2087[09:33:21] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1mCheck out my twitter: twitter.com/upd4ting[m
2088[09:33:21] [Server thread/INFO]: [0;37;22m[[0;33;22mAntiWDL[0;37;22m] [0;30;1m-----------------------------[m
2089[09:33:21] [Server thread/INFO]: [Block-That-Command] Enabling Block-That-Command v1.2
2090[09:33:21] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.6.0-SNAPSHOT-b210
2091[09:33:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
2092[09:33:21] [Server thread/INFO]: [0;31;1m[HolographicDisplays] Please do not use /reload or plugin reloaders. Use the command "/holograms reload" instead. You will receive no support for doing this operation.[m
2093[09:33:21] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using old version.
2094[09:33:21] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
2095[09:33:21] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
2096[09:33:21] [Server thread/INFO]: [0;33;1m[Tim] Unused enchantments: DEPTH_STRIDER(8) Glow(300) LURE(62) LUCK(61) [m
2097[09:33:21] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
2098[09:33:21] [Server thread/INFO]: [JMP] Enabling JoinMessagePlus v2.2
2099[09:33:21] [Server thread/INFO]: []---- JoinMessagePlus ----[]
2100[09:33:21] [Server thread/INFO]: Version: 2.2
2101[09:33:21] [Server thread/INFO]: Web: dev.bukkit.org/bukkit-plugins/join-message-plus/
2102[09:33:21] [Server thread/INFO]: By AndyCraftz
2103[09:33:21] [Server thread/INFO]: [AntiCommandTab] Enabling AntiCommandTab v3.8
2104[09:33:21] [Server thread/INFO]: [TrainingPvP] Enabling TrainingPvP v5.1
2105[09:33:21] [Server thread/INFO]: [TrainingPvP] Enabled v5.1
2106[09:33:21] [Server thread/INFO]: [TrainingPvP] Loaded 4 configuration files!
2107[09:33:21] [Server thread/INFO]: [TrainingPvP] Enabled stats system!
2108[09:33:21] [Server thread/INFO]: [TrainingPvP] Tags won't be used because they are disabled!
2109[09:33:21] [Server thread/INFO]: [TrainingPvP] Loading 4 arena's!
2110[09:33:21] [Server thread/INFO]: [TrainingPvP] Loaded 4 arena's!
2111[09:33:21] [Server thread/INFO]: [TrainingPvP] Plugin Metrics have been enabled!
2112[09:33:21] [Server thread/INFO]: [ObsidianBreak] Enabling ObsidianBreak v1.0
2113[09:33:21] [Server thread/INFO]: [NoHitDelay] Enabling NoHitDelay v2.2
2114[09:33:21] [Server thread/INFO]: [0;32;22m[[0;32;1mNoHitDelay[0;32;22m] [0;30;1mNoHitDelay v2.2 by Hendrik_the_best enable[m
2115[09:33:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
2116[09:33:22] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
2117[09:33:22] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
2118[09:33:22] [Server thread/INFO]: [Skript] Enabling Skript v2.2-SNAPSHOT
2119[09:33:24] [Server thread/ERROR]: [Skript] 'locked chest' is not an item type (aliases-english.sk, line 118: fuel?s = lava bucket, blaze rod, any coal, planks, log, huge mushroom, workbench, fence, wooden stairs, trapdoor, sapling, stick, chest, locked chest, jukebox, note block')
2120[09:33:24] [Server thread/INFO]: [Skript] Loaded a total of 11616 english aliases
2121[09:33:24] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
2122[09:33:24] [Server thread/INFO]: [Skript] ~ created by & ? Peter G?ttinger aka Njol ~
2123[09:33:24] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.1.23
2124[09:33:24] [Server thread/INFO]: [LiteBans] Cracked by coolman@BlackSpigotMC
2125[09:33:26] [Thread-30/INFO]: UUID of player JustKnOk is 3838d733-8463-3f75-841e-54b2efebcf9e
2126[09:33:26] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 (org.h2.Driver)
2127[09:33:26] [Server thread/INFO]: [LiteBans] Connecting to database...
2128[09:33:27] [Server thread/INFO]: [LiteBans] Connected to [jdbc:h2:///home/Fazioni/plugins/LiteBans/litebans] (764.1 ms).
2129[09:33:27] [Server thread/INFO]: [LiteBans] Database connection fully initialized (771.1 ms).
2130[09:33:27] [Server thread/INFO]: [LiteBans] v2.1.23 enabled. Startup took 3160 ms.
2131[09:33:27] [Server thread/INFO]: [JoinCommands] Enabling JoinCommands v4.0.0
2132[09:33:27] [Server thread/INFO]: JoinCommands v 4.0.0 - Do not forget to change the config.yml before using.
2133[09:33:27] [Server thread/INFO]: [ChatReaction] Enabling ChatReaction v1.6.2
2134[09:33:27] [Server thread/INFO]: [ChatReaction] You are using Spigot! Tooltips in reaction start messages are enabled!
2135[09:33:27] [Server thread/INFO]: [ChatReaction] 108 words loaded!
2136[09:33:27] [Server thread/INFO]: [ReactionDebug INFO] Starting interval task!
2137[09:33:27] [Server thread/INFO]: [ChatReaction] Creating MySQL connection ...
2138[09:33:27] [Server thread/ERROR]: [ChatReaction] jdbc:mysql://localhost:3306/chatreaction?allowReconnect=true
2139[09:33:27] [Server thread/ERROR]: [ChatReaction] Could not be resolved because of an SQL Exception: Communications link failure
2140
2141The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
2142[09:33:27] [Server thread/ERROR]: [ChatReaction] jdbc:mysql://localhost:3306/chatreaction?allowReconnect=true
2143[09:33:27] [Server thread/ERROR]: [ChatReaction] Could not be resolved because of an SQL Exception: Communications link failure
2144
2145The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server..
2146[09:33:27] [Server thread/WARN]: java.lang.NullPointerException
2147[09:33:27] [Server thread/WARN]: at me.clip.chatreaction.database.MySQL.checkTable(MySQL.java:191)
2148[09:33:27] [Server thread/WARN]: at me.clip.chatreaction.ChatReaction.startDatabase(ChatReaction.java:196)
2149[09:33:27] [Server thread/WARN]: at me.clip.chatreaction.ChatReaction.onEnable(ChatReaction.java:94)
2150[09:33:27] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
2151[09:33:27] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
2152[09:33:27] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
2153[09:33:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
2154[09:33:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
2155[09:33:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:741)
2156[09:33:27] [Server thread/WARN]: at org.bukkit.Bukkit.reload(Bukkit.java:535)
2157[09:33:27] [Server thread/WARN]: at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25)
2158[09:33:27] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
2159[09:33:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641)
2160[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162)
2161[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
2162[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
2163[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
2164[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
2165[09:33:27] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:473)
2166[09:33:27] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:262)
2167[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
2168[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
2169[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
2170[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
2171[09:33:27] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
2172[09:33:27] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
2173[09:33:27] [Server thread/WARN]: [ChatReaction] Could not connect to database! Reaction stats will be disabled!!
2174[09:33:28] [Server thread/INFO]: ---------------------------
2175[09:33:28] [Server thread/INFO]: ChatReaction Updater
2176[09:33:28] [Server thread/INFO]:
2177[09:33:28] [Server thread/INFO]: An update for ChatReaction has been found!
2178[09:33:28] [Server thread/INFO]: ChatReaction 1.7.1
2179[09:33:28] [Server thread/INFO]: You are running 1.6.2
2180[09:33:28] [Server thread/INFO]:
2181[09:33:28] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/chatreaction.3748/
2182[09:33:28] [Server thread/INFO]: ---------------------------
2183[09:33:28] [Server thread/INFO]: [StaffPlus] Enabling StaffPlus v3.2.2
2184[09:33:28] [Server thread/INFO]: API class 'org.inventivetalent.packetlistener.PacketListenerAPI' is not yet initialized. Creating new instance.
2185[09:33:28] [Server thread/INFO]: [ReflectionHelper] Version is v1_8_R3 (10803)
2186[09:33:28] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
2187[09:33:28] [Server thread/INFO]: Injected custom channel handlers.
2188[09:33:28] [Server thread/INFO]: Adding channels for online players...
2189[09:33:28] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mVersion protocol set to 'v1_8_R3'.[m
2190[09:33:28] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mStaff+ has been enabled! Initialization took 157ms.[m
2191[09:33:28] [Server thread/INFO]: [0;32;22m[Staff+] [0;32;1mPlugin created by Shortninja.[m
2192[09:33:28] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
2193[09:33:28] [Server thread/INFO]: [PermissionsEx] Initializing file backend
2194[09:33:28] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
2195[09:33:28] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2196[09:33:28] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
2197[09:33:28] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
2198[09:33:28] [Server thread/INFO]: [CommandWatcher] Enabling CommandWatcher v0.5
2199[09:33:28] [Server thread/INFO]: [ChatCensor] Enabling ChatCensor v1.0
2200[09:33:28] [Server thread/INFO]: [ChatCensor] ChatCensor as been enabled.
2201[09:33:28] [Server thread/INFO]: [CoreSocial] Enabling CoreSocial v1.0
2202[09:33:28] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
2203[09:33:28] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
2204[09:33:28] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
2205[09:33:28] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
2206[09:33:28] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
2207[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
2208[09:33:28] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2209[09:33:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
2210[09:33:28] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
2211[09:33:28] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2212[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
2213[09:33:28] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2214[09:33:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
2215[09:33:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
2216[09:33:28] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2217[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
2218[09:33:28] [Server thread/INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
2219[09:33:28] [Server thread/INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
2220[09:33:28] [Server thread/INFO]: [WorldGuard] (pvp) Lava fire is blocked.
2221[09:33:28] [Server thread/INFO]: [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
2222[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'pvp'
2223[09:33:28] [Server thread/INFO]: [WorldGuard] (controllohacker) TNT ignition is PERMITTED.
2224[09:33:28] [Server thread/INFO]: [WorldGuard] (controllohacker) Lighters are PERMITTED.
2225[09:33:28] [Server thread/INFO]: [WorldGuard] (controllohacker) Lava fire is blocked.
2226[09:33:28] [Server thread/INFO]: [WorldGuard] (controllohacker) Fire spread is UNRESTRICTED.
2227[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'controllohacker'
2228[09:33:28] [Server thread/INFO]: [WorldGuard] (corsa) TNT ignition is PERMITTED.
2229[09:33:28] [Server thread/INFO]: [WorldGuard] (corsa) Lighters are PERMITTED.
2230[09:33:28] [Server thread/INFO]: [WorldGuard] (corsa) Lava fire is blocked.
2231[09:33:28] [Server thread/INFO]: [WorldGuard] (corsa) Fire spread is UNRESTRICTED.
2232[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'corsa'
2233[09:33:28] [Server thread/INFO]: [WorldGuard] (mo) TNT ignition is PERMITTED.
2234[09:33:28] [Server thread/INFO]: [WorldGuard] (mo) Lighters are PERMITTED.
2235[09:33:28] [Server thread/INFO]: [WorldGuard] (mo) Lava fire is blocked.
2236[09:33:28] [Server thread/INFO]: [WorldGuard] (mo) Fire spread is UNRESTRICTED.
2237[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'mo'
2238[09:33:28] [Server thread/INFO]: [WorldGuard] (Parkour) TNT ignition is PERMITTED.
2239[09:33:28] [Server thread/INFO]: [WorldGuard] (Parkour) Lighters are PERMITTED.
2240[09:33:28] [Server thread/INFO]: [WorldGuard] (Parkour) Lava fire is blocked.
2241[09:33:28] [Server thread/INFO]: [WorldGuard] (Parkour) Fire spread is UNRESTRICTED.
2242[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Parkour'
2243[09:33:28] [Server thread/INFO]: [WorldGuard] (scalata) TNT ignition is PERMITTED.
2244[09:33:28] [Server thread/INFO]: [WorldGuard] (scalata) Lighters are PERMITTED.
2245[09:33:28] [Server thread/INFO]: [WorldGuard] (scalata) Lava fire is blocked.
2246[09:33:28] [Server thread/INFO]: [WorldGuard] (scalata) Fire spread is UNRESTRICTED.
2247[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'scalata'
2248[09:33:28] [Server thread/INFO]: [WorldGuard] (PvP1) TNT ignition is PERMITTED.
2249[09:33:28] [Server thread/INFO]: [WorldGuard] (PvP1) Lighters are PERMITTED.
2250[09:33:28] [Server thread/INFO]: [WorldGuard] (PvP1) Lava fire is blocked.
2251[09:33:28] [Server thread/INFO]: [WorldGuard] (PvP1) Fire spread is UNRESTRICTED.
2252[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PvP1'
2253[09:33:28] [Server thread/INFO]: [WorldGuard] (war) TNT ignition is PERMITTED.
2254[09:33:28] [Server thread/INFO]: [WorldGuard] (war) Lighters are PERMITTED.
2255[09:33:28] [Server thread/INFO]: [WorldGuard] (war) Lava fire is blocked.
2256[09:33:28] [Server thread/INFO]: [WorldGuard] (war) Fire spread is UNRESTRICTED.
2257[09:33:28] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'war'
2258[09:33:28] [Server thread/INFO]: [WorldGuard] Loading region data...
2259[09:33:29] [Server thread/INFO]: [CBU] Enabling CommandBlockerUltimate v1.5.2
2260[09:33:29] [Server thread/WARN]: [CBU] It is recommended that you install Yamler, because that allows the config to be a lot more flexible and straightforward to use.
2261[09:33:29] [Server thread/WARN]: [CBU] Using the simplified configuration adapter! When CommandBlockerUltimate updates, new options won't be in your configuration file!
2262[09:33:29] [Server thread/INFO]: [CBU] CommandBlockerUltimate cbu-bootstrap Version 1.5.2 Build 5cc5f51 is licensed under the GNU General Public License Version 2. See the LICENSE file included in its .jar archive for details.
2263[09:33:29] [Server thread/INFO]: [IPWhitelist] Enabling IPWhitelist v1.7
2264[09:33:29] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.8.2
2265[09:33:29] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
2266[09:33:29] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
2267[09:33:29] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
2268[09:33:29] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
2269[09:33:29] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
2270[09:33:29] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v1.11.2
2271[09:33:29] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2272[09:33:29] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v1.11.2
2273[09:33:29] [Server thread/INFO]: [FeatherBoard] Framework version: 2015-01
2274[09:33:29] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw
2275[09:33:29] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.be/
2276[09:33:29] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2277[09:33:29] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
2278[09:33:29] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
2279[09:33:30] [Server thread/INFO]: [FeatherBoard] Hooked into Multiverse!
2280[09:33:30] [Server thread/INFO]: [FeatherBoard] Loaded 1512 of the 1710 placholders
2281[09:33:32] [Thread-34/INFO]: --------------------
2282[09:33:32] [Thread-34/INFO]: [CoreProtect] Version 2.14.2 now available.
2283[09:33:32] [Thread-34/INFO]: [CoreProtect] Download: Type "/co version" in-game.
2284[09:33:32] [Thread-34/INFO]: --------------------
2285[09:33:32] [Thread-34/INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
2286[09:33:32] [Thread-34/INFO]: --------------------
2287[09:33:32] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
2288[09:33:32] [Server thread/INFO]: [FeatherBoard] Loading messages ...
2289[09:33:32] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
2290[09:33:32] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;31;1mERROR: Critical startup error. Please update your plugin!
2291If the error persists after updating, contact Maximvdw through spigot PM[m
2292[09:33:32] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
2293[09:33:32] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0
2294[09:33:32] [Server thread/INFO]: [MenuReport] Enabling MenuReport v8.8.1
2295[09:33:32] [Server thread/INFO]: [0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[m
2296[09:33:32] [Server thread/INFO]: [m
2297[09:33:32] [Server thread/INFO]: [0;36;1mMenuReport by @iFedeFC[m
2298[09:33:32] [Server thread/INFO]: [0;37;1mPlugin: [0;32;1mEnabled[m
2299[09:33:32] [Server thread/INFO]: [m
2300[09:33:32] [Server thread/INFO]: [0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[0;35;1m*[0;37;1m*[m
2301[09:33:32] [Server thread/WARN]: [MenuReport] Could not save data.yml to plugins/MenuReport/data.yml because data.yml already exists.
2302[09:33:32] [Server thread/INFO]: [CrispyAntiCrash] Enabling CrispyAntiCrash v1.2
2303[09:33:32] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.7
2304[09:33:32] [Server thread/INFO]: [ClearLag] Loading modules...
2305[09:33:32] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
2306[09:33:32] [Server thread/INFO]: [ClearLag] Modules have been loaded!
2307[09:33:32] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
2308[09:33:32] [Thread-37/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.8]...
2309[09:33:32] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v3.1.1
2310[09:33:32] [Server thread/INFO]: <<[ DeathMessages ]>> [ Version ]=[ 3.1.1 ] [ Successfully Loaded! ]
2311[09:33:32] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.3.0
2312[09:33:33] [Thread-37/INFO]: [ClearLag] No updates found!
2313[09:33:33] [Server thread/INFO]: [BuycraftX] Validating your server key...
2314[09:33:34] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
2315[09:33:34] [Server thread/INFO]: [BuycraftX] Updating coupon list...
2316[09:33:35] [Server thread/INFO]: [Essentials] Enabling Essentials v2.0.1-b267
2317[09:33:35] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsChat to the same version.
2318[09:33:35] [Server thread/WARN]: [Essentials] ?4Version mismatch! Please update EssentialsSpawn to the same version.
2319[09:33:35] [Server thread/INFO]: Using locale it
2320[09:33:35] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as spawner provider.
2321[09:33:35] [Server thread/INFO]: Using locale it
2322[09:33:35] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global PluginMetrics config.
2323[09:33:35] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
2324[09:33:35] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.2.26
2325[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 1, item not loaded
2326[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 2, item not loaded
2327[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 3, item not loaded
2328[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 4, item not loaded
2329[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 5, item not loaded
2330[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 6, item not loaded
2331[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 7, item not loaded
2332[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 8, item not loaded
2333[09:33:35] [Server thread/WARN]: [ShopGUIPlus] [ShopGUIPlus] Error occurred when loading spawners > 9, item not loaded
2334[09:33:35] [Server thread/INFO]: [ChatProtectionPlus] Enabling ChatProtectionPlus v1.0.1
2335[09:33:35] [Server thread/INFO]: [ChatProtection+] Loading configuration file!
2336[09:33:35] [Server thread/INFO]: [ChatProtection+] is using [Vault] for permissions!
2337[09:33:35] [Server thread/INFO]: [ChatProtection+] Loading messages from messages.properties file!
2338[09:33:35] [Server thread/INFO]: [ChatProtection+] Loading listeners...
2339[09:33:35] [Server thread/INFO]: [ChatProtection+] Player Join/Leave Listener loaded!
2340[09:33:35] [Server thread/INFO]: [ChatProtection+] Chat Listener loaded!
2341[09:33:35] [Server thread/INFO]: [ChatProtection+] Command Listener loaded!
2342[09:33:35] [Server thread/INFO]: [ChatProtection+] Attempting to send statis to MCStats!
2343[09:33:35] [Server thread/INFO]: [ChatProtection+] is now Loaded!
2344[09:33:35] [Server thread/INFO]: [UltimateAnnounce] Enabling UltimateAnnounce v1.3.7
2345[09:33:36] [Server thread/INFO]: [0;34;1mUltimateAnnounce> [0;37;22mI'm working from 1.8.4-1.8.8 [0;37;22mMode.[m
2346[09:33:36] [Server thread/INFO]: [0;34;1mUltimateAnnounce> [0;37;22mHooked into &PlaceholderAPI [0;37;22mfor placeholders.[m
2347[09:33:36] [Server thread/INFO]: [0;32;22m==============================================[m
2348[09:33:36] [Server thread/INFO]: [0;33;1m UltimateAnnounce Updater [m
2349[09:33:36] [Server thread/INFO]: [0;33;1m [m
2350[09:33:36] [Server thread/INFO]: [0;32;1m An update for UltimateAnnounce has been found![m
2351[09:33:36] [Server thread/INFO]: [0;36;1m UltimateAnnounce [0;32;1mv1.5[m
2352[09:33:36] [Server thread/INFO]: [0;36;1m You are running [0;31;1mv1.3.7[m
2353[09:33:36] [Server thread/INFO]: [0;33;1m [m
2354[09:33:36] [Server thread/INFO]: [0;33;1m Download at[0;32;1m http://www.spigotmc.org/resources/ultimateannounce.7459/[m
2355[09:33:36] [Server thread/INFO]: [0;32;22m==============================================[m
2356[09:33:36] [Server thread/INFO]: [CompatNoCheatPlus] Enabling CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88
2357[09:33:36] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): mcMMO(default) / 2.1
2358[09:33:36] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockBreak(default) / 1.1
2359[09:33:36] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): BlockPlace(default) / 1.0
2360[09:33:36] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): InstaBreak(default) / 1.0
2361[09:33:36] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): EntityDamageByEntity(default) / 0.0
2362[09:33:36] [Server thread/INFO]: [cncp] Registered hook(NCPHook might get added later): Interact(default) / 1.0
2363[09:33:36] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookEntityDamageByEntity because fr/neatmonster/nocheatplus/checks/CheckType does not exist.
2364[09:33:36] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.mcmmo.HookmcMMO because fr/neatmonster/nocheatplus/hooks/NCPHook does not exist.
2365[09:33:36] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookInstaBreak because [Lfr/neatmonster/nocheatplus/checks/CheckType; does not exist.
2366[09:33:36] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookBlockPlace because fr/neatmonster/nocheatplus/checks/CheckType does not exist.
2367[09:33:36] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookPlayerInteract because fr/neatmonster/nocheatplus/checks/CheckType does not exist.
2368[09:33:36] [Server thread/ERROR]: [CompatNoCheatPlus] Plugin CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 has failed to register events for class me.asofold.bpl.cncp.hooks.generic.HookBlockBreak because fr/neatmonster/nocheatplus/checks/CheckType does not exist.
2369[09:33:36] [Server thread/ERROR]: [CompatNoCheatPlus] [CompatNoCheatPlus] The NoCheatPlus plugin is not present.
2370[09:33:36] [Server thread/INFO]: [CompatNoCheatPlus] CompatNoCheatPlus v6.6.4-RC-sMD5NET-b88 is enabled. Some hooks might get registered with NoCheatPlus later on.
2371[09:33:36] [Server thread/INFO]: [CrateReloaded] Enabling CrateReloaded v1.3.62
2372[09:33:37] [Server thread/INFO]: [CrateReloaded] Please check Spigotmc.org to get the latest CrateReloaded Version.
2373[09:33:37] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.11
2374[09:33:37] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
2375[09:33:37] [Server thread/WARN]: ?4Versione incorretta! Aggiornare tutti i jar Essentials alla stessa versione.
2376[09:33:37] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
2377[09:33:37] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
2378[09:33:37] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
2379[09:33:37] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
2380[09:33:37] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
2381[09:33:37] [Server thread/INFO]: [skQuery] Out of 163 classes, 160 classes were loaded from SkQuery
2382[09:33:37] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
2383[09:33:37] [Server thread/WARN]: ?4Versione incorretta! Aggiornare tutti i jar Essentials alla stessa versione.
2384[09:33:38] [Server thread/INFO]: [MobStacker] Enabling MobStacker v2.0.0
2385[09:33:38] [Server thread/INFO]: [MobStacker] MobStacker is starting
2386[09:33:38] [Server thread/INFO]: [MobStacker] ------------------------------------------------------------------
2387[09:33:38] [Server thread/INFO]: [MobStacker] WARNING - MobStacker no longer receives updates or support
2388[09:33:38] [Server thread/INFO]: [MobStacker] Please upgrade to MobStacker2 if you wish to use a better plugin
2389[09:33:38] [Server thread/INFO]: [MobStacker] ------------------------------------------------------------------
2390[09:33:38] [Server thread/INFO]: [MobStacker] Connected to metrics
2391[09:33:38] [Server thread/INFO]: [MobStacker] Hooked in to mcMMO successfully!
2392[09:33:38] [Server thread/INFO]: [MobStacker] Successfully hooked in to WorldGuard!
2393[09:33:38] [Server thread/INFO]: [MobStacker] MobStacker has successfully started!
2394[09:33:38] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.6
2395[09:33:38] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
2396[09:33:38] [Server thread/INFO]: [Factions] Enabling Factions v1.6.9.5-U0.1.18-b298
2397[09:33:38] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] === ENABLE START ===
2398[09:33:38] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 39 players
2399[09:33:38] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 26 Factions
2400[09:33:38] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loading board from disk
2401[09:33:38] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Loaded 20772 board locations
2402[09:33:39] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] Economy integration through Vault plugin successful.
2403[09:33:39] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] NOTE: Economy is disabled. You can enable it with the command: f config econEnabled true
2404[09:33:39] [Server thread/INFO]: [Factions v1.6.9.5-U0.1.18-b298] === ENABLE DONE (Took 924ms) ===
2405[09:33:39] [Server thread/INFO]: [Statz] Enabling Statz v1.4.3
2406[09:33:39] [Server thread/INFO]: [Statz debug] [0;33;22mUsing SQLite database![m
2407[09:33:39] [Server thread/INFO]: [Statz debug] [0;33;1m---------------[Statz Dependencies]---------------[m
2408[09:33:39] [Server thread/INFO]: [Statz debug] [0;32;1mSearching dependencies...[m
2409[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mRoyalCommands has not been found![m
2410[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mOnTime has not been found![m
2411[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mAcidIsland has not been found![m
2412[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mStatistics has not been found![m
2413[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mVotifier has not been found![m
2414[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mStats has not been found![m
2415[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mJobs has not been found![m
2416[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mRPGme has not been found![m
2417[09:33:39] [Server thread/INFO]: [Statz debug] [0;32;1mWorldGuard was found and Statz now tracks its data![m
2418[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mASkyBlock has not been found![m
2419[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mUltimateCore has not been found![m
2420[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mFactions has not been found![m
2421[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mafkTerminator has not been found![m
2422[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mNuVotifier has not been found![m
2423[09:33:39] [Server thread/INFO]: [Statz debug] [0;31;1mGriefPrevention has not been found![m
2424[09:33:39] [Server thread/INFO]: [Statz debug] [0;32;1mVault was found and Statz now tracks its data![m
2425[09:33:39] [Server thread/INFO]: [Statz debug] [0;32;1mmcMMO was found and Statz now tracks its data![m
2426[09:33:39] [Server thread/INFO]: [Statz debug] [0;32;1mEssentials was found and Statz now tracks its data![m
2427[09:33:39] [Server thread/INFO]: [Statz debug] [0;33;1m---------------[Statz Dependencies]---------------[m
2428[09:33:39] [Server thread/INFO]: [Statz debug] Loaded libraries and dependencies[m
2429[09:33:39] [Server thread/ERROR]: [Statz] Plugin Statz v1.4.3 has failed to register events for class me.staartvin.statz.listeners.DistanceTravelledToggleGlideListener because org/bukkit/event/entity/EntityToggleGlideEvent does not exist.
2430[09:33:39] [Server thread/INFO]: [Statz] Language file loaded (lang.yml)
2431[09:33:39] [Server thread/INFO]: [Statz] Stats disabled file loaded (disabled-stats.yml)
2432[09:33:39] [Server thread/INFO]: [Statz] Statz v1.4.3 has been enabled!
2433[09:33:39] [Server thread/INFO]: [CombatTagPlus] Enabling CombatTagPlus v1.2.1
2434[09:33:40] [Server thread/INFO]: [Autorank] Enabling Autorank v3.8.5.1
2435[09:33:40] [Server thread/INFO]: [Autorank] Simple config file loaded
2436[09:33:40] [Server thread/INFO]: [Autorank] Advanced config file loaded
2437[09:33:40] [Server thread/INFO]: [Autorank] Settings config file loaded
2438[09:33:40] [Server thread/INFO]: [Autorank] Internal properties file loaded
2439[09:33:40] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
2440[09:33:40] [Server thread/INFO]: [Autorank] Loaded playerdata.
2441[09:33:40] [Server thread/INFO]: [Autorank] Interval check every 1 minutes.
2442[09:33:40] [Server thread/INFO]: [Autorank] Total data file loaded
2443[09:33:40] [Server thread/INFO]: [Autorank] Daily data file loaded
2444[09:33:40] [Server thread/INFO]: [Autorank] Weekly data file loaded
2445[09:33:40] [Server thread/INFO]: [Autorank] Monthly data file loaded
2446[09:33:40] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
2447[09:33:40] [Server thread/INFO]: [Autorank] Using timings of: statz
2448[09:33:40] [Server thread/INFO]: [Autorank] Autorank 3.8.5.1 has been enabled!
2449[09:33:40] [Server thread/INFO]: [FBasics] Enabling FBasics v2.0.0
2450[09:33:40] [Server thread/INFO]: [FBasics] Using Factions v1_6 support.
2451[09:33:40] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
2452[09:33:41] [Server thread/INFO]: JustKnOk: [0;32;1mReload complete.[m
2453[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_players'[m
2454[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_joins'[m
2455[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_deaths'[m
2456[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_items_caught'[m
2457[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_blocks_placed'[m
2458[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_blocks_broken'[m
2459[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_kills_mobs'[m
2460[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_kills_players'[m
2461[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_time_played'[m
2462[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_food_eaten'[m
2463[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_damage_taken'[m
2464[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_times_shorn'[m
2465[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_distance_travelled'[m
2466[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_items_crafted'[m
2467[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_xp_gained'[m
2468[09:33:41] [Craft Scheduler Thread - 15/INFO]: [TitleManager] Searching for updates.
2469[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_votes'[m
2470[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_arrows_shot'[m
2471[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_entered_beds'[m
2472[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_commands_performed'[m
2473[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_times_kicked'[m
2474[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_tools_broken'[m
2475[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_eggs_thrown'[m
2476[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_worlds_changed'[m
2477[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_buckets_filled'[m
2478[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_buckets_emptied'[m
2479[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_items_dropped'[m
2480[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_items_picked_up'[m
2481[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_teleports'[m
2482[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;34;1mLoaded table 'statz_villager_trades'[m
2483[09:33:41] [Server thread/INFO]: [Banknotes] Found economy provider Vault
2484[09:33:41] [Craft Scheduler Thread - 48/INFO]: [FeatherBoard] Loaded '0' players from the database!
2485[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz debug] [0;36;1mStatz is connected to its database![m
2486[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz] ---------- [Applying Database patches] ----------
2487[09:33:41] [Craft Scheduler Thread - 36/INFO]: [Statz] ---------- [0 patches have been applied!] ----------
2488[09:33:41] [Server thread/ERROR]: [Skript] Error while loading plugin hooks
2489[09:33:41] [Server thread/INFO]: [Skript] Loading variables...
2490[09:33:41] [Craft Scheduler Thread - 15/INFO]: [TitleManager] An update was found!
2491[09:33:41] [Server thread/INFO]: [Skript] Loaded 13 variables in 0.0 seconds
2492[09:33:41] [Craft Scheduler Thread - 42/WARN]: Exception in thread "Craft Scheduler Thread - 42"
2493[09:33:41] [Craft Scheduler Thread - 42/WARN]: org.apache.commons.lang.UnhandledException: Plugin PlaceholderAPI v2.8.2 generated an exception while executing task 5514
2494 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
2495 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
2496 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:622)
2497 at java.lang.Thread.run(Thread.java:748)
2498Caused by: java.lang.IllegalArgumentException: Comparison method violates its general contract!
2499 at java.util.TimSort.mergeHi(TimSort.java:868)
2500 at java.util.TimSort.mergeAt(TimSort.java:485)
2501 at java.util.TimSort.mergeForceCollapse(TimSort.java:426)
2502 at java.util.TimSort.sort(TimSort.java:223)
2503 at java.util.TimSort.sort(TimSort.java:173)
2504 at java.util.Arrays.sort(Arrays.java:659)
2505 at java.util.Collections.sort(Collections.java:217)
2506 at me.clip.placeholderapi.expansion.cloud.ExpansionCloudManager$1.run(ExpansionCloudManager.java:319)
2507 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2508 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2509 ... 3 more
2510
2511[09:33:43] [Server thread/ERROR]: [Skript] can't understand this condition: 'player does not have permission' (GUI Control Panel.sk, line 6: if player does not have permission:')
2512[09:33:46] [Server thread/ERROR]: [Skript] can't understand this condition: 'player does not have permission' (warpgui.sk, line 6: if player does not have permission:')
2513[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 9: format slot 0 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2514[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 10: format slot 1 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2515[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 11: format slot 2 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2516[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 12: format slot 3 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2517[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 13: format slot 4 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2518[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 14: format slot 5 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2519[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 15: format slot 6 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2520[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 16: format slot 7 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2521[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 17: format slot 8 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2522[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '279' with e.g. 'diamond axe'. (warpgui.sk, line 19: format slot 11 of player with 279 named "FpsPvP" with lore "Clicca per andare al warp FpsPVP" to close then run [execute player command "ewarp fpspvp"]')
2523[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '322:1' with e.g. 'enchanted golden apple'. (warpgui.sk, line 27: format slot 27 of player with 322:1 named "Vip" with lore "Clicca per andare ai Vip" to close then run [execute player command "ewarp vip"]')
2524[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '49' with e.g. 'obsidian'. (warpgui.sk, line 28: format slot 29 of player with 49 named "Info" with lore "Clicca per informazioni sul fazioni" to close then run [execute player command "ewarp info"]')
2525[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '388' with e.g. 'emerald'. (warpgui.sk, line 29: format slot 31 of player with 388 named "Free" with lore "Clicca per andare al free" to close then run [execute player command "ewarp free"]')
2526[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '347' with e.g. 'clock'. (warpgui.sk, line 30: format slot 33 of player with 347 named "Mods" with lore "Clicca per andare al warp mod" to close then run [execute player command "ewarp mod"]')
2527[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '288' with e.g. 'feather'. (warpgui.sk, line 31: format slot 35 of player with 288 named "Corsa" with lore "Clicca per andare all'evento Corsa" to close then run [execute player command "ewarp corsa"]')
2528[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '65' with e.g. 'ladder'. (warpgui.sk, line 32: format slot 37 of player with 65 named "Parkour" with lore "Clicca per andare all'evento Parkour" to close then run [execute player command "ewarp parkour"]')
2529[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '96' with e.g. 'trapdoor'. (warpgui.sk, line 33: format slot 39 of player with 96 named "Scalata" with lore "Clicca per andare all'evento Scalata" to close then run [execute player command "ewarp scalata"]')
2530[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 35: format slot 45 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2531[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 36: format slot 46 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2532[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 37: format slot 47 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2533[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 38: format slot 48 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2534[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 39: format slot 49 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2535[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 40: format slot 50 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2536[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 41: format slot 51 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2537[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 42: format slot 52 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2538[09:33:46] [Server thread/WARN]: [Skript] Using an ID instead of an alias is discouraged and will likely not be supported in future versions of Skript anymore. Please replace '160:3' with e.g. 'light blue window glass'. (warpgui.sk, line 43: format slot 53 of player with 160:3 named "" with lore "" to close then run [execute player command "rules"]')
2539[09:33:46] [Server thread/INFO]: [Skript] Loaded 6 scripts with a total of 8 triggers and 5 commands in 5.21 seconds
2540[09:33:46] [Server thread/INFO]: [Skript] Finished loading.
2541[09:33:46] [Craft Scheduler Thread - 50/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Checking for the latest version of Skript...[m
2542[09:33:46] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins/PlayerVaults/uuidvaults directory.
2543[09:33:46] [Craft Scheduler Thread - 45/INFO]: [PlayerVaults] We didn't find an update!
2544[09:33:46] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
2545[09:33:46] [Craft Scheduler Thread - 60/INFO]: [Vault] Checking for Updates ...
2546[09:33:46] [Server thread/INFO]: [Autorank] Found Statz plugin: Statz (by Staartvin)
2547[09:33:46] [Server thread/INFO]: [Autorank] Hooked into Statz (by Staartvin)
2548[09:33:46] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
2549[09:33:46] [Server thread/WARN]: [ViaVersion] There is a newer version available: 1.3.0, you're on: 1.2.0
2550[09:33:46] [Server thread/WARN]: handleDisconnection() called twice
2551[09:33:47] [Craft Scheduler Thread - 60/INFO]: [Vault] No new version available
2552[09:33:47] [Server thread/INFO]: [0;30;1m[[0;32;1m+[0;30;1m][0;37;1m JustKnOk[m
2553[09:33:47] [Thread-41/WARN]: [mcMMO] Could not get information about this mcMMO version; perhaps you are running a custom one?
2554[09:33:47] [Server thread/INFO]: CONSOLE issued server command: /balance
2555[09:33:47] [Server thread/INFO]: States the current balance of a player.[m
2556[09:33:47] [Server thread/INFO]: /balance [player][m
2557[09:33:47] [Server thread/INFO]: Comando inesistente. Digita /help per aiuto.[m
2558[09:33:47] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mAn internal error occurred while checking for the latest version of Skript. Please refer to the server log for details.[m
2559[09:33:47] [Skript update thread/ERROR]: #!#!
2560[09:33:47] [Skript update thread/ERROR]: #!#! [Skript] Severe Error:
2561[09:33:47] [Skript update thread/ERROR]: #!#! Unexpected error while checking for a new version of Skript
2562[09:33:47] [Skript update thread/ERROR]: #!#!
2563[09:33:47] [Skript update thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
2564[09:33:47] [Skript update thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
2565[09:33:47] [Skript update thread/ERROR]: #!#! and check whether this error has already been reported.
2566[09:33:47] [Skript update thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
2567[09:33:47] [Skript update thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
2568[09:33:47] [Skript update thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
2569[09:33:47] [Skript update thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
2570[09:33:47] [Skript update thread/ERROR]: #!#!
2571[09:33:47] [Skript update thread/ERROR]: #!#! Stack trace:
2572[09:33:47] [Skript update thread/ERROR]: #!#! javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
2573Message: Premature end of file.
2574[09:33:47] [Skript update thread/ERROR]: #!#! at com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:601)
2575[09:33:47] [Skript update thread/ERROR]: #!#! at com.sun.xml.internal.stream.XMLEventReaderImpl.nextEvent(XMLEventReaderImpl.java:83)
2576[09:33:47] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater.getChangelogs(Updater.java:286)
2577[09:33:47] [Skript update thread/ERROR]: #!#! at ch.njol.skript.Updater$2.run(Updater.java:210)
2578[09:33:47] [Skript update thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
2579[09:33:47] [Skript update thread/ERROR]: #!#!
2580[09:33:47] [Skript update thread/ERROR]: #!#! Version Information:
2581[09:33:47] [Skript update thread/ERROR]: #!#! Skript: 2.2-SNAPSHOT
2582[09:33:47] [Skript update thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
2583[09:33:47] [Skript update thread/ERROR]: #!#! Minecraft: 1.8.8
2584[09:33:47] [Skript update thread/ERROR]: #!#! Java: 1.7.0_151 (OpenJDK 64-Bit Server VM 24.151-b00)
2585[09:33:47] [Skript update thread/ERROR]: #!#! OS: Linux amd64 2.6.32-openvz-042stab120.18-amd64
2586[09:33:47] [Skript update thread/ERROR]: #!#!
2587[09:33:47] [Skript update thread/ERROR]: #!#! Running CraftBukkit: false
2588[09:33:47] [Skript update thread/ERROR]: #!#!
2589[09:33:47] [Skript update thread/ERROR]: #!#! Current node: null
2590[09:33:47] [Skript update thread/ERROR]: #!#! Current item: null
2591[09:33:47] [Skript update thread/ERROR]: #!#!
2592[09:33:47] [Skript update thread/ERROR]: #!#! Thread: Skript update thread
2593[09:33:47] [Skript update thread/ERROR]: #!#!
2594[09:33:47] [Skript update thread/ERROR]: #!#! End of Error.
2595[09:33:47] [Skript update thread/ERROR]: #!#!
2596[09:33:47] [Skript update thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m You're currently running a [3mbeta[m version of Skript, and no new [3mstable[m version is available. Please note that you have to update to newer beta versions manually![m
2597[09:33:47] [Server thread/INFO]: JustKnOk[/151.77.18.178:46920] logged in with entity id 117329 at ([world]-44.5, 80.0, 198.5)
2598[09:33:48] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetching all due players...
2599[09:33:48] [Craft Scheduler Thread - 8/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
2600[09:33:48] [Craft Scheduler Thread - 18/INFO]: [BuycraftX] Fetched due players (0 found).
2601[09:33:48] [Server thread/INFO]: [TrainingPvP] Didn't hook into CombatLog!
2602[09:33:48] [Server thread/INFO]: [TrainingPvP] Loading 4 arena's!
2603[09:33:48] [Server thread/INFO]: [TrainingPvP] Loaded 4 arena's!
2604[09:33:51] [Craft Scheduler Thread - 59/INFO]: [Autorank] Config files have been correctly setup!
2605[09:33:57] [Craft Scheduler Thread - 39/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
2606[09:34:07] [Craft Scheduler Thread - 63/INFO]: [Statz debug] [0;34;1mSave Statz database.[m
2607[09:34:17] [Craft Scheduler Thread - 56/INFO]: [Statz debug] [0;34;1mSave Statz database.[m