· 9 years ago · Nov 13, 2016, 02:20 AM
1[03:17:18] [Server thread/INFO]: Starting minecraft server version 1.8.8
2[03:17:18] [Server thread/INFO]: Loading properties
3[03:17:18] [Server thread/INFO]: Default game type: SURVIVAL
4[03:17:18] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
5[03:17:19] [Server thread/INFO]: Server Ping Player Sample Count: 12
6[03:17:19] [Server thread/INFO]: Using 4 threads for Netty based IO
7[03:17:19] [Server thread/INFO]: Debug logging is disabled
8[03:17:19] [Server thread/INFO]: Generating keypair
9[03:17:19] [Server thread/INFO]: Starting Minecraft server on 149.202.43.172:25565
10[03:17:19] [Server thread/INFO]: Using epoll channel type
11[03:17:20] [Server thread/WARN]: Plugin `iConomy_Recreation v8.0' uses the space-character (0x20) in its name `iConomy Recreation' - this is discouraged
12[03:17:20] [Server thread/ERROR]: Could not load 'plugins/CustomJoinMessageV1.jar' in folder 'plugins'
13org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
14 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:154) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
15 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
16 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
17 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
18 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
19 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
20Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
21 ... 6 more
22[03:17:20] [Server thread/ERROR]: Could not load 'plugins/Clearlag.jar' in folder 'plugins'
23org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
24 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
25 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
26 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
27 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
28 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
29 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
30Caused by: java.util.zip.ZipException: error in opening zip file
31 at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_111]
32 at java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:1.7.0_111]
33 at java.util.zip.ZipFile.<init>(ZipFile.java:145) ~[?:1.7.0_111]
34 at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_111]
35 at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_111]
36 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
37 ... 5 more
38[03:17:20] [Server thread/INFO]: Set PluginClassLoader as parallel capable
39[03:17:21] [Server thread/ERROR]: Could not load 'plugins/cmd_list.jar' in folder 'plugins'
40org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
41 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
42 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
43 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
44 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
45 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
46 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
47 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
48Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
49 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
50 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
51 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
52 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
53 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
54 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
55 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
56 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
57 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
58 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
59 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
60 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
61 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
62 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
63 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
64 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
65 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
66 ... 6 more
67Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
68 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_111]
69 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
70 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
71 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
72 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
73 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
74 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
75 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
76 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
77 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
78 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
79 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
80 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
81 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
82 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
83 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
84 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
85 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
86 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
87 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
88 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
89 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
90 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
91 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
92 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
93 ... 6 more
94[03:17:21] [Server thread/ERROR]: Could not load 'plugins/UniversalPick.jar' in folder 'plugins'
95org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/shadow74/universalpick/UniversalPick : Unsupported major.minor version 52.0
96 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
97 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
98 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
99 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
100 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
101 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
102 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
103Caused by: java.lang.UnsupportedClassVersionError: me/shadow74/universalpick/UniversalPick : Unsupported major.minor version 52.0
104 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
105 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
106 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
107 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
108 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
109 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
110 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
111 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
112 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
113 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
114 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
115 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
116 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
117 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
118 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
119 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
120 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
121 ... 6 more
122[03:17:21] [Server thread/ERROR]: Could not load 'plugins/AdminEssentials.jar' in folder 'plugins'
123org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/synapz/adminessentials/AdminEssentials : Unsupported major.minor version 52.0
124 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
125 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
126 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
127 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
128 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
129 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
130 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
131Caused by: java.lang.UnsupportedClassVersionError: me/synapz/adminessentials/AdminEssentials : Unsupported major.minor version 52.0
132 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
133 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
134 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
135 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
136 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
137 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
138 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
139 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
140 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
141 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
142 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
143 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
144 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
145 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
146 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
147 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
148 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
149 ... 6 more
150[03:17:21] [Server thread/ERROR]: Could not load 'plugins/cmd_send.jar' in folder 'plugins'
151org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
152 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
153 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
154 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
155 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
156 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
157 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
158 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
159Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
160 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
161 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
162 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
163 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
164 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
165 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
166 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
167 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
168 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
169 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
170 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
171 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
172 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
173 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
174 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
175 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
176 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
177 ... 6 more
178Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
179 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_111]
180 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
181 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
182 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
183 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
184 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
185 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
186 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
187 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
188 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
189 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
190 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
191 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
192 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
193 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
194 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
195 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
196 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
197 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
198 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
199 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
200 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
201 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
202 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
203 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
204 ... 6 more
205[03:17:21] [Server thread/ERROR]: Could not load 'plugins/DynmapPlotMe.jar' in folder 'plugins'
206org.bukkit.plugin.UnknownDependencyException: dynmap
207 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
208 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
209 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
210 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
211 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
212[03:17:21] [Server thread/ERROR]: Could not load 'plugins/cmd_alert.jar' in folder 'plugins'
213org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
214 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
215 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
216 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
217 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
218 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
219 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
220 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
221Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
222 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
223 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
224 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
225 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
226 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
227 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
228 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
229 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
230 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
231 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
232 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
233 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
234 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
235 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
236 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
237 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
238 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
239 ... 6 more
240Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
241 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_111]
242 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
243 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
244 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
245 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
246 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
247 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
248 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
249 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
250 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
251 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
252 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
253 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
254 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
255 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
256 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
257 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
258 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
259 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
260 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
261 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
262 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
263 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
264 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
265 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
266 ... 6 more
267[03:17:21] [Server thread/ERROR]: Could not load 'plugins/reconnect_yaml.jar' in folder 'plugins'
268org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
269 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
270 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
271 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
272 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
273 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
274 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
275 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
276Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
277 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
278 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
279 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
280 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
281 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
282 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
283 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
284 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
285 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
286 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
287 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
288 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
289 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
290 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
291 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
292 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
293 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
294 ... 6 more
295Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
296 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_111]
297 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
298 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
299 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
300 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
301 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
302 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
303 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
304 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
305 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
306 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
307 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
308 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
309 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
310 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
311 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
312 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
313 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
314 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
315 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
316 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
317 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
318 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
319 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
320 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
321 ... 6 more
322[03:17:21] [Server thread/ERROR]: Could not load 'plugins/cmd_server.jar' in folder 'plugins'
323org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
324 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
325 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
326 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
327 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
328 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
329 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
330 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
331Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
332 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
333 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
334 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
335 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
336 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
337 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
338 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
339 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
340 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
341 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
342 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
343 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
344 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
345 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
346 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
347 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
348 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
349 ... 6 more
350Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
351 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_111]
352 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
353 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
354 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
355 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
356 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
357 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
358 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
359 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
360 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
361 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
362 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
363 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
364 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
365 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
366 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
367 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
368 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
369 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
370 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
371 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
372 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
373 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
374 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
375 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
376 ... 6 more
377[03:17:21] [Server thread/ERROR]: Could not load 'plugins/BungeeChat-1.2.1.1.jar' in folder 'plugins'
378org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
379 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
380 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
381 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
382 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
383 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
384 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
385 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
386Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
387 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
388 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
389 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
390 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
391 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
392 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
393 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
394 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
395 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
396 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
397 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
398 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
399 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
400 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
401 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
402 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
403 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
404 ... 6 more
405Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
406 at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_111]
407 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
408 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
409 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
410 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
411 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
412 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
413 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
414 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
415 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
416 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
417 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
418 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
419 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
420 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
421 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
422 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
423 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
424 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
425 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
426 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
427 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
428 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
429 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
430 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
431 ... 6 more
432[03:17:22] [Server thread/ERROR]: Could not load 'plugins/CommandSpy.jar' in folder 'plugins'
433org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/phaseprison/commandspy/Main : Unsupported major.minor version 52.0
434 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
435 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
436 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
437 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
438 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
439 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
440 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
441Caused by: java.lang.UnsupportedClassVersionError: com/phaseprison/commandspy/Main : Unsupported major.minor version 52.0
442 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
443 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
444 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
445 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
446 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
447 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
448 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
449 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
450 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
451 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
452 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
453 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
454 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
455 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
456 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
457 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
458 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
459 ... 6 more
460[03:17:22] [Server thread/ERROR]: Could not load 'plugins/antitnt.jar' in folder 'plugins'
461org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/_Joseph_/notnt/notnt : Unsupported major.minor version 52.0
462 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
463 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
464 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
465 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
466 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
467 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
468 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
469Caused by: java.lang.UnsupportedClassVersionError: me/_Joseph_/notnt/notnt : Unsupported major.minor version 52.0
470 at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_111]
471 at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_111]
472 at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_111]
473 at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_111]
474 at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_111]
475 at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_111]
476 at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_111]
477 at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_111]
478 at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_111]
479 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
480 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
481 at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_111]
482 at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_111]
483 at java.lang.Class.forName0(Native Method) ~[?:1.7.0_111]
484 at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_111]
485 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
486 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
487 ... 6 more
488[03:17:24] [Server thread/INFO]: [AsyncWorldEditInjector] Loading AsyncWorldEditInjector v2.3.0
489[03:17:24] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.1.1
490[03:17:24] [Server thread/INFO]: [StaffChat] Loading StaffChat v1.2
491[03:17:24] [Server thread/INFO]: [BukkitHiddenSyntaxBlocker] Loading BukkitHiddenSyntaxBlocker v2.1
492[03:17:24] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
493[03:17:24] [Server thread/INFO]: [KitsPreview] Loading KitsPreview v1.0.3
494[03:17:24] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
495[03:17:24] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v0.9.9
496[03:17:24] [Server thread/INFO]: [ViaVersion] ViaVersion 0.9.9 is now loaded, injecting!
497[03:17:24] [Server thread/INFO]: [PrisonGuard] Loading PrisonGuard v5.0
498[03:17:24] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
499[03:17:25] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.1.0
500[03:17:26] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
501[03:17:26] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
502[03:17:26] [Server thread/INFO]: [JMP] Loading JoinMessagePlus v2.2
503[03:17:26] [Server thread/INFO]: [CustomWelcome] Loading CustomWelcome v1.0
504[03:17:26] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
505[03:17:26] [Server thread/INFO]: [ChatControl] Loading ChatControl v7.0.18
506[03:17:26] [User Authenticator #1/INFO]: UUID of player DrakeVEVO is 6d87acfe-36df-4629-9c11-3457801b2c45
507[03:17:26] [Server thread/INFO]: [BungeeControlBridge] Loading BungeeControlBridge v1.2
508[03:17:26] [Server thread/INFO]: [LiteBans] Loading LiteBans v1.9.17
509[03:17:26] [Server thread/INFO]: [ChatColor] Loading ChatColor v2.1
510[03:17:26] [Server thread/INFO]: [CustomList] Loading CustomList v2.0.7
511[03:17:26] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
512[03:17:26] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.3.4
513[03:17:26] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.2;e38d98d
514[03:17:26] [Server thread/INFO]: [AntiTab] Loading AntiTab v2.3
515[03:17:26] [Server thread/INFO]: [EpicRename] Loading EpicRename v2.6.2
516[03:17:26] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v3.12.0
517[03:17:26] [Server thread/INFO]: [iConomy_Recreation] Loading iConomy_Recreation v8.0
518[03:17:26] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
519[03:17:26] [Server thread/INFO]: [KillRewards] Loading KillRewards v1.0.7
520[03:17:26] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
521[03:17:26] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.7
522[03:17:26] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
523[03:17:26] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
524[03:17:26] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.1
525[03:17:26] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP vTeamCity
526[03:17:26] [Server thread/INFO]: [AsyncWorldEdit] Loading AsyncWorldEdit v2.3.2
527[03:17:26] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
528[03:17:26] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
529[03:17:26] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
530[03:17:26] [Server thread/INFO]: [EZRanksLite] Loading EZRanksLite vv1.6
531[03:17:26] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.5
532[03:17:26] [Server thread/INFO]: [SpecializedCrates] Loading SpecializedCrates v2.8.2.2
533[03:17:26] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.4.6
534[03:17:26] [Server thread/INFO]: [AutoSell] Loading AutoSell v1.6.1
535[03:17:26] [Server thread/INFO]: [MineCrates] Loading MineCrates v2.5
536[03:17:26] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.12
537[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Enabling AsyncWorldEditInjector v2.3.0
538[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Injector platform set to: InjectorBukkit
539[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Injecting WorldEdit classes...
540[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.EditSession injected.
541[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.function.operation.Operations injected.
542[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.SchematicCommands injected.
543[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.ScriptingCommands injected.
544[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Class com.sk89q.worldedit.command.RegionCommands injected.
545[03:17:26] [Server thread/INFO]: [AsyncWorldEditInjector] Enabled
546[03:17:26] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
547[03:17:27] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
548[03:17:27] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
549[03:17:27] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
550[03:17:27] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
551[03:17:27] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
552[03:17:27] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
553[03:17:27] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
554[03:17:27] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
555[03:17:27] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
556[03:17:27] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
557[03:17:27] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.1.0
558[03:17:27] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
559[03:17:27] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
560[03:17:27] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
561[03:17:27] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
562[03:17:27] [Server thread/INFO]: [PlotMe-DefaultGenerator] No old PlotMe configs to import.
563[03:17:27] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
564[03:17:27] [Server thread/INFO]: Preparing level "world"
565[03:17:27] [Server thread/INFO]: -------- World Settings For [world] --------
566[03:17:27] [Server thread/INFO]: Anti X-Ray: true
567[03:17:27] [Server thread/INFO]: Engine Mode: 1
568[03:17:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
569[03:17:27] [Server thread/INFO]: Replace Blocks: [1, 5]
570[03:17:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
571[03:17:27] [Server thread/INFO]: Mob Spawn Range: 4
572[03:17:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
573[03:17:27] [Server thread/INFO]: Cane Growth Modifier: 100%
574[03:17:27] [Server thread/INFO]: Melon Growth Modifier: 100%
575[03:17:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
576[03:17:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
577[03:17:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
578[03:17:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
579[03:17:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
580[03:17:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
581[03:17:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
582[03:17:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
583[03:17:27] [Server thread/INFO]: Random Lighting Updates: false
584[03:17:27] [Server thread/INFO]: Structure Info Saving: true
585[03:17:27] [Server thread/INFO]: Sending up to 10 chunks per packet
586[03:17:27] [Server thread/INFO]: Max Entity Collisions: 8
587[03:17:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
588[03:17:27] [Server thread/INFO]: Max TNT Explosions: 100
589[03:17:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
590[03:17:27] [Server thread/INFO]: Item Despawn Rate: 6000
591[03:17:27] [Server thread/INFO]: Item Merge Radius: 2.5
592[03:17:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
593[03:17:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
594[03:17:27] [Server thread/INFO]: View Distance: 10
595[03:17:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
596[03:17:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
597[03:17:27] [Server thread/INFO]: Clear tick list: false
598[03:17:27] [Server thread/INFO]: Experience Merge Radius: 3.0
599[03:17:28] [Server thread/INFO]: -------- World Settings For [world_nether] --------
600[03:17:28] [Server thread/INFO]: Anti X-Ray: true
601[03:17:28] [Server thread/INFO]: Engine Mode: 1
602[03:17:28] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
603[03:17:28] [Server thread/INFO]: Replace Blocks: [1, 5]
604[03:17:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
605[03:17:28] [Server thread/INFO]: Mob Spawn Range: 4
606[03:17:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
607[03:17:28] [Server thread/INFO]: Cane Growth Modifier: 100%
608[03:17:28] [Server thread/INFO]: Melon Growth Modifier: 100%
609[03:17:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
610[03:17:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
611[03:17:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
612[03:17:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
613[03:17:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
614[03:17:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
615[03:17:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
616[03:17:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
617[03:17:28] [Server thread/INFO]: Random Lighting Updates: false
618[03:17:28] [Server thread/INFO]: Structure Info Saving: true
619[03:17:28] [Server thread/INFO]: Sending up to 10 chunks per packet
620[03:17:28] [Server thread/INFO]: Max Entity Collisions: 8
621[03:17:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
622[03:17:28] [Server thread/INFO]: Max TNT Explosions: 100
623[03:17:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
624[03:17:28] [Server thread/INFO]: Item Despawn Rate: 6000
625[03:17:28] [Server thread/INFO]: Item Merge Radius: 2.5
626[03:17:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
627[03:17:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
628[03:17:28] [Server thread/INFO]: View Distance: 10
629[03:17:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
630[03:17:28] [Server thread/INFO]: Chunks to Grow per Tick: 650
631[03:17:28] [Server thread/INFO]: Clear tick list: false
632[03:17:28] [Server thread/INFO]: Experience Merge Radius: 3.0
633[03:17:28] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
634[03:17:28] [Server thread/INFO]: Anti X-Ray: true
635[03:17:28] [Server thread/INFO]: Engine Mode: 1
636[03:17:28] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
637[03:17:28] [Server thread/INFO]: Replace Blocks: [1, 5]
638[03:17:28] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
639[03:17:28] [Server thread/INFO]: Mob Spawn Range: 4
640[03:17:28] [Server thread/INFO]: Cactus Growth Modifier: 100%
641[03:17:28] [Server thread/INFO]: Cane Growth Modifier: 100%
642[03:17:28] [Server thread/INFO]: Melon Growth Modifier: 100%
643[03:17:28] [Server thread/INFO]: Mushroom Growth Modifier: 100%
644[03:17:28] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
645[03:17:28] [Server thread/INFO]: Sapling Growth Modifier: 100%
646[03:17:28] [Server thread/INFO]: Wheat Growth Modifier: 100%
647[03:17:28] [Server thread/INFO]: NetherWart Growth Modifier: 100%
648[03:17:28] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
649[03:17:28] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
650[03:17:28] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
651[03:17:28] [Server thread/INFO]: Random Lighting Updates: false
652[03:17:28] [Server thread/INFO]: Structure Info Saving: true
653[03:17:28] [Server thread/INFO]: Sending up to 10 chunks per packet
654[03:17:28] [Server thread/INFO]: Max Entity Collisions: 8
655[03:17:28] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
656[03:17:28] [Server thread/INFO]: Max TNT Explosions: 100
657[03:17:28] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
658[03:17:28] [Server thread/INFO]: Item Despawn Rate: 6000
659[03:17:28] [Server thread/INFO]: Item Merge Radius: 2.5
660[03:17:28] [Server thread/INFO]: Arrow Despawn Rate: 1200
661[03:17:28] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
662[03:17:28] [Server thread/INFO]: View Distance: 10
663[03:17:28] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
664[03:17:28] [Server thread/INFO]: Chunks to Grow per Tick: 650
665[03:17:28] [Server thread/INFO]: Clear tick list: false
666[03:17:28] [Server thread/INFO]: Experience Merge Radius: 3.0
667[03:17:28] [Server thread/INFO]: Preparing start region for level 0 (Seed: 9031910120729308153)
668[03:17:29] [Server thread/INFO]: Preparing spawn area: 24%
669[03:17:30] [Server thread/INFO]: Preparing spawn area: 82%
670[03:17:30] [Server thread/INFO]: Preparing start region for level 1 (Seed: 9031910120729308153)
671[03:17:31] [Server thread/INFO]: Preparing spawn area: 97%
672[03:17:31] [Server thread/INFO]: Preparing start region for level 2 (Seed: 9031910120729308153)
673[03:17:31] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.1.1
674[03:17:32] [Server thread/INFO]: [StaffChat] Enabling StaffChat v1.2
675[03:17:32] [Server thread/INFO]: [BukkitHiddenSyntaxBlocker] Enabling BukkitHiddenSyntaxBlocker v2.1
676[03:17:32] [Server thread/INFO]: [KitsPreview] Enabling KitsPreview v1.0.3
677[03:17:32] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v0.9.9
678[03:17:32] [Server thread/INFO]: [PrisonGuard] Enabling PrisonGuard v5.0
679[03:17:32] [Server thread/INFO]: [PrisonGuard] ----------------------------------------------------------------------------
680[03:17:32] [Server thread/INFO]: [PrisonGuard] PrisonGuard is now enabled!
681[03:17:32] [Server thread/INFO]: [PrisonGuard] © 2013 All rights reserved by SN1PER_MODZ
682[03:17:32] [Server thread/INFO]: [PrisonGuard] Join us @ mc.MineTechGaming.com
683[03:17:32] [Server thread/INFO]: [PrisonGuard] ----------------------------------------------------------------------------
684[03:17:32] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
685[03:17:32] [Server thread/INFO]: [AntiWDL] -----------------------------
686[03:17:32] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
687[03:17:32] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
688[03:17:32] [Server thread/INFO]: [AntiWDL] -----------------------------
689[03:17:32] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
690[03:17:33] [Server thread/INFO]: [JMP] Enabling JoinMessagePlus v2.2
691[03:17:33] [Server thread/INFO]: []---- JoinMessagePlus ----[]
692[03:17:33] [Server thread/INFO]: Version: 2.2
693[03:17:33] [Server thread/INFO]: Web: dev.bukkit.org/bukkit-plugins/join-message-plus/
694[03:17:33] [Server thread/INFO]: By AndyCraftz
695[03:17:33] [Server thread/INFO]: [CustomWelcome] Enabling CustomWelcome v1.0
696[03:17:33] [Server thread/INFO]: CustomWelcome version 1.0 is now enabled and welcoming people when they log in!
697[03:17:33] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
698[03:17:35] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
699[03:17:35] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
700[03:17:35] [Server thread/WARN]: [WorldEdit] WorldEdit has detected you are using Java 7 (based on detected version 1.7.0_111).
701[03:17:35] [Server thread/WARN]: [WorldEdit] WorldEdit will stop supporting Java less than version 8 in the future, due to Java 7 being EOL since April 2015. Please update your server to Java 8.
702[03:17:35] [Server thread/INFO]: [ChatControl] Enabling ChatControl v7.0.18
703[03:17:35] [Server thread/INFO]: _____ _ _ _____ _ _ +
704[03:17:35] [Server thread/INFO]: / ____| | | | / ____| | | | |
705[03:17:35] [Server thread/INFO]: | | | |__ __ _| |_| | ___ _ __ | |_ _ __ ___ | |
706[03:17:35] [Server thread/INFO]: | | | '_ \ / _` | __| | / _ \| '_ \| __| '__/ _ \| |
707[03:17:35] [Server thread/INFO]: | |____| | | | (_| | |_| |___| (_) | | | | |_| | | (_) | |
708[03:17:35] [Server thread/INFO]: \_____|_| |_|\__,_|\__|\_____\___/|_| |_|\__|_| \___/|_|
709[03:17:35] [Server thread/INFO]:
710[03:17:35] [Server thread/INFO]: Configuration loads..
711[03:17:35] [Server thread/INFO]:
712[03:17:35] [Server thread/INFO]: Checking compatible plugins..
713[03:17:35] [Server thread/INFO]: Found: Essentials, Multiverse-Core, ProtocolLib, Vault
714[03:17:35] [Server thread/INFO]:
715[03:17:35] [Server thread/INFO]: Rules loads now..
716[03:17:36] [Server thread/INFO]: 66 global, 15 chat, 4 command, 2 packet and one book rule(s) found
717[03:17:36] [Server thread/INFO]:
718[03:17:36] [Server thread/INFO]: Listening starts..
719[03:17:36] [Server thread/INFO]: Chat & rules are watched with normal priority
720[03:17:36] [Server thread/INFO]:
721[03:17:36] [Server thread/INFO]: Ready for action! (took 133 ms)
722[03:17:36] [Server thread/INFO]: ______________________________________________________________
723[03:17:36] [Server thread/INFO]:
724[03:17:36] [Server thread/INFO]: [BungeeControlBridge] Enabling BungeeControlBridge v1.2
725[03:17:36] [Server thread/WARN]: java.lang.Exception: Stack trace
726[03:17:36] [Server thread/WARN]: at java.lang.Thread.dumpStack(Thread.java:1365)
727[03:17:36] [Server thread/WARN]: at me.kangarko.chatbungee.BukkitBridge.onEnable(BukkitBridge.java:10)
728[03:17:36] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
729[03:17:36] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
730[03:17:36] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
731[03:17:36] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
732[03:17:36] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
733[03:17:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
734[03:17:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
735[03:17:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
736[03:17:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
737[03:17:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
738[03:17:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
739[03:17:36] [Server thread/INFO]: *************************************
740[03:17:36] [Server thread/INFO]: THIS PLUGIN IS *ONLY* INTENDED FOR *BUNGEE-COORDS*!
741[03:17:36] [Server thread/INFO]: YOU NEED TO PUT CHATCONTROL PRO TO YOUR BUKKIT SERVER, NOT THIS
742[03:17:36] [Server thread/INFO]: *************************************
743[03:17:36] [Server thread/INFO]:
744[03:17:36] [Server thread/INFO]: YOUR SERVER WILL NOW EXPLODE
745[03:17:36] [Server thread/INFO]:
746[03:17:36] [Server thread/INFO]:
747[03:17:36] [Server thread/INFO]: _.-^^---....,,--
748[03:17:36] [Server thread/INFO]: _-- --_
749[03:17:36] [Server thread/INFO]: < >)
750[03:17:36] [Server thread/INFO]: | |
751[03:17:36] [Server thread/INFO]: \._ _./
752[03:17:36] [Server thread/INFO]: ```--. . , ; .--'''
753[03:17:36] [Server thread/INFO]: | | |
754[03:17:36] [Server thread/INFO]: .-=|| | |=-.
755[03:17:36] [Server thread/INFO]: `-=#$%&%$#=-'
756[03:17:36] [Server thread/INFO]: | ; :|
757[03:17:36] [Server thread/INFO]: _____.,-#%&$@%#&#~,._____
758[03:17:36] [Server thread/INFO]:
759[03:17:36] [Server thread/INFO]: Explosion reported to SpigotMC.org!
760[03:17:36] [Server thread/INFO]:
761[03:17:36] [Server thread/INFO]: </joke end>
762[03:17:36] [Server thread/INFO]: [BungeeControlBridge] Disabling BungeeControlBridge v1.2
763[03:17:36] [Server thread/INFO]: [LiteBans] Enabling LiteBans v1.9.17
764[03:17:36] [Server thread/INFO]: [LiteBans] Loading SQL driver: sqlite (org.sqlite.JDBC)
765[03:17:36] [Server thread/INFO]: [LiteBans] Connected to [jdbc:sqlite:///home/minecraft/multicraft/servers/server18/plugins/LiteBans/litebans.sqlite] (206.3 ms).
766[03:17:36] [Server thread/INFO]: [LiteBans] Database connection fully initialized (209.6 ms).
767[03:17:36] [Server thread/INFO]: [LiteBans] v1.9.17 enabled. Startup took 362 ms.
768[03:17:36] [Server thread/INFO]: [ChatColor] Enabling ChatColor v2.1
769[03:17:36] [Server thread/INFO]: [CustomList] Enabling CustomList v2.0.7
770[03:17:36] [Server thread/INFO]: Data sent to Metrics successfully.
771[03:17:36] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
772[03:17:36] [Server thread/INFO]: [PermissionsEx] Initializing file backend
773[03:17:36] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
774[03:17:37] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
775[03:17:37] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
776[03:17:37] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
777[03:17:37] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.3.4
778[03:17:37] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* MyCommand *-=-=-=-=-=-=-=-=-=-=-*
779[03:17:37] [Server thread/INFO]: | You are using an not fully supported server version. (v1_8_R3)
780[03:17:37] [Server thread/INFO]: | Vault : Ok. Hooked on Vault 1.5.6-b49
781[03:17:37] [Server thread/INFO]: | Command file(s) found : 1
782[03:17:37] [Server thread/INFO]: | Config : Ready.
783[03:17:37] [Server thread/INFO]: | PlaceholderAPI: Not Found
784[03:17:37] [Thread-10/WARN]: [PermissionsEx] The updater could not find any files for the project id 31279
785[03:17:37] [Server thread/INFO]: | Custom commands loaded : 38
786[03:17:37] [Server thread/INFO]: | Version: 5.3.4
787[03:17:37] [Server thread/INFO]: | Author : emmerrei a.k.a Ivanpro
788[03:17:38] [Server thread/INFO]: | You are running the latest version of MyCommand.
789[03:17:38] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
790[03:17:38] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.2;e38d98d
791[03:17:38] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
792[03:17:38] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
793[03:17:38] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
794[03:17:38] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
795[03:17:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
796[03:17:38] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
797[03:17:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
798[03:17:38] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
799[03:17:38] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
800[03:17:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
801[03:17:38] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
802[03:17:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
803[03:17:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
804[03:17:38] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
805[03:17:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
806[03:17:38] [Server thread/INFO]: [WorldGuard] Loading region data...
807[03:17:39] [Server thread/INFO]: [AntiTab] Enabling AntiTab v2.3
808[03:17:39] [Server thread/INFO]: [EpicRename] Enabling EpicRename v2.6.2
809[03:17:39] [Server thread/INFO]: [EpicRename] This plugin is made by Justin Brubaker.
810[03:17:39] [Server thread/INFO]: [EpicRename] This plugin sends anonymous stats to mcstats.org.
811[03:17:39] [Server thread/INFO]: [EpicRename] To disable change opt-out in the config to true.
812[03:17:39] [Server thread/INFO]: [EpicRename] EpicRename version 2.6.2 is Copyright (C) 2016 Justin Brubaker
813[03:17:39] [Server thread/INFO]: [EpicRename] See LICENSE infomation here: http://tinyurl.com/epicrename1
814[03:17:39] [Server thread/INFO]: [EpicRename] No Update Found.
815[03:17:39] [Server thread/INFO]: [EpicRename] Prefix has been set to the one in the config.
816[03:17:39] [Server thread/INFO]: [EpicRename] Version: 2.6.2 Has Been Enabled.
817[03:17:39] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v3.12.0
818[03:17:39] [Server thread/INFO]: [FeatherBoard] Cracked by cm@BlackSpigotMC(Version:3.12.0)
819[03:17:39] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
820[03:17:39] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v3.12.0
821[03:17:39] [Server thread/INFO]: [FeatherBoard] Framework version: 2016-08
822[03:17:39] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
823[03:17:39] [Server thread/INFO]: [FeatherBoard] Site: http://www.mvdw-software.com/
824[03:17:39] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
825[03:17:39] [Server thread/WARN]: [FeatherBoard] 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.
826[03:17:39] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
827[03:17:39] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
828[03:17:41] [Server thread/INFO]: [FeatherBoard] Loaded 1979 of the 4732 placholders
829[03:17:41] [Server thread/INFO]: [FeatherBoard] Loading Event hooks ...
830[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
831[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
832[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
833[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
834[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
835[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
836[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
837[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
838[03:17:42] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
839[03:17:42] [Server thread/INFO]: [FeatherBoard] Lines: 2
840[03:17:42] [Server thread/INFO]: [FeatherBoard] Arguments: 1
841[03:17:42] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
842[03:17:42] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'combat-scoreboard-example' ...
843[03:17:42] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'mcmmo-levelup' ...
844[03:17:42] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'towny-town-example' ...
845[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading messages ...
846[03:17:42] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
847[03:17:42] [Server thread/INFO]: [FeatherBoard] Your version is up to date!
848[03:17:43] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
849[03:17:43] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
850[03:17:43] [Server thread/INFO]: [iConomy_Recreation] Enabling iConomy_Recreation v8.0
851[03:17:43] [Server thread/INFO]: [iConomy_Recreation - April Fools] Enabled (55 ms)
852[03:17:43] [Server thread/INFO]: [iConomy_Recreation] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
853[03:17:43] [Server thread/INFO]: [Vault][Economy] iConomy 8 hooked.
854[03:17:43] [Thread-13/INFO]: [iConomy_Recreation - April Fools] Purged accounts with default balance.
855[03:17:43] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
856[03:17:43] [Server thread/INFO]: Bukkit version format changed. Version not checked.
857[03:17:43] [Server thread/INFO]: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
858[03:17:43] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
859[03:17:43] [Server thread/INFO]: Using locale en_US
860[03:17:43] [Server thread/INFO]: Using locale en_US
861[03:17:44] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
862[03:17:44] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
863[03:17:44] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 8 version: 1.5.6-b49)
864[03:17:44] [Server thread/INFO]: [KillRewards] Enabling KillRewards v1.0.7
865[03:17:44] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
866[03:17:44] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
867[03:17:44] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
868[03:17:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 9031910120729308153
869[03:17:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 9031910120729308153
870[03:17:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 9031910120729308153
871[03:17:44] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'JellyIsBae' - Env: NORMAL - Type: FLAT & seed: 0
872[03:17:44] [Server thread/INFO]: -------- World Settings For [JellyIsBae] --------
873[03:17:44] [Server thread/INFO]: Anti X-Ray: true
874[03:17:44] [Server thread/INFO]: Engine Mode: 1
875[03:17:44] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
876[03:17:44] [Server thread/INFO]: Replace Blocks: [1, 5]
877[03:17:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
878[03:17:44] [Server thread/INFO]: Mob Spawn Range: 4
879[03:17:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
880[03:17:44] [Server thread/INFO]: Cane Growth Modifier: 100%
881[03:17:44] [Server thread/INFO]: Melon Growth Modifier: 100%
882[03:17:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
883[03:17:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
884[03:17:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
885[03:17:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
886[03:17:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
887[03:17:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
888[03:17:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
889[03:17:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
890[03:17:44] [Server thread/INFO]: Random Lighting Updates: false
891[03:17:44] [Server thread/INFO]: Structure Info Saving: true
892[03:17:44] [Server thread/INFO]: Sending up to 10 chunks per packet
893[03:17:44] [Server thread/INFO]: Max Entity Collisions: 8
894[03:17:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
895[03:17:44] [Server thread/INFO]: Max TNT Explosions: 100
896[03:17:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
897[03:17:44] [Server thread/INFO]: Item Despawn Rate: 6000
898[03:17:44] [Server thread/INFO]: Item Merge Radius: 2.5
899[03:17:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
900[03:17:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
901[03:17:44] [Server thread/INFO]: View Distance: 10
902[03:17:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
903[03:17:44] [Server thread/INFO]: Chunks to Grow per Tick: 650
904[03:17:44] [Server thread/INFO]: Clear tick list: false
905[03:17:44] [Server thread/INFO]: Experience Merge Radius: 3.0
906[03:17:44] [Server thread/INFO]: Preparing start region for level 3 (Seed: 0)
907[03:17:45] [Server thread/INFO]: [WorldGuard] (JellyIsBae) TNT ignition is PERMITTED.
908[03:17:45] [Server thread/INFO]: [WorldGuard] (JellyIsBae) Lighters are PERMITTED.
909[03:17:45] [Server thread/INFO]: [WorldGuard] (JellyIsBae) Lava fire is blocked.
910[03:17:45] [Server thread/INFO]: [WorldGuard] (JellyIsBae) Fire spread is UNRESTRICTED.
911[03:17:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'JellyIsBae'
912[03:17:45] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'EMine' - Env: NORMAL - Type: FLAT & seed: 0
913[03:17:45] [Server thread/INFO]: -------- World Settings For [EMine] --------
914[03:17:45] [Server thread/INFO]: Anti X-Ray: true
915[03:17:45] [Server thread/INFO]: Engine Mode: 1
916[03:17:45] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
917[03:17:45] [Server thread/INFO]: Replace Blocks: [1, 5]
918[03:17:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
919[03:17:45] [Server thread/INFO]: Mob Spawn Range: 4
920[03:17:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
921[03:17:45] [Server thread/INFO]: Cane Growth Modifier: 100%
922[03:17:45] [Server thread/INFO]: Melon Growth Modifier: 100%
923[03:17:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
924[03:17:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
925[03:17:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
926[03:17:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
927[03:17:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
928[03:17:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
929[03:17:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
930[03:17:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
931[03:17:45] [Server thread/INFO]: Random Lighting Updates: false
932[03:17:45] [Server thread/INFO]: Structure Info Saving: true
933[03:17:45] [Server thread/INFO]: Sending up to 10 chunks per packet
934[03:17:45] [Server thread/INFO]: Max Entity Collisions: 8
935[03:17:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
936[03:17:45] [Server thread/INFO]: Max TNT Explosions: 100
937[03:17:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
938[03:17:45] [Server thread/INFO]: Item Despawn Rate: 6000
939[03:17:45] [Server thread/INFO]: Item Merge Radius: 2.5
940[03:17:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
941[03:17:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
942[03:17:45] [Server thread/INFO]: View Distance: 10
943[03:17:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
944[03:17:45] [Server thread/INFO]: Chunks to Grow per Tick: 650
945[03:17:45] [Server thread/INFO]: Clear tick list: false
946[03:17:45] [Server thread/INFO]: Experience Merge Radius: 3.0
947[03:17:45] [Server thread/INFO]: Preparing start region for level 4 (Seed: 0)
948[03:17:46] [Server thread/INFO]: [WorldGuard] (EMine) TNT ignition is PERMITTED.
949[03:17:46] [Server thread/INFO]: [WorldGuard] (EMine) Lighters are PERMITTED.
950[03:17:46] [Server thread/INFO]: [WorldGuard] (EMine) Lava fire is blocked.
951[03:17:46] [Server thread/INFO]: [WorldGuard] (EMine) Fire spread is UNRESTRICTED.
952[03:17:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'EMine'
953[03:17:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'FMine' - Env: NORMAL - Type: FLAT & seed: 0
954[03:17:46] [Server thread/INFO]: -------- World Settings For [FMine] --------
955[03:17:46] [Server thread/INFO]: Anti X-Ray: true
956[03:17:46] [Server thread/INFO]: Engine Mode: 1
957[03:17:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
958[03:17:46] [Server thread/INFO]: Replace Blocks: [1, 5]
959[03:17:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
960[03:17:46] [Server thread/INFO]: Mob Spawn Range: 4
961[03:17:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
962[03:17:46] [Server thread/INFO]: Cane Growth Modifier: 100%
963[03:17:46] [Server thread/INFO]: Melon Growth Modifier: 100%
964[03:17:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
965[03:17:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
966[03:17:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
967[03:17:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
968[03:17:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
969[03:17:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
970[03:17:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
971[03:17:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
972[03:17:46] [Server thread/INFO]: Random Lighting Updates: false
973[03:17:46] [Server thread/INFO]: Structure Info Saving: true
974[03:17:46] [Server thread/INFO]: Sending up to 10 chunks per packet
975[03:17:46] [Server thread/INFO]: Max Entity Collisions: 8
976[03:17:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
977[03:17:46] [Server thread/INFO]: Max TNT Explosions: 100
978[03:17:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
979[03:17:46] [Server thread/INFO]: Item Despawn Rate: 6000
980[03:17:46] [Server thread/INFO]: Item Merge Radius: 2.5
981[03:17:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
982[03:17:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
983[03:17:46] [Server thread/INFO]: View Distance: 10
984[03:17:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
985[03:17:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
986[03:17:46] [Server thread/INFO]: Clear tick list: false
987[03:17:46] [Server thread/INFO]: Experience Merge Radius: 3.0
988[03:17:46] [Server thread/INFO]: Preparing start region for level 5 (Seed: 0)
989[03:17:46] [Server thread/INFO]: [WorldGuard] (FMine) TNT ignition is PERMITTED.
990[03:17:46] [Server thread/INFO]: [WorldGuard] (FMine) Lighters are PERMITTED.
991[03:17:46] [Server thread/INFO]: [WorldGuard] (FMine) Lava fire is blocked.
992[03:17:46] [Server thread/INFO]: [WorldGuard] (FMine) Fire spread is UNRESTRICTED.
993[03:17:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FMine'
994[03:17:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'GMine' - Env: NORMAL - Type: FLAT & seed: 0
995[03:17:46] [Server thread/INFO]: -------- World Settings For [GMine] --------
996[03:17:46] [Server thread/INFO]: Anti X-Ray: true
997[03:17:46] [Server thread/INFO]: Engine Mode: 1
998[03:17:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
999[03:17:46] [Server thread/INFO]: Replace Blocks: [1, 5]
1000[03:17:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1001[03:17:46] [Server thread/INFO]: Mob Spawn Range: 4
1002[03:17:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
1003[03:17:46] [Server thread/INFO]: Cane Growth Modifier: 100%
1004[03:17:46] [Server thread/INFO]: Melon Growth Modifier: 100%
1005[03:17:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1006[03:17:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1007[03:17:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
1008[03:17:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
1009[03:17:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1010[03:17:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1011[03:17:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1012[03:17:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1013[03:17:46] [Server thread/INFO]: Random Lighting Updates: false
1014[03:17:46] [Server thread/INFO]: Structure Info Saving: true
1015[03:17:46] [Server thread/INFO]: Sending up to 10 chunks per packet
1016[03:17:46] [Server thread/INFO]: Max Entity Collisions: 8
1017[03:17:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1018[03:17:46] [Server thread/INFO]: Max TNT Explosions: 100
1019[03:17:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1020[03:17:46] [Server thread/INFO]: Item Despawn Rate: 6000
1021[03:17:46] [Server thread/INFO]: Item Merge Radius: 2.5
1022[03:17:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
1023[03:17:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1024[03:17:46] [Server thread/INFO]: View Distance: 10
1025[03:17:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1026[03:17:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
1027[03:17:46] [Server thread/INFO]: Clear tick list: false
1028[03:17:46] [Server thread/INFO]: Experience Merge Radius: 3.0
1029[03:17:46] [Server thread/INFO]: Preparing start region for level 6 (Seed: 0)
1030[03:17:47] [Server thread/INFO]: [WorldGuard] (GMine) TNT ignition is PERMITTED.
1031[03:17:47] [Server thread/INFO]: [WorldGuard] (GMine) Lighters are PERMITTED.
1032[03:17:47] [Server thread/INFO]: [WorldGuard] (GMine) Lava fire is blocked.
1033[03:17:47] [Server thread/INFO]: [WorldGuard] (GMine) Fire spread is UNRESTRICTED.
1034[03:17:47] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'GMine'
1035[03:17:47] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'HMine' - Env: NORMAL - Type: FLAT & seed: 0
1036[03:17:47] [Server thread/INFO]: -------- World Settings For [HMine] --------
1037[03:17:47] [Server thread/INFO]: Anti X-Ray: true
1038[03:17:47] [Server thread/INFO]: Engine Mode: 1
1039[03:17:47] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1040[03:17:47] [Server thread/INFO]: Replace Blocks: [1, 5]
1041[03:17:47] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1042[03:17:47] [Server thread/INFO]: Mob Spawn Range: 4
1043[03:17:47] [Server thread/INFO]: Cactus Growth Modifier: 100%
1044[03:17:47] [Server thread/INFO]: Cane Growth Modifier: 100%
1045[03:17:47] [Server thread/INFO]: Melon Growth Modifier: 100%
1046[03:17:47] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1047[03:17:47] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1048[03:17:47] [Server thread/INFO]: Sapling Growth Modifier: 100%
1049[03:17:47] [Server thread/INFO]: Wheat Growth Modifier: 100%
1050[03:17:47] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1051[03:17:47] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1052[03:17:47] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1053[03:17:47] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1054[03:17:47] [Server thread/INFO]: Random Lighting Updates: false
1055[03:17:47] [Server thread/INFO]: Structure Info Saving: true
1056[03:17:47] [Server thread/INFO]: Sending up to 10 chunks per packet
1057[03:17:47] [Server thread/INFO]: Max Entity Collisions: 8
1058[03:17:47] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1059[03:17:47] [Server thread/INFO]: Max TNT Explosions: 100
1060[03:17:47] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1061[03:17:47] [Server thread/INFO]: Item Despawn Rate: 6000
1062[03:17:47] [Server thread/INFO]: Item Merge Radius: 2.5
1063[03:17:47] [Server thread/INFO]: Arrow Despawn Rate: 1200
1064[03:17:47] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1065[03:17:47] [Server thread/INFO]: View Distance: 10
1066[03:17:47] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1067[03:17:47] [Server thread/INFO]: Chunks to Grow per Tick: 650
1068[03:17:47] [Server thread/INFO]: Clear tick list: false
1069[03:17:47] [Server thread/INFO]: Experience Merge Radius: 3.0
1070[03:17:47] [Server thread/INFO]: Preparing start region for level 7 (Seed: 0)
1071[03:17:48] [Server thread/INFO]: [WorldGuard] (HMine) TNT ignition is PERMITTED.
1072[03:17:48] [Server thread/INFO]: [WorldGuard] (HMine) Lighters are PERMITTED.
1073[03:17:48] [Server thread/INFO]: [WorldGuard] (HMine) Lava fire is blocked.
1074[03:17:48] [Server thread/INFO]: [WorldGuard] (HMine) Fire spread is UNRESTRICTED.
1075[03:17:48] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'HMine'
1076[03:17:48] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'IMine' - Env: NORMAL - Type: FLAT & seed: 0
1077[03:17:48] [Server thread/INFO]: -------- World Settings For [IMine] --------
1078[03:17:48] [Server thread/INFO]: Anti X-Ray: true
1079[03:17:48] [Server thread/INFO]: Engine Mode: 1
1080[03:17:48] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1081[03:17:48] [Server thread/INFO]: Replace Blocks: [1, 5]
1082[03:17:48] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1083[03:17:48] [Server thread/INFO]: Mob Spawn Range: 4
1084[03:17:48] [Server thread/INFO]: Cactus Growth Modifier: 100%
1085[03:17:48] [Server thread/INFO]: Cane Growth Modifier: 100%
1086[03:17:48] [Server thread/INFO]: Melon Growth Modifier: 100%
1087[03:17:48] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1088[03:17:48] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1089[03:17:48] [Server thread/INFO]: Sapling Growth Modifier: 100%
1090[03:17:48] [Server thread/INFO]: Wheat Growth Modifier: 100%
1091[03:17:48] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1092[03:17:48] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1093[03:17:48] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1094[03:17:48] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1095[03:17:48] [Server thread/INFO]: Random Lighting Updates: false
1096[03:17:48] [Server thread/INFO]: Structure Info Saving: true
1097[03:17:48] [Server thread/INFO]: Sending up to 10 chunks per packet
1098[03:17:48] [Server thread/INFO]: Max Entity Collisions: 8
1099[03:17:48] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1100[03:17:48] [Server thread/INFO]: Max TNT Explosions: 100
1101[03:17:48] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1102[03:17:48] [Server thread/INFO]: Item Despawn Rate: 6000
1103[03:17:48] [Server thread/INFO]: Item Merge Radius: 2.5
1104[03:17:48] [Server thread/INFO]: Arrow Despawn Rate: 1200
1105[03:17:48] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1106[03:17:48] [Server thread/INFO]: View Distance: 10
1107[03:17:48] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1108[03:17:48] [Server thread/INFO]: Chunks to Grow per Tick: 650
1109[03:17:48] [Server thread/INFO]: Clear tick list: false
1110[03:17:48] [Server thread/INFO]: Experience Merge Radius: 3.0
1111[03:17:48] [Server thread/INFO]: Preparing start region for level 8 (Seed: 0)
1112[03:17:49] [Server thread/INFO]: Preparing spawn area for IMine, 85%
1113[03:17:49] [Server thread/INFO]: [WorldGuard] (IMine) TNT ignition is PERMITTED.
1114[03:17:49] [Server thread/INFO]: [WorldGuard] (IMine) Lighters are PERMITTED.
1115[03:17:49] [Server thread/INFO]: [WorldGuard] (IMine) Lava fire is blocked.
1116[03:17:49] [Server thread/INFO]: [WorldGuard] (IMine) Fire spread is UNRESTRICTED.
1117[03:17:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IMine'
1118[03:17:49] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'JMine' - Env: NORMAL - Type: FLAT & seed: 0
1119[03:17:49] [Server thread/INFO]: -------- World Settings For [JMine] --------
1120[03:17:49] [Server thread/INFO]: Anti X-Ray: true
1121[03:17:49] [Server thread/INFO]: Engine Mode: 1
1122[03:17:49] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1123[03:17:49] [Server thread/INFO]: Replace Blocks: [1, 5]
1124[03:17:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1125[03:17:49] [Server thread/INFO]: Mob Spawn Range: 4
1126[03:17:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
1127[03:17:49] [Server thread/INFO]: Cane Growth Modifier: 100%
1128[03:17:49] [Server thread/INFO]: Melon Growth Modifier: 100%
1129[03:17:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1130[03:17:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1131[03:17:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
1132[03:17:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
1133[03:17:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1134[03:17:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1135[03:17:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1136[03:17:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1137[03:17:49] [Server thread/INFO]: Random Lighting Updates: false
1138[03:17:49] [Server thread/INFO]: Structure Info Saving: true
1139[03:17:49] [Server thread/INFO]: Sending up to 10 chunks per packet
1140[03:17:49] [Server thread/INFO]: Max Entity Collisions: 8
1141[03:17:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1142[03:17:49] [Server thread/INFO]: Max TNT Explosions: 100
1143[03:17:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1144[03:17:49] [Server thread/INFO]: Item Despawn Rate: 6000
1145[03:17:49] [Server thread/INFO]: Item Merge Radius: 2.5
1146[03:17:49] [Server thread/INFO]: Arrow Despawn Rate: 1200
1147[03:17:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1148[03:17:49] [Server thread/INFO]: View Distance: 10
1149[03:17:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1150[03:17:49] [Server thread/INFO]: Chunks to Grow per Tick: 650
1151[03:17:49] [Server thread/INFO]: Clear tick list: false
1152[03:17:49] [Server thread/INFO]: Experience Merge Radius: 3.0
1153[03:17:49] [Server thread/INFO]: Preparing start region for level 9 (Seed: 0)
1154[03:17:50] [Server thread/INFO]: [WorldGuard] (JMine) TNT ignition is PERMITTED.
1155[03:17:50] [Server thread/INFO]: [WorldGuard] (JMine) Lighters are PERMITTED.
1156[03:17:50] [Server thread/INFO]: [WorldGuard] (JMine) Lava fire is blocked.
1157[03:17:50] [Server thread/INFO]: [WorldGuard] (JMine) Fire spread is UNRESTRICTED.
1158[03:17:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'JMine'
1159[03:17:50] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'KMine' - Env: NORMAL - Type: FLAT & seed: 0
1160[03:17:50] [Server thread/INFO]: -------- World Settings For [KMine] --------
1161[03:17:50] [Server thread/INFO]: Anti X-Ray: true
1162[03:17:50] [Server thread/INFO]: Engine Mode: 1
1163[03:17:50] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1164[03:17:50] [Server thread/INFO]: Replace Blocks: [1, 5]
1165[03:17:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1166[03:17:50] [Server thread/INFO]: Mob Spawn Range: 4
1167[03:17:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
1168[03:17:50] [Server thread/INFO]: Cane Growth Modifier: 100%
1169[03:17:50] [Server thread/INFO]: Melon Growth Modifier: 100%
1170[03:17:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1171[03:17:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1172[03:17:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
1173[03:17:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
1174[03:17:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1175[03:17:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1176[03:17:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1177[03:17:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1178[03:17:50] [Server thread/INFO]: Random Lighting Updates: false
1179[03:17:50] [Server thread/INFO]: Structure Info Saving: true
1180[03:17:50] [Server thread/INFO]: Sending up to 10 chunks per packet
1181[03:17:50] [Server thread/INFO]: Max Entity Collisions: 8
1182[03:17:50] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1183[03:17:50] [Server thread/INFO]: Max TNT Explosions: 100
1184[03:17:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1185[03:17:50] [Server thread/INFO]: Item Despawn Rate: 6000
1186[03:17:50] [Server thread/INFO]: Item Merge Radius: 2.5
1187[03:17:50] [Server thread/INFO]: Arrow Despawn Rate: 1200
1188[03:17:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1189[03:17:50] [Server thread/INFO]: View Distance: 10
1190[03:17:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1191[03:17:50] [Server thread/INFO]: Chunks to Grow per Tick: 650
1192[03:17:50] [Server thread/INFO]: Clear tick list: false
1193[03:17:50] [Server thread/INFO]: Experience Merge Radius: 3.0
1194[03:17:50] [Server thread/INFO]: Preparing start region for level 10 (Seed: 0)
1195[03:17:51] [Server thread/INFO]: [WorldGuard] (KMine) TNT ignition is PERMITTED.
1196[03:17:51] [Server thread/INFO]: [WorldGuard] (KMine) Lighters are PERMITTED.
1197[03:17:51] [Server thread/INFO]: [WorldGuard] (KMine) Lava fire is blocked.
1198[03:17:51] [Server thread/INFO]: [WorldGuard] (KMine) Fire spread is UNRESTRICTED.
1199[03:17:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'KMine'
1200[03:17:51] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'LMine' - Env: NORMAL - Type: FLAT & seed: 0
1201[03:17:51] [Server thread/INFO]: -------- World Settings For [LMine] --------
1202[03:17:51] [Server thread/INFO]: Anti X-Ray: true
1203[03:17:51] [Server thread/INFO]: Engine Mode: 1
1204[03:17:51] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1205[03:17:51] [Server thread/INFO]: Replace Blocks: [1, 5]
1206[03:17:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1207[03:17:51] [Server thread/INFO]: Mob Spawn Range: 4
1208[03:17:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
1209[03:17:51] [Server thread/INFO]: Cane Growth Modifier: 100%
1210[03:17:51] [Server thread/INFO]: Melon Growth Modifier: 100%
1211[03:17:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1212[03:17:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1213[03:17:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
1214[03:17:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
1215[03:17:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1216[03:17:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1217[03:17:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1218[03:17:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1219[03:17:51] [Server thread/INFO]: Random Lighting Updates: false
1220[03:17:51] [Server thread/INFO]: Structure Info Saving: true
1221[03:17:51] [Server thread/INFO]: Sending up to 10 chunks per packet
1222[03:17:51] [Server thread/INFO]: Max Entity Collisions: 8
1223[03:17:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1224[03:17:51] [Server thread/INFO]: Max TNT Explosions: 100
1225[03:17:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1226[03:17:51] [Server thread/INFO]: Item Despawn Rate: 6000
1227[03:17:51] [Server thread/INFO]: Item Merge Radius: 2.5
1228[03:17:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
1229[03:17:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1230[03:17:51] [Server thread/INFO]: View Distance: 10
1231[03:17:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1232[03:17:51] [Server thread/INFO]: Chunks to Grow per Tick: 650
1233[03:17:51] [Server thread/INFO]: Clear tick list: false
1234[03:17:51] [Server thread/INFO]: Experience Merge Radius: 3.0
1235[03:17:51] [Server thread/INFO]: Preparing start region for level 11 (Seed: 0)
1236[03:17:51] [Server thread/INFO]: [WorldGuard] (LMine) TNT ignition is PERMITTED.
1237[03:17:51] [Server thread/INFO]: [WorldGuard] (LMine) Lighters are PERMITTED.
1238[03:17:51] [Server thread/INFO]: [WorldGuard] (LMine) Lava fire is blocked.
1239[03:17:51] [Server thread/INFO]: [WorldGuard] (LMine) Fire spread is UNRESTRICTED.
1240[03:17:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'LMine'
1241[03:17:51] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'MMine' - Env: NORMAL - Type: FLAT & seed: 0
1242[03:17:51] [Server thread/INFO]: -------- World Settings For [MMine] --------
1243[03:17:51] [Server thread/INFO]: Anti X-Ray: true
1244[03:17:51] [Server thread/INFO]: Engine Mode: 1
1245[03:17:51] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1246[03:17:51] [Server thread/INFO]: Replace Blocks: [1, 5]
1247[03:17:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1248[03:17:51] [Server thread/INFO]: Mob Spawn Range: 4
1249[03:17:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
1250[03:17:51] [Server thread/INFO]: Cane Growth Modifier: 100%
1251[03:17:51] [Server thread/INFO]: Melon Growth Modifier: 100%
1252[03:17:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1253[03:17:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1254[03:17:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
1255[03:17:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
1256[03:17:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1257[03:17:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1258[03:17:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1259[03:17:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1260[03:17:51] [Server thread/INFO]: Random Lighting Updates: false
1261[03:17:51] [Server thread/INFO]: Structure Info Saving: true
1262[03:17:51] [Server thread/INFO]: Sending up to 10 chunks per packet
1263[03:17:51] [Server thread/INFO]: Max Entity Collisions: 8
1264[03:17:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1265[03:17:51] [Server thread/INFO]: Max TNT Explosions: 100
1266[03:17:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1267[03:17:51] [Server thread/INFO]: Item Despawn Rate: 6000
1268[03:17:51] [Server thread/INFO]: Item Merge Radius: 2.5
1269[03:17:51] [Server thread/INFO]: Arrow Despawn Rate: 1200
1270[03:17:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1271[03:17:51] [Server thread/INFO]: View Distance: 10
1272[03:17:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1273[03:17:51] [Server thread/INFO]: Chunks to Grow per Tick: 650
1274[03:17:51] [Server thread/INFO]: Clear tick list: false
1275[03:17:51] [Server thread/INFO]: Experience Merge Radius: 3.0
1276[03:17:51] [Server thread/INFO]: Preparing start region for level 12 (Seed: 0)
1277[03:17:52] [Server thread/INFO]: [WorldGuard] (MMine) TNT ignition is PERMITTED.
1278[03:17:52] [Server thread/INFO]: [WorldGuard] (MMine) Lighters are PERMITTED.
1279[03:17:52] [Server thread/INFO]: [WorldGuard] (MMine) Lava fire is blocked.
1280[03:17:52] [Server thread/INFO]: [WorldGuard] (MMine) Fire spread is UNRESTRICTED.
1281[03:17:52] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'MMine'
1282[03:17:52] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
1283[03:17:52] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 1,574 Y: 70 Z: -3,283 P: 0 Y: 0
1284[03:17:52] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
1285[03:17:52] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'NMine' - Env: NORMAL - Type: FLAT & seed: 0
1286[03:17:52] [Server thread/INFO]: -------- World Settings For [NMine] --------
1287[03:17:52] [Server thread/INFO]: Anti X-Ray: true
1288[03:17:52] [Server thread/INFO]: Engine Mode: 1
1289[03:17:52] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1290[03:17:52] [Server thread/INFO]: Replace Blocks: [1, 5]
1291[03:17:52] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1292[03:17:52] [Server thread/INFO]: Mob Spawn Range: 4
1293[03:17:52] [Server thread/INFO]: Cactus Growth Modifier: 100%
1294[03:17:52] [Server thread/INFO]: Cane Growth Modifier: 100%
1295[03:17:52] [Server thread/INFO]: Melon Growth Modifier: 100%
1296[03:17:52] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1297[03:17:52] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1298[03:17:52] [Server thread/INFO]: Sapling Growth Modifier: 100%
1299[03:17:52] [Server thread/INFO]: Wheat Growth Modifier: 100%
1300[03:17:52] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1301[03:17:52] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1302[03:17:52] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1303[03:17:52] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1304[03:17:52] [Server thread/INFO]: Random Lighting Updates: false
1305[03:17:52] [Server thread/INFO]: Structure Info Saving: true
1306[03:17:52] [Server thread/INFO]: Sending up to 10 chunks per packet
1307[03:17:52] [Server thread/INFO]: Max Entity Collisions: 8
1308[03:17:52] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1309[03:17:52] [Server thread/INFO]: Max TNT Explosions: 100
1310[03:17:52] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1311[03:17:52] [Server thread/INFO]: Item Despawn Rate: 6000
1312[03:17:52] [Server thread/INFO]: Item Merge Radius: 2.5
1313[03:17:52] [Server thread/INFO]: Arrow Despawn Rate: 1200
1314[03:17:52] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1315[03:17:52] [Server thread/INFO]: View Distance: 10
1316[03:17:52] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1317[03:17:52] [Server thread/INFO]: Chunks to Grow per Tick: 650
1318[03:17:52] [Server thread/INFO]: Clear tick list: false
1319[03:17:52] [Server thread/INFO]: Experience Merge Radius: 3.0
1320[03:17:52] [Server thread/INFO]: Preparing start region for level 13 (Seed: 0)
1321[03:17:53] [Server thread/INFO]: [WorldGuard] (NMine) TNT ignition is PERMITTED.
1322[03:17:53] [Server thread/INFO]: [WorldGuard] (NMine) Lighters are PERMITTED.
1323[03:17:53] [Server thread/INFO]: [WorldGuard] (NMine) Lava fire is blocked.
1324[03:17:53] [Server thread/INFO]: [WorldGuard] (NMine) Fire spread is UNRESTRICTED.
1325[03:17:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NMine'
1326[03:17:53] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'OMine' - Env: NORMAL - Type: FLAT & seed: 0
1327[03:17:53] [Server thread/INFO]: -------- World Settings For [OMine] --------
1328[03:17:53] [Server thread/INFO]: Anti X-Ray: true
1329[03:17:53] [Server thread/INFO]: Engine Mode: 1
1330[03:17:53] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1331[03:17:53] [Server thread/INFO]: Replace Blocks: [1, 5]
1332[03:17:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1333[03:17:53] [Server thread/INFO]: Mob Spawn Range: 4
1334[03:17:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
1335[03:17:53] [Server thread/INFO]: Cane Growth Modifier: 100%
1336[03:17:53] [Server thread/INFO]: Melon Growth Modifier: 100%
1337[03:17:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1338[03:17:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1339[03:17:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
1340[03:17:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
1341[03:17:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1342[03:17:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1343[03:17:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1344[03:17:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1345[03:17:53] [Server thread/INFO]: Random Lighting Updates: false
1346[03:17:53] [Server thread/INFO]: Structure Info Saving: true
1347[03:17:53] [Server thread/INFO]: Sending up to 10 chunks per packet
1348[03:17:53] [Server thread/INFO]: Max Entity Collisions: 8
1349[03:17:53] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1350[03:17:53] [Server thread/INFO]: Max TNT Explosions: 100
1351[03:17:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1352[03:17:53] [Server thread/INFO]: Item Despawn Rate: 6000
1353[03:17:53] [Server thread/INFO]: Item Merge Radius: 2.5
1354[03:17:53] [Server thread/INFO]: Arrow Despawn Rate: 1200
1355[03:17:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1356[03:17:53] [Server thread/INFO]: View Distance: 10
1357[03:17:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1358[03:17:53] [Server thread/INFO]: Chunks to Grow per Tick: 650
1359[03:17:53] [Server thread/INFO]: Clear tick list: false
1360[03:17:53] [Server thread/INFO]: Experience Merge Radius: 3.0
1361[03:17:53] [Server thread/INFO]: Preparing start region for level 14 (Seed: 0)
1362[03:17:54] [Server thread/INFO]: [WorldGuard] (OMine) TNT ignition is PERMITTED.
1363[03:17:54] [Server thread/INFO]: [WorldGuard] (OMine) Lighters are PERMITTED.
1364[03:17:54] [Server thread/INFO]: [WorldGuard] (OMine) Lava fire is blocked.
1365[03:17:54] [Server thread/INFO]: [WorldGuard] (OMine) Fire spread is UNRESTRICTED.
1366[03:17:54] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'OMine'
1367[03:17:54] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PMine' - Env: NORMAL - Type: FLAT & seed: 0
1368[03:17:54] [Server thread/INFO]: -------- World Settings For [PMine] --------
1369[03:17:54] [Server thread/INFO]: Anti X-Ray: true
1370[03:17:54] [Server thread/INFO]: Engine Mode: 1
1371[03:17:54] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1372[03:17:54] [Server thread/INFO]: Replace Blocks: [1, 5]
1373[03:17:54] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1374[03:17:54] [Server thread/INFO]: Mob Spawn Range: 4
1375[03:17:54] [Server thread/INFO]: Cactus Growth Modifier: 100%
1376[03:17:54] [Server thread/INFO]: Cane Growth Modifier: 100%
1377[03:17:54] [Server thread/INFO]: Melon Growth Modifier: 100%
1378[03:17:54] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1379[03:17:54] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1380[03:17:54] [Server thread/INFO]: Sapling Growth Modifier: 100%
1381[03:17:54] [Server thread/INFO]: Wheat Growth Modifier: 100%
1382[03:17:54] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1383[03:17:54] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1384[03:17:54] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1385[03:17:54] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1386[03:17:54] [Server thread/INFO]: Random Lighting Updates: false
1387[03:17:54] [Server thread/INFO]: Structure Info Saving: true
1388[03:17:54] [Server thread/INFO]: Sending up to 10 chunks per packet
1389[03:17:54] [Server thread/INFO]: Max Entity Collisions: 8
1390[03:17:54] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1391[03:17:54] [Server thread/INFO]: Max TNT Explosions: 100
1392[03:17:54] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1393[03:17:54] [Server thread/INFO]: Item Despawn Rate: 6000
1394[03:17:54] [Server thread/INFO]: Item Merge Radius: 2.5
1395[03:17:54] [Server thread/INFO]: Arrow Despawn Rate: 1200
1396[03:17:54] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1397[03:17:54] [Server thread/INFO]: View Distance: 10
1398[03:17:54] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1399[03:17:54] [Server thread/INFO]: Chunks to Grow per Tick: 650
1400[03:17:54] [Server thread/INFO]: Clear tick list: false
1401[03:17:54] [Server thread/INFO]: Experience Merge Radius: 3.0
1402[03:17:54] [Server thread/INFO]: Preparing start region for level 15 (Seed: 0)
1403[03:17:56] [Server thread/INFO]: Preparing spawn area for PMine, 48%
1404[03:17:57] [Server thread/INFO]: [WorldGuard] (PMine) TNT ignition is PERMITTED.
1405[03:17:57] [Server thread/INFO]: [WorldGuard] (PMine) Lighters are PERMITTED.
1406[03:17:57] [Server thread/INFO]: [WorldGuard] (PMine) Lava fire is blocked.
1407[03:17:57] [Server thread/INFO]: [WorldGuard] (PMine) Fire spread is UNRESTRICTED.
1408[03:17:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PMine'
1409[03:17:57] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'QMine' - Env: NORMAL - Type: FLAT & seed: 0
1410[03:17:57] [Server thread/INFO]: -------- World Settings For [QMine] --------
1411[03:17:57] [Server thread/INFO]: Anti X-Ray: true
1412[03:17:57] [Server thread/INFO]: Engine Mode: 1
1413[03:17:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1414[03:17:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1415[03:17:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1416[03:17:57] [Server thread/INFO]: Mob Spawn Range: 4
1417[03:17:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1418[03:17:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1419[03:17:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1420[03:17:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1421[03:17:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1422[03:17:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1423[03:17:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1424[03:17:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1425[03:17:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1426[03:17:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1427[03:17:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1428[03:17:57] [Server thread/INFO]: Random Lighting Updates: false
1429[03:17:57] [Server thread/INFO]: Structure Info Saving: true
1430[03:17:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1431[03:17:57] [Server thread/INFO]: Max Entity Collisions: 8
1432[03:17:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1433[03:17:57] [Server thread/INFO]: Max TNT Explosions: 100
1434[03:17:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1435[03:17:57] [Server thread/INFO]: Item Despawn Rate: 6000
1436[03:17:57] [Server thread/INFO]: Item Merge Radius: 2.5
1437[03:17:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1438[03:17:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1439[03:17:57] [Server thread/INFO]: View Distance: 10
1440[03:17:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1441[03:17:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1442[03:17:57] [Server thread/INFO]: Clear tick list: false
1443[03:17:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1444[03:17:57] [Server thread/INFO]: Preparing start region for level 16 (Seed: 0)
1445[03:17:57] [Server thread/INFO]: [WorldGuard] (QMine) TNT ignition is PERMITTED.
1446[03:17:57] [Server thread/INFO]: [WorldGuard] (QMine) Lighters are PERMITTED.
1447[03:17:57] [Server thread/INFO]: [WorldGuard] (QMine) Lava fire is blocked.
1448[03:17:57] [Server thread/INFO]: [WorldGuard] (QMine) Fire spread is UNRESTRICTED.
1449[03:17:57] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'QMine'
1450[03:17:57] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'RMine' - Env: NORMAL - Type: FLAT & seed: 0
1451[03:17:57] [Server thread/INFO]: -------- World Settings For [RMine] --------
1452[03:17:57] [Server thread/INFO]: Anti X-Ray: true
1453[03:17:57] [Server thread/INFO]: Engine Mode: 1
1454[03:17:57] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1455[03:17:57] [Server thread/INFO]: Replace Blocks: [1, 5]
1456[03:17:57] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1457[03:17:57] [Server thread/INFO]: Mob Spawn Range: 4
1458[03:17:57] [Server thread/INFO]: Cactus Growth Modifier: 100%
1459[03:17:57] [Server thread/INFO]: Cane Growth Modifier: 100%
1460[03:17:57] [Server thread/INFO]: Melon Growth Modifier: 100%
1461[03:17:57] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1462[03:17:57] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1463[03:17:57] [Server thread/INFO]: Sapling Growth Modifier: 100%
1464[03:17:57] [Server thread/INFO]: Wheat Growth Modifier: 100%
1465[03:17:57] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1466[03:17:57] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1467[03:17:57] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1468[03:17:57] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1469[03:17:57] [Server thread/INFO]: Random Lighting Updates: false
1470[03:17:57] [Server thread/INFO]: Structure Info Saving: true
1471[03:17:57] [Server thread/INFO]: Sending up to 10 chunks per packet
1472[03:17:57] [Server thread/INFO]: Max Entity Collisions: 8
1473[03:17:57] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1474[03:17:57] [Server thread/INFO]: Max TNT Explosions: 100
1475[03:17:57] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1476[03:17:57] [Server thread/INFO]: Item Despawn Rate: 6000
1477[03:17:57] [Server thread/INFO]: Item Merge Radius: 2.5
1478[03:17:57] [Server thread/INFO]: Arrow Despawn Rate: 1200
1479[03:17:57] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1480[03:17:57] [Server thread/INFO]: View Distance: 10
1481[03:17:57] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1482[03:17:57] [Server thread/INFO]: Chunks to Grow per Tick: 650
1483[03:17:57] [Server thread/INFO]: Clear tick list: false
1484[03:17:57] [Server thread/INFO]: Experience Merge Radius: 3.0
1485[03:17:57] [Server thread/INFO]: Preparing start region for level 17 (Seed: 0)
1486[03:17:58] [Server thread/INFO]: [WorldGuard] (RMine) TNT ignition is PERMITTED.
1487[03:17:58] [Server thread/INFO]: [WorldGuard] (RMine) Lighters are PERMITTED.
1488[03:17:58] [Server thread/INFO]: [WorldGuard] (RMine) Lava fire is blocked.
1489[03:17:58] [Server thread/INFO]: [WorldGuard] (RMine) Fire spread is UNRESTRICTED.
1490[03:17:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'RMine'
1491[03:17:58] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SMine' - Env: NORMAL - Type: FLAT & seed: 0
1492[03:17:58] [Server thread/INFO]: -------- World Settings For [SMine] --------
1493[03:17:58] [Server thread/INFO]: Anti X-Ray: true
1494[03:17:58] [Server thread/INFO]: Engine Mode: 1
1495[03:17:58] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1496[03:17:58] [Server thread/INFO]: Replace Blocks: [1, 5]
1497[03:17:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1498[03:17:58] [Server thread/INFO]: Mob Spawn Range: 4
1499[03:17:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
1500[03:17:58] [Server thread/INFO]: Cane Growth Modifier: 100%
1501[03:17:58] [Server thread/INFO]: Melon Growth Modifier: 100%
1502[03:17:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1503[03:17:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1504[03:17:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
1505[03:17:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
1506[03:17:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1507[03:17:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1508[03:17:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1509[03:17:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1510[03:17:58] [Server thread/INFO]: Random Lighting Updates: false
1511[03:17:58] [Server thread/INFO]: Structure Info Saving: true
1512[03:17:58] [Server thread/INFO]: Sending up to 10 chunks per packet
1513[03:17:58] [Server thread/INFO]: Max Entity Collisions: 8
1514[03:17:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1515[03:17:58] [Server thread/INFO]: Max TNT Explosions: 100
1516[03:17:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1517[03:17:58] [Server thread/INFO]: Item Despawn Rate: 6000
1518[03:17:58] [Server thread/INFO]: Item Merge Radius: 2.5
1519[03:17:58] [Server thread/INFO]: Arrow Despawn Rate: 1200
1520[03:17:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1521[03:17:58] [Server thread/INFO]: View Distance: 10
1522[03:17:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1523[03:17:58] [Server thread/INFO]: Chunks to Grow per Tick: 650
1524[03:17:58] [Server thread/INFO]: Clear tick list: false
1525[03:17:58] [Server thread/INFO]: Experience Merge Radius: 3.0
1526[03:17:58] [Server thread/INFO]: Preparing start region for level 18 (Seed: 0)
1527[03:17:58] [Server thread/INFO]: [WorldGuard] (SMine) TNT ignition is PERMITTED.
1528[03:17:58] [Server thread/INFO]: [WorldGuard] (SMine) Lighters are PERMITTED.
1529[03:17:58] [Server thread/INFO]: [WorldGuard] (SMine) Lava fire is blocked.
1530[03:17:58] [Server thread/INFO]: [WorldGuard] (SMine) Fire spread is UNRESTRICTED.
1531[03:17:58] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SMine'
1532[03:17:58] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
1533[03:17:58] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 332 Y: 139 Z: -4,540 P: 0 Y: 0
1534[03:17:59] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
1535[03:17:59] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'TMine' - Env: NORMAL - Type: FLAT & seed: 0
1536[03:17:59] [Server thread/INFO]: -------- World Settings For [TMine] --------
1537[03:17:59] [Server thread/INFO]: Anti X-Ray: true
1538[03:17:59] [Server thread/INFO]: Engine Mode: 1
1539[03:17:59] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1540[03:17:59] [Server thread/INFO]: Replace Blocks: [1, 5]
1541[03:17:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1542[03:17:59] [Server thread/INFO]: Mob Spawn Range: 4
1543[03:17:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
1544[03:17:59] [Server thread/INFO]: Cane Growth Modifier: 100%
1545[03:17:59] [Server thread/INFO]: Melon Growth Modifier: 100%
1546[03:17:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1547[03:17:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1548[03:17:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
1549[03:17:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
1550[03:17:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1551[03:17:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1552[03:17:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1553[03:17:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1554[03:17:59] [Server thread/INFO]: Random Lighting Updates: false
1555[03:17:59] [Server thread/INFO]: Structure Info Saving: true
1556[03:17:59] [Server thread/INFO]: Sending up to 10 chunks per packet
1557[03:17:59] [Server thread/INFO]: Max Entity Collisions: 8
1558[03:17:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1559[03:17:59] [Server thread/INFO]: Max TNT Explosions: 100
1560[03:17:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1561[03:17:59] [Server thread/INFO]: Item Despawn Rate: 6000
1562[03:17:59] [Server thread/INFO]: Item Merge Radius: 2.5
1563[03:17:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
1564[03:17:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1565[03:17:59] [Server thread/INFO]: View Distance: 10
1566[03:17:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1567[03:17:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
1568[03:17:59] [Server thread/INFO]: Clear tick list: false
1569[03:17:59] [Server thread/INFO]: Experience Merge Radius: 3.0
1570[03:17:59] [Server thread/INFO]: Preparing start region for level 19 (Seed: 0)
1571[03:18:00] [Server thread/INFO]: Preparing spawn area for TMine, 48%
1572[03:18:00] [Server thread/INFO]: [WorldGuard] (TMine) TNT ignition is PERMITTED.
1573[03:18:00] [Server thread/INFO]: [WorldGuard] (TMine) Lighters are PERMITTED.
1574[03:18:00] [Server thread/INFO]: [WorldGuard] (TMine) Lava fire is blocked.
1575[03:18:00] [Server thread/INFO]: [WorldGuard] (TMine) Fire spread is UNRESTRICTED.
1576[03:18:00] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TMine'
1577[03:18:00] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'UMine' - Env: NORMAL - Type: FLAT & seed: 0
1578[03:18:00] [Server thread/INFO]: -------- World Settings For [UMine] --------
1579[03:18:00] [Server thread/INFO]: Anti X-Ray: true
1580[03:18:00] [Server thread/INFO]: Engine Mode: 1
1581[03:18:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1582[03:18:00] [Server thread/INFO]: Replace Blocks: [1, 5]
1583[03:18:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1584[03:18:00] [Server thread/INFO]: Mob Spawn Range: 4
1585[03:18:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
1586[03:18:00] [Server thread/INFO]: Cane Growth Modifier: 100%
1587[03:18:00] [Server thread/INFO]: Melon Growth Modifier: 100%
1588[03:18:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1589[03:18:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1590[03:18:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
1591[03:18:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
1592[03:18:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1593[03:18:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1594[03:18:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1595[03:18:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1596[03:18:00] [Server thread/INFO]: Random Lighting Updates: false
1597[03:18:00] [Server thread/INFO]: Structure Info Saving: true
1598[03:18:00] [Server thread/INFO]: Sending up to 10 chunks per packet
1599[03:18:00] [Server thread/INFO]: Max Entity Collisions: 8
1600[03:18:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1601[03:18:00] [Server thread/INFO]: Max TNT Explosions: 100
1602[03:18:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1603[03:18:00] [Server thread/INFO]: Item Despawn Rate: 6000
1604[03:18:00] [Server thread/INFO]: Item Merge Radius: 2.5
1605[03:18:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
1606[03:18:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1607[03:18:00] [Server thread/INFO]: View Distance: 10
1608[03:18:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1609[03:18:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
1610[03:18:00] [Server thread/INFO]: Clear tick list: false
1611[03:18:00] [Server thread/INFO]: Experience Merge Radius: 3.0
1612[03:18:00] [Server thread/INFO]: Preparing start region for level 20 (Seed: 0)
1613[03:18:01] [Server thread/INFO]: [WorldGuard] (UMine) TNT ignition is PERMITTED.
1614[03:18:01] [Server thread/INFO]: [WorldGuard] (UMine) Lighters are PERMITTED.
1615[03:18:01] [Server thread/INFO]: [WorldGuard] (UMine) Lava fire is blocked.
1616[03:18:01] [Server thread/INFO]: [WorldGuard] (UMine) Fire spread is UNRESTRICTED.
1617[03:18:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'UMine'
1618[03:18:01] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'VMine' - Env: NORMAL - Type: FLAT & seed: 0
1619[03:18:01] [Server thread/INFO]: -------- World Settings For [VMine] --------
1620[03:18:01] [Server thread/INFO]: Anti X-Ray: true
1621[03:18:01] [Server thread/INFO]: Engine Mode: 1
1622[03:18:01] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1623[03:18:01] [Server thread/INFO]: Replace Blocks: [1, 5]
1624[03:18:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1625[03:18:01] [Server thread/INFO]: Mob Spawn Range: 4
1626[03:18:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
1627[03:18:01] [Server thread/INFO]: Cane Growth Modifier: 100%
1628[03:18:01] [Server thread/INFO]: Melon Growth Modifier: 100%
1629[03:18:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1630[03:18:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1631[03:18:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
1632[03:18:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
1633[03:18:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1634[03:18:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1635[03:18:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1636[03:18:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1637[03:18:01] [Server thread/INFO]: Random Lighting Updates: false
1638[03:18:01] [Server thread/INFO]: Structure Info Saving: true
1639[03:18:01] [Server thread/INFO]: Sending up to 10 chunks per packet
1640[03:18:01] [Server thread/INFO]: Max Entity Collisions: 8
1641[03:18:01] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1642[03:18:01] [Server thread/INFO]: Max TNT Explosions: 100
1643[03:18:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1644[03:18:01] [Server thread/INFO]: Item Despawn Rate: 6000
1645[03:18:01] [Server thread/INFO]: Item Merge Radius: 2.5
1646[03:18:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
1647[03:18:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1648[03:18:01] [Server thread/INFO]: View Distance: 10
1649[03:18:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1650[03:18:01] [Server thread/INFO]: Chunks to Grow per Tick: 650
1651[03:18:01] [Server thread/INFO]: Clear tick list: false
1652[03:18:01] [Server thread/INFO]: Experience Merge Radius: 3.0
1653[03:18:01] [Server thread/INFO]: Preparing start region for level 21 (Seed: 0)
1654[03:18:02] [Server thread/INFO]: [WorldGuard] (VMine) TNT ignition is PERMITTED.
1655[03:18:02] [Server thread/INFO]: [WorldGuard] (VMine) Lighters are PERMITTED.
1656[03:18:02] [Server thread/INFO]: [WorldGuard] (VMine) Lava fire is blocked.
1657[03:18:02] [Server thread/INFO]: [WorldGuard] (VMine) Fire spread is UNRESTRICTED.
1658[03:18:02] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'VMine'
1659[03:18:02] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'WMine' - Env: NORMAL - Type: FLAT & seed: 0
1660[03:18:02] [Server thread/INFO]: -------- World Settings For [WMine] --------
1661[03:18:02] [Server thread/INFO]: Anti X-Ray: true
1662[03:18:02] [Server thread/INFO]: Engine Mode: 1
1663[03:18:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1664[03:18:02] [Server thread/INFO]: Replace Blocks: [1, 5]
1665[03:18:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1666[03:18:02] [Server thread/INFO]: Mob Spawn Range: 4
1667[03:18:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
1668[03:18:02] [Server thread/INFO]: Cane Growth Modifier: 100%
1669[03:18:02] [Server thread/INFO]: Melon Growth Modifier: 100%
1670[03:18:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1671[03:18:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1672[03:18:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
1673[03:18:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
1674[03:18:02] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1675[03:18:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1676[03:18:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1677[03:18:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1678[03:18:02] [Server thread/INFO]: Random Lighting Updates: false
1679[03:18:02] [Server thread/INFO]: Structure Info Saving: true
1680[03:18:02] [Server thread/INFO]: Sending up to 10 chunks per packet
1681[03:18:02] [Server thread/INFO]: Max Entity Collisions: 8
1682[03:18:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1683[03:18:02] [Server thread/INFO]: Max TNT Explosions: 100
1684[03:18:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1685[03:18:02] [Server thread/INFO]: Item Despawn Rate: 6000
1686[03:18:02] [Server thread/INFO]: Item Merge Radius: 2.5
1687[03:18:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
1688[03:18:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1689[03:18:02] [Server thread/INFO]: View Distance: 10
1690[03:18:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1691[03:18:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
1692[03:18:02] [Server thread/INFO]: Clear tick list: false
1693[03:18:02] [Server thread/INFO]: Experience Merge Radius: 3.0
1694[03:18:02] [Server thread/INFO]: Preparing start region for level 22 (Seed: 0)
1695[03:18:03] [Server thread/INFO]: [WorldGuard] (WMine) TNT ignition is PERMITTED.
1696[03:18:03] [Server thread/INFO]: [WorldGuard] (WMine) Lighters are PERMITTED.
1697[03:18:03] [Server thread/INFO]: [WorldGuard] (WMine) Lava fire is blocked.
1698[03:18:03] [Server thread/INFO]: [WorldGuard] (WMine) Fire spread is UNRESTRICTED.
1699[03:18:03] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'WMine'
1700[03:18:03] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
1701[03:18:03] [Server thread/WARN]: [Multiverse-Core] Original Location: X: -1,712 Y: 43 Z: -5,438 P: 0 Y: 0
1702[03:18:03] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
1703[03:18:03] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'XMine' - Env: NORMAL - Type: FLAT & seed: 0
1704[03:18:03] [Server thread/INFO]: -------- World Settings For [XMine] --------
1705[03:18:03] [Server thread/INFO]: Anti X-Ray: true
1706[03:18:03] [Server thread/INFO]: Engine Mode: 1
1707[03:18:03] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1708[03:18:03] [Server thread/INFO]: Replace Blocks: [1, 5]
1709[03:18:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1710[03:18:03] [Server thread/INFO]: Mob Spawn Range: 4
1711[03:18:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
1712[03:18:03] [Server thread/INFO]: Cane Growth Modifier: 100%
1713[03:18:03] [Server thread/INFO]: Melon Growth Modifier: 100%
1714[03:18:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1715[03:18:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1716[03:18:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
1717[03:18:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
1718[03:18:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1719[03:18:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1720[03:18:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1721[03:18:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1722[03:18:03] [Server thread/INFO]: Random Lighting Updates: false
1723[03:18:03] [Server thread/INFO]: Structure Info Saving: true
1724[03:18:03] [Server thread/INFO]: Sending up to 10 chunks per packet
1725[03:18:03] [Server thread/INFO]: Max Entity Collisions: 8
1726[03:18:03] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1727[03:18:03] [Server thread/INFO]: Max TNT Explosions: 100
1728[03:18:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1729[03:18:03] [Server thread/INFO]: Item Despawn Rate: 6000
1730[03:18:03] [Server thread/INFO]: Item Merge Radius: 2.5
1731[03:18:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
1732[03:18:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1733[03:18:03] [Server thread/INFO]: View Distance: 10
1734[03:18:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1735[03:18:03] [Server thread/INFO]: Chunks to Grow per Tick: 650
1736[03:18:03] [Server thread/INFO]: Clear tick list: false
1737[03:18:03] [Server thread/INFO]: Experience Merge Radius: 3.0
1738[03:18:03] [Server thread/INFO]: Preparing start region for level 23 (Seed: 0)
1739[03:18:04] [User Authenticator #2/INFO]: UUID of player Shadow74 is b923be00-273e-4234-8aca-11bc324bbd16
1740[03:18:04] [Server thread/INFO]: [WorldGuard] (XMine) TNT ignition is PERMITTED.
1741[03:18:04] [Server thread/INFO]: [WorldGuard] (XMine) Lighters are PERMITTED.
1742[03:18:04] [Server thread/INFO]: [WorldGuard] (XMine) Lava fire is blocked.
1743[03:18:04] [Server thread/INFO]: [WorldGuard] (XMine) Fire spread is UNRESTRICTED.
1744[03:18:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'XMine'
1745[03:18:04] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
1746[03:18:04] [Server thread/WARN]: [Multiverse-Core] Original Location: X: -2,175 Y: 58 Z: -4,969 P: 0 Y: 0
1747[03:18:04] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
1748[03:18:04] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'YMine' - Env: NORMAL - Type: FLAT & seed: 0
1749[03:18:04] [Server thread/INFO]: -------- World Settings For [YMine] --------
1750[03:18:04] [Server thread/INFO]: Anti X-Ray: true
1751[03:18:04] [Server thread/INFO]: Engine Mode: 1
1752[03:18:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1753[03:18:04] [Server thread/INFO]: Replace Blocks: [1, 5]
1754[03:18:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1755[03:18:04] [Server thread/INFO]: Mob Spawn Range: 4
1756[03:18:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
1757[03:18:04] [Server thread/INFO]: Cane Growth Modifier: 100%
1758[03:18:04] [Server thread/INFO]: Melon Growth Modifier: 100%
1759[03:18:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1760[03:18:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1761[03:18:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
1762[03:18:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
1763[03:18:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1764[03:18:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1765[03:18:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1766[03:18:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1767[03:18:04] [Server thread/INFO]: Random Lighting Updates: false
1768[03:18:04] [Server thread/INFO]: Structure Info Saving: true
1769[03:18:04] [Server thread/INFO]: Sending up to 10 chunks per packet
1770[03:18:04] [Server thread/INFO]: Max Entity Collisions: 8
1771[03:18:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1772[03:18:04] [Server thread/INFO]: Max TNT Explosions: 100
1773[03:18:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1774[03:18:04] [Server thread/INFO]: Item Despawn Rate: 6000
1775[03:18:04] [Server thread/INFO]: Item Merge Radius: 2.5
1776[03:18:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
1777[03:18:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1778[03:18:04] [Server thread/INFO]: View Distance: 10
1779[03:18:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1780[03:18:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
1781[03:18:04] [Server thread/INFO]: Clear tick list: false
1782[03:18:04] [Server thread/INFO]: Experience Merge Radius: 3.0
1783[03:18:04] [Server thread/INFO]: Preparing start region for level 24 (Seed: 0)
1784[03:18:04] [Server thread/INFO]: [WorldGuard] (YMine) TNT ignition is PERMITTED.
1785[03:18:04] [Server thread/INFO]: [WorldGuard] (YMine) Lighters are PERMITTED.
1786[03:18:04] [Server thread/INFO]: [WorldGuard] (YMine) Lava fire is blocked.
1787[03:18:04] [Server thread/INFO]: [WorldGuard] (YMine) Fire spread is UNRESTRICTED.
1788[03:18:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'YMine'
1789[03:18:04] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
1790[03:18:04] [Server thread/WARN]: [Multiverse-Core] Original Location: X: -2,530 Y: 109 Z: -5,676 P: 0 Y: 0
1791[03:18:05] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
1792[03:18:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'ZMine' - Env: NORMAL - Type: FLAT & seed: 0
1793[03:18:05] [Server thread/INFO]: -------- World Settings For [ZMine] --------
1794[03:18:05] [Server thread/INFO]: Anti X-Ray: true
1795[03:18:05] [Server thread/INFO]: Engine Mode: 1
1796[03:18:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1797[03:18:05] [Server thread/INFO]: Replace Blocks: [1, 5]
1798[03:18:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1799[03:18:05] [Server thread/INFO]: Mob Spawn Range: 4
1800[03:18:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
1801[03:18:05] [Server thread/INFO]: Cane Growth Modifier: 100%
1802[03:18:05] [Server thread/INFO]: Melon Growth Modifier: 100%
1803[03:18:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1804[03:18:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1805[03:18:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
1806[03:18:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
1807[03:18:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1808[03:18:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1809[03:18:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1810[03:18:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1811[03:18:05] [Server thread/INFO]: Random Lighting Updates: false
1812[03:18:05] [Server thread/INFO]: Structure Info Saving: true
1813[03:18:05] [Server thread/INFO]: Sending up to 10 chunks per packet
1814[03:18:05] [Server thread/INFO]: Max Entity Collisions: 8
1815[03:18:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1816[03:18:05] [Server thread/INFO]: Max TNT Explosions: 100
1817[03:18:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1818[03:18:05] [Server thread/INFO]: Item Despawn Rate: 6000
1819[03:18:05] [Server thread/INFO]: Item Merge Radius: 2.5
1820[03:18:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
1821[03:18:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1822[03:18:05] [Server thread/INFO]: View Distance: 10
1823[03:18:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1824[03:18:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
1825[03:18:05] [Server thread/INFO]: Clear tick list: false
1826[03:18:05] [Server thread/INFO]: Experience Merge Radius: 3.0
1827[03:18:05] [Server thread/INFO]: Preparing start region for level 25 (Seed: 0)
1828[03:18:05] [Server thread/INFO]: [WorldGuard] (ZMine) TNT ignition is PERMITTED.
1829[03:18:05] [Server thread/INFO]: [WorldGuard] (ZMine) Lighters are PERMITTED.
1830[03:18:05] [Server thread/INFO]: [WorldGuard] (ZMine) Lava fire is blocked.
1831[03:18:05] [Server thread/INFO]: [WorldGuard] (ZMine) Fire spread is UNRESTRICTED.
1832[03:18:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ZMine'
1833[03:18:05] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
1834[03:18:05] [Server thread/WARN]: [Multiverse-Core] Original Location: X: -2,062 Y: 65 Z: -6,130 P: 0 Y: 0
1835[03:18:05] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
1836[03:18:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'flatroom' - Env: NORMAL - Type: FLAT & seed: -8234370573618208917
1837[03:18:05] [Server thread/INFO]: -------- World Settings For [flatroom] --------
1838[03:18:05] [Server thread/INFO]: Anti X-Ray: true
1839[03:18:05] [Server thread/INFO]: Engine Mode: 1
1840[03:18:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
1841[03:18:05] [Server thread/INFO]: Replace Blocks: [1, 5]
1842[03:18:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1843[03:18:05] [Server thread/INFO]: Mob Spawn Range: 4
1844[03:18:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
1845[03:18:05] [Server thread/INFO]: Cane Growth Modifier: 100%
1846[03:18:05] [Server thread/INFO]: Melon Growth Modifier: 100%
1847[03:18:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1848[03:18:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1849[03:18:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
1850[03:18:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
1851[03:18:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1852[03:18:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
1853[03:18:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1854[03:18:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
1855[03:18:05] [Server thread/INFO]: Random Lighting Updates: false
1856[03:18:05] [Server thread/INFO]: Structure Info Saving: true
1857[03:18:05] [Server thread/INFO]: Sending up to 10 chunks per packet
1858[03:18:05] [Server thread/INFO]: Max Entity Collisions: 8
1859[03:18:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
1860[03:18:05] [Server thread/INFO]: Max TNT Explosions: 100
1861[03:18:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1862[03:18:05] [Server thread/INFO]: Item Despawn Rate: 6000
1863[03:18:05] [Server thread/INFO]: Item Merge Radius: 2.5
1864[03:18:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
1865[03:18:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1866[03:18:05] [Server thread/INFO]: View Distance: 10
1867[03:18:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1868[03:18:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
1869[03:18:05] [Server thread/INFO]: Clear tick list: false
1870[03:18:05] [Server thread/INFO]: Experience Merge Radius: 3.0
1871[03:18:05] [Server thread/INFO]: Preparing start region for level 26 (Seed: -8234370573618208917)
1872[03:18:06] [Server thread/INFO]: [WorldGuard] (flatroom) TNT ignition is PERMITTED.
1873[03:18:06] [Server thread/INFO]: [WorldGuard] (flatroom) Lighters are PERMITTED.
1874[03:18:06] [Server thread/INFO]: [WorldGuard] (flatroom) Lava fire is blocked.
1875[03:18:06] [Server thread/INFO]: [WorldGuard] (flatroom) Fire spread is UNRESTRICTED.
1876[03:18:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatroom'
1877[03:18:06] [Server thread/INFO]: [Multiverse-Core] 27 - World(s) loaded.
1878[03:18:06] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.7
1879[03:18:06] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
1880[03:18:06] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
1881[03:18:06] [Server thread/INFO]: [EnjinMinecraftPlugin] Couldn't find the TuxTwoLib plugin. Only able to give items to online players only.
1882[03:18:06] [Server thread/WARN]: [EnjinMinecraftPlugin] Economy plugin is not enabled.
1883[03:18:07] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
1884[03:18:08] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
1885[03:18:08] [Server thread/INFO]: creating table 'items'
1886[03:18:08] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
1887[03:18:08] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
1888[03:18:08] [Server thread/INFO]: creating table 'accounts'
1889[03:18:08] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
1890[03:18:08] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
1891[03:18:08] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
1892[03:18:08] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
1893[03:18:08] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
1894[03:18:08] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.1
1895[03:18:08] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
1896[03:18:08] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1897[03:18:08] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP vTeamCity
1898[03:18:08] [Server thread/WARN]: config broken for xmpp
1899[03:18:08] [Server thread/INFO]: [AsyncWorldEdit] Enabling AsyncWorldEdit v2.3.2
1900[03:18:08] [Server thread/INFO]: [AsyncWorldEdit] PlotMeFix set to class org.primesoft.asyncworldedit.plotme.NullFix
1901[03:18:08] [Server thread/INFO]: [AsyncWorldEditInjector] New class factory set to: org.primesoft.asyncworldedit.injector.async.AsyncClassFactory
1902[03:18:09] [Server thread/INFO]: [AsyncWorldEdit] You have the latest version of the plugin.
1903[03:18:09] [Server thread/INFO]: [AsyncWorldEdit] Enabled
1904[03:18:09] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
1905[03:18:09] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
1906[03:18:09] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
1907[03:18:09] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
1908[03:18:09] [Server thread/INFO]: [EZRanksLite] Enabling EZRanksLite vv1.6
1909[03:18:09] [Server thread/ERROR]: [EZRanksLite] EZRanksLite hooked into Essentials!!
1910[03:18:09] [Server thread/INFO]: [EZRanksLite] Loading EZRanksLite messages.yml
1911[03:18:09] [Server thread/WARN]: [EZRanksLite] You have not created any rankups yet!
1912[03:18:09] [Server thread/INFO]: [EZRanksLite] Create your first rankup with /ezadmin createrankup <rankfrom> <rankto> <cost>
1913[03:18:09] [Server thread/INFO]: [EZRanksLite] Modify the configuration section in the rankups.yml for the rankup you just created, then use /ezadmin reload to update your changes
1914[03:18:09] [Server thread/INFO]: [EZRanksLite] You need to include the command(s) to rank the player up in rankup_commands - pex user %player% group set %rankto%, manuadd %player% %rankto% %world%
1915[03:18:09] [Server thread/INFO]: [EZRanksLite] You can also use ezcommands in the rankup_commands section
1916(ezmsg <message>) will send a raw message to the player ranking up
1917(ezbroadcast <message>) will broadcast a raw message to the server
1918[03:18:09] [Server thread/INFO]: [EZRanksLite] Valid placeholders for commands are %player% %world% %rankfrom% %rankto% %balance% %cost%
1919[03:18:09] [Server thread/INFO]: [EZRanksLite] EZRanksLite will automatically take money from the player when a rankup is successful through Vault!
1920[03:18:09] [Server thread/INFO]: [EZRanksLite] No rankups loaded!
1921[03:18:09] [Server thread/INFO]: [EZRanksLite] 1 rankup cost discounts loaded!
1922[03:18:09] [Server thread/INFO]: [EZRanksLite] 1 rankup cost multipliers loaded!
1923[03:18:09] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.5
1924[03:18:09] [Server thread/INFO]: [KitAdder] KitAdder plugin has been enabled!
1925[03:18:09] [Server thread/INFO]: [SpecializedCrates] Enabling SpecializedCrates v2.8.2.2
1926[03:18:10] [Server thread/INFO]: -------------------------
1927[03:18:10] [Server thread/INFO]:
1928[03:18:10] [Server thread/INFO]: Loading crate 'ExpertCrate'
1929[03:18:10] [Server thread/INFO]:
1930[03:18:11] [Server thread/INFO]: Animation
1931[03:18:11] [Server thread/INFO]: - Failed to load the enclose tick-sound.
1932[03:18:11] [Server thread/INFO]: CAUSE: The sound specified is not a valid sound, or doesn't exist.
1933[03:18:11] [Server thread/INFO]: Sounds
1934[03:18:11] [Server thread/INFO]: - The sound value: ENTITY_PLAYER_LEVELUP, 10, 10 is improperly setup.
1935[03:18:11] [Server thread/INFO]: CAUSE: Sound 'ENTITY_PLAYER_LEVELUP' is invalid.
1936[03:18:11] [Server thread/INFO]: - The sound value: ENTITY_ENDERDRAGON_GROWL, 1, 5 is improperly setup.
1937[03:18:11] [Server thread/INFO]: CAUSE: Sound 'ENTITY_ENDERDRAGON_GROWL' is invalid.
1938[03:18:11] [Server thread/INFO]: - The sound value: AMBIENT_CAVE, 1, 5 is improperly setup.
1939[03:18:11] [Server thread/INFO]: CAUSE: Sound 'AMBIENT_CAVE' is invalid.
1940[03:18:11] [Server thread/INFO]: - The sound value: ENTITY_ENDERDRAGON_GROWL, 1, 5 is improperly setup.
1941[03:18:11] [Server thread/INFO]: CAUSE: Sound 'ENTITY_ENDERDRAGON_GROWL' is invalid.
1942[03:18:11] [Server thread/INFO]: - The sound value: AMBIENT_CAVE, 1, 5 is improperly setup.
1943[03:18:11] [Server thread/INFO]: CAUSE: Sound 'AMBIENT_CAVE' is invalid.
1944[03:18:11] [Server thread/INFO]:
1945[03:18:11] [Server thread/INFO]: -------------------------
1946[03:18:11] [Server thread/INFO]:
1947[03:18:11] [Server thread/INFO]: Loading crate 'BasicCrate'
1948[03:18:11] [Server thread/INFO]:
1949[03:18:11] [Server thread/INFO]: Settings
1950[03:18:11] [Server thread/INFO]: - Failed to load the 'inventory-name' value.
1951[03:18:11] [Server thread/INFO]: CAUSE: It does not exist. You may want to add 'inventory-name' followed by the crate's inventory's name, but it is not required.
1952[03:18:11] [Server thread/INFO]:
1953[03:18:11] [Server thread/INFO]: -------------------------
1954[03:18:11] [Server thread/INFO]:
1955[03:18:11] [Server thread/INFO]: Loading crate 'BeginnerCrate'
1956[03:18:11] [Server thread/INFO]:
1957[03:18:11] [Server thread/INFO]: Settings
1958[03:18:11] [Server thread/INFO]: - Failed to load the 'inventory-name' value.
1959[03:18:11] [Server thread/INFO]: CAUSE: It does not exist. You may want to add 'inventory-name' followed by the crate's inventory's name, but it is not required.
1960[03:18:11] [Server thread/INFO]:
1961[03:18:11] [Server thread/INFO]: -------------------------
1962[03:18:11] [Server thread/INFO]:
1963[03:18:11] [Server thread/INFO]: Loading crate 'MineChestExample'
1964[03:18:11] [Server thread/INFO]:
1965[03:18:11] [Server thread/INFO]: NOTICE: This crate is disabled
1966[03:18:11] [Server thread/INFO]:
1967[03:18:11] [Server thread/INFO]: Animation
1968[03:18:11] [Server thread/INFO]: - Failed to load the CSGO tick-sound.
1969[03:18:11] [Server thread/INFO]: CAUSE: The sound specified is not a valid sound, or doesn't exist.
1970[03:18:11] [Server thread/INFO]:
1971[03:18:11] [Server thread/INFO]: -------------------------
1972[03:18:11] [Server thread/INFO]:
1973[03:18:11] [Server thread/INFO]: Loading crate 'MasterCrate'
1974[03:18:11] [Server thread/INFO]:
1975[03:18:11] [Server thread/INFO]: Animation
1976[03:18:11] [Server thread/INFO]: - Failed to load the Roulette tick-sound.
1977[03:18:11] [Server thread/INFO]: CAUSE: The sound specified is not a valid sound, or doesn't exist.
1978[03:18:11] [Server thread/INFO]: Sounds
1979[03:18:11] [Server thread/INFO]: - The sound value: ENTITY_PLAYER_LEVELUP, 10, 10 is improperly setup.
1980[03:18:11] [Server thread/INFO]: CAUSE: Sound 'ENTITY_PLAYER_LEVELUP' is invalid.
1981[03:18:11] [Server thread/INFO]: - The sound value: ENTITY_ENDERDRAGON_GROWL, 1, 5 is improperly setup.
1982[03:18:11] [Server thread/INFO]: CAUSE: Sound 'ENTITY_ENDERDRAGON_GROWL' is invalid.
1983[03:18:11] [Server thread/INFO]: - The sound value: AMBIENT_CAVE, 1, 5 is improperly setup.
1984[03:18:11] [Server thread/INFO]: CAUSE: Sound 'AMBIENT_CAVE' is invalid.
1985[03:18:11] [Server thread/INFO]: - The sound value: ENTITY_ENDERDRAGON_GROWL, 1, 5 is improperly setup.
1986[03:18:11] [Server thread/INFO]: CAUSE: Sound 'ENTITY_ENDERDRAGON_GROWL' is invalid.
1987[03:18:11] [Server thread/INFO]: - The sound value: AMBIENT_CAVE, 1, 5 is improperly setup.
1988[03:18:11] [Server thread/INFO]: CAUSE: Sound 'AMBIENT_CAVE' is invalid.
1989[03:18:11] [Server thread/INFO]:
1990[03:18:11] [Server thread/INFO]: -------------------------
1991[03:18:11] [Server thread/INFO]:
1992[03:18:11] [Server thread/INFO]: Loading crate 'MiddleCrate'
1993[03:18:11] [Server thread/INFO]:
1994[03:18:11] [Server thread/INFO]: Animation
1995[03:18:11] [Server thread/INFO]: - Failed to load the CSGO tick-sound.
1996[03:18:11] [Server thread/INFO]: CAUSE: The sound specified is not a valid sound, or doesn't exist.
1997[03:18:11] [Server thread/INFO]: Sounds
1998[03:18:11] [Server thread/INFO]: - The sound value: ENTITY_PLAYER_LEVELUP, 10, 10 is improperly setup.
1999[03:18:11] [Server thread/INFO]: CAUSE: Sound 'ENTITY_PLAYER_LEVELUP' is invalid.
2000[03:18:11] [Server thread/INFO]:
2001[03:18:11] [Server thread/INFO]: -------------------------
2002[03:18:11] [Server thread/INFO]:
2003[03:18:11] [Server thread/INFO]: Loading crate 'AllCrates'
2004[03:18:11] [Server thread/INFO]:
2005[03:18:11] [Server thread/INFO]:
2006[03:18:11] [Server thread/INFO]: -------------------------
2007[03:18:11] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.4.6
2008[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'FMine.mine.yml'...
2009[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'TMine.mine.yml'...
2010[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'PMine.mine.yml'...
2011[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'QMine.mine.yml'...
2012[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'XMine.mine.yml'...
2013[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'RandomMine.mine.yml'...
2014[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MMine.mine.yml'...
2015[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'GMine.mine.yml'...
2016[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'BMine.mine.yml'...
2017[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'LMine.mine.yml'...
2018[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'KMine.mine.yml'...
2019[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'WMine.mine.yml'...
2020[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'YMine.mine.yml'...
2021[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'UMine.mine.yml'...
2022[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'OMine.mine.yml'...
2023[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'ZMine.mine.yml'...
2024[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'SMine.mine.yml'...
2025[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'CMine.mine.yml'...
2026[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'RMine.mine.yml'...
2027[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'DMine.mine.yml'...
2028[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'VMine.mine.yml'...
2029[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'HMine.mine.yml'...
2030[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'EMine.mine.yml'...
2031[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'AMine.mine.yml'...
2032[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'NMine.mine.yml'...
2033[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'AWood.mine.yml'...
2034[03:18:11] [Server thread/ERROR]: [MineResetLite] Unable to find a world! Please include these logger lines along with the stack trace when reporting this bug!
2035[03:18:11] [Server thread/ERROR]: [MineResetLite] Attempted to load world named: yo
2036[03:18:11] [Server thread/ERROR]: [MineResetLite] Worlds listed: world, world_nether, world_the_end, JellyIsBae, EMine, FMine, GMine, HMine, IMine, JMine, KMine, LMine, MMine, NMine, OMine, PMine, QMine, RMine, SMine, TMine, UMine, VMine, WMine, XMine, YMine, ZMine, flatroom
2037[03:18:11] [Server thread/ERROR]: Could not call constructor 'public com.koletar.jj.mineresetlite.Mine(java.util.Map)' of class com.koletar.jj.mineresetlite.Mine for deserialization
2038java.lang.IllegalArgumentException: World was null!
2039 at com.koletar.jj.mineresetlite.Mine.<init>(Mine.java:78) ~[?:?]
2040 at sun.reflect.GeneratedConstructorAccessor74.newInstance(Unknown Source) ~[?:?]
2041 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_111]
2042 at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_111]
2043 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeViaCtor(ConfigurationSerialization.java:96) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2044 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserialize(ConfigurationSerialization.java:133) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2045 at org.bukkit.configuration.serialization.ConfigurationSerialization.deserializeObject(ConfigurationSerialization.java:195) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2046 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:35) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2047 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2048 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping2ndStep(BaseConstructor.java:373) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2049 at org.yaml.snakeyaml.constructor.SafeConstructor.constructMapping2ndStep(SafeConstructor.java:147) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2050 at org.yaml.snakeyaml.constructor.BaseConstructor.constructMapping(BaseConstructor.java:354) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2051 at org.yaml.snakeyaml.constructor.SafeConstructor$ConstructYamlMap.construct(SafeConstructor.java:489) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2052 at org.bukkit.configuration.file.YamlConstructor$ConstructCustomObject.construct(YamlConstructor.java:26) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2053 at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2054 at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:141) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2055 at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:127) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2056 at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2057 at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2058 at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2059 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2060 at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2061 at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2062 at com.koletar.jj.mineresetlite.MineResetLite.onEnable(MineResetLite.java:114) [MineResetLite.jar:?]
2063 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2064 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2065 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2066 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2067 at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2068 at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2069 at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2070 at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2071 at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2072 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2073 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
2074[03:18:11] [Server thread/ERROR]: [MineResetLite] Mine wasn't a mine object! Something is off with serialization!
2075[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'JMine.mine.yml'...
2076[03:18:11] [Server thread/INFO]: [MineResetLite] Loading mine from file 'IMine.mine.yml'...
2077[03:18:11] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.4.6 enabled!
2078[03:18:11] [Server thread/INFO]: [AutoSell] Enabling AutoSell v1.6.1
2079[03:18:11] [Server thread/INFO]: [AutoSell] Loading AutoSell messages.yml
2080[03:18:11] [Server thread/WARN]: [AutoSell] Price was invalid for entry: in shop BMine!
2081[03:18:11] [Server thread/WARN]: [AutoSell] No auto sell items were loaded for shop BMine!
2082[03:18:11] [Server thread/WARN]: [AutoSell] Price was invalid for entry: in shop CMine!
2083[03:18:11] [Server thread/WARN]: [AutoSell] No auto sell items were loaded for shop CMine!
2084[03:18:11] [Server thread/WARN]: [AutoSell] Price was invalid for entry: in shop DMine!
2085[03:18:11] [Server thread/WARN]: [AutoSell] No auto sell items were loaded for shop DMine!
2086[03:18:11] [Server thread/INFO]: [AutoSell] 2 shops loaded!
2087[03:18:11] [Server thread/INFO]: [AutoSell] 4 auto smelt entries loaded!
2088[03:18:11] [Server thread/INFO]: [AutoSell] MineResetLite was detected and shops will be set per mine!
2089[03:18:11] [Server thread/INFO]: [AutoSell] BlockBreakEvent priority set to HIGHEST!
2090[03:18:11] [Server thread/INFO]: [AutoSell] 0 saved multipliers have been loaded!
2091[03:18:11] [Server thread/INFO]: [AutoSell] 1 permission based multipliers loaded!
2092[03:18:11] [Server thread/INFO]: [AutoSell] 1 permission based shop multipliers have been loaded!
2093[03:18:11] [Server thread/INFO]: [AutoSell] 2 shop signs have been loaded!
2094[03:18:11] [Server thread/INFO]: ---------------------------
2095[03:18:11] [Server thread/INFO]: AutoSell Updater
2096[03:18:11] [Server thread/INFO]:
2097[03:18:11] [Server thread/INFO]: An update for AutoSell has been found!
2098[03:18:11] [Server thread/INFO]: AutoSell 1.6.6
2099[03:18:11] [Server thread/INFO]: You are running 1.6.1
2100[03:18:11] [Server thread/INFO]:
2101[03:18:11] [Server thread/INFO]: Download at http://www.spigotmc.org/resources/autosell.2157/
2102[03:18:11] [Server thread/INFO]: ---------------------------
2103[03:18:11] [Server thread/INFO]: [MineCrates] Enabling MineCrates v2.5
2104[03:18:12] [Server thread/INFO]: [MineCrates] area_handler hook successfully set to: 'World'
2105[03:18:12] [Server thread/INFO]: [MineCrates] Loaded reward list: vip with 4 rewards.
2106[03:18:12] [Server thread/INFO]: [MineCrates] Loaded reward list: default with 3 rewards.
2107[03:18:12] [Server thread/INFO]: [MineCrates] 1 MineCrate areas loaded...
2108[03:18:12] [Server thread/INFO]: [TitleManager] Enabling TitleManager v1.5.12
2109[03:18:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
2110[03:18:12] [Server thread/INFO]: Done (44.989s)! For help, type "help" or "?"
2111[03:18:12] [Server thread/INFO]: [PlugMan] Metrics started: http://mcstats.org/plugin/PlugMan
2112[03:18:12] [Craft Scheduler Thread - 1/INFO]: [TitleManager] Searching for updates.
2113[03:18:13] [Craft Scheduler Thread - 2/INFO]: [MineCrates] An update for MineCrates (MineCrates v2.6.1)
2114[03:18:13] [Craft Scheduler Thread - 2/INFO]: [MineCrates] is available at https://www.spigotmc.org/resources/minecrates.4685/
2115[03:18:13] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.8.x(47)
2116[03:18:13] [Craft Scheduler Thread - 1/INFO]: [TitleManager] No update was found.
2117[03:18:13] [Craft Scheduler Thread - 42/INFO]: [PlugMan] No update was found.
2118[03:18:13] [Craft Scheduler Thread - 9/INFO]: -----------------------------------
2119[03:18:13] [Craft Scheduler Thread - 9/INFO]: There is an update for Specialized Crates! You are currently on version 2.8.2.2 but an update for version 2.8.2.5 is available.
2120[03:18:13] [Craft Scheduler Thread - 9/INFO]: -----------------------------------
2121[03:18:13] [Server thread/INFO]: [Citizens] Loaded 1 NPCs.
2122[03:18:13] [Craft Scheduler Thread - 52/INFO]: ChatControl A new version of ChatControl is available.
2123[03:18:13] [Craft Scheduler Thread - 52/INFO]: ChatControl Current version: 7.0.18; New version: 7.0.28
2124[03:18:13] [Craft Scheduler Thread - 52/INFO]: ChatControl URL: https://www.spigotmc.org/resources/10258/.
2125[03:18:14] [Craft Scheduler Thread - 14/INFO]: [Vault] Checking for Updates ...
2126[03:18:14] [Server thread/INFO]: com.mojang.authlib.GameProfile@4a7f52e9[id=6d87acfe-36df-4629-9c11-3457801b2c45,name=DrakeVEVO,properties={textures=[com.mojang.authlib.properties.Property@5ddb2701]},legacy=false] (/64.250.84.195:61043) lost connection: Disconnected
2127[03:18:14] [Craft Scheduler Thread - 14/INFO]: [Vault] No new version available
2128[03:18:14] [Server thread/INFO]: [+] Watch out for Shadow74 for Joining
2129[03:18:15] [Server thread/INFO]: Shadow74[/173.219.154.59:57983] logged in with entity id 627 at ([JellyIsBae]9030.002463124876, 180.1707870772188, 2380.454752357218)
2130[03:18:15] [Server thread/WARN]: [Essentials] Task #511 for Essentials vTeamCity generated an exception
2131java.lang.NullPointerException
2132 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:176) ~[?:?]
2133 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
2134 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:35) ~[?:?]
2135 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2136 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2137 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2138 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2139 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2140 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2141 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
2142[03:18:20] [Craft Scheduler Thread - 14/INFO]: [PlotMe] Checking if conversion to UUID needed...
2143[03:18:20] [Craft Scheduler Thread - 14/INFO]: [PlotMe] No plot conversion needed
2144[03:18:23] [User Authenticator #3/INFO]: UUID of player DrakeVEVO is 6d87acfe-36df-4629-9c11-3457801b2c45
2145[03:18:24] [Server thread/INFO]: [+] Watch out for DrakeVEVO for Joining
2146[03:18:24] [Server thread/INFO]: DrakeVEVO[/64.250.84.195:61845] logged in with entity id 631 at ([JellyIsBae]9032.466580588556, 179.0, 2371.6130852745423)
2147[03:18:24] [Server thread/WARN]: [Essentials] Task #552 for Essentials vTeamCity generated an exception
2148java.lang.NullPointerException
2149 at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:181) ~[?:?]
2150 at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
2151 at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:35) ~[?:?]
2152 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2153 at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2154 at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2155 at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2156 at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2157 at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.1.8.8.jar:git-Spigot-db6de12-18fbb24]
2158 at java.lang.Thread.run(Thread.java:745) [?:1.7.0_111]
2159[03:18:25] [Server thread/INFO]: Shadow74 issued server command: /pl
2160[03:18:35] [Server thread/INFO]: Shadow74 issued server command: /pl
2161[03:18:35] [Server thread/INFO]: DrakeVEVO issued server command: /pl
2162[03:18:43] [Server thread/INFO]: DrakeVEVO issued server command: /givepick
2163[03:18:47] [Server thread/INFO]: DrakeVEVO issued server command: /givepick DrakeVEVO
2164[03:18:51] [Server thread/INFO]: Shadow74 issued server command: /fly