· 6 years ago · Oct 16, 2019, 05:00 PM
1[15:23:38] [Server thread/INFO]: Starting minecraft server version 1.14.4
2[15:23:38] [Server thread/INFO]: Loading properties
3[15:23:40] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-94af569-db98d54 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
4[15:23:41] [Server thread/INFO]: Debug logging is disabled
5[15:23:41] [Server thread/INFO]: Using 4 threads for Netty based IO
6[15:23:41] [Server thread/INFO]: Server Ping Player Sample Count: 12
7[15:23:41] [Server thread/INFO]: Default game type: SURVIVAL
8[15:23:41] [Server thread/INFO]: Generating keypair
9[15:23:41] [Server thread/INFO]: Starting Minecraft server on *:25565
10[15:23:41] [Server thread/INFO]: Using default channel type
11[15:23:47] [Server thread/ERROR]: Could not load 'plugins\IP-Check.jar' in folder 'plugins'
12org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
13 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
14 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:138) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
15 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
16 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
17 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
18 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
19Caused by: java.util.zip.ZipException: error in opening zip file
20 at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_172]
21 at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_172]
22 at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_172]
23 at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_172]
24 at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_172]
25 at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
26 ... 5 more
27[15:23:52] [Server thread/WARN]: Plugin BuildersUtilities v1.2.4 does not specify an api-version.
28[15:23:52] [Server thread/WARN]: Plugin CustomHealth v1.1.0 does not specify an api-version.
29[15:23:52] [Server thread/WARN]: Plugin AntiSpam v1.0 does not specify an api-version.
30[15:23:52] [Server thread/WARN]: Plugin PickPocket vv1.0 does not specify an api-version.
31[15:23:52] [Server thread/WARN]: Plugin LogItAll v1.0.0 does not specify an api-version.
32[15:23:52] [Server thread/WARN]: Plugin BuildSystem v1.8 does not specify an api-version.
33[15:23:52] [Server thread/WARN]: Plugin CustomRecipes v2.2.1-SNAPSHOT does not specify an api-version.
34[15:23:52] [Server thread/ERROR]: Could not load 'plugins\CustomRecipes-2.2.1.jar' in folder 'plugins'
35org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_12_R1/inventory/CraftItemStack
36 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
37 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
38 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
39 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
40 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
41 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
42 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
43Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_12_R1/inventory/CraftItemStack
44 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_172]
45 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_172]
46 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:59) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
47 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
48 ... 6 more
49Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_12_R1.inventory.CraftItemStack
50 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
51 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
52 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_172]
53 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_172]
54 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_172]
55 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_172]
56 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:59) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
57 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
58 ... 6 more
59[15:23:52] [Server thread/ERROR]: Could not load 'plugins\BannerBoard-Leaderheads-1.0.7.jar' in folder 'plugins'
60org.bukkit.plugin.UnknownDependencyException: LeaderHeads
61 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
62 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
63 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
64 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
65 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
66[15:23:52] [Server thread/WARN]: Plugin Arconix v1.1.1 does not specify an api-version.
67[15:23:52] [Server thread/WARN]: Plugin DIYmazes v1.0.0 does not specify an api-version.
68[15:23:52] [Server thread/WARN]: Plugin ScreenText v1.0 does not specify an api-version.
69[15:23:52] [Server thread/WARN]: Plugin WelcomeWarpSigns v1.1 does not specify an api-version.
70[15:23:52] [Server thread/WARN]: Plugin PunchStaff v2.4.0-dev does not specify an api-version.
71[15:23:52] [Server thread/ERROR]: Could not load 'plugins\AntiAD-2.3.4.jar' in folder 'plugins'
72org.bukkit.plugin.InvalidPluginException: Cannot find main class `com.communitybuilt.punchstaff.PunchStaff'
73 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:61) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
74 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
75 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
76 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
77 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
78 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
79 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
80 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
81Caused by: java.lang.ClassNotFoundException: com.communitybuilt.punchstaff.PunchStaff
82 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_172]
83 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
84 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
85 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_172]
86 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_172]
87 at java.lang.Class.forName0(Native Method) ~[?:1.8.0_172]
88 at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_172]
89 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:59) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
90 ... 7 more
91[15:23:52] [Server thread/ERROR]: Could not load 'plugins\GlowGUI.jar' in folder 'plugins'
92org.bukkit.plugin.UnknownDependencyException: GlowAPI
93 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
94 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
95 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
96 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
97 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
98[15:23:52] [Server thread/WARN]: Plugin SuperPickaxe v1.0 does not specify an api-version.
99[15:23:52] [Server thread/WARN]: Plugin NaughtyMode v3.4.1 does not specify an api-version.
100[15:23:52] [Server thread/WARN]: Plugin PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4 does not specify an api-version.
101[15:23:52] [Server thread/WARN]: Plugin Spawntp v2.0.0 does not specify an api-version.
102[15:23:52] [Server thread/WARN]: Plugin CustomList v2.0.7 does not specify an api-version.
103[15:23:52] [Server thread/WARN]: Plugin InvRestore2 v2.7.3-STABLE does not specify an api-version.
104[15:23:52] [Server thread/WARN]: Plugin AutoBroadcast v1.1 does not specify an api-version.
105[15:23:52] [Server thread/WARN]: Plugin AdvancedBan v2.1.4-RELEASE does not specify an api-version.
106[15:23:52] [Server thread/WARN]: Plugin BanAnimations v2.1.0 does not specify an api-version.
107[15:23:52] [Server thread/WARN]: Plugin NameMyItem v5.5.0 does not specify an api-version.
108[15:23:52] [Server thread/WARN]: Plugin LuckyDrink v2.4.0 does not specify an api-version.
109[15:23:52] [Server thread/WARN]: Plugin ChestCeption v1.3.0 does not specify an api-version.
110[15:23:52] [Server thread/WARN]: Plugin MVdWPlaceholderAPI v2.5.1 does not specify an api-version.
111[15:23:52] [Server thread/WARN]: Plugin AntiAd v1.0 does not specify an api-version.
112[15:23:53] [Server thread/WARN]: Plugin iConomy v7.0.6 does not specify an api-version.
113[15:23:53] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
114[15:23:53] [Server thread/WARN]: Plugin FeatherBoard v4.22.0 does not specify an api-version.
115[15:23:53] [Server thread/WARN]: Plugin StaffSecure v2.0 does not specify an api-version.
116[15:23:53] [Server thread/WARN]: Plugin CleanroomGenerator v1.0.0 does not specify an api-version.
117[15:23:53] [Server thread/WARN]: Plugin RadicalReports v4.8.12 does not specify an api-version.
118[15:23:53] [Server thread/WARN]: Plugin ErrorSink v1.1.0 does not specify an api-version.
119[15:23:53] [Server thread/ERROR]: [ErrorSink] Provide a DSN from Sentry.io in the config to get started!
120[15:23:53] [Server thread/WARN]: Plugin InviteSystem v1.1.0 does not specify an api-version.
121[15:23:53] [Server thread/WARN]: Plugin CommandLog v1.2 does not specify an api-version.
122[15:23:53] [Server thread/WARN]: Plugin TitleAPI v2.1.4 does not specify an api-version.
123[15:23:53] [Server thread/WARN]: [ReflectionHelper] Failed to find version enum for 'org.bukkit.craftbukkit.v1_14_R1'/'v1_14_R1.'
124[15:23:53] [Server thread/INFO]: [ReflectionHelper] Version is UNKNOWN (-1)
125[15:23:53] [Server thread/ERROR]: Could not load 'plugins\TitleAPI_v2.1.4.jar' in folder 'plugins'
126org.bukkit.plugin.InvalidPluginException: java.lang.ExceptionInInitializerError
127 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
128 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
129 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
130 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
131 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
132 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
133 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
134Caused by: java.lang.ExceptionInInitializerError
135 at org.inventivetalent.reflection.resolver.minecraft.NMSClassResolver.resolve(NMSClassResolver.java:43) ~[?:?]
136 at org.inventivetalent.reflection.resolver.ClassResolver.resolveSilent(ClassResolver.java:44) ~[?:?]
137 at org.inventivetalent.title.TitleAPI.<clinit>(TitleAPI.java:49) ~[?:?]
138 at org.inventivetalent.title.TitlePlugin.<init>(TitlePlugin.java:41) ~[?:?]
139 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
140 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
141 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
142 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
143 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
144 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
145 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
146 ... 6 more
147Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: Could not resolve class for [ResolverQuery{name='org.bukkit.craftbukkit.UNKNOWN.entity.CraftEntity', types=[]}]
148 at org.inventivetalent.reflection.minecraft.Minecraft.<clinit>(Minecraft.java:56) ~[?:?]
149 at org.inventivetalent.reflection.resolver.minecraft.NMSClassResolver.resolve(NMSClassResolver.java:43) ~[?:?]
150 at org.inventivetalent.reflection.resolver.ClassResolver.resolveSilent(ClassResolver.java:44) ~[?:?]
151 at org.inventivetalent.title.TitleAPI.<clinit>(TitleAPI.java:49) ~[?:?]
152 at org.inventivetalent.title.TitlePlugin.<init>(TitlePlugin.java:41) ~[?:?]
153 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
154 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
155 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
156 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
157 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
158 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
159 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
160 ... 6 more
161Caused by: java.lang.ClassNotFoundException: Could not resolve class for [ResolverQuery{name='org.bukkit.craftbukkit.UNKNOWN.entity.CraftEntity', types=[]}]
162 at org.inventivetalent.reflection.resolver.ClassResolver.notFoundException(ClassResolver.java:68) ~[?:?]
163 at org.inventivetalent.reflection.resolver.ClassResolver.notFoundException(ClassResolver.java:36) ~[?:?]
164 at org.inventivetalent.reflection.resolver.ResolverAbstract.resolve(ResolverAbstract.java:88) ~[?:?]
165 at org.inventivetalent.reflection.resolver.ClassResolver.resolve(ClassResolver.java:55) ~[?:?]
166 at org.inventivetalent.reflection.resolver.minecraft.OBCClassResolver.resolve(OBCClassResolver.java:46) ~[?:?]
167 at org.inventivetalent.reflection.minecraft.Minecraft.<clinit>(Minecraft.java:54) ~[?:?]
168 at org.inventivetalent.reflection.resolver.minecraft.NMSClassResolver.resolve(NMSClassResolver.java:43) ~[?:?]
169 at org.inventivetalent.reflection.resolver.ClassResolver.resolveSilent(ClassResolver.java:44) ~[?:?]
170 at org.inventivetalent.title.TitleAPI.<clinit>(TitleAPI.java:49) ~[?:?]
171 at org.inventivetalent.title.TitlePlugin.<init>(TitlePlugin.java:41) ~[?:?]
172 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
173 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
174 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
175 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
176 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
177 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
178 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
179 ... 6 more
180[15:23:53] [Server thread/WARN]: Plugin VoodooDoll v2.0.1 does not specify an api-version.
181[15:23:53] [Server thread/WARN]: Plugin ParticleLIB v2.1.1 does not specify an api-version.
182[15:23:53] [Server thread/WARN]: Plugin Coupons v3.0.2 does not specify an api-version.
183[15:23:53] [Server thread/WARN]: Plugin CoreProtect v2.14.2 does not specify an api-version.
184[15:23:53] [Server thread/WARN]: Plugin TimTheEnchanter v3.0 does not specify an api-version.
185[15:23:53] [Server thread/WARN]: Plugin AutoCooker v1.0 does not specify an api-version.
186[15:23:53] [Server thread/WARN]: Plugin BuycraftX v10.1.4 does not specify an api-version.
187[15:23:53] [Server thread/WARN]: Plugin BannerBoard v1.10.2 does not specify an api-version.
188[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %name% for plugin BannerBoard...[m
189[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:name% for plugin BannerBoard...[m
190[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %uuid% for plugin BannerBoard...[m
191[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard placeholder %BannerBoard:uuid% for plugin BannerBoard...[m
192[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer COLOR for plugin BannerBoard...[m
193[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:COLOR for plugin BannerBoard...[m
194[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer IMAGE for plugin BannerBoard...[m
195[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:IMAGE for plugin BannerBoard...[m
196[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer TEXT for plugin BannerBoard...[m
197[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:TEXT for plugin BannerBoard...[m
198[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SKIN for plugin BannerBoard...[m
199[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:SKIN for plugin BannerBoard...[m
200[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer LIVEIMG for plugin BannerBoard...[m
201[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:LIVEIMG for plugin BannerBoard...[m
202[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer URLIMG for plugin BannerBoard...[m
203[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:URLIMG for plugin BannerBoard...[m
204[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer INTERACT for plugin BannerBoard...[m
205[15:23:54] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard:INTERACT for plugin BannerBoard...[m
206[15:23:54] [Server thread/WARN]: Plugin EditDrops v1.0.6 does not specify an api-version.
207[15:23:54] [Server thread/WARN]: Plugin SignEdit v1.8.0 does not specify an api-version.
208[15:23:54] [Server thread/WARN]: Plugin CS-CoreLib v1.5.16 does not specify an api-version.
209[15:23:54] [Server thread/WARN]: Plugin FunnyFilter v2.2.0 does not specify an api-version.
210[15:23:54] [Server thread/ERROR]: Could not load 'plugins\FunnyFilter.jar' in folder 'plugins'
211org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/songoda/arconix/api/utils/ConfigWrapper
212 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
213 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
214 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
215 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
216 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
217 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
218 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
219Caused by: java.lang.NoClassDefFoundError: com/songoda/arconix/api/utils/ConfigWrapper
220 at com.songoda.funnyfilter.FunnyFilter.<init>(FunnyFilter.java:26) ~[?:?]
221 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
222 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
223 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
224 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
225 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
226 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
227 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
228 ... 6 more
229Caused by: java.lang.ClassNotFoundException: com.songoda.arconix.api.utils.ConfigWrapper
230 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_172]
231 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
232 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
233 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_172]
234 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_172]
235 at com.songoda.funnyfilter.FunnyFilter.<init>(FunnyFilter.java:26) ~[?:?]
236 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
237 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
238 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
239 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
240 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
241 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
242 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
243 ... 6 more
244[15:23:54] [Server thread/WARN]: Plugin QAPlugin v2.1.0 does not specify an api-version.
245[15:23:54] [Server thread/ERROR]: Could not load 'plugins\QAPlugin-2.1.0-CRACKED.jar' in folder 'plugins'
246org.bukkit.plugin.InvalidPluginException: java.lang.BootstrapMethodError: java.lang.NoSuchMethodError: be.maximvdw.qaplugincore.BasePlugin.?(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Class;Ljava/lang/String;I)Ljava/lang/invoke/CallSite;
247 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
248 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
249 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
250 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
251 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
252 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
253 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
254Caused by: java.lang.BootstrapMethodError: java.lang.NoSuchMethodError: be.maximvdw.qaplugincore.BasePlugin.?(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Class;Ljava/lang/String;I)Ljava/lang/invoke/CallSite;
255 at be.maximvdw.qaplugincore.BasePlugin.<init>(Unknown Source) ~[?:?]
256 at be.maximvdw.qaplugin.QAPlugin.<init>(Unknown Source) ~[?:?]
257 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
258 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
259 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
260 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
261 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
262 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
263 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
264 ... 6 more
265Caused by: java.lang.NoSuchMethodError: be.maximvdw.qaplugincore.BasePlugin.?(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/Class;Ljava/lang/String;I)Ljava/lang/invoke/CallSite;
266 at java.lang.invoke.MethodHandleNatives.resolve(Native Method) ~[?:1.8.0_172]
267 at java.lang.invoke.MemberName$Factory.resolve(Unknown Source) ~[?:1.8.0_172]
268 at java.lang.invoke.MemberName$Factory.resolveOrFail(Unknown Source) ~[?:1.8.0_172]
269 at java.lang.invoke.MethodHandles$Lookup.resolveOrFail(Unknown Source) ~[?:1.8.0_172]
270 at java.lang.invoke.MethodHandles$Lookup.linkMethodHandleConstant(Unknown Source) ~[?:1.8.0_172]
271 at java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(Unknown Source) ~[?:1.8.0_172]
272 at be.maximvdw.qaplugincore.BasePlugin.<init>(Unknown Source) ~[?:?]
273 at be.maximvdw.qaplugin.QAPlugin.<init>(Unknown Source) ~[?:?]
274 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
275 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
276 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
277 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
278 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
279 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
280 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
281 ... 6 more
282[15:23:54] [Server thread/WARN]: Plugin CommandSpy v1.4 does not specify an api-version.
283[15:23:54] [Server thread/WARN]: Plugin PlayerVaults v4.0.5 does not specify an api-version.
284[15:23:54] [Server thread/WARN]: Plugin PotionsGUI v2.1 does not specify an api-version.
285[15:23:54] [Server thread/WARN]: Plugin EZRanksPro v1.7.1 does not specify an api-version.
286[15:23:54] [Server thread/WARN]: Plugin BeastTokens v2.7 does not specify an api-version.
287[15:23:54] [Server thread/WARN]: Plugin DepositBoxes v1.1 does not specify an api-version.
288[15:23:54] [Server thread/WARN]: Plugin BountyHunters v1.4.7 does not specify an api-version.
289[15:23:54] [Server thread/WARN]: Plugin ProtocolLib v4.3.0 does not specify an api-version.
290[15:23:54] [Server thread/WARN]: Plugin PowerlessLamps v2.5 does not specify an api-version.
291[15:23:54] [Server thread/ERROR]: Could not load 'plugins\QAPlugin-module-discordlink.jar' in folder 'plugins'
292org.bukkit.plugin.UnknownDependencyException: QAPlugin
293 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
294 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
295 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
296 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
297 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
298[15:23:54] [Server thread/WARN]: Plugin BannerBoard_Skills v2.0.1 does not specify an api-version.
299[15:23:54] [Server thread/WARN]: Plugin Lottery v1.2.1 does not specify an api-version.
300[15:23:54] [Server thread/WARN]: Plugin VirtualFarms v1.0 does not specify an api-version.
301[15:23:54] [Server thread/WARN]: Plugin PlotSquared v18.05.18-4063525-2001 does not specify an api-version.
302[15:23:55] [Server thread/WARN]: Plugin WorldGuard v6.2.1;84bc322 does not specify an api-version.
303[15:23:55] [Server thread/ERROR]: Could not load 'plugins\worldguard-6.2.1.jar' in folder 'plugins'
304org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldedit/Location
305 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
306 at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
307 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
308 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
309 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
310 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
311 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
312Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldedit/Location
313 at com.sk89q.worldguard.protection.flags.DefaultFlag.<clinit>(DefaultFlag.java:134) ~[?:?]
314 at com.sk89q.worldguard.bukkit.WorldGuardPlugin.<init>(WorldGuardPlugin.java:146) ~[?:?]
315 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
316 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
317 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
318 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
319 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
320 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
321 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
322 ... 6 more
323Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.Location
324 at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_172]
325 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
326 at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
327 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_172]
328 at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_172]
329 at com.sk89q.worldguard.protection.flags.DefaultFlag.<clinit>(DefaultFlag.java:134) ~[?:?]
330 at com.sk89q.worldguard.bukkit.WorldGuardPlugin.<init>(WorldGuardPlugin.java:146) ~[?:?]
331 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
332 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
333 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_172]
334 at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_172]
335 at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_172]
336 at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
337 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
338 ... 6 more
339[15:23:55] [Server thread/ERROR]: Could not load 'plugins\GlassDropper.jar' in folder 'plugins'
340org.bukkit.plugin.UnknownDependencyException: WorldGuard
341 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
342 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
343 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
344 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
345 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
346[15:23:55] [Server thread/WARN]: Plugin EZPrestige v1.2.2 does not specify an api-version.
347[15:23:55] [Server thread/WARN]: Plugin BannerBoard_Buycraft v1.0.1 does not specify an api-version.
348[15:23:55] [Server thread/ERROR]: Could not load 'plugins\AreaShop.jar' in folder 'plugins'
349org.bukkit.plugin.UnknownDependencyException: WorldGuard
350 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
351 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
352 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
353 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
354 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
355[15:23:55] [Server thread/WARN]: Plugin Essentials v2.15.0.1 does not specify an api-version.
356[15:23:55] [Server thread/WARN]: Plugin BannerBoard_Shop v1.0.6 does not specify an api-version.
357[15:23:55] [Server thread/ERROR]: Could not load 'plugins\TokenEnchant-Cracked.jar' in folder 'plugins'
358org.bukkit.plugin.UnknownDependencyException: WorldGuard
359 at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
360 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
361 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:202) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
362 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
363 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
364[15:23:55] [Server thread/WARN]: Plugin EssentialsGeoIP v2.15.0.1 does not specify an api-version.
365[15:23:55] [Server thread/WARN]: Plugin TitleManager v2.0.6 does not specify an api-version.
366[15:23:55] [Server thread/WARN]: Plugin QuickSell v2.0.6 does not specify an api-version.
367[15:23:55] [Server thread/WARN]: Plugin InventoryFull v1.8 does not specify an api-version.
368[15:23:55] [Server thread/WARN]: Plugin Statscraft v1.2.0 does not specify an api-version.
369[15:23:55] [Server thread/WARN]: Plugin Multiverse-Core v2.5-b719 does not specify an api-version.
370[15:23:55] [Server thread/WARN]: Plugin EssentialsChat v2.15.0.1 does not specify an api-version.
371[15:23:55] [Server thread/WARN]: Plugin iDisguiseGui v1.3.1 does not specify an api-version.
372[15:23:55] [Server thread/WARN]: Plugin Multiverse-Portals v2.5.0-b751 does not specify an api-version.
373[15:23:55] [Server thread/WARN]: Plugin DonationsHolograms v1.4.1 does not specify an api-version.
374[15:23:55] [Server thread/WARN]: Plugin Disease v2.7.3 does not specify an api-version.
375[15:23:55] [Server thread/INFO]: Custom heat values reloaded into calculator
376[15:23:55] [Server thread/INFO]: radius 0
377[15:23:55] [Server thread/INFO]: fire 0
378[15:23:55] [Server thread/INFO]: torch 0
379[15:23:55] [Server thread/WARN]: Plugin HolographicExtension v1.10.7 does not specify an api-version.
380[15:23:55] [Server thread/WARN]: Plugin RankupHolograms v3.0 does not specify an api-version.
381[15:23:55] [Server thread/WARN]: Plugin EssentialsXMPP v2.15.0.1 does not specify an api-version.
382[15:23:55] [Server thread/WARN]: Plugin BossShopPro v1.8.6 does not specify an api-version.
383[15:23:55] [Server thread/WARN]: Plugin EssentialsProtect v2.15.0.1 does not specify an api-version.
384[15:23:55] [Server thread/WARN]: Plugin PrisonCells v2.3 does not specify an api-version.
385[15:23:55] [Server thread/WARN]: Plugin Multiverse-Inventories v2.5.0-SNAPSHOT-b418 does not specify an api-version.
386[15:23:55] [Server thread/WARN]: Plugin EssentialsSpawn v2.15.0.1 does not specify an api-version.
387[15:23:55] [Server thread/WARN]: Plugin PrisonMines v3.0.5 does not specify an api-version.
388[15:23:55] [Server thread/WARN]: Plugin PrisonBombs v1.2.1 does not specify an api-version.
389[15:23:55] [Server thread/WARN]: Plugin VirtualPack v2.8.2 does not specify an api-version.
390[15:23:55] [Server thread/WARN]: Plugin HoloPlots v3.4.0 does not specify an api-version.
391[15:23:55] [Server thread/WARN]: Plugin GangsPlus v2.5.0 does not specify an api-version.
392[15:23:56] [Server thread/WARN]: Plugin PhatLoots v4.2.3 does not specify an api-version.
393[15:23:56] [Server thread/WARN]: Plugin Multiverse-NetherPortals v2.5-b675 does not specify an api-version.
394[15:23:56] [Server thread/INFO]: [ProVotes] Loading ProVotes v1.4-beta
395[15:23:56] [Server thread/INFO]: [BuildersUtilities] Loading BuildersUtilities v1.2.4
396[15:23:56] [Server thread/INFO]: [CustomHealth] Loading CustomHealth v1.1.0
397[15:23:56] [Server thread/INFO]: [AntiSpam] Loading AntiSpam v1.0
398[15:23:56] [Server thread/INFO]: [PickPocket] Loading PickPocket vv1.0
399[15:23:56] [Server thread/INFO]: [LogItAll] Loading LogItAll v1.0.0
400[15:23:56] [Server thread/INFO]: [BuildSystem] Loading BuildSystem v1.8
401[15:23:56] [Server thread/INFO]: [Arconix] Loading Arconix v1.1.1
402[15:23:56] [Server thread/INFO]: [DIYmazes] Loading DIYmazes v1.0.0
403[15:23:56] [Server thread/INFO]: [CustomEnchants] Loading CustomEnchants v1.13.3
404[15:23:56] [Server thread/INFO]: [ScreenText] Loading ScreenText v1.0
405[15:23:56] [Server thread/INFO]: [WelcomeWarpSigns] Loading WelcomeWarpSigns v1.1
406[15:23:56] [Server thread/INFO]: [EasyBackupCore] Loading EasyBackupCore v3.0.7
407[15:23:56] [Server thread/INFO]: [SuperPickaxe] Loading SuperPickaxe v1.0
408[15:23:56] [Server thread/INFO]: [NaughtyMode] Loading NaughtyMode v3.4.1
409[15:23:56] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
410[15:23:56] [Server thread/INFO]: [Spawntp] Loading Spawntp v2.0.0
411[15:23:56] [Server thread/INFO]: [CustomList] Loading CustomList v2.0.7
412[15:23:56] [Server thread/INFO]: [InvRestore2] Loading InvRestore2 v2.7.3-STABLE
413[15:23:56] [Server thread/INFO]: [AutoBroadcast] Loading AutoBroadcast v1.1
414[15:23:56] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.8.6
415[15:23:56] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.4-RELEASE
416[15:23:56] [Server thread/INFO]: [BanAnimations] Loading BanAnimations v2.1.0
417[15:23:56] [Server thread/INFO]: [EasyBackup] Loading EasyBackup v3.0.6
418[15:23:56] [Server thread/INFO]: [NameMyItem] Loading NameMyItem v5.5.0
419[15:23:56] [Server thread/INFO]: [LuckyDrink] Loading LuckyDrink v2.4.0
420[15:23:56] [Server thread/INFO]: [ChestCeption] Loading ChestCeption v1.3.0
421[15:23:56] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading MVdWPlaceholderAPI v2.5.1
422[15:23:56] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v1.13-breaking
423[15:23:56] [Server thread/INFO]: [AntiAd] Loading AntiAd v1.0
424[15:23:56] [Server thread/INFO]: [iConomy] Loading iConomy v7.0.6
425[15:23:56] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
426[15:23:56] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v4.22.0
427[15:23:56] [Server thread/INFO]: [StaffSecure] Loading StaffSecure v2.0
428[15:23:56] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
429[15:23:56] [Server thread/INFO]: [RadicalReports] Loading RadicalReports v4.8.12
430[15:23:56] [Server thread/INFO]: [ErrorSink] Loading ErrorSink v1.1.0
431[15:23:56] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.9.2
432[15:23:56] [Server thread/INFO]: [InviteSystem] Loading InviteSystem v1.1.0
433[15:23:56] [Server thread/INFO]: [Boss] Loading Boss v3.5.1
434[15:23:57] [Server thread/INFO]: [CommandLog] Loading CommandLog v1.2
435[15:23:57] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.7.4
436[15:23:57] [Server thread/INFO]: [VoodooDoll] Loading VoodooDoll v2.0.1
437[15:23:57] [Server thread/INFO]: [DynamicSigns] Loading DynamicSigns v5.0.0
438[15:23:57] [Server thread/INFO]: [ParticleLIB] Loading ParticleLIB v2.1.1
439[15:23:57] [Server thread/INFO]: [Coupons] Loading Coupons v3.0.2
440[15:23:57] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.2
441[15:23:57] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1;61bc012
442[15:23:57] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@7c11cbfa]
443[15:23:57] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
444[15:23:57] [Server thread/INFO]: [AutoCooker] Loading AutoCooker v1.0
445[15:23:57] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.1.0
446[15:23:57] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.1.4
447[15:23:57] [Server thread/INFO]: [BannerBoard] Loading BannerBoard v1.10.2
448[15:23:57] [Server thread/INFO]: [EditDrops] Loading EditDrops v1.0.6
449[15:23:57] [Server thread/INFO]: [SignEdit] Loading SignEdit v1.8.0
450[15:23:57] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.12.0
451[15:23:57] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.5.16
452[15:23:57] [Server thread/INFO]: [ActionAnnouncer] Loading ActionAnnouncer v1.14.0
453[15:23:57] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
454[15:23:57] [Server thread/INFO]: [CommandSpy] Loading CommandSpy v1.4
455[15:23:57] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v4.0.5
456[15:23:57] [Server thread/INFO]: [PotionsGUI] Loading PotionsGUI v2.1
457[15:23:57] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro v1.7.1
458[15:23:57] [Server thread/INFO]: [BeastTokens] Loading BeastTokens v2.7
459[15:23:57] [Server thread/INFO]: [DepositBoxes] Loading DepositBoxes v1.1
460[15:23:57] [Server thread/INFO]: [BountyHunters] Loading BountyHunters v1.4.7
461[15:23:57] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.3.0
462[15:23:57] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.4) has not yet been tested! Proceed with caution.
463[15:23:58] [Server thread/INFO]: [PowerlessLamps] Loading PowerlessLamps v2.5
464[15:23:58] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.24-SNAPSHOT (build 1567)
465[15:23:58] [Server thread/INFO]: [TradeMe] Loading TradeMe v6.0.0.2
466[15:23:58] [Server thread/INFO]: [BannerBoard_Skills] Loading BannerBoard_Skills v2.0.1
467[15:23:58] [Server thread/INFO]: [Lottery] Loading Lottery v1.2.1
468[15:23:58] [Server thread/INFO]: [VirtualFarms] Loading VirtualFarms v1.0
469[15:23:58] [Server thread/INFO]: [PlotSquared] Loading PlotSquared v18.05.18-4063525-2001
470[15:23:58] [Server thread/INFO]: [EZPrestige] Loading EZPrestige v1.2.2
471[15:23:58] [Server thread/INFO]: [BannerBoard_Buycraft] Loading BannerBoard_Buycraft v1.0.1
472[15:23:58] [Server thread/INFO]: [CrazyEnchantments] Loading CrazyEnchantments v1.8-Dev-Build-v7-RELEASE
473[15:23:58] [Server thread/INFO]: [Essentials] Loading Essentials v2.15.0.1
474[15:23:58] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.8.2
475[15:23:58] [Server thread/INFO]: [BannerBoard_Shop] Loading BannerBoard_Shop v1.0.6
476[15:23:58] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.0
477[15:23:58] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.15.0.1
478[15:23:58] [Server thread/INFO]: [TitleManager] Loading TitleManager v2.0.6
479[15:23:58] [Server thread/INFO]: [QuickSell] Loading QuickSell v2.0.6
480[15:23:58] [Server thread/INFO]: [InventoryFull] Loading InventoryFull v1.8
481[15:23:58] [Server thread/INFO]: [Statscraft] Loading Statscraft v1.2.0
482[15:23:58] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
483[15:23:58] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.15.0.1
484[15:23:58] [Server thread/INFO]: [iDisguiseGui] Loading iDisguiseGui v1.3.1
485[15:23:58] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5.0-b751
486[15:23:58] [Server thread/INFO]: [DonationsHolograms] Loading DonationsHolograms v1.4.1
487[15:23:58] [Server thread/INFO]: [Disease] Loading Disease v2.7.3
488[15:23:58] [Server thread/INFO]: [HolographicExtension] Loading HolographicExtension v1.10.7
489[15:23:58] [Server thread/INFO]: [RankupHolograms] Loading RankupHolograms v3.0
490[15:23:58] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP v2.15.0.1
491[15:23:58] [Server thread/INFO]: [BossShopPro] Loading BossShopPro v1.8.6
492[15:23:58] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.15.0.1
493[15:23:58] [Server thread/INFO]: [PrisonCells] Loading PrisonCells v2.3
494[15:23:58] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5.0-SNAPSHOT-b418
495[15:23:58] [Server thread/INFO]: [HeadsPluginAPI] Loading HeadsPluginAPI v1.9.0
496[15:23:58] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.15.0.1
497[15:23:58] [Server thread/INFO]: [PrisonMines] Loading PrisonMines v3.0.5
498[15:23:58] [Server thread/INFO]: [PrisonBombs] Loading PrisonBombs v1.2.1
499[15:23:58] [Server thread/INFO]: [VirtualPack] Loading VirtualPack v2.8.2
500[15:23:58] [Server thread/INFO]: [MineCrates] Loading MineCrates v2.10.0
501[15:23:58] [Server thread/INFO]: [ProQuests] Loading ProQuests v2.1.1.4
502[15:23:58] [Server thread/INFO]: [HoloPlots] Loading HoloPlots v3.4.0
503[15:23:58] [Server thread/INFO]: [UltimateKits] Loading UltimateKits v2.4.2
504[15:23:58] [Server thread/INFO]: [GangsPlus] Loading GangsPlus v2.5.0
505[15:23:58] [Server thread/INFO]: [PhatLoots] Loading PhatLoots v4.2.3
506[15:23:58] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.5-b675
507[15:23:58] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
508[15:23:58] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
509[15:23:58] [Server thread/INFO]: [ErrorSink] Enabling ErrorSink v1.1.0
510[15:23:58] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1;61bc012
511[15:23:58] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
512[15:23:58] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
513[15:23:58] [Server thread/WARN]: [WorldEdit] ====================================================
514[15:23:58] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
515[15:23:58] [Server thread/WARN]: [WorldEdit] as your server software.
516[15:23:58] [Server thread/WARN]: [WorldEdit]
517[15:23:58] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
518[15:23:58] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
519[15:23:58] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
520[15:23:58] [Server thread/WARN]: [WorldEdit]
521[15:23:58] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
522[15:23:58] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
523[15:23:58] [Server thread/WARN]: [WorldEdit]
524[15:23:58] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
525[15:23:58] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
526[15:23:58] [Server thread/WARN]: [WorldEdit]
527[15:23:58] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
528[15:23:58] [Server thread/WARN]: [WorldEdit] ====================================================
529[15:23:58] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
530[15:23:59] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
531[15:23:59] [Server thread/WARN]: [Vault] 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.
532[15:23:59] [Server thread/WARN]: [Vault] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
533[15:23:59] [Server thread/WARN]: [Vault] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
534[15:23:59] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
535[15:23:59] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
536[15:23:59] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
537[15:23:59] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
538[15:23:59] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
539[15:23:59] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
540[15:23:59] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.3.0
541[15:23:59] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
542[15:23:59] [Server thread/INFO]: [PlotSquared] Enabling PlotSquared v18.05.18-4063525-2001
543[15:23:59] [Server thread/INFO]: Version is PlotSquared-18.5.18-4063525-2001
544[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
545[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m [0;33;22mPlotSquared is using online UUIDs[m
546[15:23:59] [Server thread/INFO]: class com.plotsquared.bukkit.util.SendChunk does not support ( 1,14,4 )[m
547[15:23:59] [Server thread/INFO]: PlotSquared hooked into WorldEdit.[m
548[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mplot-expiry[0;31;1m, Value: [0;33;22mfalse[m
549[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-mobs[0;31;1m, Value: [0;33;22mfalse[m
550[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-items[0;31;1m, Value: [0;33;22mfalse[m
551[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mworlds[0;31;1m, Value: [0;33;22mfalse[m
552[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mworldedit-restrictions[0;31;1m, Value: [0;33;22mtrue[m
553[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mdatabase-purger[0;31;1m, Value: [0;33;22mfalse[m
554[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22meconomy[0;31;1m, Value: [0;33;22mtrue[m
555[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mblock-cache[0;31;1m, Value: [0;33;22mtrue[m
556[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mkill-road-vehicles[0;31;1m, Value: [0;33;22mfalse[m
557[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mpersistent-meta[0;31;1m, Value: [0;33;22mtrue[m
558[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mban-deleter[0;31;1m, Value: [0;33;22mfalse[m
559[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mupdater[0;31;1m, Value: [0;33;22mtrue[m
560[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mdatabase[0;31;1m, Value: [0;33;22mtrue[m
561[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mplotme-converter[0;31;1m, Value: [0;33;22mtrue[m
562[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mpermission-cache[0;31;1m, Value: [0;33;22mtrue[m
563[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mrating-cache[0;31;1m, Value: [0;33;22mtrue[m
564[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mcomment-notifier[0;31;1m, Value: [0;33;22mfalse[m
565[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mmetrics[0;31;1m, Value: [0;33;22mtrue[m
566[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mchunk-processor[0;31;1m, Value: [0;33;22mfalse[m
567[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22muuid-cache[0;31;1m, Value: [0;33;22mtrue[m
568[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mevents[0;31;1m, Value: [0;33;22mtrue[m
569[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;31;1mKey: [0;33;22mcommands[0;31;1m, Value: [0;33;22mtrue[m
570[15:23:59] [Server thread/INFO]: [0;33;22mPlotSquared is now enabled[m
571[15:23:59] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;33;22mMetrics enabled.[m
572[15:23:59] [Server thread/INFO]: Preparing level "world"
573[15:24:00] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
574[15:24:00] [Server thread/INFO]: Loaded 6 recipes
575[15:24:00] [Server thread/INFO]: -------- World Settings For [world] --------
576[15:24:00] [Server thread/INFO]: View Distance: 10
577[15:24:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
578[15:24:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
579[15:24:00] [Server thread/INFO]: Item Despawn Rate: 6000
580[15:24:00] [Server thread/INFO]: Item Merge Radius: 2.5
581[15:24:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
582[15:24:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
583[15:24:00] [Server thread/INFO]: Experience Merge Radius: 3.0
584[15:24:00] [Server thread/INFO]: Mob Spawn Range: 6
585[15:24:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
586[15:24:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
587[15:24:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
588[15:24:00] [Server thread/INFO]: Max TNT Explosions: 100
589[15:24:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
590[15:24:00] [Server thread/INFO]: Cane Growth Modifier: 100%
591[15:24:00] [Server thread/INFO]: Melon Growth Modifier: 100%
592[15:24:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
593[15:24:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
594[15:24:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
595[15:24:00] [Server thread/INFO]: Beetroot Growth Modifier: 100%
596[15:24:00] [Server thread/INFO]: Carrot Growth Modifier: 100%
597[15:24:00] [Server thread/INFO]: Potato Growth Modifier: 100%
598[15:24:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
599[15:24:00] [Server thread/INFO]: NetherWart Growth Modifier: 100%
600[15:24:00] [Server thread/INFO]: Vine Growth Modifier: 100%
601[15:24:00] [Server thread/INFO]: Cocoa Growth Modifier: 100%
602[15:24:00] [Server thread/INFO]: Bamboo Growth Modifier: 100%
603[15:24:00] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
604[15:24:00] [Server thread/INFO]: Kelp Growth Modifier: 100%
605[15:24:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
606[15:24:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
607[15:24:00] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
608[15:24:01] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
609[15:24:01] [Server thread/INFO]: -------- World Settings For [world_nether] --------
610[15:24:01] [Server thread/INFO]: View Distance: 10
611[15:24:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
612[15:24:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
613[15:24:01] [Server thread/INFO]: Item Despawn Rate: 6000
614[15:24:01] [Server thread/INFO]: Item Merge Radius: 2.5
615[15:24:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
616[15:24:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
617[15:24:01] [Server thread/INFO]: Experience Merge Radius: 3.0
618[15:24:01] [Server thread/INFO]: Mob Spawn Range: 6
619[15:24:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
620[15:24:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
621[15:24:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
622[15:24:01] [Server thread/INFO]: Max TNT Explosions: 100
623[15:24:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
624[15:24:01] [Server thread/INFO]: Cane Growth Modifier: 100%
625[15:24:01] [Server thread/INFO]: Melon Growth Modifier: 100%
626[15:24:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
627[15:24:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
628[15:24:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
629[15:24:01] [Server thread/INFO]: Beetroot Growth Modifier: 100%
630[15:24:01] [Server thread/INFO]: Carrot Growth Modifier: 100%
631[15:24:01] [Server thread/INFO]: Potato Growth Modifier: 100%
632[15:24:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
633[15:24:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
634[15:24:01] [Server thread/INFO]: Vine Growth Modifier: 100%
635[15:24:01] [Server thread/INFO]: Cocoa Growth Modifier: 100%
636[15:24:01] [Server thread/INFO]: Bamboo Growth Modifier: 100%
637[15:24:01] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
638[15:24:01] [Server thread/INFO]: Kelp Growth Modifier: 100%
639[15:24:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
640[15:24:01] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
641[15:24:01] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
642[15:24:01] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
643[15:24:01] [Server thread/INFO]: View Distance: 10
644[15:24:01] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
645[15:24:01] [Server thread/INFO]: Arrow Despawn Rate: 1200
646[15:24:01] [Server thread/INFO]: Item Despawn Rate: 6000
647[15:24:01] [Server thread/INFO]: Item Merge Radius: 2.5
648[15:24:01] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
649[15:24:01] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
650[15:24:01] [Server thread/INFO]: Experience Merge Radius: 3.0
651[15:24:01] [Server thread/INFO]: Mob Spawn Range: 6
652[15:24:01] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
653[15:24:01] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
654[15:24:01] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
655[15:24:01] [Server thread/INFO]: Max TNT Explosions: 100
656[15:24:01] [Server thread/INFO]: Cactus Growth Modifier: 100%
657[15:24:01] [Server thread/INFO]: Cane Growth Modifier: 100%
658[15:24:01] [Server thread/INFO]: Melon Growth Modifier: 100%
659[15:24:01] [Server thread/INFO]: Mushroom Growth Modifier: 100%
660[15:24:01] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
661[15:24:01] [Server thread/INFO]: Sapling Growth Modifier: 100%
662[15:24:01] [Server thread/INFO]: Beetroot Growth Modifier: 100%
663[15:24:01] [Server thread/INFO]: Carrot Growth Modifier: 100%
664[15:24:01] [Server thread/INFO]: Potato Growth Modifier: 100%
665[15:24:01] [Server thread/INFO]: Wheat Growth Modifier: 100%
666[15:24:01] [Server thread/INFO]: NetherWart Growth Modifier: 100%
667[15:24:01] [Server thread/INFO]: Vine Growth Modifier: 100%
668[15:24:01] [Server thread/INFO]: Cocoa Growth Modifier: 100%
669[15:24:01] [Server thread/INFO]: Bamboo Growth Modifier: 100%
670[15:24:01] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
671[15:24:01] [Server thread/INFO]: Kelp Growth Modifier: 100%
672[15:24:01] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
673[15:24:01] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
674[15:24:01] [Server thread/INFO]: BukkitPlotGenerator does not fully support: null[m
675[15:24:01] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
676[15:24:02] [Server thread/INFO]: Preparing spawn area: 0%
677[15:24:02] [Server thread/INFO]: Preparing spawn area: 0%
678[15:24:02] [Server thread/INFO]: Preparing spawn area: 0%
679[15:24:02] [Server thread/INFO]: Preparing spawn area: 0%
680[15:24:05] [Server-Worker-2/INFO]: Preparing spawn area: 83%
681[15:24:05] [Server-Worker-1/INFO]: Preparing spawn area: 83%
682[15:24:05] [Server-Worker-2/INFO]: Preparing spawn area: 83%
683[15:24:05] [Server-Worker-2/INFO]: Preparing spawn area: 83%
684[15:24:05] [Server thread/INFO]: Preparing spawn area: 83%
685[15:24:05] [Server-Worker-4/INFO]: Preparing spawn area: 99%
686[15:24:05] [Server thread/INFO]: Time elapsed: 4622 ms
687[15:24:05] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
688[15:24:06] [Server thread/INFO]: Preparing spawn area: 0%
689[15:24:06] [Server thread/INFO]: Preparing spawn area: 0%
690[15:24:06] [Server-Worker-9/INFO]: Preparing spawn area: 83%
691[15:24:07] [Server-Worker-9/INFO]: Preparing spawn area: 83%
692[15:24:10] [Server-Worker-1/INFO]: Preparing spawn area: 91%
693[15:24:10] [Server-Worker-1/INFO]: Preparing spawn area: 91%
694[15:24:10] [Server-Worker-1/INFO]: Preparing spawn area: 91%
695[15:24:10] [Server-Worker-8/INFO]: Preparing spawn area: 91%
696[15:24:10] [Server-Worker-2/INFO]: Preparing spawn area: 91%
697[15:24:10] [Server-Worker-8/INFO]: Preparing spawn area: 91%
698[15:24:10] [Server thread/INFO]: Time elapsed: 4927 ms
699[15:24:10] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
700[15:24:11] [Server thread/INFO]: Preparing spawn area: 0%
701[15:24:11] [Server thread/INFO]: Preparing spawn area: 0%
702[15:24:11] [Server thread/INFO]: Time elapsed: 973 ms
703[15:24:11] [Server thread/INFO]: [ProVotes] Enabling ProVotes v1.4-beta
704[15:24:11] [Server thread/ERROR]: Error occurred while enabling ProVotes v1.4-beta (Is it up to date?)
705java.lang.IllegalArgumentException: No enum constant com.culleystudios.spigot.lib.compatibility.CompatibilityVersion.v1_14_R1
706 at java.lang.Enum.valueOf(Unknown Source) ~[?:1.8.0_172]
707 at com.culleystudios.spigot.lib.compatibility.CompatibilityVersion.valueOf(CompatibilityVersion.java:1) ~[?:?]
708 at com.culleystudios.spigot.lib.compatibility.CompatibilityVersion.current(CompatibilityVersion.java:24) ~[?:?]
709 at com.culleystudios.spigot.lib.CSPlugin.initCompatibility(CSPlugin.java:22) ~[?:?]
710 at com.culleystudios.spigot.lib.CSPlugin.onEnable(CSPlugin.java:17) ~[?:?]
711 at com.culleystudios.provotes.ProVotes.onEnable(ProVotes.java:124) ~[?:?]
712 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
713 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
714 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
715 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
716 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
717 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
718 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
719 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
720 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
721[15:24:11] [Server thread/INFO]: [BuildersUtilities] Enabling BuildersUtilities v1.2.4
722[15:24:11] [Server thread/INFO]: [CustomHealth] Enabling CustomHealth v1.1.0
723[15:24:11] [Server thread/INFO]: [CustomHealth] CustomHealth version 1.1.0 is Enabled
724[15:24:11] [Server thread/INFO]: [AntiSpam] Enabling AntiSpam v1.0
725[15:24:11] [Server thread/INFO]: [PickPocket] Enabling PickPocket vv1.0
726[15:24:11] [Server thread/INFO]: [PickPocket] Pickpocket v1.0.5 enabled.
727[15:24:11] [Server thread/INFO]: [LogItAll] Enabling LogItAll v1.0.0
728[15:24:11] [Server thread/INFO]: [BuildSystem] Enabling BuildSystem v1.8
729[15:24:11] [Server thread/INFO]: BuildSystem » Plugin [0;32;1menabled[m![m
730[15:24:11] [Server thread/INFO]: [Arconix] Enabling Arconix v1.1.1
731[15:24:11] [Server thread/INFO]: [DIYmazes] Enabling DIYmazes v1.0.0
732[15:24:11] [Server thread/INFO]: [CustomEnchants] Enabling CustomEnchants v1.13.3
733[15:24:11] [Server thread/ERROR]: Error occurred while enabling CustomEnchants v1.13.3 (Is it up to date?)
734java.lang.ExceptionInInitializerError: null
735 at me.jupdyke01.Commands.CERemove.<clinit>(CERemove.java:17) ~[?:?]
736 at me.jupdyke01.Main.onEnable(Main.java:138) ~[?:?]
737 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
738 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
739 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
740 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
741 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
742 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
743 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
744 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
745 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
746Caused by: java.lang.IllegalArgumentException: Cannot translate null text
747 at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
748 at org.bukkit.ChatColor.translateAlternateColorCodes(ChatColor.java:354) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
749 at me.jupdyke01.StringsConf.<clinit>(StringsConf.java:8) ~[?:?]
750 ... 11 more
751[15:24:11] [Server thread/INFO]: [ScreenText] Enabling ScreenText v1.0
752[15:24:12] [Server thread/INFO]: [WelcomeWarpSigns] Enabling WelcomeWarpSigns v1.1
753[15:24:12] [Server thread/INFO]: [EasyBackupCore] Enabling EasyBackupCore v3.0.7
754[15:24:12] [Server thread/INFO]: [SuperPickaxe] Enabling SuperPickaxe v1.0
755[15:24:12] [Server thread/INFO]: [SuperPickaxe] Plugin has been enabled!
756[15:24:12] [Server thread/INFO]: [SuperPickaxe] All data from the config file has been loaded!
757[15:24:12] [Server thread/INFO]: [NaughtyMode] Enabling NaughtyMode v3.4.1
758[15:24:12] [Server thread/INFO]: [NaughtyMode] NaughtyMode version 3.4.1 is Enabled
759[15:24:12] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.10-SNAPSHOT-jenkins-PlayerHeads-1-61-g39b94b4
760[15:24:13] [Server thread/INFO]: [Spawntp] Enabling Spawntp v2.0.0
761[15:24:13] [Server thread/INFO]: The spawn plugin is activated!
762[15:24:13] [Server thread/INFO]: [CustomList] Enabling CustomList v2.0.7
763[15:24:13] [Server thread/INFO]: Data sent to Metrics successfully.
764[15:24:13] [Server thread/INFO]: [InvRestore2] Enabling InvRestore2 v2.7.3-STABLE
765[15:24:13] [Server thread/INFO]: [InvRestore2] Plugin successfully loaded. That took 111ms.
766[15:24:13] [Server thread/INFO]: [InvRestore2] [0;35;22mCracked by qtChan@blackspigot.com with [0;31;22m<3[m
767[15:24:13] [Server thread/INFO]: [AutoBroadcast] Enabling AutoBroadcast v1.1
768[15:24:13] [Server thread/INFO]: AutoBroadcast Version 1.1 Has Been Enabled!
769[15:24:13] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.8.6
770[15:24:13] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mEssentials[m
771[15:24:13] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mMultiverse-Core [0;37;22m(World Alias)[m
772[15:24:13] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mProtocolLib [0;37;22m(Packet Features)[m
773[15:24:13] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mVault[m
774[15:24:13] [Server thread/INFO]: [0;36;22mHooked into[0;30;1m: [0;37;1mPlaceholderAPI[m
775[15:24:13] [Server thread/INFO]: [0;37;1mUpdating settings.yml with [0;36;1m'[0;37;1mMinimum_Players_To_Enable_Checks[0;36;1m' [0;37;1m-> [0;36;1m'[0;37;1m0[0;36;1m'[m[m
776[15:24:13] [Server thread/INFO]: [0;37;1mUpdating settings.yml with [0;36;1m'[0;37;1mVerbose_Rules[0;36;1m' [0;37;1m-> [0;36;1m'[0;37;1mtrue[0;36;1m'[m[m
777[15:24:13] [Server thread/INFO]: [0;37;1mUpdating settings.yml with [0;36;1m'[0;37;1mLookup_Geo_Data[0;36;1m' [0;37;1m-> [0;36;1m'[0;37;1mtrue[0;36;1m'[m[m
778[15:24:13] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
779[15:24:13] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
780[15:24:13] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
781[15:24:13] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
782[15:24:13] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Unknown Source)
783[15:24:13] [Server thread/WARN]: at org.mineacademy.chatcontrol.settings.ConfHelper.invokeMethods(ConfHelper.java:83)
784[15:24:13] [Server thread/WARN]: at org.mineacademy.chatcontrol.settings.ConfHelper.loadValues(ConfHelper.java:61)
785[15:24:13] [Server thread/WARN]: at org.mineacademy.chatcontrol.settings.ConfHelper.createFileAndLoad(ConfHelper.java:114)
786[15:24:13] [Server thread/WARN]: at org.mineacademy.chatcontrol.settings.Settings.load(Settings.java:23)
787[15:24:13] [Server thread/WARN]: at org.mineacademy.chatcontrol.settings.ConfHelper.loadAll(ConfHelper.java:53)
788[15:24:13] [Server thread/WARN]: at org.mineacademy.chatcontrol.ChatControl.onEnable(ChatControl.java:88)
789[15:24:13] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
790[15:24:13] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
791[15:24:13] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
792[15:24:13] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
793[15:24:13] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
794[15:24:13] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
795[15:24:13] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
796[15:24:13] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
797[15:24:13] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
798[15:24:13] [Server thread/WARN]: Caused by: java.lang.IllegalArgumentException: Malformed config value, expected boolean at: Debug
799[15:24:13] [Server thread/WARN]: at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
800[15:24:13] [Server thread/WARN]: at org.mineacademy.chatcontrol.settings.ConfHelper.getBoolean(ConfHelper.java:131)
801[15:24:13] [Server thread/WARN]: at org.mineacademy.chatcontrol.settings.Settings.init(Settings.java:454)
802[15:24:13] [Server thread/WARN]: ... 19 more
803[15:24:13] [Server thread/INFO]: [0;31;22m!----------------------------------------------![m
804[15:24:13] [Server thread/INFO]: [0;31;1mError loading ChatControl, plugin is disabled![m
805[15:24:13] [Server thread/INFO]: [0;31;1mRunning on 1.14.4-R0.1-SNAPSHOT (v1_14_R1) and Java 1.8.0_172[m
806[15:24:13] [Server thread/INFO]: [0;31;22m!----------------------------------------------![m
807[15:24:13] [Server thread/INFO]: [0;31;1mError: Unable to get the error message, search above.[m
808[15:24:13] [Server thread/INFO]: [0;31;22m!----------------------------------------------![m
809[15:24:13] [Server thread/INFO]: [ChatControl] Disabling ChatControl v5.8.6
810[15:24:13] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.4-RELEASE
811[15:24:14] [Server thread/INFO]:
812
813[]=====[Enabling AdvancedBan]=====[]
814| Information:
815| Name: AdvancedBan
816| Developer: Leoko
817| Version: 2.1.4-RELEASE
818| Storage: HSQLDB (local)
819| Support:
820| Skype: Leoko33
821| Mail: Leoko4433@gmail.com
822| Update:
823| There is a new version available! [2.1.3-RELEASE]
824[]================================[]
825
826[15:24:14] [Server thread/INFO]: [BanAnimations] Enabling BanAnimations v2.1.0
827[15:24:14] [Server thread/INFO]: [BanAnimations] Animation cage has been loaded!
828[15:24:14] [Server thread/INFO]: [BanAnimations] Animation carfall has been loaded!
829[15:24:14] [Server thread/INFO]: [BanAnimations] Animation explode has been loaded!
830[15:24:14] [Server thread/INFO]: [BanAnimations] Animation freeze has been loaded!
831[15:24:14] [Server thread/INFO]: [BanAnimations] Animation gwen has been loaded!
832[15:24:14] [Server thread/INFO]: [BanAnimations] Animation lightning has been loaded!
833[15:24:14] [Server thread/INFO]: [BanAnimations] Animation spit has been loaded!
834[15:24:14] [Server thread/INFO]: [BanAnimations] Animation meteor has been loaded!
835[15:24:14] [Server thread/INFO]: [BanAnimations] Animation pig has been loaded!
836[15:24:14] [Server thread/INFO]: [BanAnimations] Animation swordfall has been loaded!
837[15:24:14] [Server thread/INFO]: [BanAnimations] Animation snaptrap has been loaded!
838[15:24:14] [Server thread/INFO]: [BanAnimations] Animation yinyang has been loaded!
839[15:24:14] [Server thread/INFO]: [BanAnimations] BanAnimations has been enabled! (V.2.1.0)
840[15:24:14] [Server thread/INFO]: [EasyBackup] Enabling EasyBackup v3.0.6
841[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;1m-------------------------------------------------------------[m
842[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m _____ ______ _ [m
843[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m| ___| | ___ \ | | [m
844[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m| |__ __ _ ___ _ _ | |_/ / __ _ ___| | ___ _ _ __ [m
845[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m| __|/ _` / __| | | | | ___ \/ _` |/ __| |/ / | | | '_ \ [m
846[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m| |__| (_| \__ \ |_| | | |_/ / (_| | (__| <| |_| | |_) |[m
847[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m\____/\__,_|___/\__, | \____/ \__,_|\___|_|\_\\__,_| .__/ [m
848[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m __/ | | | [m
849[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m |___/ |_| [m
850[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22m[m
851[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22mEasyBackup v3.0.6[m
852[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22mMade by Forseth11, JarFiles[m
853[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22mLicensed to BlackSpigotMC (00000)[m
854[15:24:16] [Server thread/INFO]: [EasyBackup] [m
855[15:24:16] [Server thread/INFO]: [EasyBackup] [0;33;22mLoading...[m
856[15:24:17] [Server thread/INFO]: [EasyBackup] [0;33;22mLoading Configurations...[m
857[15:24:17] [Server thread/INFO]: [EasyBackup] [0;33;22mLoading settings.yml config...[m
858[15:24:17] [Server thread/INFO]: [EasyBackup] [0;33;22mLoading messages.yml config...[m
859[15:24:17] [Server thread/INFO]: [EasyBackup] [0;33;22mLoading Managers...[m
860[15:24:17] [Server thread/INFO]: [EasyBackup] [0;33;22mLoading EasyBackup schedule (CRON).[m
861[15:24:17] [Server thread/INFO]: [EasyBackup] [0;33;22mSchedule applied: 0 0 0 ? * * * (at 00:00)[m
862[15:24:18] [Server thread/INFO]: [EasyBackup] [0;33;22mStarting LagMeter...[m
863[15:24:18] [Server thread/INFO]: [EasyBackup] [0;33;22mLoading Commands...[m
864[15:24:18] [Server thread/INFO]: [EasyBackup] [0;33;22mEnabling API...[m
865[15:24:18] [Server thread/INFO]: [EasyBackup] [m
866[15:24:18] [Server thread/INFO]: [EasyBackup] [0;32;1mEasyBackup has been loaded successfully. Starting backup schedule and disk protection...[m
867[15:24:18] [Server thread/INFO]: [EasyBackup] [0;32;1mBackup Schedule has been started successfully[m
868[15:24:18] [Server thread/INFO]: [EasyBackup] [0;33;1m-------------------------------------------------------------[m
869[15:24:18] [Server thread/INFO]: [NameMyItem] Enabling NameMyItem v5.5.0
870[15:24:18] [Server thread/INFO]: [NameMyItem] NameMyItem version 5.5.0 is Enabled
871[15:24:18] [Server thread/INFO]: [LuckyDrink] Enabling LuckyDrink v2.4.0
872[15:24:18] [Server thread/INFO]: [LuckyDrink] LuckyDrink version 2.4.0 is Enabled
873[15:24:18] [Server thread/INFO]: [ChestCeption] Enabling ChestCeption v1.3.0
874[15:24:18] [Server thread/WARN]: [ChestCeption]
875[15:24:18] [Server thread/WARN]: [ChestCeption] It is recommended to install PacketListenerAPI!
876[15:24:18] [Server thread/WARN]: [ChestCeption] https://r.spiget.org/2930/
877[15:24:18] [Server thread/WARN]: [ChestCeption]
878[15:24:18] [Server thread/INFO]: [ChestCeption] Metrics started
879[15:24:18] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v2.5.1
880[15:24:18] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing ...
881[15:24:18] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
882[15:24:18] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v1.13-breaking
883[15:24:18] [Server thread/INFO]: [AntiAd] Enabling AntiAd v1.0
884[15:24:18] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0.6
885[15:24:18] [Server thread/ERROR]: Error occurred while enabling iConomy v7.0.6 (Is it up to date?)
886java.lang.NoSuchMethodError: org.bukkit.Server.getServerName()Ljava/lang/String;
887 at com.iCo6.iConomy.onEnable(iConomy.java:101) ~[?:?]
888 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
889 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
890 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
891 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
892 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
893 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
894 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
895 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
896 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
897[15:24:18] [Server thread/INFO]: [Vault] [Vault][Economy] iConomy 7 hooked.
898[15:24:18] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
899[15:24:18] [Server thread/INFO]: [PermissionsEx] Initializing file backend
900[15:24:18] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
901[15:24:18] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
902[15:24:18] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
903[15:24:18] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
904[15:24:18] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v4.22.0
905[15:24:19] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
906[15:24:19] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v4.22.0
907[15:24:19] [Server thread/INFO]: [FeatherBoard] Framework version: 2019-07
908[15:24:19] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
909[15:24:19] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
910[15:24:19] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
911[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading database driver ...
912[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading dependency Javax Persistence 2.1.0 ...
913[15:24:19] [Server thread/INFO]: [FeatherBoard] Javax Persistence 2.1.0 is now loaded!
914[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 ...
915[15:24:19] [Server thread/INFO]: [FeatherBoard] ORMLite 5 is now loaded!
916[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading dependency ORMLite 5 JDBC ...
917[15:24:19] [Server thread/INFO]: [FeatherBoard] ORMLite 5 JDBC is now loaded!
918[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
919[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading messages ...
920[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
921[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading placeholders and event triggers ...
922[15:24:19] [Server thread/INFO]: [FeatherBoard] Loading internal placeholders ...
923[15:24:19] [Server thread/INFO]: [FeatherBoard] Fetching available placeholders from server ...
924[15:24:23] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;33;1mUnable to load placeholders 'tokenenchant'. Plugin TokenEnchant not found![m
925[15:24:23] [Server thread/WARN]: [FeatherBoard] Deleting placeholder bundle due to no longer needed: tokenenchant.jar
926[15:24:23] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;33;1mUnable to load placeholders 'worldguard'. Plugin WorldGuard not found![m
927[15:24:23] [Server thread/WARN]: [FeatherBoard] Deleting placeholder bundle due to no longer needed: worldguard.jar
928[15:24:23] [Server thread/INFO]: [FeatherBoard] Checking for placeholder updates ...
929[15:24:23] [Server thread/INFO]: [FeatherBoard] Loaded 5600 of the 5600 placholders
930[15:24:23] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: FeatherBoard
931[15:24:23] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example1' ...
932[15:24:23] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example1
933[15:24:23] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example2' ...
934[15:24:23] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example2
935[15:24:23] [Server thread/INFO]: [FeatherBoard] Loading custom effect 'example3' ...
936[15:24:23] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: example3
937[15:24:25] [Server thread/INFO]: [FeatherBoard] Using OPTIMAL as the update strategy
938[15:24:25] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'default' ...
939[15:24:25] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'Free' ...
940[15:24:25] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'Owner' ...
941[15:24:25] [Server thread/INFO]: [FeatherBoard] Loading scoreboard 'Staff' ...
942[15:24:25] [Server thread/INFO]: [FeatherBoard] Added 'PERMISSION' as the default scoreboard assign method
943[15:24:25] [Server thread/INFO]: [FeatherBoard] Generating metrics information ...
944[15:24:25] [Server thread/INFO]: [0;35;22m[[0;34;1mFeatherBoard[0;35;22m] [0;32;1mYour version is up to date![m
945[15:24:25] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
946[15:24:25] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
947[15:24:25] [Server thread/INFO]: [StaffSecure] Enabling StaffSecure v2.0
948[15:24:25] [Server thread/INFO]: [StaffSecure] Loading plugin version 2.0
949[15:24:25] [Server thread/ERROR]: Error occurred while enabling StaffSecure v2.0 (Is it up to date?)
950java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
951 at org.arkhamnetwork.staffsecure.StaffSecure.onEnable(StaffSecure.java:47) ~[?:?]
952 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
953 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
954 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
955 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
956 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
957 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
958 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
959 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
960 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
961[15:24:25] [Server thread/INFO]: [RadicalReports] Enabling RadicalReports v4.8.12
962[15:24:25] [Server thread/INFO]: Language Messages Loaded
963[15:24:25] [Server thread/INFO]: Loaded configuration file.
964[15:24:25] [Server thread/INFO]: [RadicalReports] Vault found, enabling permissions integration.
965[15:24:25] [Server thread/ERROR]: Error occurred while enabling RadicalReports v4.8.12 (Is it up to date?)
966java.lang.NoSuchMethodError: org.bukkit.enchantments.Enchantment.<init>(I)V
967 at me.light.radicalreports.Glow.<init>(Glow.java:10) ~[?:?]
968 at me.light.radicalreports.Main.registerGlow(Main.java:120) ~[?:?]
969 at me.light.radicalreports.Main.onEnable(Main.java:65) ~[?:?]
970 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
971 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
972 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
973 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
974 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
975 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
976 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
977 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
978 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
979[15:24:25] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.9.2
980[15:24:25] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
981[15:24:25] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
982[15:24:25] [Server thread/INFO]: [InviteSystem] Enabling InviteSystem v1.1.0
983[15:24:25] [Server thread/INFO]: [InviteSystem] InviteSystem loads the config...
984[15:24:25] [Server thread/INFO]: [InviteSystem] InviteSystem by Freeforever24 says "Hi!"
985[15:24:25] [Server thread/INFO]: [Boss] Enabling Boss v3.5.1
986[15:24:26] [Server thread/INFO]: [0;33;1m______[m
987[15:24:26] [Server thread/INFO]: [0;33;1m(____ \[m
988[15:24:26] [Server thread/INFO]: [0;33;1m ____) ) ___ ___ ___[m
989[15:24:26] [Server thread/INFO]: [0;33;1m| __ ( / _ \ /___)/___)[m
990[15:24:26] [Server thread/INFO]: [0;33;1m| |__) ) |_| |___ |___ |[m
991[15:24:26] [Server thread/INFO]: [0;33;22m|______/ \___/(___/(___/[m
992[15:24:26] [Server thread/INFO]: [m
993[15:24:26] [Server thread/INFO]: [0;37;22mUpdate settings.yml at [0;36;1m'[0;37;1mSetup.Sort_Bosses_In_Menu_Alphabetically[0;36;1m' [0;37;22m-> [0;36;1m'[0;37;1mfalse[0;36;1m'[m[m
994[15:24:26] [Server thread/INFO]: [0;37;22mUpdate settings.yml at [0;36;1m'[0;37;1mDeath.Run_Player_Commands_As_Player[0;36;1m' [0;37;22m-> [0;36;1m'[0;37;1mtrue[0;36;1m'[m[m
995[15:24:26] [Server thread/INFO]: [0;37;22mUpdate settings.yml at [0;36;1m'[0;37;1mLimits.Apply_For_Spawners[0;36;1m' [0;37;22m-> [0;36;1m'[0;37;1mfalse[0;36;1m'[m[m
996[15:24:26] [Server thread/INFO]: [0;37;22mUpdate settings.yml at [0;36;1m'[0;37;1mLimits.Global.Enabled[0;36;1m' [0;37;22m-> [0;36;1m'[0;37;1mtrue[0;36;1m'[m[m
997[15:24:26] [Server thread/INFO]: [0;37;22mUpdate settings.yml at [0;36;1m'[0;37;1mPrevent_Vanilla_Mobs.Enabled[0;36;1m' [0;37;22m-> [0;36;1m'[0;37;1mfalse[0;36;1m'[m[m
998[15:24:26] [Server thread/INFO]: [0;37;22mUpdate settings.yml at [0;36;1m'[0;37;1mPrevent_Vanilla_Mobs.Prevent_From[0;36;1m' [0;37;22m-> [0;36;1m'[0;37;1m[NATURAL, CHUNK_GEN, SPAWNER, VILLAGE_DEFENSE, VILLAGE_INVASION, REINFORCEMENTS, INFECTION, CURED, DROWNED][0;36;1m'[m[m
999[15:24:26] [Server thread/INFO]: [0;37;22mUpdate settings.yml at [0;36;1m'[0;37;1mPrevent_Vanilla_Mobs.Entities[0;36;1m' [0;37;22m-> [0;36;1m'[0;37;1m[*][0;36;1m'[m[m
1000[15:24:26] [Server thread/INFO]: [0;37;22mUpdate settings.yml at [0;36;1m'[0;37;1mTimed_Spawning.Performance.Check_Regions[0;36;1m' [0;37;22m-> [0;36;1m'[0;37;1mtrue[0;36;1m'[m[m
1001[15:24:26] [Server thread/INFO]: [0;37;22m!-----------------------------------------------------![m
1002[15:24:26] [Server thread/INFO]: [0;31;1m[0;33;1mNOTICE ON PERFORMANCE:[m
1003[15:24:26] [Server thread/INFO]: [m
1004[15:24:26] [Server thread/INFO]: [0;31;1mTimed Spawning chunk radius was greater than 1.[m
1005[15:24:26] [Server thread/INFO]: [m
1006[15:24:26] [Server thread/INFO]: [0;31;1mMinecraft 1.14+ calculates living entities in a way[m
1007[15:24:26] [Server thread/INFO]: [0;31;1mtaking greatly more CPU cycles. To avoid lags, we[m
1008[15:24:26] [Server thread/INFO]: [0;31;1mreduced the value to 1. Spawning wont be affected[m
1009[15:24:26] [Server thread/INFO]: [0;31;1mtoo much, bosses will spawn a bit closer to players.[m
1010[15:24:26] [Server thread/INFO]: [0;37;22m!-----------------------------------------------------![m
1011[15:24:26] [Server thread/INFO]: [0;37;22mUpdate messages_en.yml. Move [0;36;1m'[0;37;1mUpdate_Available[0;36;1m' [0;37;22m(was '[0;32;22mA new version of [0;36;22mBoss[0;32;22m is available.[m
1012[15:24:26] [Server thread/INFO]: [0;32;22mCurrent version: [0;37;1m{current}[0;32;22m; New version: [0;37;1m{new}[m
1013[15:24:26] [Server thread/INFO]: [0;32;22mURL: [0;37;22mhttps://www.spigotmc.org/resources/{resourceId}/.[0;37;22m') to [0;36;1m'[0;37;1mUpdate.Available[0;36;1m'[m[m
1014[15:24:26] [Server thread/INFO]: [0;33;1mCould not hook into PlotSquared, version 4.x required, you have 18.05.18-4063525-2001[m
1015[15:24:26] [Server thread/INFO]: [m
1016[15:24:26] [Server thread/INFO]: [0;30;1mLoading bosses (0) ..[m
1017[15:24:26] [Server thread/INFO]: [m
1018[15:24:27] [Server thread/INFO]: [0;37;1mTutorial:[m
1019[15:24:27] [Server thread/INFO]: [0;33;22mhttps://github.com/kangarko/Boss/wiki[m
1020[15:24:27] [Server thread/INFO]: [m
1021[15:24:27] [Server thread/INFO]: [0;37;1mGet help:[m
1022[15:24:27] [Server thread/INFO]: [0;33;22mhttps://github.com/kangarko/Boss/issues[m
1023[15:24:27] [Server thread/INFO]: [0;30;1m______________________________________________________________[m
1024[15:24:27] [Server thread/INFO]: [CommandLog] Enabling CommandLog v1.2
1025[15:24:27] [Server thread/INFO]: There are 2 commands in the ignore list
1026[15:24:27] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.7.4
1027[15:24:27] [Server thread/WARN]: [OldCombatMechanics] Config version does not match, backing up old config and creating a new one
1028[15:24:29] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.7.4 has been enabled
1029[15:24:29] [Server thread/INFO]: [VoodooDoll] Enabling VoodooDoll v2.0.1
1030[15:24:29] [Server thread/INFO]: [VoodooDoll] VoodooDoll version 2.0.1 is Enabled
1031[15:24:29] [Server thread/INFO]: [DynamicSigns] Enabling DynamicSigns v5.0.0
1032[15:24:29] [Server thread/INFO]: [DynamicSigns] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1033[15:24:29] [Server thread/INFO]: [DynamicSigns] Plugin: DynamicSigns v5.0.0
1034[15:24:29] [Server thread/INFO]: [DynamicSigns] Framework version: 2019-05
1035[15:24:29] [Server thread/INFO]: [DynamicSigns] Author: Maximvdw (Maxim Van de Wynckel)
1036[15:24:29] [Server thread/INFO]: [DynamicSigns] Site: https://www.mvdw-software.com/
1037[15:24:29] [Server thread/INFO]: [DynamicSigns] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1038[15:24:29] [Server thread/INFO]: [DynamicSigns] Loading configuration ...
1039[15:24:29] [Server thread/INFO]: [DynamicSigns] Loading messages ...
1040[15:24:29] [Server thread/INFO]: [DynamicSigns] Loading language file: lang_en
1041[15:24:29] [Server thread/INFO]: [DynamicSigns] Loading placeholders and event triggers ...
1042[15:24:29] [Server thread/INFO]: [DynamicSigns] Loading internal placeholders ...
1043[15:24:29] [Server thread/INFO]: [DynamicSigns] Fetching available placeholders from server ...
1044[15:24:31] [Server thread/INFO]: [0;35;22m[[0;34;1mDynamicSigns[0;35;22m] [0;33;1mUnable to load placeholders 'tokenenchant'. Plugin TokenEnchant not found![m
1045[15:24:31] [Server thread/WARN]: [DynamicSigns] Deleting placeholder bundle due to no longer needed: tokenenchant.jar
1046[15:24:31] [Server thread/INFO]: [0;35;22m[[0;34;1mDynamicSigns[0;35;22m] [0;33;1mUnable to load placeholders 'worldguard'. Plugin WorldGuard not found![m
1047[15:24:31] [Server thread/WARN]: [DynamicSigns] Deleting placeholder bundle due to no longer needed: worldguard.jar
1048[15:24:31] [Server thread/INFO]: [DynamicSigns] Checking for placeholder updates ...
1049[15:24:31] [Server thread/INFO]: [DynamicSigns] Loaded 5600 of the 5600 placholders
1050[15:24:31] [Server thread/INFO]: [MVdWPlaceholderAPI] Hooked into MVdW plugin: DynamicSigns
1051[15:24:31] [Server thread/INFO]: [DynamicSigns] Loading custom effect 'example1' ...
1052[15:24:31] [Server thread/INFO]: [DynamicSigns] Creating new custom effect: example1
1053[15:24:31] [Server thread/INFO]: [DynamicSigns] Loading custom effect 'example2' ...
1054[15:24:31] [Server thread/INFO]: [DynamicSigns] Creating new custom effect: example2
1055[15:24:31] [Server thread/INFO]: [DynamicSigns] Loading custom effect 'example3' ...
1056[15:24:31] [Server thread/INFO]: [DynamicSigns] Creating new custom effect: example3
1057[15:24:31] [Server thread/INFO]: [DynamicSigns] Adding sign line 'line1' ...
1058[15:24:31] [Server thread/INFO]: [DynamicSigns] Adding sign line 'line2' ...
1059[15:24:31] [Server thread/INFO]: [DynamicSigns] Adding sign line 'line3' ...
1060[15:24:31] [Server thread/INFO]: [DynamicSigns] Loaded '0' signs in the sign storage.
1061[15:24:31] [Server thread/INFO]: [0;35;22m[[0;34;1mDynamicSigns[0;35;22m] [0;32;1mYour version is up to date![m
1062[15:24:31] [Server thread/INFO]: [DynamicSigns] Adding command 'dynamicsigns'
1063[15:24:31] [Server thread/INFO]: [ParticleLIB] Enabling ParticleLIB v2.1.1
1064[15:24:31] [Server thread/INFO]: [ParticleLIB] Metrics started
1065[15:24:31] [Server thread/INFO]: [Coupons] Enabling Coupons v3.0.2
1066[15:24:31] [Server thread/INFO]: [Coupons] Enabling the plugin...
1067[15:24:31] [Server thread/INFO]: [Coupons] Loaded 1 Coupons into memory!
1068[15:24:31] [Server thread/INFO]: [Coupons] Enabled Coupons v3.0.2!
1069[15:24:31] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.2
1070[15:24:32] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
1071[15:24:32] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
1072[15:24:32] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
1073[15:24:32] [Server thread/ERROR]: Error occurred while enabling TimTheEnchanter v3.0 (Is it up to date?)
1074java.lang.NoSuchMethodError: org.bukkit.enchantments.Enchantment.getById(I)Lorg/bukkit/enchantments/Enchantment;
1075 at org.kitteh.enchant.Tim.loadEnchantments(Tim.java:153) ~[Tim.jar:?]
1076 at org.kitteh.enchant.Tim.onEnable(Tim.java:137) ~[Tim.jar:?]
1077 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1078 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1079 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1080 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1081 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1082 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1083 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1084 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1085 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
1086[15:24:32] [Server thread/INFO]: [AutoCooker] Enabling AutoCooker v1.0
1087[15:24:32] [Server thread/INFO]: Metrics successfully set up.
1088[15:24:32] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.1.0
1089[15:24:32] [Server thread/INFO]: [ClearLag] Updating config to v3.1.0...
1090[15:24:32] [Server thread/INFO]: [ClearLag] Successfully updated config to v3.1.0!
1091[15:24:32] [Server thread/INFO]: [ClearLag] Loading modules...
1092[15:24:32] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
1093[15:24:32] [Server thread/INFO]: [ClearLag] Modules have been loaded!
1094[15:24:32] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
1095[15:24:32] [Thread-26/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.14]...
1096[15:24:32] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.1.4
1097[15:24:32] [Server thread/INFO]: [BuycraftX] Looks like this is a fresh setup. Get started by using 'buycraft secret <key>' in the console.
1098[15:24:32] [Thread-26/INFO]: [ClearLag] No updates found!
1099[15:24:32] [Server thread/INFO]: [BannerBoard] Enabling BannerBoard v1.10.2
1100[15:24:32] [Server thread/INFO]: [EditDrops] Enabling EditDrops v1.0.6
1101[15:24:51] [Server thread/INFO]: [SignEdit] Enabling SignEdit v1.8.0
1102[15:24:51] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.12.0
1103[15:24:51] [Server thread/INFO]: [DeluxeMenus] Hooked into PlaceholderAPI!
1104[15:24:51] [Server thread/INFO]: [DeluxeMenus] 1 GUI menus loaded!
1105[15:24:51] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
1106[15:24:51] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault for economy requirement!
1107[15:24:51] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup
1108[15:24:51] [Server thread/INFO]: [CS-CoreLib] Enabling CS-CoreLib v1.5.16
1109[15:24:51] [Server thread/INFO]: [ActionAnnouncer] Enabling ActionAnnouncer v1.14.0
1110[15:24:51] [Server thread/INFO]: [ActionAnnouncer] Hooked into PlaceholderAPI for placeholders!
1111[15:24:51] [Server thread/INFO]: [CommandSpy] Enabling CommandSpy v1.4
1112[15:24:51] [Server thread/WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: http://dev.bukkit.org/server-mods/command-spy/files.rss
1113[15:24:51] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
1114[15:24:51] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
1115[15:24:51] [Server thread/WARN]: at me.sonarbeserk.commandspy.updating.FeedChecker.isupdateneeded(FeedChecker.java:38)
1116[15:24:51] [Server thread/WARN]: at me.sonarbeserk.commandspy.CommandSpy.onEnable(CommandSpy.java:113)
1117[15:24:51] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1118[15:24:51] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1119[15:24:51] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1120[15:24:51] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1121[15:24:51] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1122[15:24:51] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1123[15:24:51] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1124[15:24:51] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1125[15:24:51] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1126[15:24:51] [Server thread/INFO]: [CommandSpy] Enabled Support for Vault!
1127[15:24:51] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v4.0.5
1128[15:24:51] [Server thread/INFO]: [PlayerVaults] Added PUMPKIN to list of blocked materials.
1129[15:24:51] [Server thread/INFO]: [PlayerVaults] Added DIAMOND_BLOCK to list of blocked materials.
1130[15:24:51] [Server thread/INFO]: [PlayerVaults] Loaded lang for english
1131[15:24:51] [Server thread/INFO]: [PotionsGUI] Enabling PotionsGUI v2.1
1132[15:24:51] [Server thread/INFO]: [PotionsGUI] PotionsGUI v2.1 has been enabled!
1133[15:24:51] [Server thread/INFO]: [EZRanksPro] Enabling EZRanksPro v1.7.1
1134[15:24:51] [Server thread/WARN]: [EZRanksPro] Could not setup an NMS class for your server version!
1135[15:24:51] [Server thread/WARN]: [EZRanksPro] The actionbar, effect, and JSON rankup actions will not be available
1136[15:24:52] [Server thread/INFO]: [EZRanksPro] Loading EZRanksPro messages.yml
1137[15:24:52] [Server thread/INFO]: [EZRanksPro] Loading rankups.yml....
1138[15:24:52] [Server thread/WARN]: [EZRanksPro] Rankup requirement message successfully loaded!
1139[15:24:52] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free
1140[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Burglar to Thief successfully loaded
1141[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Thief to Wanted successfully loaded
1142[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Wanted to Fugitive successfully loaded
1143[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Fugitive to Arrested successfully loaded
1144[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Arrested to Convicted successfully loaded
1145[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Convicted to Fish successfully loaded
1146[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Fish to Inmate successfully loaded
1147[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Inmate to Showertoy successfully loaded
1148[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Showertoy to Runner successfully loaded
1149[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Runner to Informant successfully loaded
1150[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Informant to Topbed successfully loaded
1151[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Topbed to Escaper successfully loaded
1152[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Escaper to Isolation successfully loaded
1153[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Isolation to Hitman successfully loaded
1154[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Hitman to Kingpin successfully loaded
1155[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Kingpin to Probation successfully loaded
1156[15:24:52] [Server thread/INFO]: [EZRanksPro] Rankup: Probation to Free successfully loaded
1157[15:24:52] [Server thread/INFO]: [EZRanksPro] 17 rankup(s) loaded
1158[15:24:52] [Server thread/INFO]: [EZRanksPro] Last rank set to rank: Free
1159[15:24:52] [Server thread/INFO]: [EZRanksPro] 1 rankup cost discounts loaded!
1160[15:24:52] [Server thread/INFO]: [EZRanksPro] 1 rankup cost multipliers loaded!
1161[15:24:52] [Server thread/INFO]: [EZRanksPro] Autorankup task started and will check if toggled players can rankup every 60 seconds
1162[15:24:52] [Server thread/INFO]: [EZRanksPro] An update for EZRanksPro (EZRanksPro v1.8.0)
1163[15:24:52] [Server thread/INFO]: [EZRanksPro] is available at https://www.spigotmc.org/resources/ezrankspro.10731/
1164[15:24:52] [Server thread/INFO]: [BeastTokens] Enabling BeastTokens v2.7
1165[15:24:52] [Server thread/INFO]: [BeastTokens] Running NBT reflection test...
1166[15:24:52] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.server.v1_14_R1.NBTTagCompound.c()
1167[15:24:52] [Server thread/WARN]: at java.lang.Class.getMethod(Unknown Source)
1168[15:24:52] [Server thread/WARN]: at me.KikiCro26.BeastTokens.itemnbtapi.NBTReflectionUtil.getKeys(NBTReflectionUtil.java:325)
1169[15:24:52] [Server thread/WARN]: at me.KikiCro26.BeastTokens.itemnbtapi.NBTItem.getKeys(NBTItem.java:60)
1170[15:24:52] [Server thread/WARN]: at me.KikiCro26.BeastTokens.itemnbtapi.ItemNBTAPI.onStart(ItemNBTAPI.java:48)
1171[15:24:52] [Server thread/WARN]: at me.KikiCro26.BeastTokens.Main.onEnable(Main.java:66)
1172[15:24:52] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1173[15:24:52] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1174[15:24:52] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1175[15:24:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1176[15:24:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1177[15:24:52] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1178[15:24:52] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1179[15:24:52] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1180[15:24:52] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1181[15:24:52] [Server thread/ERROR]: [BeastTokens] null
1182java.lang.NullPointerException: null
1183 at me.KikiCro26.BeastTokens.itemnbtapi.ItemNBTAPI.onStart(ItemNBTAPI.java:48) [BeastTokens-CRACKED.jar:?]
1184 at me.KikiCro26.BeastTokens.Main.onEnable(Main.java:66) [BeastTokens-CRACKED.jar:?]
1185 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1186 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1187 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1188 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1189 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1190 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1191 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1192 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1193 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
1194[15:24:52] [Server thread/WARN]: [BeastTokens] WARNING! This version of Item-NBT-API seems to be broken with your Spigot version! Plugins that don't check properly, may throw Exeptions, crash or have unexpected behaviors!
1195[15:24:52] [Server thread/INFO]: [BeastTokens] BeastTokens : Version 2.7 : has been enabled!
1196[15:24:52] [Server thread/ERROR]: [BeastTokens] Plugin BeastTokens v2.7 has failed to register events for class me.KikiCro26.BeastTokens.Main because com/vk2gpz/tokenenchant/TokenEnchant does not exist.
1197[15:24:52] [Server thread/INFO]: [MVdWPlaceholderAPI] BeastTokens added custom placeholder {beasttokens_tokens}
1198[15:24:52] [Server thread/INFO]: [DepositBoxes] Enabling DepositBoxes v1.1
1199[15:24:52] [Server thread/INFO]: [0;32;1m=============================[m
1200[15:24:52] [Server thread/INFO]: [0;37;22mDepositBoxes1.1 by [0;35;22mBrianna <3[0;37;22m![m
1201[15:24:52] [Server thread/INFO]: [0;37;22mAction: [0;32;1mEnabling[0;37;22m...[m
1202[15:24:52] [Server thread/INFO]: [DepositBoxes] DepositBoxes v1.1 has been enabled!
1203[15:24:52] [Server thread/INFO]: [DepositBoxes] Loading language file
1204[15:24:52] [Server thread/INFO]: [DepositBoxes] Loading data file
1205[15:24:52] [Server thread/INFO]: MCUpdate enabled and loaded
1206[15:24:52] [Server thread/INFO]: [0;32;1m=============================[m
1207[15:24:52] [Server thread/INFO]: [BountyHunters] Enabling BountyHunters v1.4.7
1208[15:24:52] [Server thread/INFO]: [BountyHunters] [0;30;1mDetected Server Version: v1_14_R1[m
1209[15:24:52] [Server thread/INFO]: [PowerlessLamps] Enabling PowerlessLamps v2.5
1210[15:24:52] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.24-SNAPSHOT (build 1567)
1211[15:24:52] [Server thread/ERROR]: [Citizens] v2.0.24-SNAPSHOT (build 1567) is not compatible with Minecraft v1_14_R1 - try upgrading or downgrading Citizens. Disabling.
1212[15:24:52] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.24-SNAPSHOT (build 1567)
1213[15:24:52] [Server thread/INFO]: [TradeMe] Enabling TradeMe v6.0.0.2
1214[15:24:52] [Server thread/ERROR]: Error occurred while enabling TradeMe v6.0.0.2 (Is it up to date?)
1215java.lang.IllegalArgumentException: Cannot get ID of Modern Material
1216 at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1217 at org.bukkit.Material.getId(Material.java:3302) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1218 at com.Zrips.CMILib.ItemManager$CMIMaterial.updateMaterial(ItemManager.java:1607) ~[TradeMe%206.0.0.21.jar:?]
1219 at com.Zrips.CMILib.ItemManager.load(ItemManager.java:40) ~[TradeMe%206.0.0.21.jar:?]
1220 at me.Zrips.TradeMe.TradeMe.onEnable(TradeMe.java:233) ~[TradeMe%206.0.0.21.jar:?]
1221 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1222 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1223 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1224 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1225 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1226 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1227 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1228 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1229 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
1230[15:24:52] [Server thread/INFO]: [BannerBoard_Skills] Enabling BannerBoard_Skills v2.0.1
1231[15:24:52] [Server thread/INFO]: [Lottery] Enabling Lottery v1.2.1
1232[15:24:53] [Server thread/INFO]: [VirtualFarms] Enabling VirtualFarms v1.0
1233[15:24:53] [Server thread/ERROR]: Error occurred while enabling VirtualFarms v1.0 (Is it up to date?)
1234java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
1235 at me.mrCookieSlime.VirtualFarms.main.onEnable(main.java:72) ~[VirtualFarms%20v1.0.jar:?]
1236 at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1237 at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1238 at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1239 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1240 at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1241 at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1242 at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1243 at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775) [spigot-1.14.4.jar:git-Spigot-94af569-db98d54]
1244 at java.lang.Thread.run(Unknown Source) [?:1.8.0_172]
1245[15:24:53] [Server thread/INFO]: [EZPrestige] Enabling EZPrestige v1.2.2
1246[15:24:53] [Server thread/INFO]: [EZPrestige] 1 prestiges loaded!
1247[15:24:53] [Server thread/INFO]: [BannerBoard_Buycraft] Enabling BannerBoard_Buycraft v1.0.1
1248[15:24:53] [Server thread/WARN]: java.lang.NullPointerException
1249[15:24:53] [Server thread/WARN]: at me.bigteddy98.bannerboard.buycraft.Main.onEnable(Main.java:38)
1250[15:24:53] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1251[15:24:53] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1252[15:24:53] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1253[15:24:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1254[15:24:53] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1255[15:24:53] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1256[15:24:53] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1257[15:24:53] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1258[15:24:53] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1259[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Enabling CrazyEnchantments v1.8-Dev-Build-v7-RELEASE
1260[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the config.yml
1261[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded config.yml
1262[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the BlockList.yml
1263[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded BlockList.yml
1264[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the Data.yml
1265[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Data.yml
1266[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantments.yml
1267[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantments.yml
1268[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the GKitz.yml
1269[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded GKitz.yml
1270[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the Messages.yml
1271[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Messages.yml
1272[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the Enchantment-Types.yml
1273[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Enchantment-Types.yml
1274[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the Signs.yml
1275[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Signs.yml
1276[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Loading the Tinker.yml
1277[15:24:53] [Server thread/INFO]: [CrazyEnchantments] Successfully loaded Tinker.yml
1278[15:24:53] [Server thread/INFO]: [Essentials] Enabling Essentials v2.15.0.1
1279[15:24:53] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
1280[15:24:53] [Server thread/INFO]: [Essentials] Using legacy item data provider as spawn egg provider.
1281[15:24:53] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
1282[15:24:53] [Server thread/INFO]: Using locale en_US
1283[15:24:53] [Server thread/INFO]: [Essentials] Using Spigot 1.7.10+ ServerListPingEvent iterator
1284[15:24:53] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
1285[15:24:53] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
1286[15:24:53] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
1287[15:24:53] [Server thread/INFO]: [Essentials] Payment method found (iConomy version: 6)
1288[15:24:53] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.8.2
1289[15:24:53] [Server thread/ERROR]: [iDisguise] iDisguise 5.8.2 is not compatible with your server version!
1290[15:24:53] [Server thread/INFO]: [iDisguise] Disabling iDisguise v5.8.2
1291[15:24:53] [Server thread/INFO]: [BannerBoard_Shop] Enabling BannerBoard_Shop v1.0.6
1292[15:24:53] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer SHOP for plugin BannerBoard_Shop...[m
1293[15:24:53] [Server thread/INFO]: [BannerBoard] [INFO] Successfully registered BannerBoard custom renderer BannerBoard_Shop:SHOP for plugin BannerBoard_Shop...[m
1294[15:24:53] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.0
1295[15:24:53] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
1296[15:24:54] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.15.0.1
1297[15:24:54] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
1298[15:24:54] [Server thread/INFO]: [TitleManager] Enabling TitleManager v2.0.6
1299[15:24:54] [Server thread/INFO]: [QuickSell] Enabling QuickSell v2.0.6
1300[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1301[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1302[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1303[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1304[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1305[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1306[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1307[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1308[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1309[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1310[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1311[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1312[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1313[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1314[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1315[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1316[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1317[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1318[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1319[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1320[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1321[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1322[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1323[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1324[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1325[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1326[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1327[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1328[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1329[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1330[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1331[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1332[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1333[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1334[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1335[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1336[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1337[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1338[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1339[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1340[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1341[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1342[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1343[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1344[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1345[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1346[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1347[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1348[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1349[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1350[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1351[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1352[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1353[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1354[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1355[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1356[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1357[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1358[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1359[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1360[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1361[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1362[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1363[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1364[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1365[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1366[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1367[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1368[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1369[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1370[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1371[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1372[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1373[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1374[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1375[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1376[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1377[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1378[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1379[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1380[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1381[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1382[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1383[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1384[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1385[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1386[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1387[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1388[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1389[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1390[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1391[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1392[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1393[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1394[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1395[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1396[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1397[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1398[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1399[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1400[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1401[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1402[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1403[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1404[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1405[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1406[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1407[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1408[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1409[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1410[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1411[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1412[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1413[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1414[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1415[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1416[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1417[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1418[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1419[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1420[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1421[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1422[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1423[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1424[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1425[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1426[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1427[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1428[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1429[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1430[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1431[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1432[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1433[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1434[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1435[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1436[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1437[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1438[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1439[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1440[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1441[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1442[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1443[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1444[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1445[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1446[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1447[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1448[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1449[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1450[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1451[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1452[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1453[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1454[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1455[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1456[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1457[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1458[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1459[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1460[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1461[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1462[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1463[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1464[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1465[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1466[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1467[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1468[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1469[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1470[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1471[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1472[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1473[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1474[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1475[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1476[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1477[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1478[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1479[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1480[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1481[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1482[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1483[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1484[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1485[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1486[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1487[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1488[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1489[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1490[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1491[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1492[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1493[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1494[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1495[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1496[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1497[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:46)
1498[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1499[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1500[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1501[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1502[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1503[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1504[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1505[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1506[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1507[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1508[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1509[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1510[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1511[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1512[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1513[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1514[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1515[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1516[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1517[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1518[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1519[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1520[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1521[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1522[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1523[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1524[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1525[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1526[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1527[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1528[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1529[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1530[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1531[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1532[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1533[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1534[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1535[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1536[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1537[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1538[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1539[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1540[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1541[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1542[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1543[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1544[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1545[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1546[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1547[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1548[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1549[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1550[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1551[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1552[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1553[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1554[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1555[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1556[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1557[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1558[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1559[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1560[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1561[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1562[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1563[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1564[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1565[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1566[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1567[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1568[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1569[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1570[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1571[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1572[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1573[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1574[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1575[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1576[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1577[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1578[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1579[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1580[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1581[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1582[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1583[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1584[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1585[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1586[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1587[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1588[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1589[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1590[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1591[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1592[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1593[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1594[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1595[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1596[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1597[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1598[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1599[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1600[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1601[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1602[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1603[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1604[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1605[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1606[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1607[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1608[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1609[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1610[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1611[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1612[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1613[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1614[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1615[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1616[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1617[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1618[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1619[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1620[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1621[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1622[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1623[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1624[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1625[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1626[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1627[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1628[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1629[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1630[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1631[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1632[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1633[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1634[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1635[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1636[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1637[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1638[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1639[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1640[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1641[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1642[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1643[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1644[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1645[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1646[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1647[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1648[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1649[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1650[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1651[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1652[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1653[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1654[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1655[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1656[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1657[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1658[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1659[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1660[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1661[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1662[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1663[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1664[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1665[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1666[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1667[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1668[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1669[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1670[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1671[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1672[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1673[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1674[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1675[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1676[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1677[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1678[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1679[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1680[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1681[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1682[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1683[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1684[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1685[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1686[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1687[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1688[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1689[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1690[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1691[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1692[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1693[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1694[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1695[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1696[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1697[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1698[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1699[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1700[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1701[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1702[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1703[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1704[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1705[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1706[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1707[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1708[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1709[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1710[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1711[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1712[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1713[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1714[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1715[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1716[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1717[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1718[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1719[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1720[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1721[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1722[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1723[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1724[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1725[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1726[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1727[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1728[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1729[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1730[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1731[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1732[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1733[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1734[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1735[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1736[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1737[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1738[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1739[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1740[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1741[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1742[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1743[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1744[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1745[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1746[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1747[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1748[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1749[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1750[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1751[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1752[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1753[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1754[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1755[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1756[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1757[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1758[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1759[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1760[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1761[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1762[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1763[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1764[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1765[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1766[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1767[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1768[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1769[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1770[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1771[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1772[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1773[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1774[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1775[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1776[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1777[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1778[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1779[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1780[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1781[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1782[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1783[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1784[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1785[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1786[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1787[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1788[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1789[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1790[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1791[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1792[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1793[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1794[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1795[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1796[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1797[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1798[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1799[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1800[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1801[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1802[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1803[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1804[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1805[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1806[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1807[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1808[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1809[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1810[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1811[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1812[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1813[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1814[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1815[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1816[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1817[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1818[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1819[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1820[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1821[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1822[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1823[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1824[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1825[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1826[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1827[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1828[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1829[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1830[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1831[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1832[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1833[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1834[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1835[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1836[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1837[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1838[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1839[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1840[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1841[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1842[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1843[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1844[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1845[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1846[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1847[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1848[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1849[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1850[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1851[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1852[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1853[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1854[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1855[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1856[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1857[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1858[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1859[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1860[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1861[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1862[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1863[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1864[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1865[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1866[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1867[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1868[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1869[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1870[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1871[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1872[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1873[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1874[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1875[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1876[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1877[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1878[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1879[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1880[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1881[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1882[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1883[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1884[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1885[15:24:54] [Server thread/WARN]: java.lang.ClassCastException: net.minecraft.server.v1_14_R1.ChatMessage cannot be cast to java.lang.String
1886[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.CSCoreLibPlugin.general.String.StringUtils.formatItemName(StringUtils.java:28)
1887[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.PriceInfo.<init>(PriceInfo.java:58)
1888[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.Shop.<init>(Shop.java:40)
1889[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.reload(QuickSell.java:582)
1890[15:24:54] [Server thread/WARN]: at me.mrCookieSlime.QuickSell.QuickSell.onEnable(QuickSell.java:174)
1891[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1892[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1893[15:24:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1894[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1895[15:24:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1896[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
1897[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
1898[15:24:54] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
1899[15:24:54] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
1900[15:24:54] [Server thread/INFO]: [InventoryFull] Enabling InventoryFull v1.8
1901[15:24:54] [Server thread/INFO]: [Statscraft] Enabling Statscraft v1.2.0
1902[15:24:55] [Server thread/INFO]: Statscraft enabled
1903[15:24:55] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
1904[15:24:55] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v2.5-b719" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Rigby, fernferret, lithium3141, main--].
1905[15:24:55] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
1906[15:24:55] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
1907[15:24:55] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
1908[15:24:55] [Server thread/INFO]: -------- World Settings For [PlotsWorld] --------
1909[15:24:55] [Server thread/INFO]: View Distance: 10
1910[15:24:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
1911[15:24:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
1912[15:24:55] [Server thread/INFO]: Item Despawn Rate: 6000
1913[15:24:55] [Server thread/INFO]: Item Merge Radius: 2.5
1914[15:24:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
1915[15:24:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
1916[15:24:55] [Server thread/INFO]: Experience Merge Radius: 3.0
1917[15:24:55] [Server thread/INFO]: Mob Spawn Range: 6
1918[15:24:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
1919[15:24:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
1920[15:24:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
1921[15:24:55] [Server thread/INFO]: Max TNT Explosions: 100
1922[15:24:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
1923[15:24:55] [Server thread/INFO]: Cane Growth Modifier: 100%
1924[15:24:55] [Server thread/INFO]: Melon Growth Modifier: 100%
1925[15:24:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
1926[15:24:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
1927[15:24:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
1928[15:24:55] [Server thread/INFO]: Beetroot Growth Modifier: 100%
1929[15:24:55] [Server thread/INFO]: Carrot Growth Modifier: 100%
1930[15:24:55] [Server thread/INFO]: Potato Growth Modifier: 100%
1931[15:24:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
1932[15:24:55] [Server thread/INFO]: NetherWart Growth Modifier: 100%
1933[15:24:55] [Server thread/INFO]: Vine Growth Modifier: 100%
1934[15:24:55] [Server thread/INFO]: Cocoa Growth Modifier: 100%
1935[15:24:55] [Server thread/INFO]: Bamboo Growth Modifier: 100%
1936[15:24:55] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
1937[15:24:55] [Server thread/INFO]: Kelp Growth Modifier: 100%
1938[15:24:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
1939[15:24:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
1940[15:24:55] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;32;1mDetected world load for 'PlotsWorld'[m
1941[15:24:55] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - generator: [0;37;22mPlotSquared>PlotSquared[m
1942[15:24:55] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - plotworld: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotWorld[m
1943[15:24:55] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - manager: [0;37;22mcom.intellectualcrafters.plot.generator.HybridPlotManager[m
1944[15:24:55] [Server thread/INFO]: [0;30;1m[[0;33;22mP2[0;30;1m] [0;37;22m[0;36;22m - schematic: [0;37;22mfalse[m
1945[15:24:55] [Server thread/INFO]: World possibly already loaded: PlotsWorld[m
1946[15:24:55] [Server thread/INFO]: Preparing start region for dimension 'PlotsWorld'/minecraft:overworld
1947[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1948[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1949[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1950[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1951[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1952[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1953[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1954[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1955[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1956[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1957[15:25:00] [Server thread/INFO]: Preparing spawn area: 0%
1958[15:25:02] [Server thread/INFO]: Preparing spawn area: 0%
1959[15:25:02] [Server thread/INFO]: Preparing spawn area: 0%
1960[15:25:02] [Server thread/INFO]: Preparing spawn area: 0%
1961[15:25:02] [Server thread/INFO]: Preparing spawn area: 0%
1962[15:25:02] [Server thread/INFO]: Preparing spawn area: 0%
1963[15:25:03] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
1964[15:25:03] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1965[15:25:03] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
1966[15:25:03] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
1967[15:25:03] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
1968[15:25:03] [Server thread/WARN]: at com.intellectualcrafters.plot.util.block.QueueProvider$1.getNewQueue(QueueProvider.java:15)
1969[15:25:03] [Server thread/WARN]: at com.intellectualcrafters.plot.util.block.GlobalBlockQueue.getNewQueue(GlobalBlockQueue.java:69)
1970[15:25:03] [Server thread/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator$1.populate(BukkitPlotGenerator.java:59)
1971[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.Chunk.loadCallback(Chunk.java:537)
1972[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunk.lambda$11(PlayerChunk.java:383)
1973[15:25:03] [Server thread/WARN]: at com.mojang.datafixers.util.Either$Left.ifLeft(Either.java:43)
1974[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunk.lambda$10(PlayerChunk.java:381)
1975[15:25:03] [Server thread/WARN]: at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source)
1976[15:25:03] [Server thread/WARN]: at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
1977[15:25:03] [Server thread/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
1978[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap$CallbackExecutor.run(PlayerChunkMap.java:95)
1979[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:571)
1980[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.ChunkProviderServer.runTasks(ChunkProviderServer.java:243)
1981[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:918)
1982[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902)
1983[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103)
1984[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.executeModerately(MinecraftServer.java:879)
1985[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.loadSpawn(MinecraftServer.java:569)
1986[15:25:03] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.createWorld(CraftServer.java:970)
1987[15:25:03] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:458)
1988[15:25:03] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:284)
1989[15:25:03] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
1990[15:25:03] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
1991[15:25:03] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
1992[15:25:03] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
1993[15:25:03] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:309)
1994[15:25:03] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
1995[15:25:03] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
1996[15:25:03] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
1997[15:25:03] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
1998[15:25:03] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
1999[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
2000[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
2001[15:25:03] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
2002[15:25:03] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
2003[15:25:03] [Server thread/WARN]: Caused by: java.lang.NoSuchMethodException: net.minecraft.server.v1_14_R1.Chunk.initLighting()
2004[15:25:03] [Server thread/WARN]: at java.lang.Class.getDeclaredMethod(Unknown Source)
2005[15:25:03] [Server thread/WARN]: at com.intellectualcrafters.plot.util.ReflectionUtils$RefClass.getMethod(ReflectionUtils.java:298)
2006[15:25:03] [Server thread/WARN]: at com.plotsquared.bukkit.util.block.BukkitLocalQueue_1_9.<init>(BukkitLocalQueue_1_9.java:48)
2007[15:25:03] [Server thread/WARN]: ... 39 more
2008[15:25:04] [Server thread/INFO]: Preparing spawn area: 50%
2009[15:25:04] [Server-Worker-10/INFO]: Preparing spawn area: 50%
2010[15:25:04] [Server-Worker-10/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2011[15:25:04] [Server-Worker-10/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2012[15:25:04] [Server-Worker-10/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2013[15:25:04] [Server-Worker-10/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2014[15:25:04] [Server-Worker-10/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2015[15:25:04] [Server-Worker-10/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2016[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2017[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2018[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2019[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2020[15:25:04] [Server-Worker-10/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2021[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2022[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2023[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2024[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2025[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2026[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2027[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2028[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2029[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2030[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2031[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2032[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2033[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2034[15:25:04] [Server-Worker-10/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2035[15:25:04] [Server-Worker-10/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2036[15:25:04] [Server-Worker-10/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2037[15:25:04] [Server-Worker-10/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2038[15:25:04] [Server-Worker-10/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2039[15:25:04] [Server-Worker-10/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2040[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2041[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2042[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2043[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2044[15:25:04] [Server-Worker-10/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2045[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2046[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2047[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2048[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2049[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2050[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2051[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2052[15:25:04] [Server-Worker-10/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2053[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2054[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2055[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2056[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2057[15:25:04] [Server-Worker-10/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2058[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2059[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2060[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2061[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2062[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2063[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2064[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2065[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2066[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2067[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2068[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2069[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2070[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2071[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2072[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2073[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2074[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2075[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2076[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2077[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2078[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2079[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2080[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2081[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2082[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2083[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2084[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2085[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2086[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2087[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2088[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2089[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2090[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2091[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2092[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2093[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2094[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2095[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2096[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2097[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2098[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2099[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2100[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2101[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2102[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2103[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2104[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2105[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2106[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2107[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2108[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2109[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2110[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2111[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2112[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2113[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2114[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2115[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2116[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2117[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2118[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2119[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2120[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2121[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2122[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2123[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2124[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2125[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2126[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2127[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2128[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2129[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2130[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2131[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2132[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2133[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2134[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2135[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2136[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2137[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2138[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2139[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2140[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2141[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2142[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2143[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2144[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2145[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2146[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2147[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2148[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2149[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2150[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2151[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2152[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2153[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2154[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2155[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2156[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2157[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2158[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2159[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2160[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2161[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2162[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2163[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2164[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2165[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2166[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2167[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2168[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2169[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2170[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2171[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2172[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2173[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2174[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2175[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2176[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2177[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2178[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2179[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2180[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2181[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2182[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2183[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2184[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2185[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2186[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2187[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2188[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2189[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2190[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2191[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2192[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2193[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2194[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2195[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2196[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2197[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2198[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2199[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2200[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2201[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2202[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2203[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2204[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2205[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2206[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2207[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2208[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2209[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2210[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2211[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2212[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2213[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2214[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2215[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2216[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2217[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2218[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2219[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2220[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2221[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2222[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2223[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2224[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2225[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2226[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2227[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2228[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2229[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2230[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2231[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2232[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2233[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2234[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2235[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2236[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2237[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2238[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2239[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2240[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2241[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2242[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2243[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2244[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2245[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2246[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2247[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2248[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2249[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2250[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2251[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2252[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2253[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2254[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2255[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2256[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2257[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2258[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2259[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2260[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2261[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2262[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2263[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2264[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2265[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2266[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2267[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2268[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2269[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2270[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2271[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2272[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2273[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2274[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2275[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2276[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2277[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2278[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2279[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2280[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2281[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2282[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2283[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2284[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2285[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2286[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2287[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2288[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2289[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2290[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2291[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2292[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2293[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2294[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2295[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2296[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2297[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2298[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2299[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2300[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2301[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2302[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2303[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2304[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2305[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2306[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2307[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2308[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2309[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2310[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2311[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2312[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2313[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2314[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2315[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2316[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2317[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2318[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2319[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2320[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2321[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2322[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2323[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2324[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2325[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2326[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2327[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2328[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2329[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2330[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2331[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2332[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2333[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2334[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2335[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2336[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2337[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2338[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2339[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2340[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2341[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2342[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2343[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2344[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2345[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2346[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2347[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2348[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2349[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2350[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2351[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2352[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2353[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2354[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2355[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2356[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2357[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2358[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2359[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2360[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2361[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2362[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2363[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2364[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2365[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2366[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2367[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2368[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2369[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2370[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2371[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2372[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2373[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2374[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2375[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2376[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2377[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2378[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2379[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2380[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2381[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2382[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2383[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2384[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2385[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2386[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2387[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2388[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2389[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2390[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2391[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2392[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2393[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2394[15:25:04] [Server-Worker-15/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2395[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2396[15:25:04] [Server-Worker-15/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2397[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2398[15:25:04] [Server-Worker-15/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2399[15:25:04] [Server-Worker-15/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2400[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2401[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2402[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2403[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2404[15:25:04] [Server-Worker-15/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2405[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2406[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2407[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2408[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2409[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2410[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2411[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2412[15:25:04] [Server-Worker-15/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2413[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2414[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2415[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2416[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2417[15:25:04] [Server-Worker-15/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2418[15:25:04] [Server-Worker-15/INFO]: Preparing spawn area: 55%
2419[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2420[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2421[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2422[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2423[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2424[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2425[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2426[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2427[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2428[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2429[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2430[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2431[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2432[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2433[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2434[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2435[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2436[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2437[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2438[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2439[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2440[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2441[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2442[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2443[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2444[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2445[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2446[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2447[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2448[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2449[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2450[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2451[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2452[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2453[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2454[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2455[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2456[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2457[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2458[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2459[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2460[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2461[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2462[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2463[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2464[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2465[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2466[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2467[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2468[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2469[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2470[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2471[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2472[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2473[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2474[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2475[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2476[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2477[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2478[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2479[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2480[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2481[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2482[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2483[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2484[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2485[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2486[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2487[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2488[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2489[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2490[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2491[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2492[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2493[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2494[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2495[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2496[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2497[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2498[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2499[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2500[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2501[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2502[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2503[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2504[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2505[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2506[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2507[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2508[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2509[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2510[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2511[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2512[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2513[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2514[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2515[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2516[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2517[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2518[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2519[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2520[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2521[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2522[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2523[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2524[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2525[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2526[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2527[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2528[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2529[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2530[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2531[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2532[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2533[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2534[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2535[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2536[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2537[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2538[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2539[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2540[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2541[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2542[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2543[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2544[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2545[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2546[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2547[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2548[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2549[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2550[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2551[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2552[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2553[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2554[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2555[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2556[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2557[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2558[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2559[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2560[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2561[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2562[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2563[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2564[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2565[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2566[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2567[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2568[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2569[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2570[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2571[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2572[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2573[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2574[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2575[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2576[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2577[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2578[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2579[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2580[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2581[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2582[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2583[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2584[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2585[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2586[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2587[15:25:04] [Server thread/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2588[15:25:04] [Server thread/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2589[15:25:04] [Server thread/WARN]: at com.intellectualcrafters.plot.util.block.LocalBlockQueue.setBlock(LocalBlockQueue.java:48)
2590[15:25:04] [Server thread/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:124)
2591[15:25:04] [Server thread/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2592[15:25:04] [Server thread/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator$1.populate(BukkitPlotGenerator.java:72)
2593[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.Chunk.loadCallback(Chunk.java:537)
2594[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunk.lambda$11(PlayerChunk.java:383)
2595[15:25:04] [Server thread/WARN]: at com.mojang.datafixers.util.Either$Left.ifLeft(Either.java:43)
2596[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunk.lambda$10(PlayerChunk.java:381)
2597[15:25:04] [Server thread/WARN]: at java.util.concurrent.CompletableFuture.uniAccept(Unknown Source)
2598[15:25:04] [Server thread/WARN]: at java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
2599[15:25:04] [Server thread/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2600[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap$CallbackExecutor.run(PlayerChunkMap.java:95)
2601[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:571)
2602[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.ChunkProviderServer.runTasks(ChunkProviderServer.java:243)
2603[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:918)
2604[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:902)
2605[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeAll(SourceFile:103)
2606[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.executeModerately(MinecraftServer.java:879)
2607[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.loadSpawn(MinecraftServer.java:569)
2608[15:25:04] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.createWorld(CraftServer.java:970)
2609[15:25:04] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:458)
2610[15:25:04] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:284)
2611[15:25:04] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
2612[15:25:04] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
2613[15:25:04] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
2614[15:25:04] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
2615[15:25:04] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:309)
2616[15:25:04] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
2617[15:25:04] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
2618[15:25:04] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
2619[15:25:04] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:461)
2620[15:25:04] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:375)
2621[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:449)
2622[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:266)
2623[15:25:04] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:775)
2624[15:25:04] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
2625[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2626[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2627[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2628[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2629[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2630[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2631[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2632[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2633[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2634[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2635[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2636[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2637[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2638[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2639[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2640[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2641[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2642[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2643[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2644[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2645[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2646[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2647[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2648[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2649[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2650[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2651[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2652[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2653[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2654[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2655[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2656[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2657[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2658[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2659[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2660[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2661[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2662[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2663[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2664[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2665[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2666[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2667[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2668[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2669[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2670[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2671[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2672[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2673[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2674[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2675[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2676[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2677[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2678[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2679[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2680[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2681[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2682[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2683[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2684[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2685[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2686[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2687[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2688[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2689[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2690[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2691[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2692[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2693[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2694[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2695[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2696[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2697[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2698[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2699[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2700[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2701[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2702[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2703[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2704[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2705[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2706[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2707[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2708[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2709[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2710[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2711[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2712[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2713[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2714[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2715[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2716[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2717[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2718[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2719[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2720[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2721[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2722[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2723[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2724[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2725[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2726[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2727[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2728[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2729[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2730[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2731[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2732[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2733[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2734[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2735[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2736[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2737[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2738[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2739[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2740[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2741[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2742[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2743[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2744[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2745[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2746[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2747[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2748[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2749[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2750[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2751[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2752[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2753[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2754[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2755[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2756[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2757[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2758[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2759[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2760[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2761[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2762[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2763[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2764[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2765[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2766[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2767[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2768[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2769[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2770[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2771[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2772[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2773[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2774[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2775[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2776[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2777[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2778[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2779[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2780[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2781[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2782[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2783[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2784[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2785[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2786[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2787[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2788[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2789[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2790[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2791[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2792[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2793[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2794[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2795[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2796[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2797[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2798[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2799[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2800[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2801[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2802[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2803[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2804[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2805[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2806[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2807[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2808[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2809[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2810[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2811[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2812[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2813[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2814[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2815[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2816[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2817[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2818[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2819[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2820[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2821[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2822[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2823[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2824[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2825[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2826[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2827[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2828[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2829[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2830[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2831[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2832[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2833[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2834[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2835[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2836[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2837[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2838[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2839[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2840[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2841[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2842[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2843[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2844[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2845[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2846[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2847[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2848[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2849[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2850[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2851[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2852[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2853[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2854[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2855[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2856[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2857[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2858[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2859[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2860[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2861[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2862[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2863[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2864[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2865[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2866[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2867[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2868[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2869[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2870[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2871[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2872[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2873[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2874[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2875[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2876[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2877[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2878[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2879[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2880[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2881[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2882[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2883[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2884[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2885[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2886[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2887[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2888[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2889[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2890[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2891[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2892[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2893[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2894[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2895[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2896[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2897[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2898[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2899[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2900[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2901[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2902[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2903[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2904[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2905[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2906[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2907[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2908[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2909[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2910[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2911[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2912[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2913[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2914[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2915[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2916[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2917[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2918[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2919[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2920[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2921[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2922[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2923[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2924[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2925[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2926[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2927[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2928[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2929[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2930[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2931[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2932[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2933[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2934[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2935[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2936[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2937[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2938[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2939[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2940[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2941[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2942[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2943[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2944[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2945[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2946[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2947[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2948[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2949[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2950[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2951[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2952[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2953[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2954[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2955[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2956[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2957[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2958[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2959[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2960[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2961[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2962[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2963[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2964[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2965[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2966[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2967[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2968[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2969[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2970[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2971[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2972[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2973[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2974[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2975[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
2976[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
2977[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
2978[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
2979[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
2980[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
2981[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
2982[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
2983[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
2984[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
2985[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
2986[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
2987[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
2988[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
2989[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
2990[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
2991[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
2992[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
2993[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
2994[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
2995[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
2996[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
2997[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
2998[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
2999[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3000[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3001[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3002[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3003[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3004[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3005[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3006[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3007[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3008[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3009[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3010[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3011[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3012[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3013[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3014[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3015[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3016[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3017[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3018[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3019[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3020[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3021[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3022[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3023[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3024[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3025[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3026[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3027[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3028[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3029[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3030[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3031[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3032[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3033[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3034[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3035[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3036[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3037[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3038[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3039[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3040[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3041[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3042[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3043[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3044[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3045[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3046[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3047[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3048[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3049[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3050[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3051[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3052[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3053[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3054[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3055[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3056[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3057[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3058[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3059[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3060[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3061[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3062[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3063[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3064[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3065[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3066[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3067[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3068[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3069[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3070[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3071[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3072[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3073[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3074[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3075[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3076[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3077[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3078[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3079[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3080[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3081[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3082[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3083[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3084[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3085[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3086[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3087[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3088[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3089[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3090[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3091[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3092[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3093[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3094[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3095[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3096[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3097[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3098[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3099[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3100[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3101[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3102[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3103[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3104[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3105[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3106[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3107[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3108[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3109[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3110[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3111[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3112[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3113[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3114[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3115[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3116[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3117[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3118[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3119[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3120[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3121[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3122[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3123[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3124[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3125[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3126[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3127[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3128[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3129[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3130[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3131[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3132[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3133[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3134[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3135[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3136[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3137[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3138[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3139[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3140[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3141[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3142[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3143[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3144[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3145[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3146[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3147[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3148[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3149[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3150[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3151[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3152[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3153[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3154[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3155[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3156[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3157[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3158[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3159[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3160[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3161[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3162[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3163[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3164[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3165[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3166[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3167[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3168[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3169[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3170[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3171[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3172[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3173[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3174[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3175[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3176[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3177[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3178[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3179[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3180[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3181[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3182[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3183[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3184[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3185[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3186[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3187[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3188[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3189[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3190[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3191[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3192[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3193[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3194[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3195[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3196[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3197[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3198[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3199[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3200[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3201[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3202[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3203[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3204[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3205[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3206[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3207[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3208[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3209[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3210[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3211[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3212[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3213[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3214[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3215[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3216[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3217[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3218[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3219[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3220[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3221[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3222[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3223[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3224[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3225[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3226[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3227[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3228[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3229[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3230[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3231[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3232[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3233[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3234[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3235[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3236[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3237[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3238[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3239[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3240[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3241[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3242[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3243[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3244[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3245[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3246[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3247[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3248[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3249[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3250[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3251[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3252[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3253[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3254[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3255[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3256[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3257[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3258[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3259[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3260[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3261[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3262[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3263[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3264[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3265[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3266[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3267[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3268[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3269[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3270[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3271[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3272[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3273[15:25:04] [Server-Worker-17/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3274[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3275[15:25:04] [Server-Worker-17/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3276[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3277[15:25:04] [Server-Worker-17/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3278[15:25:04] [Server-Worker-17/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3279[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3280[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3281[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3282[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3283[15:25:04] [Server-Worker-17/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3284[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3285[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3286[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3287[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3288[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3289[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3290[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3291[15:25:04] [Server-Worker-17/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3292[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3293[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3294[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3295[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3296[15:25:04] [Server-Worker-17/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3297[15:25:04] [Server-Worker-13/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3298[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3299[15:25:04] [Server-Worker-13/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3300[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3301[15:25:04] [Server-Worker-13/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3302[15:25:04] [Server-Worker-13/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3303[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3304[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3305[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3306[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3307[15:25:04] [Server-Worker-13/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3308[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3309[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3310[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3311[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3312[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3313[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3314[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3315[15:25:04] [Server-Worker-13/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3316[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3317[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3318[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3319[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3320[15:25:04] [Server-Worker-13/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3321[15:25:04] [Server-Worker-3/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3322[15:25:04] [Server-Worker-3/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3323[15:25:04] [Server-Worker-3/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3324[15:25:04] [Server-Worker-3/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3325[15:25:04] [Server-Worker-3/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3326[15:25:04] [Server-Worker-3/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3327[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3328[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3329[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3330[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3331[15:25:04] [Server-Worker-3/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3332[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3333[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3334[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3335[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3336[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3337[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3338[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3339[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3340[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3341[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3342[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3343[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3344[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3345[15:25:04] [Server-Worker-14/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3346[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3347[15:25:04] [Server-Worker-14/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3348[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3349[15:25:04] [Server-Worker-14/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3350[15:25:04] [Server-Worker-14/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3351[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3352[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3353[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3354[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3355[15:25:04] [Server-Worker-14/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3356[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3357[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3358[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3359[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3360[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3361[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3362[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3363[15:25:04] [Server-Worker-14/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3364[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3365[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3366[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3367[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3368[15:25:04] [Server-Worker-14/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3369[15:25:04] [Server-Worker-3/WARN]: java.lang.NoSuchMethodError: org.bukkit.generator.ChunkGenerator$ChunkData.setBlock(IIIIB)V
3370[15:25:04] [Server-Worker-3/WARN]: at com.plotsquared.bukkit.util.block.GenChunk.setBlock(GenChunk.java:118)
3371[15:25:04] [Server-Worker-3/WARN]: at com.intellectualcrafters.plot.generator.HybridGen.generateChunk(HybridGen.java:48)
3372[15:25:04] [Server-Worker-3/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generate(BukkitPlotGenerator.java:304)
3373[15:25:04] [Server-Worker-3/WARN]: at com.plotsquared.bukkit.generator.BukkitPlotGenerator.generateChunkData(BukkitPlotGenerator.java:280)
3374[15:25:04] [Server-Worker-3/WARN]: at org.bukkit.craftbukkit.v1_14_R1.generator.CustomChunkGenerator.buildBase(CustomChunkGenerator.java:83)
3375[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.e(SourceFile:71)
3376[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus$d.doWork(SourceFile:261)
3377[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ChunkStatus.a(SourceFile:217)
3378[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$25(PlayerChunkMap.java:514)
3379[15:25:04] [Server-Worker-3/WARN]: at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
3380[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.PlayerChunkMap.lambda$23(PlayerChunkMap.java:512)
3381[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.CompletableFuture.uniCompose(Unknown Source)
3382[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.CompletableFuture$UniCompose.tryFire(Unknown Source)
3383[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
3384[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:58)
3385[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
3386[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
3387[15:25:04] [Server-Worker-3/WARN]: at net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
3388[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
3389[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
3390[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
3391[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
3392[15:25:04] [Server-Worker-3/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
3393[15:25:04] [Thread-3/INFO]: Stopping server
3394[15:25:04] [Thread-3/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b719
3395[15:25:06] [Thread-3/INFO]: Database closed