Date: 2023/04/29 12:40:17 UTC-07:00
Type: Server Log
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
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
[ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[Worker-Main-2/INFO]: Loaded 7 recipes
[Server thread/INFO]: Starting minecraft server version 1.18.2
[Server thread/INFO]: Loading properties
[Server thread/INFO]: This server is running Paper version git-Paper-388 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: fc9ee65 on ver/1.18.2)
[Server thread/INFO]: Server Ping Player Sample Count: 12
[Server thread/INFO]: Using 4 threads for Netty based IO
[Server thread/INFO]: Default game type: SURVIVAL
[Server thread/INFO]: Generating keypair
[Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[Server thread/INFO]: Using default channel type
[Server thread/INFO]: Paper: Using Java 11 compression from Velocity.
[Server thread/INFO]: Paper: Using Java cipher from Velocity.
[Server thread/INFO]: [Denizen] Loading 2 libraries... please wait
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\org\mongodb\mongodb-driver-sync\4.8.1\mongodb-driver-sync-4.8.1.jar
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\org\mongodb\bson\4.8.1\bson-4.8.1.jar
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\org\mongodb\mongodb-driver-core\4.8.1\mongodb-driver-core-4.8.1.jar
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\org\mongodb\bson-record-codec\4.8.1\bson-record-codec-4.8.1.jar
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\redis\clients\jedis\4.3.1\jedis-4.3.1.jar
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\org\apache\commons\commons-pool2\2.11.1\commons-pool2-2.11.1.jar
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\org\json\json\20220320\json-20220320.jar
[Server thread/INFO]: [Denizen] Loaded library S:\Minecraft\1.18.2 Paper - NeonCraftCity\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar
[Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.2.1
[Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.3
[Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.6.2
[Server thread/INFO]: [ViaVersion] ViaVersion 4.6.2 is now loaded. Registering protocol transformers and injecting...
[Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[Server thread/INFO]: [floodgate] Loading floodgate v2.2.2-SNAPSHOT (b??-2702bc3)
[Server thread/INFO]: [floodgate] Took 1,030ms to boot Floodgate
[Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.65
[Server thread/INFO]: [voicechat] Loading voicechat v1.18.2-2.3.28
[Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b616
[Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.1.0-SNAPSHOT
[Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[Server thread/INFO]: [emotecraft] Loading emotecraft v2.2.5
[Server thread/INFO]: [dynmap] Loading dynmap v3.4-828
[Server thread/INFO]: [dynmap] version=git-Paper-388 (MC: 1.18.2)
[Server thread/INFO]: [dynmap] Mod Support API available
[Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.13+46576cc
[Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@30de641d]
[Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.1
[Server thread/INFO]: [GeyserUpdater] Loading GeyserUpdater v1.6.2
[Server thread/INFO]: [XPConomy] Loading XPConomy v2.1
[Server thread/INFO]: [PlotSquared] Loading PlotSquared v6.11.1
[Server thread/INFO]: [SimplePets] Loading SimplePets v5.0-BUILD-199
[Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.7+216b061
[Server thread/INFO]: [PlotHider] Loading PlotHider v6.0.1
[Server thread/INFO]: [Citizens] Loading Citizens v2.0.31-SNAPSHOT (build 3015)
[Server thread/INFO]: [Skulls] Loading Skulls v3.9.1
[Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v4.2.3-b523
[Server thread/INFO]: [Vivecraft] Loading Vivecraft-Spigot-Extensions v1.18.2-1
[Server thread/INFO]: [Plot2Dynmap] Loading Plot2Dynmap v6.0.3
[Server thread/INFO]: [Negativity] Loading Negativity v2.6.1-SNAPSHOT
[Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.3
[Server thread/INFO]: [Denizen] Loading Denizen v1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: [MobArena] Loading MobArena v0.107
[Server thread/INFO]: [ImprovedFactions] Loading ImprovedFactions v2.0.0-dev.5
[Server thread/INFO]: [Depenizen] Loading Depenizen v2.0.0 (build 833)
[Server thread/INFO]: [MobArenaStats] Loading MobArenaStats v1.0
[Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.2.1
[Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.2.1 enabled
[Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.65
[Server thread/INFO]: __
[Server thread/INFO]: | |__) LuckPerms v5.4.65
[Server thread/INFO]: |___ | Running on Bukkit - Paper
[Server thread/INFO]:
[Server thread/INFO]: [LuckPerms] Loading configuration...
[Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[Server thread/INFO]: [LuckPerms] Performing initial data load...
[Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3301ms)
[Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b616
[Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.13+46576cc
[Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_18_R2.PaperweightAdapter as the Bukkit adapter
[Server thread/INFO]: [XPConomy] Enabling XPConomy v2.1
[Server thread/INFO]: [XPConomy] Using NMS version v1_18_R2
[Server thread/INFO]: [XPConomy] Economy integration is enabled
[Server thread/INFO]: [PlotSquared] Enabling PlotSquared v6.11.1
[Server thread/INFO]: [PlotSquared/PlotSquared] Loaded caption map for namespace 'plotsquared': com.plotsquared.core.configuration.caption.LocalizedCaptionMap
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: plot-expiry | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: worlds | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-named-road-mobs | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: per-user-locale | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: worldedit-restrictions | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: external-placeholders | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-owned-road-mobs | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: disable-beacon-effect-overflow | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: database | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: component-presets | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: chunk-processor | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: extended-username-completion | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: events | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: commands | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-mobs | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-items | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: database-purger | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: economy | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: persistent-road-regen | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: kill-road-vehicles | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: default-locale | Value: en
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: use-mvdwapi | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: persistent-meta | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: tab-completed-aliases | Value: [plot]
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: ban-deleter | Value: false
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: update-notifications | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: rating-cache | Value: true
[Server thread/INFO]: [PlotSquared/PlotSquared] Key: comment-notifier | Value: true
[Server thread/INFO]: [PlotSquared/BukkitPlatform] Couldn't verify purchase :(
[Server thread/INFO]: [PlotSquared/PlotSquared] Connection to database established. Type: SQLite
[Server thread/INFO]: [PlotSquared/BukkitPlatform] PlotSquared hooked into WorldEdit
[Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using LuckPerms as a complementary UUID service
[Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) Using Paper as a complementary UUID service
[Server thread/INFO]: [PlotSquared/BukkitPlatform] (UUID) 1 UUIDs will be cached
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plotsquared [3]
[Server thread/INFO]: [PlotSquared/BukkitPlatform] PlotSquared hooked into PlaceholderAPI
[Server thread/INFO]: Preparing level "wHub"
[Server thread/INFO]: -------- World Settings For [wHub] --------
[Server thread/INFO]: Item Merge Radius: 4.0
[Server thread/INFO]: Item Despawn Rate: 4000
[Server thread/INFO]: View Distance: 8
[Server thread/INFO]: Simulation Distance: 8
[Server thread/INFO]: Zombie Aggressive Towards Villager: true
[Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[Server thread/INFO]: Mob Spawn Range: 6
[Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[Server thread/INFO]: Nerfing mobs spawned from spawners: false
[Server thread/INFO]: Experience Merge Radius: 6.0
[Server thread/INFO]: Cactus Growth Modifier: 100%
[Server thread/INFO]: Cane Growth Modifier: 100%
[Server thread/INFO]: Melon Growth Modifier: 100%
[Server thread/INFO]: Mushroom Growth Modifier: 100%
[Server thread/INFO]: Pumpkin Growth Modifier: 100%
[Server thread/INFO]: Sapling Growth Modifier: 100%
[Server thread/INFO]: Beetroot Growth Modifier: 100%
[Server thread/INFO]: Carrot Growth Modifier: 100%
[Server thread/INFO]: Potato Growth Modifier: 100%
[Server thread/INFO]: Wheat Growth Modifier: 100%
[Server thread/INFO]: NetherWart Growth Modifier: 100%
[Server thread/INFO]: Vine Growth Modifier: 100%
[Server thread/INFO]: Cocoa Growth Modifier: 100%
[Server thread/INFO]: Bamboo Growth Modifier: 100%
[Server thread/INFO]: SweetBerry Growth Modifier: 100%
[Server thread/INFO]: Kelp Growth Modifier: 100%
[Server thread/INFO]: TwistingVines Growth Modifier: 100%
[Server thread/INFO]: WeepingVines Growth Modifier: 100%
[Server thread/INFO]: CaveVines Growth Modifier: 100%
[Server thread/INFO]: GlowBerry Growth Modifier: 100%
[Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false / Isa false
[Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[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
[Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[Server thread/INFO]: Max TNT Explosions: 100
[Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[Server thread/INFO]: Time elapsed: 393 ms
[Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.6.2
[Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.18.2 (758)
[Server thread/INFO]: [floodgate] Enabling floodgate v2.2.2-SNAPSHOT (b??-2702bc3)
[Server thread/INFO]: [voicechat] Enabling voicechat v1.18.2-2.3.28
[Server thread/INFO]: [voicechat] Compatibility version 15
[Server thread/INFO]: [voicechat] Loading translations
[Server thread/INFO]: [voicechat] Successfully initialized commodore command completion
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: voicechat [1.18.2-2.3.28]
[Server thread/INFO]: [voicechat] Successfully registered PlaceholderAPI expansion
[Server thread/INFO]: [voicechat] Successfully added ViaVersion mappings
[Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.1.0-SNAPSHOT
[Server thread/INFO]: [emotecraft] Enabling emotecraft v2.2.5
[Server thread/INFO]: [emotecraft] Loading Emotecraft as a bukkit plugin...
[Server thread/INFO]: [dynmap] Enabling dynmap v3.4-828
[Server thread/INFO]: [dynmap] Added 18 custom biome mappings
[Server thread/INFO]: [dynmap] Using LuckPerms 5.4.65 for access control
[Server thread/INFO]: [dynmap] Mod Support processing completed
[Server thread/WARN]: [dynmap] Blocks missing texture definition:
minecraft:lightning_rod
minecraft:potted_azalea_bush
minecraft:potted_flowering_azalea_bush
[Server thread/INFO]: [dynmap] Loaded 27 shaders.
[Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[Server thread/INFO]: [dynmap] Loaded 22 lightings.
[Server thread/INFO]: [dynmap] Starting enter/exit processing
[Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:25563
[Server thread/INFO]: [dynmap] version 3.4-828 is enabled - core version 3.4-828
[Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://twitter.com/Dynmap
[Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'wHub'.
[Server thread/INFO]: [dynmap] Enabled
[Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.1
[Server thread/INFO]: [DecentHolograms] Using ProtocolLib for packet listening.
[Server thread/INFO]: [GeyserUpdater] Enabling GeyserUpdater v1.6.2
[Server thread/INFO]: [SimplePets] Enabling SimplePets v5.0-BUILD-199
[Server thread/INFO]: [SimplePets Warning] Failed to register the 'allay' pet ('EntityAllayPet' not supported) [Will not effect your server]
[Server thread/INFO]: [SimplePets Warning] Failed to register the 'frog' pet ('EntityFrogPet' not supported) [Will not effect your server]
[Server thread/INFO]: [SimplePets Warning] Failed to register the 'shulker' pet (Missing 'EntityShulkerPet' class for your version) [Will not effect your server]
[Server thread/INFO]: [SimplePets Warning] Failed to register the 'tadpole' pet ('EntityTadpolePet' not supported) [Will not effect your server]
[Server thread/INFO]: [SimplePets Warning] Failed to register the 'warden' pet ('EntityWardenPet' not supported) [Will not effect your server]
[Server thread/INFO]: [SimplePets Debug] Initializing Menu Items...
[Server thread/INFO]: [SimplePets Debug] Loading Customizable Item Files...
[Server thread/INFO]: [SimplePets Debug] Files have been loaded.
[Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[20:37:46] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[Server thread/INFO]: -------- World Settings For [wArcade] --------
[Server thread/INFO]: Item Merge Radius: 4.0
[Server thread/INFO]: Item Despawn Rate: 4000
[Server thread/INFO]: View Distance: 8
[Server thread/INFO]: Simulation Distance: 8
[Server thread/INFO]: Zombie Aggressive Towards Villager: true
[Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[Server thread/INFO]: Mob Spawn Range: 6
[Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[Server thread/INFO]: Nerfing mobs spawned from spawners: false
[Server thread/INFO]: Experience Merge Radius: 6.0
[Server thread/INFO]: Cactus Growth Modifier: 100%
[Server thread/INFO]: Cane Growth Modifier: 100%
[Server thread/INFO]: Melon Growth Modifier: 100%
[Server thread/INFO]: Mushroom Growth Modifier: 100%
[Server thread/INFO]: Pumpkin Growth Modifier: 100%
[Server thread/INFO]: Sapling Growth Modifier: 100%
[Server thread/INFO]: Beetroot Growth Modifier: 100%
[Server thread/INFO]: Carrot Growth Modifier: 100%
[Server thread/INFO]: Potato Growth Modifier: 100%
[Server thread/INFO]: Wheat Growth Modifier: 100%
[Server thread/INFO]: NetherWart Growth Modifier: 100%
[Server thread/INFO]: Vine Growth Modifier: 100%
[Server thread/INFO]: Cocoa Growth Modifier: 100%
[Server thread/INFO]: Bamboo Growth Modifier: 100%
[Server thread/INFO]: SweetBerry Growth Modifier: 100%
[Server thread/INFO]: Kelp Growth Modifier: 100%
[Server thread/INFO]: TwistingVines Growth Modifier: 100%
[Server thread/INFO]: WeepingVines Growth Modifier: 100%
[Server thread/INFO]: CaveVines Growth Modifier: 100%
[Server thread/INFO]: GlowBerry Growth Modifier: 100%
[Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false / Isa false
[Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[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
[Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[Server thread/INFO]: Max TNT Explosions: 100
[Server thread/INFO]: [dynmap] World 'wArcade' disabled
[Server thread/INFO]: -------- World Settings For [wFactionsNether] --------
[Server thread/INFO]: Item Merge Radius: 4.0
[Server thread/INFO]: Item Despawn Rate: 4000
[Server thread/INFO]: View Distance: 8
[Server thread/INFO]: Simulation Distance: 8
[Server thread/INFO]: Zombie Aggressive Towards Villager: true
[Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[Server thread/INFO]: Mob Spawn Range: 6
[Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[Server thread/INFO]: Nerfing mobs spawned from spawners: false
[Server thread/INFO]: Experience Merge Radius: 6.0
[Server thread/INFO]: Cactus Growth Modifier: 100%
[Server thread/INFO]: Cane Growth Modifier: 100%
[Server thread/INFO]: Melon Growth Modifier: 100%
[Server thread/INFO]: Mushroom Growth Modifier: 100%
[Server thread/INFO]: Pumpkin Growth Modifier: 100%
[Server thread/INFO]: Sapling Growth Modifier: 100%
[Server thread/INFO]: Beetroot Growth Modifier: 100%
[Server thread/INFO]: Carrot Growth Modifier: 100%
[Server thread/INFO]: Potato Growth Modifier: 100%
[Server thread/INFO]: Wheat Growth Modifier: 100%
[Server thread/INFO]: NetherWart Growth Modifier: 100%
[Server thread/INFO]: Vine Growth Modifier: 100%
[Server thread/INFO]: Cocoa Growth Modifier: 100%
[Server thread/INFO]: Bamboo Growth Modifier: 100%
[Server thread/INFO]: SweetBerry Growth Modifier: 100%
[Server thread/INFO]: Kelp Growth Modifier: 100%
[Server thread/INFO]: TwistingVines Growth Modifier: 100%
[Server thread/INFO]: WeepingVines Growth Modifier: 100%
[Server thread/INFO]: CaveVines Growth Modifier: 100%
[Server thread/INFO]: GlowBerry Growth Modifier: 100%
[Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false / Isa false
[Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[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
[Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[Server thread/INFO]: Max TNT Explosions: 100
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'wFactionsNether'.
[Server thread/INFO]: -------- World Settings For [wFactionsEnd] --------
[Server thread/INFO]: Item Merge Radius: 4.0
[Server thread/INFO]: Item Despawn Rate: 4000
[Server thread/INFO]: View Distance: 8
[Server thread/INFO]: Simulation Distance: 8
[Server thread/INFO]: Zombie Aggressive Towards Villager: true
[Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[Server thread/INFO]: Mob Spawn Range: 6
[Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[Server thread/INFO]: Nerfing mobs spawned from spawners: false
[Server thread/INFO]: Experience Merge Radius: 6.0
[Server thread/INFO]: Cactus Growth Modifier: 100%
[Server thread/INFO]: Cane Growth Modifier: 100%
[Server thread/INFO]: Melon Growth Modifier: 100%
[Server thread/INFO]: Mushroom Growth Modifier: 100%
[Server thread/INFO]: Pumpkin Growth Modifier: 100%
[Server thread/INFO]: Sapling Growth Modifier: 100%
[Server thread/INFO]: Beetroot Growth Modifier: 100%
[Server thread/INFO]: Carrot Growth Modifier: 100%
[Server thread/INFO]: Potato Growth Modifier: 100%
[Server thread/INFO]: Wheat Growth Modifier: 100%
[Server thread/INFO]: NetherWart Growth Modifier: 100%
[Server thread/INFO]: Vine Growth Modifier: 100%
[Server thread/INFO]: Cocoa Growth Modifier: 100%
[Server thread/INFO]: Bamboo Growth Modifier: 100%
[Server thread/INFO]: SweetBerry Growth Modifier: 100%
[Server thread/INFO]: Kelp Growth Modifier: 100%
[Server thread/INFO]: TwistingVines Growth Modifier: 100%
[Server thread/INFO]: WeepingVines Growth Modifier: 100%
[Server thread/INFO]: CaveVines Growth Modifier: 100%
[Server thread/INFO]: GlowBerry Growth Modifier: 100%
[Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false / Isa false
[Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[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
[Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[Server thread/INFO]: Max TNT Explosions: 100
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'wFactionsEnd'.
[Server thread/INFO]: -------- World Settings For [wMines] --------
[Server thread/INFO]: Item Merge Radius: 4.0
[Server thread/INFO]: Item Despawn Rate: 4000
[Server thread/INFO]: View Distance: 8
[Server thread/INFO]: Simulation Distance: 8
[Server thread/INFO]: Zombie Aggressive Towards Villager: true
[Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[Server thread/INFO]: Mob Spawn Range: 6
[Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[Server thread/INFO]: Nerfing mobs spawned from spawners: false
[Server thread/INFO]: Experience Merge Radius: 6.0
[Server thread/INFO]: Cactus Growth Modifier: 100%
[Server thread/INFO]: Cane Growth Modifier: 100%
[Server thread/INFO]: Melon Growth Modifier: 100%
[Server thread/INFO]: Mushroom Growth Modifier: 100%
[Server thread/INFO]: Pumpkin Growth Modifier: 100%
[Server thread/INFO]: Sapling Growth Modifier: 100%
[Server thread/INFO]: Beetroot Growth Modifier: 100%
[Server thread/INFO]: Carrot Growth Modifier: 100%
[Server thread/INFO]: Potato Growth Modifier: 100%
[Server thread/INFO]: Wheat Growth Modifier: 100%
[Server thread/INFO]: NetherWart Growth Modifier: 100%
[Server thread/INFO]: Vine Growth Modifier: 100%
[Server thread/INFO]: Cocoa Growth Modifier: 100%
[Server thread/INFO]: Bamboo Growth Modifier: 100%
[Server thread/INFO]: SweetBerry Growth Modifier: 100%
[Server thread/INFO]: Kelp Growth Modifier: 100%
[Server thread/INFO]: TwistingVines Growth Modifier: 100%
[Server thread/INFO]: WeepingVines Growth Modifier: 100%
[Server thread/INFO]: CaveVines Growth Modifier: 100%
[Server thread/INFO]: GlowBerry Growth Modifier: 100%
[Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false / Isa false
[Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[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
[Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[Server thread/INFO]: Max TNT Explosions: 100
[Server thread/INFO]: [dynmap] Loaded 1 maps of world 'wMines'.
[Server thread/INFO]: -------- World Settings For [wEvent] --------
[Server thread/INFO]: Item Merge Radius: 4.0
[Server thread/INFO]: Item Despawn Rate: 4000
[Server thread/INFO]: View Distance: 8
[Server thread/INFO]: Simulation Distance: 8
[Server thread/INFO]: Zombie Aggressive Towards Villager: true
[Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[Server thread/INFO]: Mob Spawn Range: 6
[Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[Server thread/INFO]: Nerfing mobs spawned from spawners: false
[Server thread/INFO]: Experience Merge Radius: 6.0
[Server thread/INFO]: Cactus Growth Modifier: 100%
[Server thread/INFO]: Cane Growth Modifier: 100%
[Server thread/INFO]: Melon Growth Modifier: 100%
[Server thread/INFO]: Mushroom Growth Modifier: 100%
[Server thread/INFO]: Pumpkin Growth Modifier: 100%
[Server thread/INFO]: Sapling Growth Modifier: 100%
[Server thread/INFO]: Beetroot Growth Modifier: 100%
[Server thread/INFO]: Carrot Growth Modifier: 100%
[Server thread/INFO]: Potato Growth Modifier: 100%
[Server thread/INFO]: Wheat Growth Modifier: 100%
[Server thread/INFO]: NetherWart Growth Modifier: 100%
[Server thread/INFO]: Vine Growth Modifier: 100%
[Server thread/INFO]: Cocoa Growth Modifier: 100%
[Server thread/INFO]: Bamboo Growth Modifier: 100%
[Server thread/INFO]: SweetBerry Growth Modifier: 100%
[Server thread/INFO]: Kelp Growth Modifier: 100%
[Server thread/INFO]: TwistingVines Growth Modifier: 100%
[Server thread/INFO]: WeepingVines Growth Modifier: 100%
[Server thread/INFO]: CaveVines Growth Modifier: 100%
[Server thread/INFO]: GlowBerry Growth Modifier: 100%
[Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false / Isa false
[Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[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
[Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[Server thread/INFO]: Max TNT Explosions: 100
[Server thread/INFO]: [dynmap] World 'wEvent' disabled
[Server thread/INFO]: Could not set generator for world 'wHub': Plugin 'Use server.properties' does not exist
[pool-25-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared will fetch UUIDs in groups of 200
[pool-25-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached 100.0% of UUIDs
[pool-25-thread-1/INFO]: [PlotSquared/BukkitPlatform] (UUID) PlotSquared has cached all UUIDs
[Server thread/INFO]: -------- World Settings For [wFactions] --------
[Server thread/INFO]: Item Merge Radius: 4.0
[Server thread/INFO]: Item Despawn Rate: 4000
[Server thread/INFO]: View Distance: 8
[Server thread/INFO]: Simulation Distance: 8
[Server thread/INFO]: Zombie Aggressive Towards Villager: true
[Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[Server thread/INFO]: Mob Spawn Range: 6
[Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[Server thread/INFO]: Nerfing mobs spawned from spawners: false
[Server thread/INFO]: Experience Merge Radius: 6.0
[Server thread/INFO]: Cactus Growth Modifier: 100%
[Server thread/INFO]: Cane Growth Modifier: 100%
[Server thread/INFO]: Melon Growth Modifier: 100%
[Server thread/INFO]: Mushroom Growth Modifier: 100%
[Server thread/INFO]: Pumpkin Growth Modifier: 100%
[Server thread/INFO]: Sapling Growth Modifier: 100%
[Server thread/INFO]: Beetroot Growth Modifier: 100%
[Server thread/INFO]: Carrot Growth Modifier: 100%
[Server thread/INFO]: Potato Growth Modifier: 100%
[Server thread/INFO]: Wheat Growth Modifier: 100%
[Server thread/INFO]: NetherWart Growth Modifier: 100%
[Server thread/INFO]: Vine Growth Modifier: 100%
[Server thread/INFO]: Cocoa Growth Modifier: 100%
[Server thread/INFO]: Bamboo Growth Modifier: 100%
[Server thread/INFO]: SweetBerry Growth Modifier: 100%
[Server thread/INFO]: Kelp Growth Modifier: 100%
[Server thread/INFO]: TwistingVines Growth Modifier: 100%
[Server thread/INFO]: WeepingVines Growth Modifier: 100%
[Server thread/INFO]: CaveVines Growth Modifier: 100%
[Server thread/INFO]: GlowBerry Growth Modifier: 100%
[Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false / Isa false
[Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[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
[Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[Server thread/INFO]: Max TNT Explosions: 100
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'wFactions'.
[Server thread/INFO]: -------- World Settings For [wCreative] --------
[Server thread/INFO]: Item Merge Radius: 4.0
[Server thread/INFO]: Item Despawn Rate: 4000
[Server thread/INFO]: View Distance: 8
[Server thread/INFO]: Simulation Distance: 8
[Server thread/INFO]: Zombie Aggressive Towards Villager: true
[Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[Server thread/INFO]: Mob Spawn Range: 6
[Server thread/INFO]: Arrow Despawn Rate: 600 Trident Respawn Rate:1200
[Server thread/INFO]: Nerfing mobs spawned from spawners: false
[Server thread/INFO]: Experience Merge Radius: 6.0
[Server thread/INFO]: Cactus Growth Modifier: 100%
[Server thread/INFO]: Cane Growth Modifier: 100%
[Server thread/INFO]: Melon Growth Modifier: 100%
[Server thread/INFO]: Mushroom Growth Modifier: 100%
[Server thread/INFO]: Pumpkin Growth Modifier: 100%
[Server thread/INFO]: Sapling Growth Modifier: 100%
[Server thread/INFO]: Beetroot Growth Modifier: 100%
[Server thread/INFO]: Carrot Growth Modifier: 100%
[Server thread/INFO]: Potato Growth Modifier: 100%
[Server thread/INFO]: Wheat Growth Modifier: 100%
[Server thread/INFO]: NetherWart Growth Modifier: 100%
[Server thread/INFO]: Vine Growth Modifier: 100%
[Server thread/INFO]: Cocoa Growth Modifier: 100%
[Server thread/INFO]: Bamboo Growth Modifier: 100%
[Server thread/INFO]: SweetBerry Growth Modifier: 100%
[Server thread/INFO]: Kelp Growth Modifier: 100%
[Server thread/INFO]: TwistingVines Growth Modifier: 100%
[Server thread/INFO]: WeepingVines Growth Modifier: 100%
[Server thread/INFO]: CaveVines Growth Modifier: 100%
[Server thread/INFO]: GlowBerry Growth Modifier: 100%
[Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[Server thread/INFO]: Entity Activation Range: An 16 / Mo 24 / Ra 48 / Mi 8 / Tiv false / Isa false
[Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[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
[Server thread/INFO]: Tile Max Tick Time: 1000ms Entity max Tick Time: 1000ms
[Server thread/INFO]: Max TNT Explosions: 100
[Server thread/INFO]: [PlotSquared/PlotSquared] Detected world load for 'wCreative'
[Server thread/INFO]: [PlotSquared/PlotSquared] - generator: PlotSquared>PlotSquared
[Server thread/INFO]: [PlotSquared/PlotSquared] - plot world: com.plotsquared.core.generator.HybridPlotWorld
[Server thread/INFO]: [PlotSquared/PlotSquared] - plot area manager: com.plotsquared.core.generator.HybridPlotManager
[Server thread/INFO]: [Creative] Area flags: []
[Server thread/INFO]: [Creative] Road flags: []
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] - Dumping settings for ClassicPlotWorld with name wCreative
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_schematic_enabled = true
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic = false
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_schematic_height = -1
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_lower = 4
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- path_width_upper = 38
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- schem_y = -64
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_height = -64
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_height = -1
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_height = -1
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- main_block = minecraft:air
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- top_block = minecraft:light_gray_concrete
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_block = minecraft:smooth_stone_slab
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- claimed_wall_block = minecraft:purpur_slab
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- wall_filling = minecraft:gray_concrete
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_block = minecraft:air
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_bedrock = false
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- place_top_block = true
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- plot_width = 33
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_width = 9
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_x = 0
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- road_offset_z = 0
[Server thread/INFO]: [PlotSquared/HybridPlotWorld] -- size = 42
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'wCreative'.
[Server thread/INFO]: [Multiverse-Core] 8 - World(s) loaded.
[Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
[Server thread/INFO]: [WorldGuard] (wHub) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wHub) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (wHub) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wHub) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wHub'
[Server thread/INFO]: [WorldGuard] (wArcade) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wArcade) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (wArcade) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wArcade) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wArcade'
[Server thread/INFO]: [WorldGuard] (wFactionsNether) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactionsNether) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactionsNether) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactionsNether) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wFactionsNether'
[Server thread/INFO]: [WorldGuard] (wFactionsEnd) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactionsEnd) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactionsEnd) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactionsEnd) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wFactionsEnd'
[Server thread/INFO]: [WorldGuard] (wMines) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wMines) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (wMines) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wMines) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wMines'
[Server thread/INFO]: [WorldGuard] (wEvent) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wEvent) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (wEvent) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wEvent) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wEvent'
[Server thread/INFO]: [WorldGuard] (wFactions) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactions) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactions) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wFactions) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wFactions'
[Server thread/INFO]: [WorldGuard] (wCreative) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wCreative) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (wCreative) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (wCreative) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'wCreative'
[Server thread/INFO]: [WorldGuard] Loading region data...
[Server thread/INFO]: [PlotHider] Enabling PlotHider v6.0.1
[Server thread/INFO]: [PlotHider] Loaded caption map for namespace 'plothider': com.plotsquared.core.configuration.caption.LocalizedCaptionMap
[Server thread/INFO]: [Citizens] Enabling Citizens v2.0.31-SNAPSHOT (build 3015)
[Server thread/INFO]: [Citizens] Loading external libraries
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[Server thread/INFO]: [Skulls] Enabling Skulls v3.9.1
[Server thread/INFO]:
[Server thread/INFO]: =============================
[Server thread/INFO]: Skulls v3.9.1 by Tweetzy
[Server thread/INFO]: Developer: Kiran Hart
[Server thread/INFO]: [FlightCore] Enabling metrics for Skulls
[Server thread/INFO]: =============================
[Server thread/INFO]:
[Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.3-b523
[Server thread/INFO]: [Multiverse-Inventories 4.2.3-b523] enabled.
[Server thread/INFO]: [Vivecraft] Enabling Vivecraft-Spigot-Extensions v1.18.2-1
[Server thread/INFO]: [Plot2Dynmap] Enabling Plot2Dynmap v6.0.3
[Server thread/INFO]: [Negativity] Enabling Negativity v2.6.1-SNAPSHOT
[Server thread/INFO]: [Negativity] Detected server version: 1.18 (v1_18_R2) using Paper server.
[Server thread/INFO]: [Negativity] Running with Java 17.0.1
[Server thread/INFO]: [Negativity] Thanks for buying Negativity <3
[Server thread/INFO]: [Negativity] Loaded 7 special detections.
[Server thread/INFO]: [Negativity] Loaded 40 cheat detections.
[Server thread/INFO]: [Negativity] Loaded support for ViaVersion, Geyser-Spigot, floodgate, WorldGuard.
[Server thread/INFO]: [Negativity] Negativity 2.6.1-SNAPSHOT loaded for server version 1.18
[Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[Server thread/INFO]: --------------------
[Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[Server thread/INFO]: --------------------
[Server thread/INFO]: [Denizen] Enabling Denizen v1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1333), impl for Spigot v1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: +> [Denizen] Running on java version: 17.0.1
[Server thread/INFO]: +> [Denizen] Running on fully supported Java 17.
[Server thread/INFO]: +> [Denizen] +-------------------------+
[Server thread/INFO]: +> [Denizen] Denizen scriptable minecraft
[Server thread/INFO]: +> [Denizen]
[Server thread/INFO]: +> [Denizen] by: The DenizenScript team
[Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR
[Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com
[Server thread/INFO]: +> [Denizen] version: 1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: +> [Denizen] +-------------------------+
[Server thread/INFO]: +> [TriggerRegistry] Loaded 4 core triggers
[Server thread/INFO]: +> [PaperModule] Loading Paper support module...
[Server thread/INFO]: +> [Denizen] Loaded 148 core commands and 28 core object types, at 2418ms from start.
[Server thread/INFO]: ERROR!
Error Message: Error parsing '\wArcade-runner.dsc'! This script has been skipped. No internal error - is the file empty?
[Server thread/INFO]: +> [ScriptRegistry] Loading 17 script files...
[Server thread/INFO]: +> [DenizenCore] Scripts loaded! File load took 84ms, processing 57ms.
[Server thread/INFO]: +> [Denizen] Final full init took 2624ms.
[Server thread/INFO]: [MobArena] Enabling MobArena v0.107
[Server thread/INFO]: [MobArena] Vault found; economy rewards enabled.
[Server thread/INFO]: [MobArena] Loaded arena 'whub'
[Server thread/INFO]: [MobArena] Loaded 3 sign templates.
[Server thread/INFO]: [ImprovedFactions] Enabling ImprovedFactions v2.0.0-dev.5
[Server thread/INFO]: [ImprovedFactions] [STDOUT] [ownerRank, adminRank, moderatorRank, elderRank, memberRank, allyownerRank, allyadminRank, allymoderatorRank, allyelderRank, allymemberRank, guestRank]
[Server thread/WARN]: Nag author(s): '[Tobero]' of 'ImprovedFactions' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: faction [2.0.0-dev.4]
[Server thread/INFO]: [ImprovedFactions] Papi expansion registered
[Server thread/INFO]: [ImprovedFactions] Loaded ImprovedFactions with version 2.0.0-dev.4
[Server thread/INFO]: [Depenizen] Enabling Depenizen v2.0.0 (build 833)
[Server thread/INFO]: +> [Depenizen] Depenizen loading...
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'CoreProtect'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'LuckPerms'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldEdit'!
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: denizen [2.0.0]
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'PlaceholderAPI'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'MobArena'!
[Server thread/INFO]: +> [PlotSquaredB...] Ignoring PlotSquared bridge, unsupported version.
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'PlotSquared'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldGuard'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Vivecraft-Spigot-Extensions'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'ViaVersion'!
[Server thread/INFO]: +> [Depenizen] Depenizen loaded! 9 plugin bridge(s) loaded (of 42 available)
[Server thread/INFO]: [MobArenaStats] Enabling MobArenaStats v1.0
[Server thread/INFO]: [MobArenaStats] Session store created.
[Server thread/INFO]: [MobArenaStats] Schema is up to date.
[Server thread/INFO]: [MobArenaStats] Session listener registered.
[Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[Server thread/INFO]: [Geyser-Spigot] ******************************************
[Server thread/INFO]: [Geyser-Spigot]
[Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.1.0-SNAPSHOT (git-master-8a25afb)
[Server thread/INFO]: [Geyser-Spigot]
[Server thread/INFO]: [Geyser-Spigot] ******************************************
[Server thread/INFO]: [Geyser-Spigot] Registered 3 custom items
[Server thread/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:25565
[Server thread/INFO]: [Geyser-Spigot] Done (5.576s)! Run /geyser help for help!
[Server thread/INFO]: Running delayed init tasks
[Craft Scheduler Thread - 9 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[Craft Scheduler Thread - 10 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms...
[Craft Scheduler Thread - 22 - Vivecraft-Spigot-Extensions/INFO]: [Vivecraft] Version: 1.18.2-1
[Craft Scheduler Thread - 22 - Vivecraft-Spigot-Extensions/INFO]: [Vivecraft] Checking for update...
[Server thread/INFO]: [voicechat] Loading plugins
[Server thread/INFO]: [voicechat] Loaded 0 plugin(s)
[Server thread/INFO]: [voicechat] Initializing plugins
[Server thread/INFO]: [voicechat] Initialized 0 plugin(s)
[Server thread/INFO]: [voicechat] Using default voicechat socket implementation
[VoiceChatServerThread/INFO]: [voicechat] Server started at port 25564
[Server thread/INFO]: [SimplePets Debug] Found support for version(s): [1.18.2]
[Server thread/INFO]: [SimplePets Debug] Targeting version: 1.18.2
[Server thread/INFO]: [SimplePets Debug] Initializing Inventories...
[Server thread/INFO]: [SimplePets Debug] Loading Customizable Inventories Files...
[Server thread/INFO]: [SimplePets Debug] Files have been loaded.
[Server thread/INFO]: [Skulls] Loaded 52065 skulls in 11,137.498ms
[Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.65 which is not a depend or softdepend of this plugin.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.4-R2]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.2]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: servertime [3.2]
[Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.0]
[Craft Scheduler Thread - 10 - DecentHolograms/INFO]: [DecentHolograms] Loaded 16 holograms!
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: world [1.2.2]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mobarena [1.0.0]
[Server thread/WARN]: [PlaceholderAPI] Loaded class com.garbagemule.MobArena.MobArena from MobArena v0.107 which is not a depend or softdepend of this plugin.
[Server thread/WARN]: [PlaceholderAPI] Loaded class org.mobarena.stats.MobArenaStats from MobArenaStats v1.0 which is not a depend or softdepend of this plugin.
[Server thread/INFO]: 6 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.
[Craft Scheduler Thread - 13 - GeyserUpdater/INFO]: [GeyserUpdater] You are using the latest version of GeyserUpdater!
[Craft Scheduler Thread - 22 - Vivecraft-Spigot-Extensions/INFO]: [Vivecraft] VSE is up to date.
[Craft Scheduler Thread - 9 - Skulls/INFO]: [Skulls] Loaded 104 history inserts
[Server thread/INFO]: [Citizens] Loaded 56 NPCs.
[Server thread/INFO]: +> [Static Tag Processing] Pre-Filled partial tag '<server...' with '(Base-Object)', and cached result.
[Server thread/INFO]: +> [Static Tag Processing] Pre-Filled partial tag '<util...' with '(Base-Object)', and cached result.
[Server thread/INFO]: +> [ScriptEvent] Processed 117 script event paths.
[Server thread/INFO]: +> [Denizen] +-------------------------+
[Server thread/INFO]: +> [Denizen] Denizen fully loaded at: 2023/04/29 20:37:57
[Server thread/INFO]: Done (47.717s)! For help, type "help"
[Server thread/INFO]: Timings Reset
[Server thread/WARN]: [SimplePets] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
[Server thread/WARN]: [SimplePets] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.7+216b061 which is not a depend or softdepend of this plugin.
[Server thread/INFO]: [WorldGuard] Loading region data...
[Server thread/INFO]: [SimplePets ADDON] Loading modules for the PermissionLore addon
[Server thread/INFO]: [SimplePets ADDON] Loading modules for the PvpAddon addon
[Server thread/INFO]: [SimplePets ADDON] Loading modules for the Vault addon
[Server thread/INFO]: [SimplePets Permissions] Registering 'pet.vault.bypass' permission and its children permissions for the 'Vault' addon
[Server thread/INFO]: [SimplePets ADDON] Loading modules for the WorldGuard addon
[Server thread/INFO]: [SimplePets Permissions] Registering 'pet.bypass.worldguard' permission for the 'WorldGuard' addon
[Server thread/INFO]: [SimplePets ADDON] Loading modules for the PlotSquared addon
[Server thread/INFO]: [SimplePets Permissions] Registering 'pet.plotsquared.bypass' permission for the 'PlotSquared' addon
[Server thread/INFO]: [SimplePets Permissions] Registering 'pet.plotsquared.spawn' permission and its children permissions for the 'PlotSquared' addon
[Server thread/INFO]: [SimplePets Permissions] Registering 'pet.plotsquared.move' permission and its children permissions for the 'PlotSquared' addon
[Server thread/INFO]: Command: [from server] /plugins
[Server thread/INFO]: Plugins (32): Citizens, CleanroomGenerator, CoreProtect, DecentHolograms, Denizen, Depenizen, dynmap, emotecraft, floodgate, Geyser-Spigot, GeyserUpdater, ImprovedFactions, LuckPerms, MobArena, MobArenaStats, Multiverse-Core, Multiverse-Inventories, Negativity, PlaceholderAPI, Plot2Dynmap, PlotHider, PlotSquared, ProtocolLib, SimplePets, Skulls, Vault, ViaVersion, Vivecraft-Spigot-Extensions, voicechat, WorldEdit, WorldGuard, XPConomy
[User Authenticator #1/INFO]: UUID of player Josh65 is 9aad764c-03e9-4c01-8336-0931d153c67e
[Server thread/INFO]: Connection: [1 Online, VR: false, Rank: Developer, Player: Josh65] Joined
[negativity-player-Josh65/INFO]: [Negativity] Loaded version 1.18. Packets playIn/playOut: 48/104, entityTypes: 117, materials: 256
[Server thread/INFO]: Josh65[/ ip ] logged in with entity id 559 at ([wHub]181.40897620553528, 9.237429996033484, 95.09742418705683)
[Server thread/INFO]: [voicechat] Received secret request of Josh65 (15)
[Server thread/INFO]: [voicechat] Sent secret to Josh65
[VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully authenticated player 9aad764c-03e9-4c01-8336-0931d153c67e
[Server thread/INFO]: Command: [VR: false, Rank: Developer, Player: Josh65] /ex adjust <biome[plains]> temperature:0.1
[Server thread/INFO]: Starting InstantQueue 'EXCOMMAND_4561_TreatyMaxime' with player 'Josh65'...
[Server thread/INFO]: +- Queue 'EXCOMMAND_4561_TreatyMaxime' Executing: (line 1) adjust <biome[plains]> temperature:0.1 ---------+
[Server thread/INFO]: +> Executing 'ADJUST': object='li@ (Size 1): b@wHub,plains' mechanism_value='0.1' mechanism='temperature'
[Server thread/INFO]: Adjust mechanism 'temperature' on object of type 'BiomeTag'...
[Server thread/INFO]: ERROR in queue 'EXCOMMAND_4561_TreatyMaxime' while executing command 'ADJUST' with player 'Josh65'!
Error Message: Internal exception was thrown!
[Error Continued] java.lang.IllegalArgumentException: Can not set final net.minecraft.world.level.biome.BiomeBase$c field net.minecraft.world.level.biome.BiomeBase.i to net.minecraft.core.Holder$c
[Error Continued] java.base/jdk.internal.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:167)
[Error Continued] java.base/jdk.internal.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:171)
[Error Continued] java.base/jdk.internal.reflect.UnsafeFieldAccessorImpl.ensureObj(UnsafeFieldAccessorImpl.java:58)
[Error Continued] java.base/jdk.internal.reflect.UnsafeQualifiedObjectFieldAccessorImpl.get(UnsafeQualifiedObjectFieldAccessorImpl.java:38)
[Error Continued] java.base/java.lang.reflect.Field.get(Field.java:425)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.utilities.ReflectionHelper.getFieldValue(ReflectionHelper.java:59)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizen.nms.v1_18.impl.BiomeNMSImpl.getClimate(BiomeNMSImpl.java:84)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizen.nms.v1_18.impl.BiomeNMSImpl.setTemperature(BiomeNMSImpl.java:95)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizen.objects.BiomeTag.adjust(BiomeTag.java:337)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.Adjustable.safeAdjust(Adjustable.java:21)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.commands.core.AdjustCommand.adjust(AdjustCommand.java:178)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.commands.core.AdjustCommand.adjust(AdjustCommand.java:121)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.commands.core.AdjustCommand.execute(AdjustCommand.java:199)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.commands.CommandExecutor.execute(CommandExecutor.java:114)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.queues.ScriptEngine.revolve(ScriptEngine.java:56)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.queues.core.InstantQueue.onStart(InstantQueue.java:19)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.queues.ScriptQueue.start(ScriptQueue.java:334)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.queues.ScriptQueue.start(ScriptQueue.java:292)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizen.utilities.command.ExCommandHandler.onCommand(ExCommandHandler.java:107)
[Error Continued] org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[Error Continued] org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[Error Continued] org.bukkit.craftbukkit.v1_18_R2.CraftServer.dispatchCommand(CraftServer.java:906)
[Error Continued] net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2307)
[Error Continued] net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2118)
[Error Continued] net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2099)
[Error Continued] net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:46)
[Error Continued] net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:6)
[Error Continued] net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:51)
[Error Continued] net.minecraft.server.TickTask.run(TickTask.java:18)
[Error Continued] net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
[Error Continued] net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
[Error Continued] net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1400)
[Error Continued] net.minecraft.server.MinecraftServer.d(MinecraftServer.java:188)
[Error Continued] net.minecraft.util.thread.IAsyncTaskHandler.y(IAsyncTaskHandler.java:126)
[Error Continued] net.minecraft.server.MinecraftServer.be(MinecraftServer.java:1377)
[Error Continued] net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1370)
[Error Continued] net.minecraft.util.thread.IAsyncTaskHandler.bo(IAsyncTaskHandler.java:114)
[Error Continued] net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1504)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1226)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/INFO]: Additional Error Info: Woah! An exception has been called with this command!
[Server thread/INFO]: Additional Error Info: Internal exception was thrown!
[Error Continued] java.lang.NullPointerException: Cannot invoke "Object.getClass()" because "climate" is null
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizen.nms.v1_18.impl.BiomeNMSImpl.setTemperature(BiomeNMSImpl.java:96)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizen.objects.BiomeTag.adjust(BiomeTag.java:337)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.objects.Adjustable.safeAdjust(Adjustable.java:21)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.commands.core.AdjustCommand.adjust(AdjustCommand.java:178)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.commands.core.AdjustCommand.adjust(AdjustCommand.java:121)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.commands.core.AdjustCommand.execute(AdjustCommand.java:199)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.commands.CommandExecutor.execute(CommandExecutor.java:114)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.queues.ScriptEngine.revolve(ScriptEngine.java:56)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.queues.core.InstantQueue.onStart(InstantQueue.java:19)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.queues.ScriptQueue.start(ScriptQueue.java:334)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizencore.scripts.queues.ScriptQueue.start(ScriptQueue.java:292)
[Error Continued] Denizen-1.2.7-b1791-REL.jar//com.denizenscript.denizen.utilities.command.ExCommandHandler.onCommand(ExCommandHandler.java:107)
[Error Continued] org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[Error Continued] org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[Error Continued] org.bukkit.craftbukkit.v1_18_R2.CraftServer.dispatchCommand(CraftServer.java:906)
[Error Continued] net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2307)
[Error Continued] net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2118)
[Error Continued] net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2099)
[Error Continued] net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:46)
[Error Continued] net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:6)
[Error Continued] net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:51)
[Error Continued] net.minecraft.server.TickTask.run(TickTask.java:18)
[Error Continued] net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
[Error Continued] net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
[Error Continued] net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1400)
[Error Continued] net.minecraft.server.MinecraftServer.d(MinecraftServer.java:188)
[Error Continued] net.minecraft.util.thread.IAsyncTaskHandler.y(IAsyncTaskHandler.java:126)
[Error Continued] net.minecraft.server.MinecraftServer.be(MinecraftServer.java:1377)
[Error Continued] net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1370)
[Error Continued] net.minecraft.util.thread.IAsyncTaskHandler.bo(IAsyncTaskHandler.java:114)
[Error Continued] net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1504)
[Error Continued] net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1226)
[Error Continued] net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
[Error Continued] java.base/java.lang.Thread.run(Thread.java:833)
[Server thread/INFO]: +> [CommandExecutor] (Attempted: ADJUST <biome[plains]> temperature:0.1)
[Server thread/INFO]: +---------------------+
[Server thread/INFO]: Completing queue 'EXCOMMAND_4561_TreatyMaxime' in 16ms.
[Server thread/INFO]: Command: [from server] /stop
[Server thread/INFO]: Stopping the server
[Server thread/INFO]: Stopping server
[Server thread/INFO]: [MobArenaStats] Disabling MobArenaStats v1.0
[Server thread/INFO]: [Depenizen] Disabling Depenizen v2.0.0 (build 833)
[Server thread/INFO]: [Denizen] v1.2.7-SNAPSHOT (build 1791-REL) disabled.
[Server thread/INFO]: [ImprovedFactions] Disabling ImprovedFactions v2.0.0-dev.5
[Server thread/INFO]: [MobArena] Disabling MobArena v0.107
[Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion mobarena
[Server thread/INFO]: [PlaceholderAPI] Reason: required plugin MobArena was disabled.
[Server thread/INFO]: [Denizen] Disabling Denizen v1.2.7-SNAPSHOT (build 1791-REL)
[Server thread/INFO]: [CoreProtect] Disabling CoreProtect v21.3
[Server thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
[Server thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v21.3
[Server thread/INFO]: [Negativity] Disabling Negativity v2.6.1-SNAPSHOT
[Server thread/INFO]: [Plot2Dynmap] Disabling Plot2Dynmap v6.0.3
[Server thread/INFO]: [Vivecraft] Disabling Vivecraft-Spigot-Extensions v1.18.2-1
[Server thread/INFO]: [Multiverse-Inventories] Disabling Multiverse-Inventories v4.2.3-b523
[Server thread/INFO]: [Skulls] Disabling Skulls v3.9.1
[Server thread/INFO]: [Citizens] Disabling Citizens v2.0.31-SNAPSHOT (build 3015)
[Server thread/INFO]: [PlotHider] Disabling PlotHider v6.0.1
[Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.7+216b061
[Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v4.3.1-b861
[Server thread/INFO]: [SimplePets] Disabling SimplePets v5.0-BUILD-199
[Server thread/INFO]: [SimplePets Debug] Saving player pets (if there are any)
[Server thread/INFO]: [SimplePets Debug] Generated debug information while disabling
[Server thread/INFO]: [PlotSquared] Disabling PlotSquared v6.11.1
[Server thread/INFO]: [PlotSquared/SQLManager] All DB transactions during this session are being validated (This may take a while if corrections need to be made)
[Server thread/INFO]: [XPConomy] Disabling XPConomy v2.1
[Server thread/INFO]: [GeyserUpdater] Disabling GeyserUpdater v1.6.2
[Server thread/INFO]: [DecentHolograms] Disabling DecentHolograms v2.8.1
[Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.2.13+46576cc
[Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[Server thread/INFO]: [dynmap] Disabling dynmap v3.4-828
[Server thread/INFO]: [dynmap] Unloaded 11 components.
[Server thread/INFO]: [dynmap] Stopping map renderer...
[Server thread/INFO]: [dynmap] Disabled
[Server thread/INFO]: [emotecraft] Disabling emotecraft v2.2.5
[Server thread/INFO]: [Vault] Disabling Vault v1.7.3-b131
[Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion vault
[Server thread/INFO]: [PlaceholderAPI] Reason: required plugin Vault was disabled.
[Server thread/INFO]: [Geyser-Spigot] Disabling Geyser-Spigot v2.1.0-SNAPSHOT
[Server thread/INFO]: [Geyser-Spigot] Shutting down Geyser.
[Server thread/INFO]: [Geyser-Spigot] Geyser shutdown successfully.
[Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v5.0.0-SNAPSHOT-b616
[Server thread/INFO]: [voicechat] Disabling voicechat v1.18.2-2.3.28
[Server thread/INFO]: [LuckPerms] Disabling LuckPerms v5.4.65
[Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion luckperms
[Server thread/INFO]: [PlaceholderAPI] Reason: required plugin LuckPerms was disabled.
[Server thread/INFO]: [LuckPerms] Starting shutdown process...
[Server thread/INFO]: [LuckPerms] Closing storage...
[Server thread/INFO]: [LuckPerms] Goodbye!
[Server thread/INFO]: [floodgate] Disabling floodgate v2.2.2-SNAPSHOT (b??-2702bc3)
[Server thread/INFO]: [ViaVersion] Disabling ViaVersion v4.6.2
[Server thread/INFO]: [ViaVersion] ViaVersion is disabling, if this is a reload and you experience issues consider rebooting.
[Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.11.3
[Server thread/INFO]: [CleanroomGenerator] Disabling CleanroomGenerator v1.2.1
[Server thread/INFO]: Saving players
[WebSocketConnectReadThread-134/INFO]: [Geyser-Spigot] The skin uploader has been closed
[Server thread/INFO]: Josh65 lost connection: Server is restarting
[Server thread/INFO]: Josh65 left the game
[Server thread/INFO]: Saving worlds
[Server thread/INFO]: Saving chunks for level 'ServerLevel[wHub]'/minecraft:overworld
[Server thread/INFO]: Saving chunks for level 'ServerLevel[wArcade]'/minecraft:warcade
[Server thread/INFO]: Saving chunks for level 'ServerLevel[wFactionsNether]'/minecraft:wfactionsnether
[Server thread/INFO]: Saving chunks for level 'ServerLevel[wFactionsEnd]'/minecraft:wfactionsend
[Server thread/INFO]: Saving chunks for level 'ServerLevel[wMines]'/minecraft:wmines
[Server thread/INFO]: Saving chunks for level 'ServerLevel[wEvent]'/minecraft:wevent
[Server thread/INFO]: Saving chunks for level 'ServerLevel[wFactions]'/minecraft:wfactions
[Server thread/INFO]: Saving chunks for level 'ServerLevel[wCreative]'/minecraft:wcreative
[Server thread/INFO]: ThreadedAnvilChunkStorage (wHub): All chunks are saved
[Server thread/INFO]: ThreadedAnvilChunkStorage (wArcade): All chunks are saved
[Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[Server thread/INFO]: ThreadedAnvilChunkStorage (wMines): All chunks are saved
[Server thread/INFO]: ThreadedAnvilChunkStorage (wEvent): All chunks are saved
[Server thread/INFO]: ThreadedAnvilChunkStorage (wFactions): All chunks are saved
[Server thread/INFO]: ThreadedAnvilChunkStorage (wCreative): All chunks are saved
[Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[Server thread/INFO]: Flushing Chunk IO
[Server thread/INFO]: Closing Thread Pool
[Server thread/INFO]: Closing Server