Paste #133210: Loging Commandpanel and citizens2

Date: 2025/05/03 11:19:56 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


[00:04:14] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[00:04:17] [ServerMain/INFO]: Loaded 1370 recipes
[00:04:17] [Server thread/INFO]: Starting minecraft server version 1.21.4
[00:04:17] [Server thread/INFO]: Loading properties
[00:04:17] [Server thread/INFO]: This server is running CraftBukkit version 4458-Spigot-73860e0-fb3f2b6 (MC: 1.21.4) (Implementing API version 1.21.4-R0.1-SNAPSHOT)
[00:04:18] [Server thread/INFO]: *** This version of Spigot contains changes to some enums. If you notice that plugins no longer work after updating, please report this to the developers of those plugins first. ***
[00:04:18] [Server thread/INFO]: *** If you cannot update those plugins, you can try setting `settings.compatibility.enum-compatibility-mode` to `true` in `bukkit.yml`. ***
[00:04:18] [Server thread/INFO]: Server Ping Player Sample Count: 12
[00:04:18] [Server thread/INFO]: Using 4 threads for Netty based IO
[00:04:18] [Server thread/INFO]: Debug logging is disabled
[00:04:18] [Server thread/INFO]: Default game type: SURVIVAL
[00:04:18] [Server thread/INFO]: Generating keypair
[00:04:18] [Server thread/INFO]: Starting Minecraft server on *:18015
[00:04:19] [Server thread/INFO]: Using epoll channel type
[00:04:20] [Server thread/INFO]: [Citizens] Loading 5 libraries... please wait
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/ch/ethz/globis/phtree/phtree/2.8.1/phtree-2.8.1.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/it/unimi/dsi/fastutil/8.5.15/fastutil-8.5.15.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-platform-bukkit/4.3.3/adventure-platform-bukkit-4.3.3.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-platform-api/4.3.3/adventure-platform-api-4.3.3.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.3/adventure-text-serializer-bungeecord-4.3.3.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.13.1/adventure-text-serializer-gson-legacy-impl-4.13.1.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-platform-facet/4.3.3/adventure-platform-facet-4.3.3.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-platform-viaversion/4.3.3/adventure-platform-viaversion-4.3.3.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-text-minimessage/4.17.0/adventure-text-minimessage-4.17.0.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-api/4.17.0/adventure-api-4.17.0.jar
[00:04:20] [Server thread/INFO]: [Citizens] Loaded library /server/libraries/net/kyori/adventure-key/4.17.0/adventure-key-4.17.0.jar
[00:04:20] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.6
[00:04:20] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v5.3.3-SNAPSHOT
[00:04:20] [Server thread/INFO]: [ViaVersion] ViaVersion 5.3.3-SNAPSHOT is now loaded. Registering protocol transformers and injecting...
[00:04:21] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[00:04:22] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[00:04:22] [Server thread/INFO]: [floodgate] Loading floodgate v2.2.4-SNAPSHOT (b116-0e3163c)
[00:04:23] [Server thread/INFO]: [floodgate] Took 816ms to boot Floodgate
[00:04:23] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.131
[00:04:23] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v15.6.2
[00:04:23] [Server thread/INFO]: [DecentHolograms] Loading DecentHolograms v2.8.16
[00:04:23] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.7.0-SNAPSHOT
[00:04:24] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
[00:04:24] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
[00:04:24] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[00:04:24] [Server thread/INFO]: [CoreLogging] Loading Multiverse-Core v5.0.0-pre.3
[00:04:24] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.37-SNAPSHOT (build 3763)
[00:04:24] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.3.11+7055-8357a12
[00:04:25] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@36fa32d0]
[00:04:25] [Server thread/INFO]: [Essentials] Loading Essentials v2.21.0
[00:04:25] [Server thread/INFO]: [ValhallaMMO] Loading ValhallaMMO v1.4.4
[00:04:26] [Server thread/INFO]: [ValhallaMMO] Loading ValhallaMMO config with language en-us selected
[00:04:26] [Server thread/INFO]: [ValhallaMMO] Initialized plugin hook with Vault
[00:04:26] [Server thread/INFO]: [ValhallaMMO] Initialized plugin hook with PlaceholderAPI
[00:04:26] [Server thread/INFO]: [ValhallaMMO] Initialized plugin hook with DecentHolograms
[00:04:26] [Server thread/INFO]: [ValhallaRaces] Loading ValhallaRaces v2.1
[00:04:26] [Server thread/INFO]: [TAB] Loading TAB v5.2.0
[00:04:26] [Server thread/INFO]: [CommandPanels] Loading CommandPanels v3.22.2
[00:04:26] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.131
[00:04:27] [Server thread/INFO]:         __    
[00:04:27] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.131
[00:04:27] [Server thread/INFO]:   |___ |      Running on Bukkit - CraftBukkit
[00:04:27] [Server thread/INFO]: 
[00:04:27] [Server thread/INFO]: [LuckPerms] Loading configuration...
[00:04:27] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[00:04:28] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[00:04:28] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[00:04:28] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2455ms)
[00:04:28] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.6.2
[00:04:29] [Server thread/WARN]: [SkinsRestorer] You must agree to the rules at 'commands.perSkinPermissionsConsent' in the config to use per skin permissions.
[00:04:30] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.21.4.
[00:04:30] [Server thread/INFO]: [SkinsRestorer] Floodgate skin listener registered
[00:04:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: skinsrestorer [15.6.2]
[00:04:31] [Server thread/INFO]: [SkinsRestorer] PlaceholderAPI expansion registered!
[00:04:31] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[00:04:31] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.21.0 which is not a depend or softdepend of this plugin.
[00:04:31] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[00:04:31] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[00:04:31] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[00:04:31] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[00:04:31] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.11+7055-8357a12
[00:04:31] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[00:04:31] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[00:04:32] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21_4.PaperweightAdapter as the Bukkit adapter
[00:04:34] [Server thread/INFO]: [WorldEdit] ====================================================
[00:04:34] [Server thread/INFO]: [WorldEdit]  WorldEdit works better if you use Paper 
[00:04:34] [Server thread/INFO]: [WorldEdit]  as your server software. 
[00:04:34] [Server thread/INFO]: [WorldEdit]   
[00:04:34] [Server thread/INFO]: [WorldEdit]  Paper offers significant performance improvements,
[00:04:34] [Server thread/INFO]: [WorldEdit]  bug fixes, security enhancements and optional
[00:04:34] [Server thread/INFO]: [WorldEdit]  features for server owners to enhance their server.
[00:04:34] [Server thread/INFO]: [WorldEdit]   
[00:04:34] [Server thread/INFO]: [WorldEdit]  Paper includes Timings v2, which is significantly
[00:04:34] [Server thread/INFO]: [WorldEdit]  better at diagnosing lag problems over v1.
[00:04:34] [Server thread/INFO]: [WorldEdit]   
[00:04:34] [Server thread/INFO]: [WorldEdit]  All of your plugins should still work, and the
[00:04:34] [Server thread/INFO]: [WorldEdit]  Paper community will gladly help you fix any issues.
[00:04:34] [Server thread/INFO]: [WorldEdit]   
[00:04:34] [Server thread/INFO]: [WorldEdit]  Join the Paper Community @ https://papermc.io
[00:04:34] [Server thread/INFO]: [WorldEdit] ====================================================
[00:04:34] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[00:04:34] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[00:04:34] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[00:04:34] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[00:04:34] [Server thread/INFO]: Preparing level "world"
[00:04:34] [Server thread/INFO]: -------- World Settings For [world] --------
[00:04:34] [Server thread/INFO]: Mob Spawn Range: 6
[00:04:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[00:04:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[00:04:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[00:04:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[00:04:34] [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
[00:04:34] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:04:34] [Server thread/INFO]: Max TNT Explosions: 100
[00:04:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[00:04:34] [Server thread/INFO]: View Distance: 5
[00:04:34] [Server thread/INFO]: Simulation Distance: 5
[00:04:34] [Server thread/INFO]: Item Despawn Rate: 6000
[00:04:34] [Server thread/INFO]: Item Merge Radius: 2.5
[00:04:34] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:04:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:04:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:04:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:04:36] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[00:04:36] [Server thread/INFO]: Mob Spawn Range: 6
[00:04:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[00:04:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[00:04:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[00:04:36] [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
[00:04:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:04:36] [Server thread/INFO]: Max TNT Explosions: 100
[00:04:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[00:04:36] [Server thread/INFO]: View Distance: 5
[00:04:36] [Server thread/INFO]: Simulation Distance: 5
[00:04:36] [Server thread/INFO]: Item Despawn Rate: 6000
[00:04:36] [Server thread/INFO]: Item Merge Radius: 2.5
[00:04:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:04:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:04:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:04:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:04:36] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[00:04:36] [Server thread/INFO]: Mob Spawn Range: 6
[00:04:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Cane Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Melon Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Potato Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Vine Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: CaveVines Growth Modifier: 100%
[00:04:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
[00:04:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Di 128 / Other 64
[00:04:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1 Hopper Can Load Chunks: false
[00:04:36] [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
[00:04:36] [Server thread/INFO]: Experience Merge Radius: 3.0
[00:04:36] [Server thread/INFO]: Max TNT Explosions: 100
[00:04:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[00:04:36] [Server thread/INFO]: View Distance: 5
[00:04:36] [Server thread/INFO]: Simulation Distance: 5
[00:04:36] [Server thread/INFO]: Item Despawn Rate: 6000
[00:04:36] [Server thread/INFO]: Item Merge Radius: 2.5
[00:04:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[00:04:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[00:04:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[00:04:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[00:04:36] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:49] [Server thread/INFO]: Time elapsed: 13533 ms
[00:04:49] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[00:04:50] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:50] [Server thread/INFO]: Time elapsed: 188 ms
[00:04:50] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[00:04:50] [Worker-Main-1/INFO]: Preparing spawn area: 0%
[00:04:50] [Server thread/INFO]: Time elapsed: 178 ms
[00:04:50] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[00:04:50] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[00:04:50] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.3.3-SNAPSHOT
[00:04:50] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21.4 (769)
[00:04:50] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.4-SNAPSHOT (b116-0e3163c)
[00:04:51] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.16
[00:04:51] [Server thread/INFO]: [NBTAPI] Found Minecraft: v1_21_R3! Trying to find NMS support
[00:04:51] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_21_R3' loaded!
[00:04:51] [Server thread/INFO]: [NBTAPI] Using the plugin 'DecentHolograms' to create a bStats instance!
[00:04:51] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.7.0-SNAPSHOT
[00:04:51] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v5.0.0-pre.3
[00:04:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: multiverse-core [5.0.0-pre.3]
[00:04:52] [Server thread/INFO]: [Multiverse-Core] API service loaded!
[00:04:52] [Server thread/INFO]: [Multiverse-Core] Version 5.0.0-pre.3 (API v5.0) Enabled - By dumptruckman, Rigby, fernferret, lithium3141, main--, benwoo1110 and Zax71
[00:04:52] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
[00:04:52] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
[00:04:52] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.37-SNAPSHOT (build 3763)
[00:04:53] [Server thread/WARN]: [Citizens] Loaded class org.geysermc.floodgate.api.InstanceHolder from floodgate v2.2.4-SNAPSHOT (b116-0e3163c) which is not a depend or softdepend of this plugin.
[00:04:53] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[00:04:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizens [1.0.0]
[00:04:53] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[00:04:53] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0
[00:04:53] [Server thread/INFO]: You are running a server with limited API functionality. EssentialsX will still work, but certain features may be disabled.
[00:04:54] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[00:04:54] [Server thread/INFO]: No kits found to migrate.
[00:04:54] [Server thread/INFO]: Selected 1.14+ Sign Data Provider as the provider for SignDataProvider
[00:04:54] [Server thread/INFO]: Selected 1.11+ Item Unbreakable Provider as the provider for ItemUnbreakableProvider
[00:04:54] [Server thread/INFO]: Selected Reflection Formatted Command Alias Provider as the provider for FormattedCommandAliasProvider
[00:04:54] [Server thread/INFO]: Selected Reflection Online Mode Provider as the provider for OnlineModeProvider
[00:04:54] [Server thread/INFO]: Selected 1.20.5+ Banner Data Provider as the provider for BannerDataProvider
[00:04:54] [Server thread/INFO]: Selected 1.12.2+ Player Locale Provider as the provider for PlayerLocaleProvider
[00:04:54] [Server thread/INFO]: Selected 1.12+ Spawner Block Provider as the provider for SpawnerBlockProvider
[00:04:54] [Server thread/INFO]: Selected 1.20.4+ Damage Event Provider as the provider for DamageEventProvider
[00:04:54] [Server thread/INFO]: Selected Bukkit Material Tag Provider as the provider for MaterialTagProvider
[00:04:54] [Server thread/INFO]: Selected 1.20.6+ Potion Meta Provider as the provider for PotionMetaProvider
[00:04:54] [Server thread/INFO]: No provider found for BiomeKeyProvider, but it is nullable
[00:04:54] [Server thread/INFO]: Selected Reflection Known Commands Provider as the provider for KnownCommandsProvider
[00:04:54] [Server thread/INFO]: Selected Reflection Server State Provider as the provider for ServerStateProvider
[00:04:54] [Server thread/INFO]: Selected 1.13+ Spawn Egg Provider as the provider for SpawnEggProvider
[00:04:54] [Server thread/INFO]: Selected 1.21.4+ Sync Commands Provider as the provider for SyncCommandsProvider
[00:04:54] [Server thread/INFO]: Selected 1.8.3+ Spawner Item Provider as the provider for SpawnerItemProvider
[00:04:54] [Server thread/INFO]: No provider found for SerializationProvider, but it is nullable
[00:04:54] [Server thread/INFO]: No provider found for TickCountProvider, but it is nullable
[00:04:54] [Server thread/INFO]: No provider found for ContainerProvider, but it is nullable
[00:04:54] [Server thread/INFO]: Selected 1.17.1+ World Info Provider as the provider for WorldInfoProvider
[00:04:54] [Server thread/INFO]: Selected 1.21+ InventoryView Interface ABI Provider as the provider for InventoryViewProvider
[00:04:54] [Server thread/INFO]: Selected 1.14.4+ Persistent Data Container Provider as the provider for PersistentDataProvider
[00:04:54] [Server thread/INFO]: Loaded 43465 items from items.json.
[00:04:54] [Server thread/INFO]: Using locale en_US
[00:04:54] [Server thread/INFO]: ServerListPingEvent: Spigot iterator API
[00:04:54] [Server thread/INFO]: Starting Metrics. Opt-out using the global bStats config.
[00:04:54] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[00:04:54] [Server thread/INFO]: Using Vault based permissions (LuckPerms)
[00:04:54] [Server thread/INFO]: [ValhallaMMO] Enabling ValhallaMMO v1.4.4
[00:04:54] [Server thread/INFO]: [ValhallaMMO] NMS version NMS_v1_21_R3 registered!
[00:04:54] [Server thread/INFO]: [ValhallaMMO] Resource pack hosting not established! Use /val resourcepack setup if you want ValhallaMMO's resource pack hosted for you
[00:04:54] [Server thread/WARN]: [ValhallaMMO] No valid host for the resource pack configured! You may ignore this warning if you've not set up the resource pack.
[00:05:02] [Server thread/INFO]: [ValhallaMMO] Database connection failed, attempting SQLite for profile persistence
[00:05:03] [Server thread/INFO]: [ValhallaMMO] MiniMessage support could not be initialized
[00:05:03] [Server thread/INFO]: [ValhallaMMO] SQLite connection created! Deleting this file will reset everyone's progress, so back this file up or ignore it in case you want to delete/reset the configs.
[00:05:06] [Server thread/WARN]: [ValhallaMMO] The following materials in skills/farming_progression.yml do not exist, no exp values set (ignore warning if your version does not have these materials)
[00:05:06] [Server thread/WARN]: [ValhallaMMO] EYEBLOSSOM
[00:05:07] [Server thread/INFO]: [ValhallaMMO] Loading brewing recipes from plugins/ValhallaMMO/recipes/brewing_recipes.json
[00:05:07] [Server thread/INFO]: [ValhallaMMO] Loading crafting grid recipes from plugins/ValhallaMMO/recipes/grid_recipes.json
[00:05:07] [Server thread/INFO]: [ValhallaMMO] Loading smithing recipes from plugins/ValhallaMMO/recipes/smithing_recipes.json
[00:05:07] [Server thread/INFO]: [ValhallaMMO] Loading immersive recipes from plugins/ValhallaMMO/recipes/immersive_recipes.json
[00:05:07] [Server thread/INFO]: [ValhallaMMO] Loading cauldron recipes from plugins/ValhallaMMO/recipes/cauldron_recipes.json
[00:05:07] [Server thread/INFO]: [ValhallaMMO] Loading cooking recipes from plugins/ValhallaMMO/recipes/cooking_recipes.json
[00:05:07] [Server thread/INFO]: [ValhallaMMO] Loading brewing recipes from plugins/ValhallaMMO/recipes/brewing_recipes_1_20_6+.json
[00:05:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: valhallammo [1.4.4]
[00:05:08] [Server thread/INFO]: [ValhallaRaces] Enabling ValhallaRaces v2.1
[00:05:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: valhallaraces [1.1]
[00:05:08] [Server thread/INFO]: [TAB] Enabling TAB v5.2.0
[00:05:08] [Server thread/INFO]: [TAB] Loaded NMS hook in 93ms
[00:05:08] [Server thread/INFO]: [TAB] Enabled in 244ms
[00:05:08] [Server thread/INFO]: [CommandPanels] Enabling CommandPanels v3.22.2
[00:05:08] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.22.2 Plugin Loading...
[00:05:08] [Server thread/INFO]: [NBTAPI] Found Minecraft: v1_21_R3! Trying to find NMS support
[00:05:08] [Server thread/INFO]: [NBTAPI] NMS support 'MC1_21_R3' loaded!
[00:05:08] [Server thread/INFO]: [NBTAPI] Using the plugin 'CommandPanels' to create a bStats instance!
[00:05:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: commandpanels [3.22.2]
[00:05:08] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.22.2 Plugin Loaded!
[00:05:08] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[00:05:09] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[00:05:09] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[00:05:09] [Server thread/INFO]: [Geyser-Spigot] 
[00:05:09] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.7.0-b818 (git-master-b06f1ed)
[00:05:09] [Server thread/INFO]: [Geyser-Spigot] 
[00:05:09] [Server thread/INFO]: [Geyser-Spigot] ******************************************
[00:05:13] [Server thread/INFO]: [Geyser-Spigot] Port set from system property to match Java server.
[00:05:13] [epollEventLoopGroup-3-1/INFO]: [Geyser-Spigot] Started Geyser on UDP port 18015
[00:05:13] [Server thread/INFO]: [Geyser-Spigot] Done (4.819s)! Run /geyser help for help!
[00:05:14] [Server thread/INFO]: Done (39.372s)! For help, type "help"
[00:05:14] [Server thread/INFO]: Starting GS4 status listener
[00:05:14] [Server thread/INFO]: Thread Query Listener started
[00:05:14] [Query Listener #1/INFO]: Query running on 0.0.0.0:9898
[00:05:14] [Server thread/INFO]: JMX monitoring enabled
[00:05:14] [Craft Scheduler Thread - 4/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[00:05:14] [Craft Scheduler Thread - 5/INFO]: [DecentHolograms] Loading holograms... 
[00:05:14] [Server thread/INFO]: Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[00:05:14] [Craft Scheduler Thread - 5/INFO]: [DecentHolograms] Loaded 5 holograms!
[00:05:14] [Craft Scheduler Thread - 5/INFO]: Fetching version information...
[00:05:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[00:05:14] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.131 which is not a depend or softdepend of this plugin.
[00:05:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[00:05:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.7.3]
[00:05:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.2]
[00:05:14] [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.
[00:05:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[00:05:14] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
[00:05:14] [Server thread/INFO]: 5 placeholder hook(s) registered!
[00:05:15] [Server thread/INFO]: [Citizens] Loaded 7 NPCs.
[00:05:15] [Craft Scheduler Thread - 7/INFO]: [Vault] Checking for Updates ... 
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer] ----------------------------------------------
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]     +==================+
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]     |------------------|
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]     |  Standalone Mode |
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]     +==================+
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer] ----------------------------------------------
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]     Version: 15.6.2
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]     Commit: 7bda5de
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer]     This is the latest version!
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer] ----------------------------------------------
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer] Do you have issues? Read our troubleshooting guide: https://skinsrestorer.net/docs/troubleshooting
[00:05:18] [Craft Scheduler Thread - 1/INFO]: [SkinsRestorer] Want to support SkinsRestorer? Consider donating: https://skinsrestorer.net/donate
[00:05:19] [Craft Scheduler Thread - 7/INFO]: [Vault] No new version available
[00:05:19] [Server thread/INFO]: [ViaVersion] You are running a development version of the plugin, please report any bugs to GitHub.
[00:05:19] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5415ms or 108 ticks behind
[00:05:24] [User Authenticator #1/INFO]: UUID of player AkumaRider is 43da8f72-3ce0-3f96-b795-5be81d024422
[00:05:26] [Server thread/INFO]: AkumaRider joined the game
[00:05:26] [Server thread/INFO]: AkumaRider[/36.79.51.1:52981] logged in with entity id 81 at ([world]6633990.490574377, 99.0, -2.560312473705456E7)
[00:05:37] [Server thread/INFO]: AkumaRider issued server command: /gamemode c
[00:05:42] [Server thread/INFO]: Race set, player is now a/an Dwarf
[00:05:44] [Server thread/INFO]: Race set, player is now a/an Dwarf
[00:05:44] [Server thread/INFO]: Race set, player is now a/an Dwarf
[00:05:45] [Server thread/INFO]: Race set, player is now a/an Dwarf
[00:06:02] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:06:02] [Server thread/INFO]: Race set, player is now a/an Elf
[00:06:03] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:06:03] [Server thread/INFO]: Race set, player is now a/an Elf
[00:09:45] [User Authenticator #2/WARN]: [LuckPerms] LuckPerms already has data for player 'Ospiris' - but this data is stored under a different UUID.
[00:09:45] [User Authenticator #2/WARN]: [LuckPerms] 'Ospiris' has previously used the unique ids [1a24efe5-1986-38e9-a659-8042d43e6629] but is now connecting with 'da5f011a-1c03-3443-a6a6-5a315659eceb'
[00:09:45] [User Authenticator #2/WARN]: [LuckPerms] The UUID the player is connecting with now is NOT Mojang-assigned (type 3). This implies that THIS server is not authenticating correctly, but one (or more) of the other servers/proxies in the network are.
[00:09:45] [User Authenticator #2/WARN]: [LuckPerms] If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers!
[00:09:45] [User Authenticator #2/WARN]: [LuckPerms] See here for more info: https://luckperms.net/wiki/Network-Installation#pre-setup
[00:09:45] [User Authenticator #2/INFO]: UUID of player Ospiris is da5f011a-1c03-3443-a6a6-5a315659eceb
[00:09:46] [Server thread/INFO]: Ospiris joined the game
[00:09:46] [Server thread/INFO]: Ospiris[/36.69.143.197:12247] logged in with entity id 602 at ([world]6633996.013499319, 105.33385199518744, -2.560313459222717E7)
[00:10:05] [Server thread/INFO]: AkumaRider issued server command: /difficulty peaceful
[00:10:05] [Server thread/INFO]: [AkumaRider: The difficulty has been set to Peaceful]
[00:11:11] [Server thread/INFO]: Ospiris issued server command: /commandpanel RaceElfSelector
[00:12:47] [Server thread/INFO]: Ospiris issued server command: /commandpanelreload
[00:12:48] [Server thread/INFO]: Ospiris issued server command: /commandpanel RaceElfSelector
[00:13:04] [Server thread/INFO]: Ospiris issued server command: /commandpanelreload
[00:13:12] [Server thread/INFO]: Ospiris issued server command: /commandpanelreload
[00:13:14] [Server thread/INFO]: Ospiris issued server command: /commandpanel RaceElfSelector
[00:13:27] [Server thread/INFO]: Ospiris issued server command: /commandpanelreload
[00:13:28] [Server thread/INFO]: Ospiris issued server command: /commandpanel RaceElfSelector
[00:14:33] [Server thread/INFO]: Ospiris issued server command: /commandpanelreload
[00:15:22] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2559ms or 51 ticks behind
[00:16:18] [Server thread/INFO]: Ospiris issued server command: /commandpanelreload
[00:16:19] [Server thread/INFO]: Ospiris issued server command: /commandpanel RaceElfSelector
[00:17:07] [Server thread/INFO]: AkumaRider issued server command: /npc select
[00:17:34] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add
[00:18:12] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector
[00:18:14] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:14] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:14] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:15] [Server thread/INFO]: Created a User for ELF (0e89c3d6-00b2-2bb5-9bd8-1b299d15f9e0) for non Bukkit type: net.citizensnpcs.nms.v1_21_R3.entity.EntityHumanNPC$PlayerNPC
[00:18:16] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:16] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:16] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:16] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:16] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:16] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:17] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:17] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:17] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:17] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:17] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:17] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:17] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:17] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:17] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:28] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add /commandpanel RaceElfSelector
[00:18:29] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:29] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:29] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:29] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:29] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:29] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:29] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:29] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:31] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:31] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:31] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:31] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:31] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:31] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:31] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:31] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:33] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:33] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:33] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:33] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:33] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:33] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:33] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:33] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:53] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add give %player% apple
[00:18:54] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:54] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:54] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:54] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:54] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:18:54] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:18:55] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:55] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:55] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:55] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:55] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:18:55] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:18:55] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:55] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:55] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:55] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:55] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:18:55] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:18:56] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:56] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:56] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:56] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:56] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:18:56] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:18:59] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:59] [Server thread/INFO]: Race set, player is now a/an Elf
[00:18:59] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:18:59] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:18:59] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:18:59] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:19:00] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:00] [Server thread/INFO]: Race set, player is now a/an Elf
[00:19:00] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:19:00] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:00] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:19:00] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:19:23] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:23] [Server thread/INFO]: Race set, player is now a/an Elf
[00:19:23] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:19:23] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:23] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:19:23] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:19:24] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:24] [Server thread/INFO]: Race set, player is now a/an Elf
[00:19:24] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:19:24] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:24] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:19:24] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:19:24] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:24] [Server thread/INFO]: Race set, player is now a/an Elf
[00:19:24] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:19:24] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:24] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:19:24] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:19:26] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:26] [Server thread/INFO]: Race set, player is now a/an Elf
[00:19:26] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:19:26] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:19:26] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:19:26] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:19:58] [Server thread/INFO]: AkumaRider issued server command: /luckperms:lp
[00:20:05] [Server thread/INFO]: AkumaRider issued server command: /luckperms
[00:20:20] [Server thread/INFO]: AkumaRider issued server command: /lp editor
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.item.* true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.panel.default true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.debug true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.generate true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.update true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.refresh true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.block true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.block.add true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.list true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.reload true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.block.remove true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.panel.* true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.import true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.panel.admin true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.version true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.data true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.item true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add displayname.admin true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.block.list true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.edit true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.other true
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > (AkumaRider) [G] (admin)
[00:21:41] [luckperms-worker-1/INFO]: [LP] LOG > webeditor add commandpanel.panel true
[00:22:24] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add
[00:22:49] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector permissions admin
[00:22:52] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:22:52] [Server thread/INFO]: Race set, player is now a/an Elf
[00:22:52] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:22:52] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:22:52] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:22:52] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:22:52] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:22:56] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:22:56] [Server thread/INFO]: Race set, player is now a/an Elf
[00:22:56] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:22:56] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:22:56] [Server thread/INFO]: CONSOLE issued server command: /give AkumaRider apple
[00:22:56] [Server thread/INFO]: Giving 64 of apple to AkumaRider.
[00:22:56] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:23:11] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 1
[00:23:14] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 2
[00:23:15] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 3
[00:23:17] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 4
[00:23:20] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 5
[00:24:51] [Server thread/INFO]: AkumaRider issued server command: /lp editor
[00:27:03] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector permissions admin
[00:28:02] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:28:02] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:28:21] [Server thread/INFO]: Created a User for dwarf (c03161f7-963b-2d34-bfc4-1501d26d9cf2) for non Bukkit type: net.citizensnpcs.nms.v1_21_R3.entity.EntityHumanNPC$PlayerNPC
[00:28:22] [Server thread/INFO]: Race set, player is now a/an Dwarf
[00:28:23] [Server thread/INFO]: Race set, player is now a/an Dwarf
[00:28:36] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:28:36] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:28:37] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:28:37] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:28:38] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:28:38] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:28:59] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:28:59] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:32:48] [Server thread/INFO]: AkumaRider issued server command: /commandpanel RaceElfSelector
[00:33:05] [Server thread/INFO]: AkumaRider issued server command: /npc select
[00:33:26] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector --permissions admin
[00:33:28] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:28] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:28] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:29] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:29] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:29] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:29] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:29] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:29] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:30] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:30] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:30] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:30] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:30] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:30] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:31] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:31] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:31] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:31] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:31] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:31] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:31] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:31] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:31] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:32] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:32] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:32] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:33] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:33] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:33] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:34] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:34] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:34] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:34] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:34] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:34] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:33:34] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:33:34] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:33:34] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:36:57] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector AkumaRider
[00:37:07] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:37:07] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:37:07] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:37:07] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:37:16] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:37:16] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:37:16] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:37:16] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:37:28] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector %player%
[00:37:46] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector %player_name%
[00:38:06] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector %player.name%
[00:38:08] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:38:08] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:38:08] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:38:08] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:38:08] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:38:08] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:38:08] [Server thread/INFO]: [CommandPanels] Player not found.
[00:38:18] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel
[00:38:22] [Server thread/INFO]: AkumaRider issued server command: /npc cmd a
[00:41:20] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector execute %player%
[00:42:25] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector --player
[00:42:32] [Server thread/INFO]: Ospiris issued server command: /commandpanelreload
[00:43:15] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add cp RaceElfSelector --player
[00:43:19] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:43:19] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:43:19] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:43:19] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:43:19] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:43:19] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:43:19] [Server thread/INFO]: [CommandPanels] Player not found.
[00:43:19] [Server thread/INFO]: [CommandPanels] Commands:
[00:43:19] [Server thread/INFO]: /cp <panel> [player:item] [player] Open a command panel.
[00:43:19] [Server thread/INFO]: /cpr Reloads plugin config.
[00:43:19] [Server thread/INFO]: /cpg <rows> Generate GUI from popup menu.
[00:43:19] [Server thread/INFO]: /cpv Display the current version.
[00:43:19] [Server thread/INFO]: /cpu <player> [position:all] Update a panel for a player while it is still open.
[00:43:19] [Server thread/INFO]: /cpv latest Download the latest update upon server reload/restart.
[00:43:19] [Server thread/INFO]: /cpv [version:cancel] Download an update upon server reload/restart.
[00:43:19] [Server thread/INFO]: /cpe <panel file> Export panel to the Online Editor.
[00:43:19] [Server thread/INFO]: /cpi <file name> <URL> Downloads a panel from a raw link online.
[00:43:19] [Server thread/INFO]: /cpl Lists the currently loaded panels.
[00:43:19] [Server thread/INFO]: /cpdata Change panel data for a user.
[00:43:19] [Server thread/INFO]: /cpd Enable and Disable debug mode globally.
[00:43:19] [Server thread/INFO]: /cpb add <panel> Add panel to a block being looked at.
[00:43:19] [Server thread/INFO]: /cpb remove Removes any panel assigned to a block looked at.
[00:43:19] [Server thread/INFO]: /cpb list List blocks that will open panels.
[00:43:19] [Server thread/INFO]: [CommandPanels] Usage: /cp <panel> item [player|all]
[00:43:19] [Server thread/INFO]: [CommandPanels] Player not found.
[00:43:19] [Server thread/INFO]: [CommandPanels] Player not found.
[00:43:38] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add cp RaceElfSelector --player --npc
[00:43:45] [Server thread/INFO]: Ospiris issued server command: /commandpanelreload
[00:43:58] [Server thread/INFO]: AkumaRider issued server command: /npc create RaceMaster --type player
[00:44:07] [Server thread/INFO]: AkumaRider issued server command: /npc select
[00:44:39] [Server thread/INFO]: AkumaRider issued server command: /npc command add cp RaceElfSelector --player --npc
[00:44:41] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:42] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:42] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:43] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:43] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:43] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:43] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:43] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:44] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:44] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:44] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:44] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:45] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:45] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:45] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:46] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:46] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:47] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:44:47] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[00:56:53] [Server thread/INFO]: AkumaRider issued server command: /npc select
[00:57:00] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 1
[00:57:02] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 2
[00:57:04] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 3
[00:57:06] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 4
[00:57:08] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 5
[00:57:11] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 6
[00:57:13] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 7
[00:57:15] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 8
[00:57:18] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 9
[00:57:20] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 10
[00:57:22] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 11
[00:57:24] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 12
[00:57:37] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector --player
[00:57:38] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:57:38] [Server thread/INFO]: [CommandPanels] Player not found.
[00:57:40] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:57:40] [Server thread/INFO]: [CommandPanels] Player not found.
[00:57:40] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:57:40] [Server thread/INFO]: [CommandPanels] Player not found.
[00:57:41] [Server thread/INFO]: Created a User for ELF (0e89c3d6-00b2-2bb5-9bd8-1b299d15f9e0) for non Bukkit type: net.citizensnpcs.nms.v1_21_R3.entity.EntityHumanNPC$PlayerNPC
[00:57:42] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:57:42] [Server thread/INFO]: [CommandPanels] Player not found.
[00:57:42] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:57:42] [Server thread/INFO]: [CommandPanels] Player not found.
[00:57:42] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:57:42] [Server thread/INFO]: [CommandPanels] Player not found.
[00:57:42] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:57:42] [Server thread/INFO]: [CommandPanels] Player not found.
[00:58:04] [Server thread/INFO]: AkumaRider issued server command: /npc cmd remove 1
[00:58:10] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector <p>
[00:58:11] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:58:11] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:58:22] [Server thread/INFO]: Ospiris lost connection: Disconnected
[00:58:22] [Server thread/INFO]: Ospiris left the game
[00:58:23] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:58:23] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:58:25] [User Authenticator #3/INFO]: UUID of player Ospiris is da5f011a-1c03-3443-a6a6-5a315659eceb
[00:58:27] [Server thread/INFO]: Ospiris joined the game
[00:58:27] [Server thread/INFO]: Ospiris[/36.69.143.197:27044] logged in with entity id 2018 at ([world]6633999.705769235, 99.0, -2.5603151651017133E7)
[00:58:35] [Server thread/INFO]: Unknown command. Type "/help" for help.
[00:58:35] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[00:59:01] [Server thread/INFO]: Nothing changed. The player already is an operator
[00:59:35] [Server thread/INFO]: Ospiris issued server command: /gamemode creative
[00:59:41] [Server thread/INFO]: Ospiris lost connection: Disconnected
[00:59:42] [Server thread/INFO]: Ospiris left the game
[01:00:30] [User Authenticator #4/WARN]: [LuckPerms] LuckPerms already has data for player 'ospiris' - but this data is stored under a different UUID.
[01:00:30] [User Authenticator #4/WARN]: [LuckPerms] 'ospiris' has previously used the unique ids [da5f011a-1c03-3443-a6a6-5a315659eceb] but is now connecting with '1a24efe5-1986-38e9-a659-8042d43e6629'
[01:00:30] [User Authenticator #4/WARN]: [LuckPerms] The UUID the player is connecting with now is NOT Mojang-assigned (type 3). This implies that THIS server is not authenticating correctly, but one (or more) of the other servers/proxies in the network are.
[01:00:30] [User Authenticator #4/WARN]: [LuckPerms] If you're using BungeeCord/Velocity, please ensure that IP-Forwarding is setup correctly on all of your backend servers!
[01:00:30] [User Authenticator #4/WARN]: [LuckPerms] See here for more info: https://luckperms.net/wiki/Network-Installation#pre-setup
[01:00:30] [User Authenticator #4/INFO]: UUID of player ospiris is 1a24efe5-1986-38e9-a659-8042d43e6629
[01:00:32] [Server thread/INFO]: ospiris joined the game
[01:00:32] [Server thread/INFO]: ospiris[/36.69.143.197:18268] logged in with entity id 2142 at ([world]6634007.5881401105, 100.5, -2.5603130699999988E7)
[01:01:18] [Server thread/INFO]: Created a User for RaceMaster (be1b3b44-ffd3-27bc-aebe-c3f7b55113b2) for non Bukkit type: net.citizensnpcs.nms.v1_21_R3.entity.EntityHumanNPC$PlayerNPC
[01:02:24] [Server thread/INFO]: AkumaRider issued server command: /npc select
[01:02:28] [Server thread/INFO]: AkumaRider issued server command: /npc cmd add commandpanel RaceElfSelector <p>
[01:02:29] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[01:02:29] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[01:02:35] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[01:02:35] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[01:02:40] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[01:02:40] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[01:02:44] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[01:02:44] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[01:02:47] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[01:02:47] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[01:02:51] [Server thread/INFO]: [CommandPanels] Please execute command directed to a Player!
[01:02:51] [Server thread/INFO]: [CommandPanels] Panel Opened for AkumaRider
[01:03:16] [Server thread/INFO]: AkumaRider issued server command: /commandpanelreload
[01:03:50] [Server thread/INFO]: AkumaRider issued server command: /valhallaraces:races set race ospiris elf
[01:04:03] [Async Chat Thread - #0/INFO]: <AkumaRider> !logs
[01:04:14] [Server thread/INFO]: ospiris issued server command: /console.log()