Date: 2023/10/09 10:15:40 UTC-07:00
Type: Denizen Script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
[07:49:13] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[07:49:14] [main/INFO]: Found new data pack file/bukkit, loading it automatically
[07:49:14] [main/INFO]: Reloading ResourceManager: Default, bukkit
[07:49:16] [Worker-Main-5/INFO]: Loaded 7 recipes
[07:49:19] [Server thread/INFO]: Starting minecraft server version 1.16.3
[07:49:19] [Server thread/INFO]: Loading properties
[07:49:20] [Server thread/INFO]: This server is running Paper version git-Paper-195 (MC: 1.16.3) (Implementing API version 1.16.3-R0.1-SNAPSHOT)
[07:49:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
[07:49:20] [Server thread/INFO]: Using 4 threads for Netty based IO
[07:49:20] [Server thread/INFO]: Debug logging is disabled
[07:49:20] [Server thread/INFO]: Default game type: SURVIVAL
[07:49:20] [Server thread/INFO]: Generating keypair
[07:49:21] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25619
[07:49:21] [Server thread/INFO]: Using epoll channel type
[07:49:21] [Server thread/ERROR]: Could not load 'plugins/Skills.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: Unknown dependency ItemAPI. Please download and install ItemAPI to run this plugin.
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:272) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:387) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:204) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
[07:49:22] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[07:49:31] [Server thread/WARN]: Legacy plugin ESKillStreaks v0.1 does not specify an api-version.
[07:49:31] [Server thread/WARN]: Legacy plugin bPermissions v2.12.4 does not specify an api-version.
[07:49:31] [Server thread/ERROR]: Fatal error trying to convert FastAsyncWorldEdit v2.5.2;19ed349:com/sk89q/worldedit/bukkit/WorldEditPlugin.class
java.lang.IllegalArgumentException: Unsupported class file major version 61
at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.<init>(ClassReader.java:196) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.<init>(ClassReader.java:177) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.<init>(ClassReader.java:163) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.util.Commodore.convert(Commodore.java:171) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:314) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:144) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_275]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_275]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_275]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_275]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:387) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:204) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
[07:49:31] [Server thread/ERROR]: Could not load 'plugins/FastAsyncWorldEdit-Bukkit-2.5.2.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/sk89q/worldedit/bukkit/WorldEditPlugin has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:305) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:387) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:204) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
Caused by: java.lang.UnsupportedClassVersionError: com/sk89q/worldedit/bukkit/WorldEditPlugin has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_275]
at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_275]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_275]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_275]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_275]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_275]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_275]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.3.jar:git-Paper-195]
... 7 more
[07:49:31] [Server thread/ERROR]: Fatal error trying to convert SignShop v4.0.0:org/wargamer2010/signshop/SignShop.class
java.lang.IllegalArgumentException: Unsupported class file major version 61
at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.<init>(ClassReader.java:196) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.<init>(ClassReader.java:177) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.libs.org.objectweb.asm.ClassReader.<init>(ClassReader.java:163) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.util.Commodore.convert(Commodore.java:171) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.util.CraftMagicNumbers.processClass(CraftMagicNumbers.java:314) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:144) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_275]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_275]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_275]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_275]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:336) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:387) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:204) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
[07:49:31] [Server thread/ERROR]: Could not load 'plugins/SignShop-4.0.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: org/wargamer2010/signshop/SignShop has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:141) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:397) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:336) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.craftbukkit.v1_16_R2.CraftServer.loadPlugins(CraftServer.java:387) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:204) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939) ~[patched_1.16.3.jar:git-Paper-195]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
Caused by: java.lang.UnsupportedClassVersionError: org/wargamer2010/signshop/SignShop has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_275]
at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_275]
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_275]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:167) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:216) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:111) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[patched_1.16.3.jar:git-Paper-195]
at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_275]
at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_275]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_275]
at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_275]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:68) ~[patched_1.16.3.jar:git-Paper-195]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:137) ~[patched_1.16.3.jar:git-Paper-195]
... 7 more
[07:49:31] [Server thread/ERROR]: Could not load 'plugins/worldguard-bukkit-7.0.9-dist.jar' in folder 'plugins': circular dependency detected
[07:49:31] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[07:49:31] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.1
[07:49:31] [Server thread/INFO]: [ESKillStreaks] Loading ESKillStreaks v0.1
[07:49:31] [Server thread/INFO]: [LoginSecurity] Loading LoginSecurity v3.2.0
[07:49:31] [Server thread/INFO]: [bPermissions] Loading bPermissions v2.12.4
[07:49:31] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[07:49:32] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.20.1 which is not a depend, softdepend or loadbefore of this plugin.
[07:49:32] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[07:49:32] [Server thread/WARN]: [Vault] Loaded class de.bananaco.bpermissions.api.WorldManager from bPermissions v2.12.4 which is not a depend, softdepend or loadbefore of this plugin.
[07:49:32] [Server thread/INFO]: [Vault][Permission] bPermissions2 hooked.
[07:49:32] [Server thread/INFO]: [Vault] [Permission] bPermissions 2 found: Loaded
[07:49:32] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[07:49:32] [Server thread/INFO]: [Vault] [Vault][Chat] bPermissions2 hooked.
[07:49:32] [Server thread/INFO]: [Vault] [Chat] bPermssions2 found: Loaded
[07:49:32] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[07:49:32] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[07:49:32] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[07:49:32] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[07:49:32] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[07:49:32] [Server thread/INFO]: Preparing level "world"
[07:49:32] [Server thread/INFO]: -------- World Settings For [world] --------
[07:49:32] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:49:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Carrot Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Potato Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Kelp Growth Modifier: 100%
[07:49:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[07:49:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:49:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[07:49:32] [Server thread/INFO]: Max TNT Explosions: 100
[07:49:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:49:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:49:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:49:32] [Server thread/INFO]: Item Merge Radius: 2.5
[07:49:32] [Server thread/INFO]: Item Despawn Rate: 6000
[07:49:32] [Server thread/INFO]: View Distance: 10
[07:49:32] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[07:49:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:49:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:49:32] [Server thread/INFO]: Mob Spawn Range: 8
[07:49:41] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[07:49:41] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:49:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Potato Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
[07:49:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[07:49:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:49:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[07:49:41] [Server thread/INFO]: Max TNT Explosions: 100
[07:49:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:49:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:49:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:49:41] [Server thread/INFO]: Item Merge Radius: 2.5
[07:49:41] [Server thread/INFO]: Item Despawn Rate: 6000
[07:49:41] [Server thread/INFO]: View Distance: 10
[07:49:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[07:49:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:49:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:49:41] [Server thread/INFO]: Mob Spawn Range: 8
[07:49:41] [Server thread/WARN]: Unable to find spawn biome
[07:49:43] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[07:49:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:49:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Carrot Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Potato Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Vine Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Kelp Growth Modifier: 100%
[07:49:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[07:49:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[07:49:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[07:49:43] [Server thread/INFO]: Max TNT Explosions: 100
[07:49:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:49:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:49:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:49:43] [Server thread/INFO]: Item Merge Radius: 2.5
[07:49:43] [Server thread/INFO]: Item Despawn Rate: 6000
[07:49:43] [Server thread/INFO]: View Distance: 10
[07:49:43] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[07:49:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:49:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:49:43] [Server thread/INFO]: Mob Spawn Range: 8
[07:49:43] [Server thread/WARN]: Unable to find spawn biome
[07:49:44] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[07:49:44] [Server thread/INFO]: Loaded 0 spawn chunks for world world
[07:49:44] [Worker-Main-5/INFO]: Preparing spawn area: 0%
[07:49:44] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[07:49:45] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[07:49:45] [Server thread/INFO]: Time elapsed: 1244 ms
[07:49:45] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[07:49:45] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
[07:49:45] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:49:45] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:49:46] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[07:49:46] [Worker-Main-8/INFO]: Preparing spawn area: 0%
[07:49:46] [Server thread/INFO]: Time elapsed: 1555 ms
[07:49:46] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[07:49:47] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
[07:49:47] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[07:49:47] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[07:49:47] [Worker-Main-2/INFO]: Preparing spawn area: 0%
[07:49:48] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[07:49:48] [Server thread/INFO]: Time elapsed: 1766 ms
[07:49:48] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[07:49:48] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[07:49:49] [Server thread/INFO]: [Essentials] Creating config from template: plugins/Essentials/config.yml
[07:49:49] [Server thread/WARN]: [Essentials] Missing userdata folder, aborting
[07:49:49] [Server thread/INFO]: [Essentials] Creating config from template: plugins/Essentials/kits.yml
[07:49:50] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[07:49:50] [Server thread/INFO]: [Essentials] No kits found to migrate.
[07:49:50] [Server thread/INFO]: [Essentials] Starting Essentials ban format conversion
[07:49:50] [Server thread/INFO]: [Essentials] Attempting to migrate ignore list to UUIDs
[07:49:50] [Server thread/INFO]: [Essentials] Attempting to migrate legacy userdata keys to Configurate
[07:49:50] [Server thread/INFO]: [Essentials] Creating config from template: plugins/Essentials/worth.yml
[07:49:50] [Server thread/INFO]: [Essentials] Creating config from template: plugins/Essentials/tpr.yml
[07:49:51] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[07:49:51] [Server thread/INFO]: [Essentials] Creating config from template: plugins/Essentials/custom_items.yml
[07:49:51] [Server thread/INFO]: [Essentials] Using locale en_US
[07:49:51] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[07:49:51] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[07:49:51] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[07:49:51] [Server thread/INFO]: [Essentials] Using Vault based permissions (bPermissions)
[07:49:51] [Server thread/INFO]: [ESKillStreaks] Enabling ESKillStreaks v0.1*
[07:49:51] [Server thread/INFO]: You must change 'metrics' in the configuration file to 'true' to enable metrics collection.
[07:49:51] [Server thread/INFO]: You need to change 'false' to 'true' to enable automatic-updating. This will help keep ESKillstreaks up-to-date.
[07:49:51] [Server thread/INFO]: -[---------------------------------]-
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]: ExplosiveStraw Killsteaks!
[07:49:51] [Server thread/INFO]: Version -0.1
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]:
[07:49:51] [Server thread/INFO]: -[---------------------------------]-
[07:49:51] [Server thread/INFO]: [LoginSecurity] Enabling LoginSecurity v3.2.0
[07:49:52] [Server thread/INFO]: [LoginSecurity] Loading base translations from "en_us"
[07:49:52] [Server thread/INFO]: [LoginSecurity] Loading specified translations from "en_us"
[07:49:52] [Server thread/INFO]: [LoginSecurity] Applying database upgrade 1: Initial
[07:49:52] [Server thread/INFO]: [LoginSecurity] Applying database upgrade 2: Add uuid mode
[07:49:52] [Server thread/INFO]: [LoginSecurity] Applying database upgrade 3: Fix inventories
[07:49:52] [Server thread/INFO]: [LoginSecurity] Registering commands...
[07:49:52] [Server thread/INFO]: [LoginSecurity] Registering listeners...
[07:49:52] [Server thread/INFO]: [LoginSecurity] Using 1.12+ map captcha renderer
[07:49:52] [Server thread/INFO]: [bPermissions] Enabling bPermissions v2.12.4*
[07:49:52] [Server thread/WARN]: [bPermissions] == Warning: Offline mode is enabled on the server ==
[07:49:52] [Server thread/WARN]: [bPermissions] bPermissions only recommends using offline mode in scenarios where a proxy such as BungeeCord is handling mojang auth
[07:49:52] [Server thread/WARN]: [bPermissions] If there's no user authentication, users could be spoofed.
[07:49:53] [MainThread/LOAD/INFO]: [bPermissions] Permissions for world world has loaded!
[07:49:53] [MainThread/LOAD/INFO]: [bPermissions] Permissions for world world_nether has loaded!
[07:49:53] [MainThread/LOAD/INFO]: [bPermissions] Permissions for world world_the_end has loaded!
[07:49:53] [MainThread/LOAD/INFO]: [bPermissions] Permissions for world global has loaded!
[07:49:53] [Server thread/INFO]: [bPermissions] Loaded 0 custom nodes!
[07:49:53] [Server thread/INFO]: Running delayed init tasks
[07:49:53] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[07:49:53] [Server thread/INFO]: Done (33.662s)! For help, type "help"
[07:49:53] [Craft Scheduler Thread - 4/INFO]: [Essentials] Fetching version information...
[07:49:53] [Server thread/INFO]: Timings Reset
[07:49:53] [Craft Scheduler Thread - 5/INFO]: [Vault] Checking for Updates ...
[07:49:54] [Craft Scheduler Thread - 5/INFO]: [Vault] No new version available
[07:50:45] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /list
[07:50:45] [Server thread/INFO]: There are 0 out of maximum 100 players online.
[07:51:10] [Server thread/INFO]: /109.123.240.84:41914 lost connection: Internal Exception: io.netty.handler.codec.DecoderException: java.io.IOException: Packet 2/0 (PacketLoginInStart) was larger than I expected, found 1 bytes extra whilst reading packet 0
[07:51:11] [Server thread/INFO]: Saving the game (this may take a moment!)
[07:51:14] [Server thread/INFO]: Saved the game
[07:51:14] [Server thread/INFO]: Stopping the server
[07:51:14] [Server thread/INFO]: Stopping server
[07:51:14] [Server thread/INFO]: [bPermissions] Disabling bPermissions v2.12.4
[07:51:14] [Server thread/INFO]: [Vault][Permission] bPermissions2 un-hooked.
[07:51:14] [Server thread/INFO]: [Vault] [Vault][Chat] bPermissions2 un-hooked.
[07:51:14] [Server thread/INFO]: [bPermissions] Waiting 30s to finish tasks...
[07:51:14] [Server thread/INFO]: [bPermissions] All tasks finished after 0 seconds!
[07:51:14] [Server thread/INFO]: [bPermissions] Saving worlds...
[07:51:14] [MainThread/SERVER/INFO]: [bPermissions] Worlds saved, bPermissions disabled.
[07:51:14] [Server thread/INFO]: [LoginSecurity] Disabling LoginSecurity v3.2.0
[07:51:14] [Server thread/INFO]: [LoginSecurity] Waiting for queued tasks...
[07:51:14] [Server thread/INFO]: [LoginSecurity] ExecutorService shut down, ready to disable.
[07:51:14] [Server thread/INFO]: [ESKillStreaks] Disabling ESKillStreaks v0.1
[07:51:14] [Server thread/INFO]: [Essentials] Disabling Essentials v2.20.1
[07:51:14] [Server thread/INFO]: [Vault] [Economy] Essentials Economy unhooked.
[07:51:14] [Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[07:51:14] [Server thread/INFO]: Saving players
[07:51:14] [Server thread/INFO]: Saving worlds
[07:51:14] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[07:51:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[07:51:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[07:51:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[07:51:15] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[07:51:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[07:51:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[07:51:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[07:51:15] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[07:51:15] [Server thread/INFO]: Flushing Chunk IO
[07:51:15] [Server thread/INFO]: Closing Thread Pool
[07:51:15] [Server thread/INFO]: Closing Server