Date: 2024/03/14 18:18:30 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
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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
[01:17:35] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[01:17:37] [ServerMain/INFO]: Loaded 1174 recipes
[01:17:37] [ServerMain/INFO]: Loaded 1271 advancements
[01:17:37] [Server thread/INFO]: Starting minecraft server version 1.20.4
[01:17:37] [Server thread/INFO]: Loading properties
[01:17:37] [Server thread/INFO]: This server is running Purpur version git-Purpur-2155 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 987f46f on HEAD)
[01:17:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
[01:17:38] [Server thread/INFO]: Using 4 threads for Netty based IO
[01:17:38] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[01:17:38] [Server thread/WARN]: [Pufferfish] SIMD operations are available for your server, but are not configured!
[01:17:38] [Server thread/WARN]: [Pufferfish] To enable additional optimizations, add "--add-modules=jdk.incubator.vector" to your startup flags, BEFORE the "-jar".
[01:17:38] [Server thread/WARN]: [Pufferfish] If you have already added this flag, then SIMD operations are not supported on your JVM or CPU.
[01:17:38] [Server thread/WARN]: [Pufferfish] Debug: Java: 17.0.10, test run: true
[01:17:38] [Server thread/INFO]: Default game type: ADVENTURE
[01:17:38] [Server thread/INFO]: Generating keypair
[01:17:38] [Server thread/INFO]: Starting Minecraft server on *:25565
[01:17:38] [Server thread/INFO]: Using epoll channel type
[01:17:38] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[01:17:38] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[01:17:39] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.102
[01:17:39] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[01:17:39] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3365)
[01:17:39] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+73-2cb0af0
[01:17:39] [Server thread/INFO]: [ItemEdit] Loading server plugin ItemEdit v3.1.13
[01:17:39] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.60
[01:17:39] [Server thread/INFO]: [dynmap] Loading server plugin dynmap v3.7-beta-4-935
[01:17:39] [Server thread/INFO]: [dynmap] version=git-Purpur-2155 (MC: 1.20.4)
[01:17:39] [Server thread/INFO]: [dynmap] Mod Support API available
[01:17:39] [Server thread/INFO]: [AnturniaQuests] Loading server plugin AnturniaQuests v1.0.2
[01:17:39] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2
[01:17:39] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0-dev+73-2cb0af0
[01:17:39] [Server thread/INFO]: [UltimateFood] Loading server plugin UltimateFood v1.1.4
[01:17:39] [Server thread/INFO]: [HeadDatabase] Loading server plugin HeadDatabase v4.19.2
[01:17:39] [Server thread/INFO]: [MTVehicles] Loading server plugin MTVehicles v2.5.3
[01:17:39] [Server thread/INFO]: [ItemTag] Loading server plugin ItemTag v3.2.1
[01:17:39] [Server thread/INFO]: [Elevator] Loading server plugin Elevator v3.13.0
[01:17:39] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+73-2cb0af0
[01:17:39] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.20+6667-f0f1e66
[01:17:39] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@6d94c625]
[01:17:39] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[01:17:39] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.102
[01:17:40] [Server thread/INFO]: __
[01:17:40] [Server thread/INFO]: | |__) LuckPerms v5.4.102
[01:17:40] [Server thread/INFO]: |___ | Running on Bukkit - Purpur
[01:17:40] [Server thread/INFO]:
[01:17:40] [Server thread/INFO]: [LuckPerms] Loading configuration...
[01:17:40] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[01:17:40] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[01:17:41] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[01:17:41] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1302ms)
[01:17:41] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[01:17:41] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[01:17:41] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[01:17:41] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[01:17:41] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[01:17:41] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.20+6667-f0f1e66
[01:17:41] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[01:17:41] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[01:17:41] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R3.PaperweightAdapter as the Bukkit adapter
[01:17:43] [Server thread/INFO]: Preparing level "Calisto (1)"
[01:17:43] [Server thread/INFO]: -------- World Settings For [Calisto (1)] --------
[01:17:43] [Server thread/INFO]: Item Merge Radius: 2.5
[01:17:43] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:17:43] [Server thread/INFO]: Mob Spawn Range: 6
[01:17:43] [Server thread/INFO]: Item Despawn Rate: 6000
[01:17:43] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[01:17:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:17:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:17:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:17:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[01:17:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[01:17:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[01:17: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 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[01:17:43] [Server thread/INFO]: Max TNT Explosions: 100
[01:17:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:17:43] [Server thread/INFO]: View Distance: 10
[01:17:43] [Server thread/INFO]: Simulation Distance: 10
[01:17:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: Kelp Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[01:17:43] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: -------- World Settings For [Calisto (1)_nether] --------
[01:17:44] [Server thread/INFO]: Item Merge Radius: 2.5
[01:17:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:17:44] [Server thread/INFO]: Mob Spawn Range: 6
[01:17:44] [Server thread/INFO]: Item Despawn Rate: 6000
[01:17:44] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[01:17:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:17:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:17:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:17:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[01:17:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[01:17:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[01:17:44] [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
[01:17:44] [Server thread/INFO]: Max TNT Explosions: 100
[01:17:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:17:44] [Server thread/INFO]: View Distance: 10
[01:17:44] [Server thread/INFO]: Simulation Distance: 10
[01:17:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: -------- World Settings For [Calisto (1)_the_end] --------
[01:17:44] [Server thread/INFO]: Item Merge Radius: 2.5
[01:17:44] [Server thread/INFO]: Experience Merge Radius: 3.0
[01:17:44] [Server thread/INFO]: Mob Spawn Range: 6
[01:17:44] [Server thread/INFO]: Item Despawn Rate: 6000
[01:17:44] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[01:17:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[01:17:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[01:17:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[01:17:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[01:17:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[01:17:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[01:17:44] [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
[01:17:44] [Server thread/INFO]: Max TNT Explosions: 100
[01:17:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[01:17:44] [Server thread/INFO]: View Distance: 10
[01:17:44] [Server thread/INFO]: Simulation Distance: 10
[01:17:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Cane Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Melon Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Potato Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: TorchFlower Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Vine Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: PitcherPlant Growth Modifier: 100%
[01:17:44] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[01:17:44] [Server thread/INFO]: Time elapsed: 142 ms
[01:17:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[01:17:44] [Server thread/INFO]: Time elapsed: 65 ms
[01:17:44] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[01:17:44] [Server thread/INFO]: Time elapsed: 69 ms
[01:17:44] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3365)
[01:17:44] [Server thread/INFO]: [Citizens] Loading external libraries
[01:17:45] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[01:17:45] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[01:17:45] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+73-2cb0af0
[01:17:45] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[01:17:45] [Server thread/INFO]: [Essentials] No kits found to migrate.
[01:17:45] [Server thread/INFO]: [Essentials] Loaded 39095 items from items.json.
[01:17:45] [Server thread/INFO]: [Essentials] Using locale en_US
[01:17:45] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[01:17:45] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[01:17:45] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[01:17:45] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[01:17:45] [Server thread/INFO]: [ItemEdit] Enabling ItemEdit v3.1.13
[01:17:46] [Server thread/INFO]: [ItemEdit] Selected Storage Type: YAML
[01:17:46] [Server thread/INFO]: [ItemEdit] Hooking into Vault
[01:17:46] [Server thread/INFO]: [ItemEdit] # Enabled (took 121 ms)
[01:17:46] [Server thread/INFO]: [spark] Enabling spark v1.10.60
[01:17:46] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[01:17:46] [Server thread/INFO]: [spark] Starting background profiler...
[01:17:46] [Server thread/INFO]: [dynmap] Enabling dynmap v3.7-beta-4-935
[01:17:47] [Server thread/INFO]: [dynmap] Added 20 custom biome mappings
[01:17:47] [Server thread/INFO]: [dynmap] Using LuckPerms 5.4.102 for access control
[01:17:47] [Server thread/INFO]: [dynmap] Found cwebp at /usr/bin/cwebp and dwebp at /usr/bin/dwebp: webp format enabled
[01:17:47] [Server thread/INFO]: [dynmap] Mod Support processing completed
[01:17:49] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
[01:17:49] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[01:17:49] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
[01:17:49] [Server thread/INFO]: [dynmap] Starting enter/exit processing
[01:17:49] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[01:17:49] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[01:17:49] [Server thread/INFO]: [dynmap] version 3.7-beta-4-935 is enabled - core version 3.7-beta-4-935
[01:17:49] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[01:17:49] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap
[01:17:49] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[01:17:49] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[01:17:49] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Calisto (1)'.
[01:17:49] [Server thread/INFO]: [dynmap] Loaded 4 pending tile renders for world 'Calisto (1)'
[01:17:49] [Server thread/INFO]: [dynmap] Full render for world 'Calisto (1)' restored
[01:17:49] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Calisto (1)_nether'.
[01:17:49] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'Calisto (1)_the_end'.
[01:17:49] [Server thread/INFO]: [dynmap] Enabled
[01:17:49] [Server thread/INFO]: [AnturniaQuests] Enabling AnturniaQuests v1.0.2
[01:17:50] [Server thread/INFO]: [org.reflections.Reflections] Reflections took 46 ms to scan 1 urls, producing 14 keys and 82 values
[01:17:50] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] creating table 'Quests'
[01:17:50] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `Quests` (`uuid` VARCHAR , `quests` VARCHAR , `cooldowns` VARCHAR , PRIMARY KEY (`uuid`) )
[01:17:50] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] creating table 'KilledEntities'
[01:17:50] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `KilledEntities` (`uuid` VARCHAR , `killedEntities` VARCHAR , PRIMARY KEY (`uuid`) )
[01:17:50] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] creating table 'Storylines'
[01:17:50] [Server thread/INFO]: [com.j256.ormlite.table.TableUtils] executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `Storylines` (`uuid` VARCHAR , `storylines` VARCHAR , PRIMARY KEY (`uuid`) )
[01:17:50] [Server thread/WARN]: [AnturniaQuests] Error loading listeners in class de.frinshhd.anturniaquests.storylines.listener.StorylinesListener java.lang.IllegalArgumentException: wrong number of arguments
[01:17:50] [Server thread/WARN]: [AnturniaQuests] Error loading listeners in class de.frinshhd.anturniaquests.storylines.listener.FancyNpcsListener java.lang.IllegalArgumentException: wrong number of arguments
[01:17:50] [Server thread/WARN]: [AnturniaQuests] Error loading listeners in class de.frinshhd.anturniaquests.storylines.listener.CitizensNpcsListener java.lang.IllegalArgumentException: wrong number of arguments
[01:17:50] [Server thread/WARN]: [AnturniaQuests] Error loading listeners in class de.frinshhd.anturniaquests.utils.AnturniaQuestsPapiExpansion java.lang.NoClassDefFoundError: me/clip/placeholderapi/expansion/PlaceholderExpansion
[01:17:50] [Server thread/INFO]: [TAB] Enabling TAB v4.1.2
[01:17:50] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
[01:17:51] [Server thread/INFO]: [TAB] Enabled in 282ms
[01:17:51] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+73-2cb0af0
[01:17:51] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[01:17:51] [Server thread/INFO]: [UltimateFood] Enabling UltimateFood v1.1.4
[01:17:51] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.19.2
[01:17:51] [Server thread/INFO]: [HeadDatabase] §bUsing default §3"en_US.lang" §bcreated by §6Arcaniax
[01:17:51] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[01:17:51] [Server thread/WARN]: [HeadDatabase] Economy was not loaded, some features will be disabled!
[01:17:51] [Server thread/INFO]: [MTVehicles] Enabling MTVehicles v2.5.3
[01:17:51] [Server thread/WARN]: [MTVehicles] --------------------------
[01:17:51] [Server thread/WARN]: [MTVehicles] Your Server is not running Spigot, nor Paper (Purpur detected).
[01:17:51] [Server thread/WARN]: [MTVehicles] The plugin WILL load but it MAY NOT work properly. Full support is guaranteed only on Spigot/Paper.
[01:17:51] [Server thread/WARN]: [MTVehicles] We'll be more than happy to help you on our Discord server (https://discord.gg/vehicle).
[01:17:51] [Server thread/WARN]: [MTVehicles] --------------------------
[01:17:51] [Server thread/INFO]: [MTVehicles] Plugin has been loaded!
[01:17:51] [Server thread/INFO]: [MTVehicles] --------------------------
[01:17:51] [Server thread/INFO]: [MTVehicles] Welcome by MTVehicles v2.5.3!
[01:17:51] [Server thread/INFO]: [MTVehicles] Thanks for using our plugin.
[01:17:51] [Server thread/INFO]: [MTVehicles] --------------------------
[01:17:52] [Folia Async Scheduler Thread #0/INFO]: [HeadDatabase] Successfully loaded 67253 heads!
[01:17:53] [Folia Async Scheduler Thread #0/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
[01:17:53] [Folia Async Scheduler Thread Timer/WARN]: [HeadDatabase] §cYou are using an outdated version!
[01:17:53] [Folia Async Scheduler Thread Timer/WARN]: [HeadDatabase] Latest version: §a4.19.3§e. You are on version: §c4.19.2§e.
[01:17:53] [Folia Async Scheduler Thread Timer/WARN]: [HeadDatabase] Update here: §bhttps://www.spigotmc.org/resources/head-database.14280/
[01:17:53] [Server thread/INFO]: [ItemTag] Enabling ItemTag v3.2.1
[01:17:53] [Server thread/INFO]: [ItemTag] # Enabled (took 38 ms)
[01:17:53] [Server thread/INFO]: [Elevator] Enabling Elevator v3.13.0
[01:17:53] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+73-2cb0af0
[01:17:53] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[01:17:53] [Server thread/INFO]: Starting GS4 status listener
[01:17:53] [Server thread/INFO]: Thread Query Listener started
[01:17:53] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
[01:17:53] [Server thread/INFO]: Running delayed init tasks
[01:17:53] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[01:17:53] [Craft Scheduler Thread - 7 - Vault/INFO]: [Vault] Checking for Updates ...
[01:17:53] [Craft Scheduler Thread - 3 - Essentials/INFO]: [Essentials] Fetching version information...
[01:17:53] [Craft Scheduler Thread - 7 - Vault/WARN]: [Vault] No files found, or Feed URL is bad.
[01:17:53] [Craft Scheduler Thread - 7 - Vault/INFO]: [Vault] No new version available
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 3{&6&lGuide, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 3{&6&lGuide, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 5{&6&lJess, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 5{&6&lJess, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 7{Mulk, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 7{Mulk, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 11{&c&lHealer, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 11{&c&lHealer, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 10{&6&lYum, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 10{&6&lYum, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 22{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 22{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 37{guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 37{guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 36{guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 36{guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 35{guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 35{guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 34{guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 34{guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 33{guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 33{guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 32{guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 32{guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 31{guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 31{guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 30{guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 30{guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 26{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 26{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 25{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 25{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 24{Omar, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 24{Omar, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 46{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 46{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 45{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 45{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 44{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 44{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 43{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 43{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 42{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 42{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 41{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 41{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 40{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 40{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 39{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 39{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 38{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 38{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 47{&c&lIroh, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 47{&c&lIroh, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Removing respawns of 54{&8&lMon&7&lGoose, CAT} due to SpawnReason.RESPAWN
[01:17:54] [Server thread/INFO]: [Citizens] Spawned 54{&8&lMon&7&lGoose, CAT} SpawnReason.RESPAWN
[01:17:54] [Server thread/INFO]: [Citizens] Removing respawns of 50{MonRukc, SNIFFER} due to SpawnReason.RESPAWN
[01:17:54] [Server thread/INFO]: [Citizens] Spawned 50{MonRukc, SNIFFER} SpawnReason.RESPAWN
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 49{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 49{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 48{Guard, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 48{Guard, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Removing respawns of 56{&6&lBu&e&lzz, BEE} due to SpawnReason.RESPAWN
[01:17:54] [Server thread/INFO]: [Citizens] Spawned 56{&6&lBu&e&lzz, BEE} SpawnReason.RESPAWN
[01:17:54] [Server thread/INFO]: [Citizens] Removing respawns of 57{Buggs, RABBIT} due to SpawnReason.RESPAWN
[01:17:54] [Server thread/INFO]: [Citizens] Spawned 57{Buggs, RABBIT} SpawnReason.RESPAWN
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 59{Marbean, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 59{Marbean, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 58{&a&lJuicers, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 58{&a&lJuicers, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 79{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 79{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 78{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 78{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 77{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 77{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 76{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 76{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 75{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 75{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 74{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 74{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 73{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 73{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 72{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 72{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 71{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 71{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 70{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 70{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 69{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 69{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 68{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 68{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 67{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 67{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 66{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 66{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 65{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 65{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 64{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 64{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 63{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 63{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 62{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 62{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 61{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 61{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 60{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 60{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 80{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 80{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 81{foodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 81{foodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 82{wfoodie, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 82{wfoodie, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 83{&b&lCool&9&lCow, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 83{&b&lCool&9&lCow, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 85{mulk2, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 85{mulk2, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Retrying spawn of 84{mulk1, PLAYER} later, SpawnReason.RESPAWN. Was loaded false is loaded false
[01:17:54] [Server thread/INFO]: [Citizens] Stored 84{mulk1, PLAYER} for respawn from NPCNeedsRespawnEvent
[01:17:54] [Server thread/INFO]: [Citizens] Loaded 61 NPCs.
[01:17:54] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-18,-64] due to org.bukkit.event.world.ChunkLoadEvent@4727ddd0 at [-18,-64]
[01:17:54] [Server thread/INFO]: [Citizens] Removing respawns of 44{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:54] [Server thread/INFO]: [Citizens] Spawned 44{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:54] [Server thread/INFO]: [Citizens] Spawned 44{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@4727ddd0 at [-18,-64]
[01:17:54] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-19,-64] due to org.bukkit.event.world.ChunkLoadEvent@3a188183 at [-19,-64]
[01:17:54] [Server thread/INFO]: [Citizens] Removing respawns of 10{&6&lYum, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:54] [Server thread/INFO]: [Citizens] Spawned 10{&6&lYum, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:54] [Server thread/INFO]: [Citizens] Spawned 10{&6&lYum, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@3a188183 at [-19,-64]
[01:17:54] [Server thread/INFO]: Done (17.563s)! For help, type "help"
[01:17:55] [Server thread/INFO]: [Citizens] 44{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-321.5,y=77.0,z=-986.5,pitch=0.0,yaw=0.0}]
[01:17:55] [Server thread/INFO]: [Citizens] 10{&6&lYum, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-325.5,y=78.0,z=-987.5,pitch=0.0,yaw=0.0}]
[01:17:55] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-21,-62] due to org.bukkit.event.world.ChunkLoadEvent@1d422cc0 at [-21,-62]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 22{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 22{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 22{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1d422cc0 at [-21,-62]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 25{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 25{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 25{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1d422cc0 at [-21,-62]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 41{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 41{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 41{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1d422cc0 at [-21,-62]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 40{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 40{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 40{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1d422cc0 at [-21,-62]
[01:17:55] [Server thread/INFO]: [Citizens] 44{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-314.5,y=78.0,z=-979.5,pitch=0.0,yaw=0.0}]
[01:17:55] [Server thread/INFO]: [Citizens] 10{&6&lYum, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-316.5,y=78.0,z=-987.5,pitch=0.0,yaw=0.0}]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 0{, ARMOR_STAND} due to SpawnReason.PLUGIN
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 0{, ARMOR_STAND} SpawnReason.PLUGIN
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 1{, ARMOR_STAND} due to SpawnReason.PLUGIN
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 1{, ARMOR_STAND} SpawnReason.PLUGIN
[01:17:55] [Server thread/INFO]: [Citizens] 44{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-300.5,y=88.0,z=-979.5,pitch=0.0,yaw=0.0}]
[01:17:55] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-19,-62] due to org.bukkit.event.world.ChunkLoadEvent@5d356e2 at [-19,-62]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 45{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 45{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 45{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@5d356e2 at [-19,-62]
[01:17:55] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-21,-64] due to org.bukkit.event.world.ChunkLoadEvent@52dab9cd at [-21,-64]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 39{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 39{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 39{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@52dab9cd at [-21,-64]
[01:17:55] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-20,-64] due to org.bukkit.event.world.ChunkLoadEvent@1b5b65de at [-20,-64]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 49{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 49{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 49{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1b5b65de at [-20,-64]
[01:17:55] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-21,-63] due to org.bukkit.event.world.ChunkLoadEvent@3dba311e at [-21,-63]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 26{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 26{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 26{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@3dba311e at [-21,-63]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 46{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 46{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 46{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@3dba311e at [-21,-63]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 38{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 38{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 38{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@3dba311e at [-21,-63]
[01:17:55] [Server thread/INFO]: [Citizens] 45{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-319.5,y=97.0,z=-1030.5,pitch=0.0,yaw=0.0}]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 2{, ARMOR_STAND} due to SpawnReason.PLUGIN
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 2{, ARMOR_STAND} SpawnReason.PLUGIN
[01:17:55] [Server thread/INFO]: [Citizens] 46{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-310.5,y=79.0,z=-989.5,pitch=0.0,yaw=0.0}]
[01:17:55] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-28,-62] due to org.bukkit.event.world.ChunkLoadEvent@2f15e04e at [-28,-62]
[01:17:55] [Server thread/INFO]: [Citizens] Removing respawns of 3{&6&lGuide, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 3{&6&lGuide, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:55] [Server thread/INFO]: [Citizens] Spawned 3{&6&lGuide, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@2f15e04e at [-28,-62]
[01:17:56] [Server thread/INFO]: [Citizens] 45{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-304.5,y=97.0,z=-1031.5,pitch=0.0,yaw=0.0}]
[01:17:56] [Server thread/INFO]: [Citizens] 46{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-317.5,y=78.0,z=-982.5,pitch=0.0,yaw=0.0}]
[01:17:56] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-18,-59] due to org.bukkit.event.world.ChunkLoadEvent@61eb8cf1 at [-18,-59]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 47{&c&lIroh, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 47{&c&lIroh, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 47{&c&lIroh, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@61eb8cf1 at [-18,-59]
[01:17:56] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-17,-62] due to org.bukkit.event.world.ChunkLoadEvent@6016183e at [-17,-62]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 31{guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 31{guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 31{guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@6016183e at [-17,-62]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 30{guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 30{guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 30{guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@6016183e at [-17,-62]
[01:17:56] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-17,-61] due to org.bukkit.event.world.ChunkLoadEvent@4c414383 at [-17,-61]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 33{guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 33{guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 33{guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@4c414383 at [-17,-61]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 32{guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 32{guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 32{guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@4c414383 at [-17,-61]
[01:17:56] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-17,-60] due to org.bukkit.event.world.ChunkLoadEvent@14a87888 at [-17,-60]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 11{&c&lHealer, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 11{&c&lHealer, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 11{&c&lHealer, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@14a87888 at [-17,-60]
[01:17:56] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-17,-58] due to org.bukkit.event.world.ChunkLoadEvent@6aa2c5 at [-17,-58]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 43{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 43{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 43{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@6aa2c5 at [-17,-58]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 42{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 42{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 42{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@6aa2c5 at [-17,-58]
[01:17:56] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-16,-63] due to org.bukkit.event.world.ChunkLoadEvent@71f098dc at [-16,-63]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 48{Guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 48{Guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 48{Guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@71f098dc at [-16,-63]
[01:17:56] [Server thread/INFO]: [Citizens] 46{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-300.5,y=88.0,z=-979.5,pitch=0.0,yaw=0.0}]
[01:17:56] [Server thread/INFO]: [Citizens] 46{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-297.5,y=87.0,z=-985.5,pitch=0.0,yaw=0.0}]
[01:17:56] [Server thread/INFO]: [Citizens] 46{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-295.5,y=87.0,z=-990.5,pitch=0.0,yaw=0.0}]
[01:17:56] [Server thread/INFO]: [Citizens] 46{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-294.5,y=87.0,z=-999.5,pitch=0.0,yaw=0.0}]
[01:17:56] [Server thread/INFO]: [Citizens] Respawning all NPCs at [-16,-58] due to org.bukkit.event.world.ChunkLoadEvent@1b07c524 at [-16,-58]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 37{guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 37{guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 37{guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1b07c524 at [-16,-58]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 36{guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 36{guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 36{guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1b07c524 at [-16,-58]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 35{guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 35{guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 35{guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1b07c524 at [-16,-58]
[01:17:56] [Server thread/INFO]: [Citizens] Removing respawns of 34{guard, PLAYER} due to SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 34{guard, PLAYER} SpawnReason.CHUNK_LOAD
[01:17:56] [Server thread/INFO]: [Citizens] Spawned 34{guard, PLAYER} during org.bukkit.event.world.ChunkLoadEvent@1b07c524 at [-16,-58]
[01:17:56] [Server thread/INFO]: [Citizens] 46{Guard, PLAYER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-291.5,y=85.0,z=-1008.5,pitch=0.0,yaw=0.0}]
[01:17:57] [Server thread/INFO]: [Citizens] 50{MonRukc, SNIFFER} navigation ended, stuck MCNavigationStrategy [target=Location{world=CraftWorld{name=Calisto (1)},x=-256.5,y=88.0,z=-1007.5,pitch=0.0,yaw=0.0}]