Paste #109428: Diff Report Between Paste #109427 and #109425

Date: 2023/05/03 01:56:19 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste Edit Of Paste 109427
Copy Link


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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418


-+> [Depenizen] Depenizen loading... 
-[08:50:00] [Server thread/INFO]:  ERROR!
-[08:50:00] [Server thread/INFO]:                  Error Message: Internal exception was thrown!
-[08:50:00] [Server thread/INFO]: [Error Continued] java.lang.reflect.InvocationTargetException
-[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
-[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
-[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
-[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.reflect.Method.invoke(Method.java:568)
-[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
-[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
-[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
-[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:50)
-[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
-[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
-[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
-[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.j
+[08:49:14] [ServerMain/INFO]: Building unoptimized datafixer
+[08:49:15] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
+[08:49:16] [ServerMain/INFO]: Found new data pack file/bukkit, loading it automatically
+[08:49:18] [ServerMain/INFO]: Loaded 7 recipes
+[08:49:20] [Server thread/INFO]: Starting minecraft server version 1.19.2
+[08:49:20] [Server thread/INFO]: Loading properties
+[08:49:20] [Server thread/INFO]: This server is running CraftBukkit version 3610-Spigot-6198b5a-19df23a (MC: 1.19.2) (Implementing API version 1.19.2-R0.1-SNAPSHOT)
+[08:49:20] [Server thread/INFO]: Debug logging is disabled
+[08:49:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
+[08:49:20] [Server thread/INFO]: Using 4 threads for Netty based IO
+[08:49:20] [Server thread/INFO]: Default game type: SURVIVAL
+[08:49:20] [Server thread/INFO]: Generating keypair
+[08:49:20] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25681
+[08:49:20] [Server thread/INFO]: Using epoll channel type
+[08:49:21] [Server thread/INFO]: [Denizen] Loading 2 libraries... please wait
+[08:49:21] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/mongodb/bson/4.8.1/bson-4.8.1.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.84.Final/netty-bom-4.1.84.Final.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/redis/clients/jedis/4.3.1/jedis-4.3.1.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/json/json/20220320/json-20220320.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
+[08:49:22] [Server thread/INFO]: Downloading https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-2/INFO]: Downloading https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-1/INFO]: Downloading https://repo.maven.apache.org/maven2/org/mongodb/bson/4.8.1/bson-4.8.1.jar
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: Downloading https://repo.maven.apache.org/maven2/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-0/INFO]: Downloading https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-4/INFO]: Downloading https://repo.maven.apache.org/maven2/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: Downloading https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-3/INFO]: Downloading https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-0/INFO]: Downloading https://repo.maven.apache.org/maven2/org/json/json/20220320/json-20220320.jar
+[08:49:22] [BasicRepositoryConnector-repo.maven.apache.org-0-0/INFO]: Downloading https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/org/mongodb/bson/4.8.1/bson-4.8.1.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/org/json/json/20220320/json-20220320.jar
+[08:49:22] [Server thread/INFO]: [Denizen] Loaded library /home/container/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
+[08:49:23] [Server thread/INFO]: [Denizen] Loading Denizen v1.2.7-SNAPSHOT (build 1791-REL)
+[08:49:23] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v5.2.1-fd1d0777
+[08:49:23] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
+[08:49:23] [Server thread/INFO]: [ModelEngine] Loading ModelEngine vR3.1.7
+[08:49:23] [Server thread/INFO]: [AwakenSmp] Loading AwakenSmp v1.4
+[08:49:23] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b606
+[08:49:23] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.2) has not yet been tested! Proceed with caution.
+[08:49:24] [Server thread/INFO]: [MythicDenizenAddon] Loading MythicDenizenAddon v0.605-SNAPSHOT
+[08:49:24] [Server thread/INFO]: [Depenizen] Loading Depenizen v2.0.0 (build 833)
+[08:49:24] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b606
+[08:49:24] [Server thread/INFO]: Preparing level "world"
+[08:49:24] [Server thread/INFO]: -------- World Settings For [world] --------
+[08:49:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
+[08:49:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
+[08:49:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
+[08:49:24] [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 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
+[08:49:24] [Server thread/INFO]: Experience Merge Radius: 3.0
+[08:49:24] [Server thread/INFO]: Mob Spawn Range: 6
+[08:49:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Cane Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Melon Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Beetroot Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Carrot Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Potato Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Vine Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Bamboo Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Kelp Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: CaveVines Growth Modifier: 100%
+[08:49:24] [Server thread/INFO]: Max TNT Explosions: 100
+[08:49:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
+[08:49:24] [Server thread/INFO]: Item Despawn Rate: 6000
+[08:49:24] [Server thread/INFO]: Item Merge Radius: 2.5
+[08:49:24] [Server thread/INFO]: View Distance: 10
+[08:49:24] [Server thread/INFO]: Simulation Distance: 10
+[08:49:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
+[08:49:24] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
+[08:49:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
+[08:49:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
+[08:49:45] [Server thread/INFO]: -------- World Settings For [world_nether] --------
+[08:49:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
+[08:49:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
+[08:49:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
+[08:49:45] [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 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
+[08:49:45] [Server thread/INFO]: Experience Merge Radius: 3.0
+[08:49:45] [Server thread/INFO]: Mob Spawn Range: 6
+[08:49:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Cane Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Melon Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Potato Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Vine Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: CaveVines Growth Modifier: 100%
+[08:49:45] [Server thread/INFO]: Max TNT Explosions: 100
+[08:49:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
+[08:49:45] [Server thread/INFO]: Item Despawn Rate: 6000
+[08:49:45] [Server thread/INFO]: Item Merge Radius: 2.5
+[08:49:45] [Server thread/INFO]: View Distance: 10
+[08:49:45] [Server thread/INFO]: Simulation Distance: 10
+[08:49:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
+[08:49:45] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
+[08:49:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
+[08:49:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
+[08:49:46] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
+[08:49:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
+[08:49:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
+[08:49:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
+[08:49:46] [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 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
+[08:49:46] [Server thread/INFO]: Experience Merge Radius: 3.0
+[08:49:46] [Server thread/INFO]: Mob Spawn Range: 6
+[08:49:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Cane Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Melon Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Beetroot Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Carrot Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Potato Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Vine Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Cocoa Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Bamboo Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Kelp Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: CaveVines Growth Modifier: 100%
+[08:49:46] [Server thread/INFO]: Max TNT Explosions: 100
+[08:49:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
+[08:49:46] [Server thread/INFO]: Item Despawn Rate: 6000
+[08:49:46] [Server thread/INFO]: Item Merge Radius: 2.5
+[08:49:46] [Server thread/INFO]: View Distance: 10
+[08:49:46] [Server thread/INFO]: Simulation Distance: 10
+[08:49:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
+[08:49:46] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
+[08:49:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
+[08:49:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
+[08:49:47] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
+[08:49:47] [Server thread/INFO]: Preparing spawn area: 0%
+[08:49:47] [Server thread/INFO]: Preparing spawn area: 0%
+[08:49:48] [Worker-Main-1/INFO]: Preparing spawn area: 1%
+[08:49:48] [Worker-Main-1/INFO]: Preparing spawn area: 83%
+[08:49:49] [Worker-Main-2/INFO]: Preparing spawn area: 86%
+[08:49:49] [Worker-Main-1/INFO]: Preparing spawn area: 86%
+[08:49:50] [Worker-Main-1/INFO]: Preparing spawn area: 86%
+[08:49:50] [Worker-Main-2/INFO]: Preparing spawn area: 86%
+[08:49:51] [Worker-Main-1/INFO]: Preparing spawn area: 86%
+[08:49:51] [Worker-Main-2/INFO]: Preparing spawn area: 86%
+[08:49:52] [Worker-Main-2/INFO]: Preparing spawn area: 87%
+[08:49:52] [Worker-Main-2/INFO]: Preparing spawn area: 87%
+[08:49:53] [Worker-Main-1/INFO]: Preparing spawn area: 91%
+[08:49:53] [Server thread/INFO]: Time elapsed: 6416 ms
+[08:49:53] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
+[08:49:53] [Server thread/INFO]: Preparing spawn area: 0%
+[08:49:54] [Worker-Main-2/INFO]: Preparing spawn area: 48%
+[08:49:55] [Worker-Main-2/INFO]: Preparing spawn area: 89%
+[08:49:55] [Worker-Main-1/INFO]: Preparing spawn area: 89%
+[08:49:55] [Worker-Main-1/INFO]: Preparing spawn area: 97%
+[08:49:55] [Server thread/INFO]: Time elapsed: 2041 ms
+[08:49:55] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
+[08:49:55] [Server thread/INFO]: Preparing spawn area: 0%
+[08:49:56] [Server thread/INFO]: Preparing spawn area: 47%
+[08:49:56] [Worker-Main-2/INFO]: Preparing spawn area: 90%
+[08:49:57] [Worker-Main-1/INFO]: Preparing spawn area: 90%
+[08:49:57] [Worker-Main-1/INFO]: Preparing spawn area: 93%
+[08:49:57] [Server thread/INFO]: Time elapsed: 2098 ms
+[08:49:57] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.7-SNAPSHOT (build 1791-REL)
+[08:49:57] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1333), impl for Spigot v1.2.7-SNAPSHOT (build 1791-REL) 
+[08:49:58] [Server thread/INFO]: +> [Denizen] Running on java version: 17.0.7 
+[08:49:58] [Server thread/INFO]: +> [Denizen] Running on fully supported Java 17. 
+[08:49:58] [Server thread/ERROR]: Error occurred while enabling Denizen v1.2.7-SNAPSHOT (build 1791-REL) (Is it up to date?)
+java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_19_R3/inventory/CraftInventoryCustom
+    at com.denizenscript.denizen.nms.v1_19.Handler.<clinit>(Handler.java:227) ~[?:?]
+    at java.lang.Class.forName0(Native Method) ~[?:?]
+    at java.lang.Class.forName(Class.java:375) ~[?:?]
+    at com.denizenscript.denizen.nms.NMSHandler.initialize(NMSHandler.java:55) ~[?:?]
+    at com.denizenscript.denizen.Denizen.onEnable(Denizen.java:154) ~[?:?]
+    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
+    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
+    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
+    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:525) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:439) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:584) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:403) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at java.lang.Thread.run(Thread.java:833) [?:?]
+Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_19_R3.inventory.CraftInventoryCustom
+    at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:147) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
+    at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:99) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
+    at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
+    ... 16 more
+[08:49:58] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.2.1-fd1d0777
+[08:49:58] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Spigot (MC: 1.19.2)...
+[08:49:58] [Server thread/INFO]: [MythicMobs] The server is running Spigot; disabled PaperSpigot exclusive functionality
+[08:49:59] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
+[08:49:59] [Server thread/INFO]: [MythicMobs] Base directory /home/container/plugins/MythicMobs/SavedData
+[08:49:59] [Server thread/INFO]: [MythicMobs] Module directory /home/container/plugins/MythicMobs/SavedData/worlds
+[08:49:59] [Server thread/INFO]: [MythicMobs] LOADED
+[08:49:59] [Server thread/INFO]: [MythicMobs] Loading Packs...
+[08:49:59] [Server thread/INFO]: [MythicMobs] Loading Items...
+[08:49:59] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
+[08:49:59] [Server thread/INFO]: [MythicMobs] Loading Skills...
+[08:50:00] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
+[08:50:00] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
+[08:50:00] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 12 mobs.
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides.
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 12 skills.
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 mythic items.
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
+[08:50:00] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
+[08:50:00] [Server thread/ERROR]: [MythicMobs] Plugin MythicMobs v5.2.1-fd1d0777 has failed to register events for class io.lumine.mythic.bukkit.adapters.BukkitSkillTriggers because com/destroystokyo/paper/event/entity/CreeperIgniteEvent does not exist.
+[08:50:00] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
+[08:50:00] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs v5.2.1 ( build fd1d0777 ) has been successfully loaded!
+[08:50:00] [Server thread/INFO]: [ModelEngine] Enabling ModelEngine vR3.1.7
+[08:50:00] [Server thread/INFO]: [MythicMobs] Model Engine Compatibility Loaded.
+[08:50:00] [Server thread/INFO]: [ModelEngine] [S] Compatibility applied: MythicMobs
+[08:50:00] [Server thread/INFO]: [AwakenSmp] Enabling AwakenSmp v1.4
+[08:50:00] [Server thread/INFO]: [MythicDenizenAddon] Enabling MythicDenizenAddon v0.605-SNAPSHOT
+[08:50:00] [Server thread/ERROR]: Error occurred while enabling MythicDenizenAddon v0.605-SNAPSHOT (Is it up to date?)
+java.lang.VerifyError: Bad type on operand stack
+Exception Details:
+  Location:
+    com/gmail/berndivader/mythicdenizenaddon/MythicMobsAddon.<clinit>()V @18: putstatic
+  Reason:
+    Type 'com/denizenscript/denizen/scripts/commands/BukkitCommandRegistry' (current frame, stack[0]) is not assignable to 'com/denizenscript/denizencore/scripts/commands/CommandRegistry'
+  Current Frame:
+    bci: @18
+    flags: { }
+    locals: { }
+    stack: { 'com/denizenscript/denizen/scripts/commands/BukkitCommandRegistry' }
+  Bytecode:
+    0000000: b801 85b3 00b7 b802 49b3 024f b202 4fb6
+    0000010: 0253 b300 4fb1                         
+
+    at com.gmail.berndivader.mythicdenizenaddon.MythicDenizenPlugin.onEnable(MythicDenizenPlugin.java:46) ~[?:?]
+    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
+    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
+    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-api-1.19.2-R0.1-SNAPSHOT.jar:?]
+    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:525) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:439) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:584) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:403) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293) ~[spigot-1.19.2-R0.1-SNAPSHOT.jar:3610-Spigot-6198b5a-19df23a]
+    at java.lang.Thread.run(Thread.java:833) [?:?]
+[08:50:00] [Server thread/INFO]: [Depenizen] Enabling Depenizen v2.0.0 (build 833)
+[08:50:00] [Server thread/INFO]: +> [Depenizen] Depenizen loading... 
+[08:50:00] [Server thread/INFO]:  ERROR!
+[08:50:00] [Server thread/INFO]:                  Error Message: Internal exception was thrown!
+[08:50:00] [Server thread/INFO]: [Error Continued] java.lang.reflect.InvocationTargetException
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.reflect.Method.invoke(Method.java:568)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:50)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:525)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:439)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:584)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:403)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.Thread.run(Thread.java:833)
+[08:50:00] [Server thread/INFO]: [Error Continued] Caused by: java.lang.NullPointerException: Cannot read field "tagProcessor" because "com.denizenscript.denizencore.objects.properties.PropertyParser.currentlyRegisteringPropertyInfo.objectType" is null
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerTagInternal(PropertyParser.java:99)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerTag(PropertyParser.java:94)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.properties.mythicmobs.MythicMobsEntityProperties.register(MythicMobsEntityProperties.java:60)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.reflect.Method.invoke(Method.java:568)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:50)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:525)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:439)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:584)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:403)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.Thread.run(Thread.java:833)
+[08:50:00] [Server thread/INFO]: 
+[08:50:00] [Server thread/INFO]: Additional Error Info: Internal exception was thrown!
+[08:50:00] [Server thread/INFO]: [Error Continued] java.lang.reflect.InvocationTargetException
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.reflect.Method.invoke(Method.java:568)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:51)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:525)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:439)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:584)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:403)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.Thread.run(Thread.java:833)
+[08:50:00] [Server thread/INFO]: [Error Continued] Caused by: java.lang.NullPointerException: Cannot read field "tagProcessor" because "com.denizenscript.denizencore.objects.properties.PropertyParser.currentlyRegisteringPropertyInfo.objectType" is null
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerTagInternal(PropertyParser.java:99)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerTag(PropertyParser.java:94)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.properties.mythicmobs.MythicMobsPlayerProperties.register(MythicMobsPlayerProperties.java:62)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.reflect.Method.invoke(Method.java:568)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerPropertyGetter(PropertyParser.java:167)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:210)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.denizencore.objects.properties.PropertyParser.registerProperty(PropertyParser.java:266)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.bridges.MythicMobsBridge.init(MythicMobsBridge.java:51)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.loadBridge(Depenizen.java:82)
+[08:50:00] [Server thread/INFO]: [Error Continued]   com.denizenscript.depenizen.bukkit.Depenizen.onEnable(Depenizen.java:34)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugin(CraftServer.java:525)
+[08:50:00] [Server thread/INFO]: [Error Continued]   org.bukkit.craftbukkit.v1_19_R1.CraftServer.enablePlugins(CraftServer.java:439)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:584)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:403)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:255)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.v(MinecraftServer.java:968)
+[08:50:00] [Server thread/INFO]: [Error Continued]   net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293)
+[08:50:00] [Server thread/INFO]: [Error Continued]   java.base/java.lang.Thread.run(Thread.java:833)
+[08:50:00] [Server thread/INFO]: 
+[08:50:00] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'MythicMobs'! 
+[08:50:00] [Server thread/INFO]: +> [Depenizen] Depenizen loaded! 1 plugin bridge(s) loaded (of 42 available) 
+[08:50:00] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
+[08:50:00] [Server thread/INFO]: Done (36.093s)! For help, type "help"
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] 
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] [Importing models]
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] 
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] Importing whisperer1.bbmodel.
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] 
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] Importing whisperer2.bbmodel.
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] 
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] [Generating assets]
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] 
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] Generating whisperer1.
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] 
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] Generating whisperer2.
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] 
+[08:50:00] [Craft Scheduler Thread - 2/INFO]: [ModelEngine] [A] Resource pack zipped.
+[08:50:17] [Server thread/INFO]: Plugins (7): Denizen, MythicMobs, ModelEngine, AwakenSmp, ProtocolLib, MythicDenizenAddon, Depenizen
+