Paste #121876: Replicated Issue Log

Date: 2024/04/10 21:07:36 UTC-07:00
Type: Server Log

View Raw Paste Download This Paste
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
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
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864


[05:48:18] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[05:48:20] [ServerMain/INFO]: Loaded 1174 recipes
[05:48:21] [ServerMain/INFO]: Loaded 1271 advancements
[05:48:21] [Server thread/INFO]: Starting minecraft server version 1.20.4
[05:48:21] [Server thread/INFO]: Loading properties
[05:48:21] [Server thread/INFO]: This server is running Paper version git-Paper-338 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: d11a588)
[05:48:22] [Server thread/INFO]: Server Ping Player Sample Count: 12
[05:48:22] [Server thread/INFO]: Using 4 threads for Netty based IO
[05:48:22] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[05:48:22] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 8 worker threads, and gen parallelism of 8 threads
[05:48:22] [Server thread/INFO]: Default game type: SURVIVAL
[05:48:22] [Server thread/INFO]: Generating keypair
[05:48:22] [Server thread/INFO]: Starting Minecraft server on 193.70.32.19:25566
[05:48:22] [Server thread/INFO]: Using epoll channel type
[05:48:22] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[05:48:22] [Server thread/INFO]: Paper: Using OpenSSL 1.0.x (Linux x86_64) cipher from Velocity.
[05:48:23] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[05:48:26] [Server thread/WARN]: Legacy plugin Banknotes v1.8.0 does not specify an api-version.
[05:48:26] [Server thread/INFO]: [SpigotLibraryLoader] [RewardsLite] Loading 1 libraries... please wait
[05:48:26] [Server thread/INFO]: [SpigotLibraryLoader] [RewardsLite] Loaded library /home/minecraft/multicraft/servers/server301567/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[05:48:26] [Server thread/INFO]: [SpigotLibraryLoader] [NoChunkLag] Loading 1 libraries... please wait
[05:48:27] [Server thread/INFO]: [SpigotLibraryLoader] [NoChunkLag] Loaded library /home/minecraft/multicraft/servers/server301567/libraries/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[05:48:27] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.9.2
[05:48:27] [Server thread/INFO]: [ViaVersion] ViaVersion 4.9.2 is now loaded. Registering protocol transformers and injecting...
[05:48:27] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[05:48:27] [Server thread/INFO]: [ViaBackwards] Loading translations...
[05:48:27] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[05:48:27] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[05:48:28] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.8.4-SNAPSHOT-625;d4b68b3
[05:48:29] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@23d651c5]
[05:48:29] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[05:48:29] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.2.0-SNAPSHOT-679
[05:48:30] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.9.0
[05:48:30] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[05:48:30] [Server thread/INFO]: [GriefPrevention] Loading server plugin GriefPrevention v16.18.1
[05:48:30] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.2-SNAPSHOT (b96-7f38765)
[05:48:31] [Server thread/INFO]: [floodgate] Took 462ms to boot Floodgate
[05:48:31] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.44
[05:48:31] [Server thread/INFO]: [ViaRewind] Loading server plugin ViaRewind v3.0.6-SNAPSHOT
[05:48:31] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[05:48:31] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.6.0
[05:48:31] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3293)
[05:48:31] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2
[05:48:31] [Server thread/INFO]: [WorldBorder] Loading server plugin WorldBorder v2.1.4
[05:48:31] [Server thread/INFO]: [Banknotes] Loading server plugin Banknotes v1.8.0
[05:48:31] [Server thread/INFO]: [UltraCosmetics] Loading server plugin UltraCosmetics v3.4.2
[05:48:31] [Server thread/INFO]: [eGlow] Loading server plugin eGlow v3.2.8
[05:48:31] [Server thread/INFO]: [RewardsLite] Loading server plugin RewardsLite v3.1.6
[05:48:31] [Server thread/INFO]: [ConsoleSpamFix] Loading server plugin ConsoleSpamFix v1.10.0
[05:48:31] [Server thread/INFO]: [SuperVanish] Loading server plugin SuperVanish v6.2.18
[05:48:31] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.20.1
[05:48:31] [Server thread/INFO]: [EpicRename] Loading server plugin EpicRename v3.11.1
[05:48:31] [Server thread/INFO]: [Sleeper] Loading server plugin Sleeper v1.4.0
[05:48:31] [Server thread/INFO]: [BetterCommandSpy] Loading server plugin BetterCommandSpy v2.0.4-b29
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Loading server plugin ajLeaderboards v2.6.8
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
[05:48:31] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
[05:48:31] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.19.0
[05:48:32] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (387 ms).
[05:48:32] [Server thread/INFO]: [Shopkeepers] Loading config.
[05:48:32] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[05:48:32] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[05:48:32] [Server thread/INFO]: [SilkySpawners] Loading server plugin SilkySpawners v1.0
[05:48:32] [Server thread/INFO]: [Parkour] Loading server plugin Parkour v7.2.1
[05:48:32] [Server thread/INFO]: [GPFlags] Loading server plugin GPFlags v5.12.5
[05:48:32] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.5
[05:48:32] [Server thread/INFO]: [CommandNPC-Reloaded] Loading server plugin CommandNPC-Reloaded v0.96
[05:48:32] [Server thread/INFO]: [NoChunkLag] Loading server plugin NoChunkLag v3.6
[05:48:32] [Server thread/INFO]: [MessageAnnouncer] Loading server plugin MessageAnnouncer v1.12.3
[05:48:32] [Server thread/INFO]: [CommandHook] Loading server plugin CommandHook v2.4.2
[05:48:32] [Server thread/INFO]: [Quests] Loading server plugin Quests v5.0.0-rc.2-b435
[05:48:32] [Server thread/INFO]: [Chunky] Loading server plugin Chunky v1.3.52
[05:48:32] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.2
[05:48:32] [Server thread/INFO]: [EssentialsDiscord] Loading server plugin EssentialsDiscord v2.20.1
[05:48:32] [Server thread/INFO]: [AdvancedPortals] Loading server plugin AdvancedPortals v0.9.3
[05:48:32] [Server thread/INFO]: [MoreMobHeads] Loading server plugin MoreMobHeads v1.20_1.0.34.D24
[05:48:32] [Server thread/INFO]: [BuycraftX] Loading server plugin BuycraftX v12.0.8
[05:48:32] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.2.2-SNAPSHOT
[05:48:32] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[05:48:32] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[05:48:32] [Server thread/INFO]: [HeadDB] Loading server plugin HeadDB v5.0.0-rc.8
[05:48:32] [Server thread/INFO]: [CoordinatesOnDeath] Loading server plugin CoordinatesOnDeath vv0.1.1-beta
[05:48:32] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.11
[05:48:32] [Server thread/INFO]: [CommandPanels] Loading server plugin CommandPanels v3.19.1.7
[05:48:32] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
[05:48:32] [Server thread/INFO]: [UltraPermissions] Loading server plugin UltraPermissions v5.5.6
[05:48:32] [Server thread/INFO]: [ProNouns] Loading server plugin ProNouns v2.0.5
[05:48:32] [Server thread/WARN]: Server permissions file permissions.yml is not valid YAML.
java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.Map (java.lang.String and java.util.Map are in module java.base of loader 'bootstrap')
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.loadCustomPermissions(CraftServer.java:1174) ~[paper-1.20.4.jar:git-Paper-338]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:541) ~[paper-1.20.4.jar:git-Paper-338]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:274) ~[paper-1.20.4.jar:git-Paper-338]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132) ~[paper-1.20.4.jar:git-Paper-338]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[paper-1.20.4.jar:git-Paper-338]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[05:48:32] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.8.4-SNAPSHOT-625;d4b68b3
[05:48:32] [Server thread/ERROR]: [com.fastasyncworldedit.core.Fawe] queue.target-size is 64, and queue.parallel_threads is 48. It is HIGHLY recommended that queue.target-size be at least four times queue.parallel-threads or greater.
[05:48:32] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[05:48:32] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[05:48:32] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[05:48:32] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[05:48:32] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R3.PaperweightFaweAdapter as the Bukkit adapter
[05:48:33] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[05:48:33] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[05:48:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[05:48:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[05:48:33] [ForkJoinPool.commonPool-worker-1/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 100 build(s) out of date.
You are running build 625, the latest version is build 725.
Update at https://www.spigotmc.org/resources/13932/
[05:48:33] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[05:48:33] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679
[05:48:33] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v3.0.6-SNAPSHOT
[05:48:33] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.10.0
[05:48:33] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.20.4
[05:48:33] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[05:48:33] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[05:48:33] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[05:48:33] [Server thread/INFO]: [UltraPermissions] Enabling UltraPermissions v5.5.6
[05:48:34] [Server thread/INFO]: [UltraPermissions] Loading Plugin...
[05:48:34] [Server thread/INFO]: [UltraPermissions] Hooked into Vault
[05:48:34] [Server thread/INFO]: [UltraPermissions] Successfully loaded in 684 ms
[05:48:34] [Server thread/INFO]: Preparing level "BubbleSMP"
[05:48:35] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[05:48:35] [Server thread/INFO]: Time elapsed: 228 ms
[05:48:35] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[05:48:37] [Server thread/INFO]: Time elapsed: 1359 ms
[05:48:37] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[05:48:37] [Server thread/INFO]: Time elapsed: 29 ms
[05:48:37] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.9.2
[05:48:37] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20.3 (765)
[05:48:37] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.9.0
[05:48:37] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[05:48:37] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[05:48:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: uperms [1.0.0]
[05:48:37] [Server thread/INFO]: [UltraPermissions] Hooked into PlaceholderAPI
[05:48:37] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.1
[05:48:37] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[05:48:37] [Server thread/INFO]: [GriefPrevention] 622 total claims loaded.
[05:48:37] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[05:48:37] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[05:48:37] [Server thread/INFO]: [GriefPrevention] Boot finished.
[05:48:37] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.2-SNAPSHOT (b96-7f38765)
[05:48:37] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.44
[05:48:37] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.41-Free.jar
[05:48:37] [Server thread/INFO]: [LibsDisguises] Discovered nms version: (Package: v1_20_R3) (LD: v1_20_R3) (MC: 1.20.4)
[05:48:37] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1314
[05:48:37] [Server thread/INFO]: [LibsDisguises] Build Date: 10/04/2024 02:12
[05:48:37] [Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
[05:48:37] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
[05:48:37] [Server thread/INFO]: [LibsDisguises] Config 'TallSelfDisguises' is set to 'false', LD will hide oversized disguises from self disguise. https://www.spigotmc.org/wiki/lib-s-disguises-faq/#tall-disguises-self-disguises
[05:48:37] [Server thread/INFO]: [LibsDisguises] Outdated mappings cache, will rebuild.
[05:48:46] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
[05:48:46] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
[05:48:46] [Server thread/INFO]: [LibsDisguises] Config is up to date!
[05:48:47] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[05:48:47] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[05:48:47] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[05:48:47] [Server thread/INFO]: [Essentials] No kits found to migrate.
[05:48:47] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[05:48:47] [Server thread/INFO]: [Essentials] Using locale en_US
[05:48:47] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[05:48:47] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[05:48:47] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[05:48:47] [Server thread/INFO]: [Essentials] Using Vault based permissions (generic)
[05:48:47] [Server thread/INFO]: [GSit] Enabling GSit v1.6.0
[05:48:47] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[05:48:47] [Server thread/INFO]: [GSit] Link with GriefPrevention successful!
[05:48:47] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[05:48:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.6.0]
[05:48:47] [Server thread/INFO]: [GSit] Link with ViaVersion successful!
[05:48:47] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3293)
[05:48:47] [Server thread/INFO]: [Citizens] Loading external libraries
[05:48:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
[05:48:48] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[05:48:48] [Server thread/INFO]: [TAB] Enabling TAB v4.1.2
[05:48:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.2]
[05:48:48] [Server thread/INFO]: [TAB] Enabled in 152ms
[05:48:48] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v2.1.4
[05:48:48] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[05:48:48] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[05:48:48] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -1.0 Y: 71.0 Z: -1.0
[05:48:48] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0*
[05:48:48] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v3.4.2
[05:48:49] [Server thread/INFO]: [UltraCosmetics] Checking for update...
[05:48:49] [Server thread/INFO]: [UltraCosmetics] -------------------------------------------------------------------
[05:48:49] [Server thread/INFO]: [UltraCosmetics] Thanks for using UltraCosmetics! Version: 3.4.2-RELEASE (commit ef004f4)
[05:48:49] [Server thread/INFO]: [UltraCosmetics] Plugin by Datatags. Original Author: iSach
[05:48:49] [Server thread/INFO]: [UltraCosmetics] Link: https://bit.ly/UltraCosmetics
[05:48:49] [Server thread/INFO]: [UltraCosmetics] Initializing module v1_20 (expected version: 1.20.4)
[05:48:49] [Server thread/INFO]: [UltraCosmetics] Entity registry is not vanilla, skipping unfreeze and refreeze
[05:48:49] [Server thread/INFO]: [UltraCosmetics] Loaded NMS support
[05:48:51] [Server thread/INFO]: [UltraCosmetics] 
[05:48:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ultracosmetics [3.4.2]
[05:48:51] [Server thread/INFO]: [UltraCosmetics] Hooked into PlaceholderAPI
[05:48:51] [Server thread/INFO]: [UltraCosmetics] 
[05:48:51] [Server thread/INFO]: [UltraCosmetics] Hooked into Vault:EssentialsX Economy for economy.
[05:48:51] [Server thread/INFO]: [UltraCosmetics] 
[05:48:51] [Server thread/INFO]: [UltraCosmetics] 
[05:48:51] [Server thread/INFO]: [UltraCosmetics] UltraCosmetics successfully finished loading in 2595ms!
[05:48:51] [Server thread/INFO]: [UltraCosmetics] -------------------------------------------------------------------
[05:48:51] [Server thread/INFO]: [eGlow] Enabling eGlow v3.2.8
[05:48:51] [Server thread/INFO]: [eGlow]: Loading main config.
[05:48:51] [Server thread/INFO]: [eGlow]: Loading messages config.
[05:48:51] [Server thread/INFO]: [eGlow]: Loading customeffects config.
[05:48:51] [Server thread/INFO]: eGlow Successfully loaded Playerdata database.
[05:48:51] [Server thread/INFO]: [RewardsLite] Enabling RewardsLite v3.1.6
[05:48:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rewardslite [1.0.0]
[05:48:51] [Server thread/ERROR]: [RewardsLite] random.requiredTime: value cannot be lower than 1 and higher than 2147483647, your value is: 0
[05:48:51] [Server thread/INFO]: [RewardsLite] Loaded 2 rewards.
[05:48:51] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.18
[05:48:51] [Server thread/INFO]: [SuperVanish] Hooked into PaperSpigot for server list ping support
[05:48:51] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: supervanish [6.2.18]
[05:48:51] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
[05:48:51] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[05:48:51] [Server thread/INFO]: [SuperVanish] Hooked into Citizens
[05:48:51] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.1
[05:48:51] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[05:48:51] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.11.1
[05:48:51] [Server thread/INFO]: [EpicRename] [CheckServerVersion] Server running 1.16 or newer. Hex color code support has been enabled.
[05:48:51] [Server thread/INFO]: [EpicRename] Version: 3.11.1 MC Version: ONE_DOT_SIXTEEN_OR_NEWER
[05:48:51] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2022 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of the MPL v2.0 license at: http://bit.ly/2eMknxx
[05:48:51] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
[05:48:51] [Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
[05:48:51] [Server thread/INFO]: [EpicRename] Plugin Enabled!
[05:48:51] [Server thread/INFO]: [Sleeper] Enabling Sleeper v1.4.0
[05:48:51] [Server thread/INFO]: [Sleeper] Sleeper Version 1.4.0 Has Been Enabled!
[05:48:51] [Server thread/INFO]: [BetterCommandSpy] Enabling BetterCommandSpy v2.0.4-b29
[05:48:51] [Server thread/INFO]: [BetterCommandSpy] Loading files...
[05:48:51] [Server thread/INFO]: [BetterCommandSpy] Loading file 'settings.yml'...
[05:48:51] [Server thread/INFO]: [BetterCommandSpy] File 'settings.yml' has been loaded.
[05:48:51] [Server thread/INFO]: [BetterCommandSpy] Loading file 'messages.yml'...
[05:48:51] [Server thread/INFO]: [BetterCommandSpy] File 'messages.yml' has been loaded.
[05:48:51] [Server thread/INFO]: [BetterCommandSpy] Loading file 'data.yml'...
[05:48:52] [Server thread/INFO]: [BetterCommandSpy] File 'data.yml' has been loaded.
[05:48:52] [Server thread/INFO]: [BetterCommandSpy] Registering listeners...
[05:48:52] [Server thread/INFO]: [BetterCommandSpy] Registering commands...
[05:48:52] [Server thread/INFO]: [BetterCommandSpy] Registered command '/bettercommandspy' successfully.
[05:48:52] [Server thread/INFO]: [BetterCommandSpy] Running misc startup procedures...
[05:48:52] [Server thread/INFO]: [BetterCommandSpy] Start-up complete (took63977218000000ms).
[05:48:52] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.6.8
[05:48:52] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_0. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_1. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_2. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_3. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_4. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_5. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_6. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_7. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_8. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_balance_9. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for essentials_baltop_rank. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for quests_player_quest_points. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for rewardslite_playtime_short. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for statistic_deaths. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for statistic_mob_kills. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] The columns already exist for statistic_player_kills. Canceling updater and bumping DB version.
[05:48:52] [Server thread/INFO]: [ajLeaderboards] Loaded 16 boards
[05:48:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.6.8]
[05:48:52] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
[05:48:52] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.6.8 by ajgeiss0702 enabled!
[05:48:52] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.19.0
[05:48:52] [Server thread/INFO]: [Shopkeepers] Citizens found: Enabling NPC shopkeepers.
[05:48:53] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[05:48:53] [Server thread/INFO]: [Shopkeepers] Loading the data of 128 shopkeepers ...
[05:48:53] [Server thread/INFO]: [SilkySpawners] Enabling SilkySpawners v1.0
[05:48:53] [Server thread/INFO]: [SilkySpawners] SilkySpawners by Bestora enabled!
[05:48:53] [Server thread/INFO]: [SilkySpawners] SilkySpawners BlockBreak registered!
[05:48:53] [Server thread/INFO]: [SilkySpawners] SilkySpawners BlockPlace registered!
[05:48:53] [Server thread/INFO]: [Parkour] Enabling Parkour v7.2.1
[05:48:53] [Server thread/INFO]: [Parkour] 5 courses found.
[05:48:53] [Server thread/INFO]: [Parkour] 5 courses cached.
[05:48:53] [Server thread/WARN]: [Parkour] [BountifulAPI] Plugin is missing, link was unsuccessful.
[05:48:53] [Server thread/INFO]: [Parkour] [Vault (Economy)] Successfully linked. Version: 1.7.3-b131
[05:48:53] [Server thread/INFO]: [Parkour] [Vault (Permissions)] Successfully linked. Version: 1.7.3-b131
[05:48:53] [Server thread/INFO]: [Parkour] [PlaceholderAPI] Successfully linked. Version: 2.11.5
[05:48:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: parkour [7.2.1]
[05:48:53] [Server thread/INFO]: [Parkour] Enabled Parkour v7.2.1
[05:48:53] [ForkJoinPool.commonPool-worker-1/INFO]: [Parkour] Checking for update...
[05:48:53] [ForkJoinPool.commonPool-worker-1/WARN]: [Parkour] ==== Parkour ====
[05:48:53] [ForkJoinPool.commonPool-worker-1/WARN]: [Parkour] An update for Parkour is available: v7.2.2
[05:48:53] [ForkJoinPool.commonPool-worker-1/WARN]: [Parkour] Available at: https://www.spigotmc.org/resources/parkour.23685/
[05:48:53] [ForkJoinPool.commonPool-worker-1/WARN]: [Parkour] =================
[05:48:53] [Server thread/INFO]: [GPFlags] Enabling GPFlags v5.12.5
[05:48:53] [Server thread/WARN]: [GPFlags] "GPFlags v5.12.5" has registered a listener for me.ryanhamshire.GriefPrevention.events.ClaimModifiedEvent on method "private void me.ryanhamshire.GPFlags.listener.PlayerListener.onChangeClaim(me.ryanhamshire.GriefPrevention.events.ClaimModifiedEvent)", but the event is Deprecated. "ClaimModifiedEvent will be removed in favor of ClaimResizeEvent"; please notify the authors [Big_Scary, ShaneBee, DmitryRendov, DrBot].
[05:48:53] [Server thread/INFO]: [GPFlags] Finished loading configuration.
[05:48:53] [Server thread/INFO]: [GPFlags] Finished loading data.
[05:48:53] [Server thread/INFO]: [GPFlags] Successfully loaded in 0.09 seconds
[05:48:53] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.5
[05:48:53] [Server thread/INFO]: [CommandNPC-Reloaded] Enabling CommandNPC-Reloaded v0.96
[05:48:53] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[05:48:53] [Server thread/INFO]: [CommandNPC] Initiating Database
[05:48:53] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[05:48:53] [Thread-20/INFO]: [CommandNPC] Loading commands complete!
[05:48:53] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[05:48:53] [Server thread/INFO]: [NoChunkLag] Enabling NoChunkLag v3.6
[05:48:53] [Server thread/INFO]: [NoChunkLag] ===== UPDATE AVAILABLE ====
[05:48:53] [Server thread/INFO]: [NoChunkLag] https://www.spigotmc.org/resources/98913
[05:48:53] [Server thread/INFO]: [NoChunkLag] Installed Version: 3.6 New Version:3.7
[05:48:53] [Server thread/INFO]: [NoChunkLag] ===== UPDATE AVAILABLE ====
[05:48:53] [Server thread/INFO]: [MessageAnnouncer] Enabling MessageAnnouncer v1.12.3
[05:48:53] [Server thread/INFO]: [MessageAnnouncer] PlaceholderAPI integration was successful!
[05:48:53] [Server thread/INFO]: [CommandHook] Enabling CommandHook v2.4.2
[05:48:53] [Server thread/INFO]: [org.bitbucket._newage.commandhook.CommandHook] Minecraft version found: 1.20.4
[05:48:53] [Server thread/INFO]: [Quests] Enabling Quests v5.0.0-rc.2-b435
[05:48:54] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
[05:48:54] [Server thread/INFO]: [Quests] Successfully linked Quests with Citizens 2.0.33-SNAPSHOT (build 3293)
[05:48:54] [Server thread/INFO]: [Quests] Loading storage implementation: YAML
[05:48:54] [Server thread/INFO]: [Chunky] Enabling Chunky v1.3.52
[05:48:54] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.2
[05:48:54] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled! 
[05:48:54] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[05:48:54] [Server thread/INFO]: --------------------
[05:48:54] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[05:48:54] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[05:48:54] [Server thread/INFO]: --------------------
[05:48:54] [Server thread/INFO]: [EssentialsDiscord] Enabling EssentialsDiscord v2.20.1
[05:48:54] [Server thread/INFO]: [EssentialsDiscord] Starting Metrics. Opt-out using the global bStats config.
[05:48:54] [Server thread/INFO]: [EssentialsDiscord] Attempting to login to Discord...
[05:48:55] [Server thread/INFO]: [net.essentialsx.dep.net.dv8tion.jda.api.JDA] Login Successful!
[05:48:55] [JDA MainWS-ReadThread/INFO]: [net.essentialsx.dep.net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket
[05:48:55] [JDA MainWS-WriteThread/ERROR]: [net.essentialsx.dep.net.dv8tion.jda.internal.requests.WebSocketClient] WebSocket connection was closed and cannot be recovered due to identification issues
CloseCode[DISALLOWED_INTENTS](code=4014, meaning=Disallowed intents. Your bot might not be eligible to request a privileged intent such as GUILD_PRESENCES, MESSAGE_CONTENT, or GUILD_MEMBERS.)
[05:48:55] [Server thread/ERROR]: [EssentialsDiscord] An error occurred while logging into Discord, which has caused the plugin to disable itself: 
Was shutdown trying to await status.
Reason: You tried turning on an intent you aren't allowed to use. For more information check https://jda.wiki/using-jda/troubleshooting/#im-getting-closecode4014-disallowed-intents
[05:48:55] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.9.3
[05:48:55] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
[05:48:55] [Server thread/WARN]: [AdvancedPortals] Proxy features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml).If you are using Paper proxies.velocity.enabled (config/paper-global.yml) or settings.velocity-support.enabled (paper.yml) may not be enabled 
[05:48:55] [Server thread/INFO]: Advanced portals have been successfully enabled!
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Enabling MoreMobHeads v1.20_1.0.34.D24
[05:48:55] [Server thread/INFO]: [MoreMobHeads] **************************************
[05:48:55] [Server thread/INFO]: [MoreMobHeads] MoreMobHeads v1.20_1.0.34.D24 Loading...
[05:48:55] [Server thread/INFO]: [MoreMobHeads] [Debug] Jar file contains -DEV, debug set to true
[05:48:55] [Server thread/INFO]: [MoreMobHeads] [Debug] plugins/MoreMobHeads/config.yml
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Loading config file...
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Loading messages file...
[05:48:55] [Server thread/INFO]: [MoreMobHeads] [Debug] player_heads=plugins/MoreMobHeads/player_heads.yml
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Loading player_heads file...
[05:48:55] [Server thread/INFO]: [MoreMobHeads] [Debug] customFile=plugins/MoreMobHeads/custom_trades.yml
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Loading custom_trades file...
[05:48:55] [Server thread/INFO]: [MoreMobHeads] [Debug] chanceFile=plugins/MoreMobHeads/chance_config.yml
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Loading chance_config file...
[05:48:55] [Server thread/INFO]: [MoreMobHeads] [Debug] langFilePath=plugins/MoreMobHeads/lang/en_US_mobnames.yml
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Loading language based mobname file...
[05:48:55] [Server thread/INFO]: [MoreMobHeads]  (  -<[ PLEASE INCLUDE THIS WITH ANY ISSUE REPORTS ]>-
[05:48:55] [Server thread/INFO]: [MoreMobHeads]   ) This server is running Paper version git-Paper-338 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT)
[05:48:55] [Server thread/INFO]: [MoreMobHeads]  (  vardebug=true debug=ERROR in plugins/MoreMobHeads/config.yml
[05:48:55] [Server thread/INFO]: [MoreMobHeads]   ) jarfilename=/MoreMobHeads-1.20_1.0.34.D24-DEV (1).jar
[05:48:55] [Server thread/INFO]: [MoreMobHeads]  (  -<[ PLEASE INCLUDE THIS WITH ANY ISSUE REPORTS ]>-
[05:48:55] [Server thread/INFO]: [MoreMobHeads] [Debug] version=1_20_R3
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Loading 1.20 EventHandler...
[05:48:55] [Server thread/INFO]: [MoreMobHeads] Loading plugins/MoreMobHeads/block_heads_1_17.yml...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] Loading plugins/MoreMobHeads/block_heads_1_17_2.yml...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] Loading plugins/MoreMobHeads/block_heads_1_20.yml...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] Loading PlayerHead Recipes...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] 32 PlayerHead Recipes ADDED...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] Loading BlockHead Recipes...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] BlockHeads=100
[05:48:56] [Server thread/INFO]: [MoreMobHeads] BlockHeads2=44
[05:48:56] [Server thread/INFO]: [MoreMobHeads] BlockHeads3=51
[05:48:56] [Server thread/INFO]: [MoreMobHeads] 195 BlockHead Recipes ADDED...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] Loading CustomTrades Recipes...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] doIt=true
[05:48:56] [Server thread/INFO]: [MoreMobHeads] doIt=true
[05:48:56] [Server thread/INFO]: [MoreMobHeads] doIt=true
[05:48:56] [Server thread/INFO]: [MoreMobHeads] 3 CustomTrades Recipes ADDED...
[05:48:56] [Server thread/INFO]: [MoreMobHeads] EventHandler_1_20 took 200 ms.ms to load
[05:48:56] [Server thread/INFO]: [MoreMobHeads] Checking for updates...
[05:48:56] [Server thread/WARN]: currentVersion=1.20_1.0.34.D24
[05:48:56] [Server thread/WARN]: releaseVersion=1.20_1.0.34
[05:48:56] [Server thread/WARN]: developerVersion=1.20_1.0.34.D18
[05:48:56] [Server thread/INFO]: [MoreMobHeads] *!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
[05:48:56] [Server thread/INFO]: [MoreMobHeads] * There is a new version of MoreMobHeads available!
[05:48:56] [Server thread/INFO]: [MoreMobHeads] * Your version1.20_1.0.34.D24
[05:48:56] [Server thread/INFO]: [MoreMobHeads] * Latest version1.20_1.0.34
[05:48:56] [Server thread/INFO]: [MoreMobHeads] *
[05:48:56] [Server thread/INFO]: [MoreMobHeads] * Please update to the newest version.
[05:48:56] [Server thread/INFO]: [MoreMobHeads] *
[05:48:56] [Server thread/INFO]: [MoreMobHeads] * Download: https://www.spigotmc.org/resources/moremobheads.73997/history
[05:48:56] [Server thread/INFO]: [MoreMobHeads] * Donate: https://ko-fi.com/joelgodofwar
[05:48:56] [Server thread/INFO]: [MoreMobHeads] *!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*
[05:48:56] [Server thread/INFO]: [MoreMobHeads] **************************************
[05:48:56] [Server thread/INFO]: [MoreMobHeads] MoreMobHeads v1.20_1.0.34.D24 is Enabled - Loading took 697 ms.
[05:48:56] [Server thread/INFO]: [MoreMobHeads] **************************************
[05:48:56] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.8
[05:48:56] [Server thread/INFO]: [BuycraftX] Validating your server key...
[05:48:57] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
[05:48:57] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.2.2-SNAPSHOT
[05:48:57] [Server thread/INFO]: [HeadDB] Enabling HeadDB v5.0.0-rc.8
[05:48:57] [Server thread/INFO]: [HeadDB] Loading HeadDB - 5.0.0-rc.8
[05:48:57] [Server thread/INFO]: [HeadDB] Loaded 1 languages!
[05:48:57] [Server thread/INFO]: [HeadDB] Done!
[05:48:57] [Server thread/INFO]: [CoordinatesOnDeath] Enabling CoordinatesOnDeath vv0.1.1-beta
[05:48:57] [Server thread/INFO]: [CoordinatesOnDeath] CoordinatesOnDeath enabled.
[05:48:57] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.11
[05:48:57] [Server thread/INFO]: [BetterRTP] Cooldown = 180
[05:48:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterrtp [3.6.11]
[05:48:57] [Server thread/INFO]: [CommandPanels] Enabling CommandPanels v3.19.1.7
[05:48:57] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.19.1.7 Plugin Loading...
[05:48:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: commandpanels [1.0.0]
[05:48:57] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.19.1.7 Plugin Loaded!
[05:48:57] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[05:48:57] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[05:48:57] [Server thread/INFO]: [ClearLag] Loading modules...
[05:48:57] [Server thread/WARN]: [ClearLag] Failed to initialize 'mob-range' controller ~ This is possibly caused by an unsupported Bukkit/Spigot server version
[05:48:57] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R3.MinecraftServer)
[05:48:57] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[05:48:57] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[05:48:57] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[05:48:57] [Thread-34/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]...
[05:48:57] [Server thread/INFO]: [ProNouns] Enabling ProNouns v2.0.5
[05:48:57] [Thread-34/INFO]: [ClearLag] No updates found!
[05:48:58] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pronouns [2.0.5]
[05:48:58] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[05:48:58] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[05:48:58] [Server thread/INFO]: [Geyser-Spigot] 
[05:48:58] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.2.2-SNAPSHOT (git-master-c9ca4c8)
[05:48:58] [Server thread/INFO]: [Geyser-Spigot] 
[05:48:58] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[05:49:02] [Server thread/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:25571
[05:49:02] [Server thread/INFO]: [Geyser-Spigot] Done (4.07s)! Run /geyser help for help!
[05:49:02] [Server thread/INFO]: Running delayed init tasks
[05:49:02] [Craft Scheduler Thread - 7 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[05:49:02] [Craft Scheduler Thread - 9 - Essentials/INFO]: [Essentials] Fetching version information...
[05:49:02] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.GriefPreventionFeature] Plugin 'GriefPrevention' found. Using it now.
[05:49:02] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'GriefPrevention'
[05:49:02] [Craft Scheduler Thread - 13 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[05:49:02] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[05:49:02] [Server thread/INFO]: [Banknotes] Found economy provider Essentials
[05:49:02] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: eglow [3.2.8]
[05:49:02] [Craft Scheduler Thread - 10 - UltraCosmetics/INFO]: [UltraCosmetics] You are running the latest version on Spigot.
[05:49:02] [Craft Scheduler Thread - 16 - Quests/INFO]: [Quests] Update to 5.0.1: https://github.com/PikaMug/Quests
[05:49:02] [Craft Scheduler Thread - 13 - DecentHolograms/INFO]: [DecentHolograms] Loaded 29 holograms!
[05:49:02] [Craft Scheduler Thread - 20 - ProNouns/INFO]: [ProNouns] Checking for updates...
[05:49:02] [Craft Scheduler Thread - 4 - DecentHolograms/INFO]: 
A newer version of DecentHolograms is available. Download it from: https://www.spigotmc.org/resources/96927/
[05:49:02] [Craft Scheduler Thread - 18 - CoordinatesOnDeath/INFO]: 
-------------------------------------------------------
[CoordinatesOnDeath] You are running the latest version of CoordinatesOnDeath (v0.1.1-beta).
-------------------------------------------------------
[05:49:02] [Server thread/INFO]: [Chunky] No tasks to continue.
[05:49:02] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[05:49:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
[05:49:03] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
[05:49:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: quests [2.0]
[05:49:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.7]
[05:49:03] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion parkour due to an unknown issue.
[05:49:03] [Server thread/INFO]: 3 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.
[05:49:03] [Craft Scheduler Thread - 20 - ProNouns/INFO]: Pronouns >> A new version of ProNouns is available!
Find it at https://lucyy.me/pronouns
[05:49:04] [Server thread/INFO]: [Citizens] Loaded 220 NPCs.
[05:49:04] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 4.9.3, you're on: 4.9.2
[05:49:04] [Server thread/INFO]: Done (43.237s)! For help, type "help"
[05:49:04] [Server thread/INFO]: Timings Reset
[05:49:04] [Craft Scheduler Thread - 19 - Vault/INFO]: [Vault] Checking for Updates ... 
[05:49:04] [Craft Scheduler Thread - 19 - Vault/INFO]: [Vault] No new version available
[05:49:05] [User Authenticator #0/INFO]: UUID of player EvaConly is 5ac2a1fe-a8ac-47b6-939e-872476958620
[05:49:07] [Server thread/WARN]: me.pikamug.quests.exceptions.StageFormatException: 'mobs-to-tame' has invalid tameable mob panda, see quest 1. Panda Express stage 1
[05:49:07] [Server thread/WARN]:     at Quests-5.0.0-rc.2.jar//me.pikamug.quests.storage.implementation.file.BukkitQuestYamlStorage.loadQuestStages(BukkitQuestYamlStorage.java:1588)
[05:49:07] [Server thread/WARN]:     at Quests-5.0.0-rc.2.jar//me.pikamug.quests.storage.implementation.file.BukkitQuestYamlStorage.init(BukkitQuestYamlStorage.java:109)
[05:49:07] [Server thread/WARN]:     at Quests-5.0.0-rc.2.jar//me.pikamug.quests.BukkitQuestsPlugin.lambda$delayLoadQuestInfo$3(BukkitQuestsPlugin.java:617)
[05:49:07] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R3.scheduler.CraftTask.run(CraftTask.java:101)
[05:49:07] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[05:49:07] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1639)
[05:49:07] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:446)
[05:49:07] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1518)
[05:49:07] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1214)
[05:49:07] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
[05:49:07] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:833)
[05:49:07] [Craft Scheduler Thread - 5 - UltraPermissions/INFO]: [UltraPermissions] Translations successfully loaded & applied (34 UltraPermissions and Base Translation files found)
[05:49:08] [Server thread/WARN]: me.pikamug.quests.exceptions.StageFormatException: 'mobs-to-tame' has invalid tameable mob Panda, see quest 1. Panda Express stage 1
[05:49:08] [Server thread/WARN]:     at Quests-5.0.0-rc.2.jar//me.pikamug.quests.storage.implementation.file.BukkitQuestYamlStorage.loadQuestStages(BukkitQuestYamlStorage.java:1588)
[05:49:08] [Server thread/WARN]:     at Quests-5.0.0-rc.2.jar//me.pikamug.quests.storage.implementation.file.BukkitQuestYamlStorage.init(BukkitQuestYamlStorage.java:109)
[05:49:08] [Server thread/WARN]:     at Quests-5.0.0-rc.2.jar//me.pikamug.quests.BukkitQuestsPlugin.lambda$delayLoadQuestInfo$3(BukkitQuestsPlugin.java:617)
[05:49:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R3.scheduler.CraftTask.run(CraftTask.java:101)
[05:49:08] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_20_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[05:49:08] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1639)
[05:49:08] [Server thread/WARN]:     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:446)
[05:49:08] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1518)
[05:49:08] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1214)
[05:49:08] [Server thread/WARN]:     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
[05:49:08] [Server thread/WARN]:     at java.base/java.lang.Thread.run(Thread.java:833)
[05:49:12] [User Authenticator #0/INFO]: UUID of player EvaConly is 5ac2a1fe-a8ac-47b6-939e-872476958620
[05:49:15] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-338 (MC: 1.20.4) ---
[05:49:15] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
[05:49:15] [Paper Watchdog Thread/ERROR]: ------------------------------
[05:49:15] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[05:49:15] [Paper Watchdog Thread/ERROR]: ------------------------------
[05:49:15] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
[05:49:15] [Paper Watchdog Thread/ERROR]:     PID: 45 | Suspended: false | Native: false | State: RUNNABLE
[05:49:15] [Paper Watchdog Thread/ERROR]:     Stack:
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:246)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:667)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:57)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.comments.CommentEventsCollector$1.peek(CommentEventsCollector.java:43)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:136)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.comments.CommentEventsCollector.collectEvents(CommentEventsCollector.java:116)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeScalarNode(Composer.java:241)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:205)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeKeyNode(Composer.java:359)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:344)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:369)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:348)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:323)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:209)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:131)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:157)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.yaml.snakeyaml.Yaml.compose(Yaml.java:575)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:338)
[05:49:15] [Paper Watchdog Thread/ERROR]:         Quests-5.0.0-rc.2.jar//me.pikamug.quests.storage.implementation.file.BukkitQuestYamlStorage.loadQuest(BukkitQuestYamlStorage.java:144)
[05:49:15] [Paper Watchdog Thread/ERROR]:         Quests-5.0.0-rc.2.jar//me.pikamug.quests.storage.implementation.file.BukkitQuestYamlStorage.init(BukkitQuestYamlStorage.java:97)
[05:49:15] [Paper Watchdog Thread/ERROR]:         Quests-5.0.0-rc.2.jar//me.pikamug.quests.BukkitQuestsPlugin.lambda$delayLoadQuestInfo$3(BukkitQuestsPlugin.java:617)
[05:49:15] [Paper Watchdog Thread/ERROR]:         Quests-5.0.0-rc.2.jar//me.pikamug.quests.BukkitQuestsPlugin$$Lambda$12068/0x0000000802ba7aa0.run(Unknown Source)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.scheduler.CraftTask.run(CraftTask.java:101)
[05:49:15] [Paper Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_20_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:480)
[05:49:15] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1639)
[05:49:15] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446)
[05:49:15] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1518)
[05:49:15] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1214)
[05:49:15] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321)
[05:49:15] [Paper Watchdog Thread/ERROR]:         net.minecraft.server.MinecraftServer$$Lambda$6307/0x0000000801770fb0.run(Unknown Source)
[05:49:15] [Paper Watchdog Thread/ERROR]: ------------------------------
[05:49:15] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[05:49:15] [Paper Watchdog Thread/ERROR]: ------------------------------
[05:49:16] [Server thread/INFO]: [Quests] Loaded 187 Quest(s), 7 Action(s), 1 Condition(s) and 811 Phrase(s)
[05:49:16] [Server thread/WARN]: [Quests] Unable to consider custom objectives because quest for custom37 was null
[05:49:16] [Server thread/WARN]: [Quests] Unable to consider custom objectives because quest for custom54 was null
[05:49:16] [Server thread/INFO]: EvaConly (/98.109.129.167:49893) lost connection: Disconnected
[05:49:16] [Server thread/INFO]: EvaConly (/98.109.129.167:49897) lost connection: Disconnected
[05:49:16] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 13891ms or 277 ticks behind
[05:49:17] [Craft Scheduler Thread - 21 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
[05:49:17] [Craft Scheduler Thread - 9 - UltraPermissions/INFO]: [UltraPermissions] Loading Permission Database...
[05:49:17] [Craft Scheduler Thread - 9 - UltraPermissions/INFO]: [UltraPermissions] - 1265 Permissions extracted from .jars
[05:49:17] [User Authenticator #0/INFO]: UUID of player EvaConly is 5ac2a1fe-a8ac-47b6-939e-872476958620
[05:49:17] [Craft Scheduler Thread - 21 - BuycraftX/INFO]: [BuycraftX] Fetched due players (1 found).
[05:49:17] [Craft Scheduler Thread - 9 - UltraPermissions/INFO]: [UltraPermissions] - 7560 Permissions downloaded from the Cloud
[05:49:18] [Server thread/INFO]: EvaConly joined the game
[05:49:18] [Server thread/INFO]: EvaConly[/98.109.129.167:49901] logged in with entity id 1644 at ([BubbleSMP]-8073.5, 82.0, -6097.5)
[05:49:32] [Server thread/INFO]: EvaConly issued server command: /npc sel
[05:49:36] [Server thread/INFO]: EvaConly issued server command: /npc panimate SNEAK
[05:49:38] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:49:38] [Server thread/INFO]: Mod: Eva
[05:49:43] [Server thread/INFO]: EvaConly lost connection: Disconnected
[05:49:43] [Server thread/INFO]: EvaConly left the game
[05:49:45] [User Authenticator #0/INFO]: UUID of player EvaConly is 5ac2a1fe-a8ac-47b6-939e-872476958620
[05:49:45] [Server thread/INFO]: EvaConly joined the game
[05:49:45] [Server thread/INFO]: EvaConly[/98.109.129.167:49924] logged in with entity id 2566 at ([BubbleSMP]-8009.012294224698, 76.0, -6059.218370926875)
[05:49:51] [Server thread/INFO]: EvaConly issued server command: /npc sneaking
[05:50:11] [Server thread/INFO]: [MoreMobHeads] [Debug] moremobheads.nametag=true
[05:50:11] [Server thread/INFO]: [MoreMobHeads] [Debug] mob.nametag=false
[05:50:11] [Server thread/INFO]: [MoreMobHeads] [Debug] moremobheads.nametag=true
[05:50:11] [Server thread/INFO]: [MoreMobHeads] [Debug] mob.nametag=false
[05:50:12] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:50:12] [Server thread/INFO]: Mod: Eva
[05:50:16] [Craft Scheduler Thread - 14 - BuycraftX/INFO]: [BuycraftX] Sending 3 analytic events
[05:50:19] [Server thread/INFO]: [MoreMobHeads] [Debug] moremobheads.nametag=true
[05:50:19] [Server thread/INFO]: [MoreMobHeads] [Debug] mob.nametag=false
[05:50:19] [Server thread/INFO]: [MoreMobHeads] [Debug] moremobheads.nametag=true
[05:50:19] [Server thread/INFO]: [MoreMobHeads] [Debug] mob.nametag=false
[05:50:23] [Server thread/INFO]: EvaConly issued server command: /home grind
[05:50:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Spider
[05:50:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:50:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:50:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:50:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:50:32] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Spider
[05:50:32] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:50:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=String
[05:50:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:50:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[05:50:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:50:38] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[05:50:38] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[05:50:40] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:40] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Zombie
[05:50:41] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:41] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Zombie
[05:50:41] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[05:50:41] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[05:50:42] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:42] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Zombie
[05:50:42] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:42] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Zombie
[05:50:43] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:43] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Zombie
[05:50:44] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:44] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[05:50:44] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:44] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Zombie
[05:50:45] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:50:45] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Zombie
[05:50:46] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:50:46] [Server thread/INFO]: Mod: Eva
[05:50:55] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[05:50:55] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:50:55] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[05:50:55] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:17] [Craft Scheduler Thread - 28 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
[05:51:17] [Craft Scheduler Thread - 28 - BuycraftX/INFO]: [BuycraftX] Fetched due players (1 found).
[05:51:20] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:51:20] [Server thread/INFO]: Mod: Eva
[05:51:22] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:51:22] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:22] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:51:22] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:23] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:51:23] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:23] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:51:23] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[05:51:24] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:51:24] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Creeper
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Creeper
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Creeper
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Diddums
[05:51:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Creeper
[05:51:35] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Spider
[05:51:35] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Arrow
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Spider
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Spider
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=String
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[05:51:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:51:49] [Server thread/INFO]: EvaConly issued server command: /home moon
[05:51:54] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:51:54] [Server thread/INFO]: Mod: Eva
[05:52:28] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:52:28] [Server thread/INFO]: Mod: Eva
[05:52:51] [Server thread/INFO]: EvaConly issued server command: /home farm
[05:53:02] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:53:02] [Server thread/INFO]: Mod: Eva
[05:53:17] [Server thread/INFO]: EvaConly issued server command: /back
[05:53:17] [Craft Scheduler Thread - 26 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
[05:53:18] [Craft Scheduler Thread - 26 - BuycraftX/INFO]: [BuycraftX] Fetched due players (1 found).
[05:53:36] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:53:36] [Server thread/INFO]: Mod: Eva
[05:54:10] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:54:10] [Server thread/INFO]: Mod: Eva
[05:54:43] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:54:43] [Server thread/INFO]: Mod: Eva
[05:54:58] [Server thread/INFO]: EvaConly issued server command: /home season
[05:55:12] [Server thread/INFO]: [MoreMobHeads] [Debug] moremobheads.nametag=true
[05:55:12] [Server thread/INFO]: [MoreMobHeads] [Debug] mob.nametag=false
[05:55:12] [Server thread/INFO]: [MoreMobHeads] [Debug] moremobheads.nametag=true
[05:55:12] [Server thread/INFO]: [MoreMobHeads] [Debug] mob.nametag=false
[05:55:17] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:55:17] [Server thread/INFO]: Mod: Eva
[05:55:18] [Craft Scheduler Thread - 30 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
[05:55:18] [Craft Scheduler Thread - 30 - BuycraftX/INFO]: [BuycraftX] Fetched due players (1 found).
[05:55:20] [Server thread/INFO]: EvaConly issued server command: /back
[05:55:21] [Server thread/INFO]: EvaConly issued server command: /home moon
[05:55:51] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:55:51] [Server thread/INFO]: Mod: Eva
[05:56:25] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:56:25] [Server thread/INFO]: Mod: Eva
[05:56:42] [Server thread/INFO]: EvaConly issued server command: /back
[05:56:43] [Server thread/INFO]: EvaConly issued server command: /home grind
[05:56:59] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:56:59] [Server thread/INFO]: Mod: Eva
[05:57:18] [Craft Scheduler Thread - 47 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
[05:57:18] [Craft Scheduler Thread - 47 - BuycraftX/INFO]: [BuycraftX] Fetched due players (1 found).
[05:57:22] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:57:22] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:57:23] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:57:23] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:57:23] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:57:23] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:57:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[05:57:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:57:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[05:57:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:57:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Gunpowder
[05:57:25] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:57:33] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:57:33] [Server thread/INFO]: Mod: Eva
[05:57:53] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[05:57:53] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:57:53] [Server thread/INFO]: EvaConly issued server command: /home grind
[05:58:04] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[05:58:04] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[05:58:07] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:58:07] [Server thread/INFO]: Mod: Eva
[05:58:14] [Server thread/INFO]: Saving is already turned on
[05:58:14] [Server thread/INFO]: Saving the game (this may take a moment!)
[05:58:15] [Server thread/INFO]: Saved the game
[05:58:41] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:58:41] [Server thread/INFO]: Mod: Eva
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDE - world_whitelist=
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDE - world_blacklist=
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDE - mob_whitelist=
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDE - mob_blacklist=
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDE name=ZOMBIE
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug]  DI itemstack=BOW
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug]  DI enchantmentlevel=0
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug]  DI enchantmentlevelpercent=0.0
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug]  DI chance=82.99
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug]  DI chancePercent=2.5
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug]  DI chancePercent + enchantmentlevel=2.5
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug]  DI 2.5 >= 82.99 (false)
[05:58:58] [Server thread/INFO]: [MoreMobHeads] [Debug]  DI returning=false
[05:59:15] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:59:15] [Server thread/INFO]: Mod: Eva
[05:59:18] [Craft Scheduler Thread - 29 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
[05:59:18] [Craft Scheduler Thread - 29 - BuycraftX/INFO]: [BuycraftX] Fetched due players (1 found).
[05:59:49] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[05:59:49] [Server thread/INFO]: Mod: Eva
[06:00:23] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:00:23] [Server thread/INFO]: Mod: Eva
[06:00:55] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:00:55] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:00:57] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:00:57] [Server thread/INFO]: Mod: Eva
[06:01:17] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:01:17] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:01:17] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:01:17] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:01:17] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[06:01:17] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:01:18] [Craft Scheduler Thread - 38 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
[06:01:18] [Craft Scheduler Thread - 38 - BuycraftX/INFO]: [BuycraftX] Fetched due players (1 found).
[06:01:31] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:01:31] [Server thread/INFO]: Mod: Eva
[06:01:32] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:01:32] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:01:33] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:01:33] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:01:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:01:36] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Zombie
[06:02:02] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:02:02] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:04] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:02:04] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:04] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:02:04] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:05] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:02:05] [Server thread/INFO]: Mod: Eva
[06:02:05] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:02:05] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:05] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[06:02:05] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:05] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:02:05] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:05] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:02:05] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:07] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:02:07] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:07] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[06:02:07] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:07] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:02:07] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:09] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:02:09] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:09] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[06:02:09] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:11] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Bat
[06:02:11] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:11] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:02:11] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:11] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Wither Rose
[06:02:11] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:25] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /eco give EvaConly 30
[06:02:25] [Server thread/INFO]: ☆30 added to Eva account. New balance: ☆74,422
[06:02:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:02:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:02:38] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:02:38] [Server thread/INFO]: Mod: Eva
[06:02:39] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:39] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:40] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:40] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:41] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:41] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:43] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:43] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:44] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:44] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:44] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:44] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:46] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:46] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:47] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:47] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:48] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:48] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:50] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:50] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:54] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:54] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:55] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:55] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:57] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:02:57] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:02:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Skeleton
[06:02:58] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Arrow
[06:03:12] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:03:12] [Server thread/INFO]: Mod: Eva
[06:03:18] [Craft Scheduler Thread - 42 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
[06:03:18] [Craft Scheduler Thread - 42 - BuycraftX/INFO]: [BuycraftX] Fetched due players (1 found).
[06:03:46] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:03:46] [Server thread/INFO]: Mod: Eva
[06:04:20] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:04:20] [Server thread/INFO]: Mod: Eva
[06:04:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[06:04:31] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:04:32] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Creeper
[06:04:32] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:04:32] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:04:32] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Wither Skull
[06:04:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Diddums
[06:04:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Creeper
[06:04:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getEntity=Zombie
[06:04:34] [Server thread/INFO]: [MoreMobHeads] [Debug] EDEE - getDamager=Creeper
[06:04:54] [Server thread/INFO]: There are 1 out of maximum 96 players online.
[06:04:54] [Server thread/INFO]: Mod: Eva