Paste #107465: Citizens not working 1.19.4

Date: 2023/03/17 03:43:54 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


[11:39:18] [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'
[11:39:19] [ServerMain/INFO]: Loaded 7 recipes
[11:39:20] [Server thread/INFO]: Starting minecraft server version 1.19.4
[11:39:20] [Server thread/INFO]: Loading properties
[11:39:20] [Server thread/INFO]: This server is running Paper version git-Paper-451 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 85a67da)
[11:39:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:39:20] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:39:20] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[11:39:20] [Server thread/INFO]: Default game type: SURVIVAL
[11:39:20] [Server thread/INFO]: Generating keypair
[11:39:21] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25555
[11:39:21] [Server thread/INFO]: Using epoll channel type
[11:39:21] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[11:39:21] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[11:39:21] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_19_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[11:39:23] [Server thread/WARN]: Legacy plugin MVdWPlaceholderAPI v3.1.1 does not specify an api-version.
[11:39:23] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loading 1 libraries... please wait
[11:39:23] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/openjdk/nashorn/nashorn-core/15.3/nashorn-core-15.3.jar
[11:39:23] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
[11:39:23] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
[11:39:23] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
[11:39:23] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
[11:39:23] [Server thread/INFO]: [SpigotLibraryLoader] [VotingPlugin] Loaded library /home/container/libraries/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar
[11:39:23] [Server thread/WARN]: Legacy plugin Disableadchievements v1.3 does not specify an api-version.
[11:39:23] [Server thread/WARN]: Legacy plugin AWD v2.6.4 does not specify an api-version.
[11:39:24] [Server thread/WARN]: Legacy plugin DragonRewards v1.7 does not specify an api-version.
[11:39:24] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.66
[11:39:24] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[11:39:24] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.14-SNAPSHOT+6354-632470b
[11:39:25] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4677fa0f]
[11:39:25] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[11:39:25] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.2
[11:39:25] [Server thread/INFO]: [MVdWPlaceholderAPI] Loading server plugin MVdWPlaceholderAPI v3.1.1
[11:39:25] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0-SNAPSHOT-b615
[11:39:25] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.4) has not yet been tested! Proceed with caution.
[11:39:26] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.8-SNAPSHOT+2222-8c8a809
[11:39:26] [Server thread/INFO]: [Votifier] Loading server plugin Votifier v2.7.3
[11:39:26] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.2.5.2
[11:39:26] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.31-SNAPSHOT (build 2975)
[11:39:26] [Server thread/INFO]: [BlueMap] Loading server plugin BlueMap v3.12
[11:39:26] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.19.7
[11:39:26] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.4.0
[11:39:26] [Server thread/INFO]: [VotingPlugin] Loading server plugin VotingPlugin v6.11.2
[11:39:26] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.3.1
[11:39:26] [Server thread/INFO]: [HeadDatabase] Loading server plugin HeadDatabase v4.17.0
[11:39:26] [Server thread/INFO]: [NBTAPI] Loading server plugin NBTAPI v2.11.2
[11:39:26] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_19_R3! Trying to find NMS support
[11:39:26] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_19_R3' loaded!
[11:39:26] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[11:39:26] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'LuckPerms' to create a bStats instance!
[11:39:26] [Server thread/INFO]: [Disableadchievements] Loading server plugin Disableadchievements v1.3
[11:39:26] [Server thread/INFO]: [ChestSort] Loading server plugin ChestSort v13.5.1
[11:39:26] [Server thread/INFO]: [BKCommonLib] Loading server plugin BKCommonLib
[11:39:26] [Thread-8/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date!
[11:39:29] [Server thread/WARN]: [BKCommonLib.Registry] Entity type could not be registered: unknown type (SNIFFER)
[11:39:29] [Server thread/INFO]: [CommandItems] Loading server plugin CommandItems v1.4.1
[11:39:29] [Server thread/INFO]: [AWD] Loading server plugin AWD v2.6.4
[11:39:29] [Server thread/INFO]: [Pl-Hide-Pro] Loading server plugin Pl-Hide-Pro v2.6.9
[11:39:29] [Server thread/INFO]: [BottledExp] Loading server plugin BottledExp v3.1.3.0
[11:39:29] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.16.4
[11:39:30] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (237 ms).
[11:39:30] [Server thread/WARN]: [Shopkeepers] Incompatible server version: v1_19_R3 (mappings: 3009edc0fff87fa34680686663bd59df)
[11:39:30] [Server thread/WARN]: [Shopkeepers] Shopkeepers is trying to run in 'compatibility mode'.
[11:39:30] [Server thread/INFO]: [Shopkeepers] Check for updates at: https://dev.bukkit.org/projects/shopkeepers/
[11:39:30] [Server thread/INFO]: [Shopkeepers] Loading config.
[11:39:30] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[11:39:30] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[11:39:30] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[11:39:30] [Server thread/INFO]: [ArmorStandTools] Loading server plugin ArmorStandTools v4.4.4
[11:39:30] [Server thread/INFO]: [ArmorStandTools] Registered custom WorldGuard flag: ast
[11:39:30] [Server thread/INFO]: [StreakRewards] Loading server plugin StreakRewards v2.2.7
[11:39:30] [Server thread/INFO]: [PluginManager] Loading server plugin PluginManager v2.7.4
[11:39:30] [Server thread/INFO]: [PlayerWarps] Loading server plugin PlayerWarps v6.20.0
[11:39:30] [Server thread/INFO]: [GUIPlus] Loading server plugin GUIPlus v2.87
[11:39:30] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v21.3
[11:39:30] [Server thread/INFO]: [sleep-most] Loading server plugin sleep-most v5.2.5
[11:39:30] [Server thread/INFO]: [ChatPings] Loading server plugin ChatPings v2.3
[11:39:30] [Server thread/INFO]: [TradePlus] Loading server plugin TradePlus v3.83
[11:39:30] [Server thread/INFO]: [GUIRules] Loading server plugin GUIRules v1.0-SNAPSHOT
[11:39:30] [Server thread/INFO]: [Infiniteannouncements] Loading server plugin Infiniteannouncements v2.3.1
[11:39:30] [Server thread/INFO]: [BankPlus] Loading server plugin BankPlus v5.7
[11:39:30] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.19.7
[11:39:30] [Server thread/INFO]: [CitizensCMD] Loading server plugin CitizensCMD v2.6.8
[11:39:30] [Server thread/INFO]: [LWC] Loading server plugin LWC v2.2.8-f367129
[11:39:30] [Server thread/INFO]: [ItemSorter] Loading server plugin ItemSorter v1.3.4
[11:39:30] [Server thread/INFO]: [mineEasyPlots] Loading server plugin mineEasyPlots v1.1
[11:39:30] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.19.7
[11:39:30] [Server thread/INFO]: [EnderBag] Loading server plugin EnderBag v1.3.2
[11:39:30] [Server thread/INFO]: [Followers] Loading server plugin Followers v1.2.5
[11:39:30] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.0
[11:39:30] [Server thread/INFO]: [TAB] Loading server plugin TAB v3.3.1
[11:39:30] [Server thread/INFO]: [JoinMessagePlus] Loading server plugin JoinMessagePlus v3.3
[11:39:30] [Server thread/INFO]: [TempFly] Loading server plugin TempFly v3.1.7
[11:39:30] [Server thread/INFO]: [InvisibleItemFrames] Loading server plugin InvisibleItemFrames v1.3
[11:39:30] [Server thread/INFO]: [UnbreakableLeashes] Loading server plugin UnbreakableLeashes v1.9
[11:39:30] [Server thread/INFO]: [GHomeGuiForEssentialsX] Loading server plugin GHomeGuiForEssentialsX v1.9.2
[11:39:30] [Server thread/INFO]: [DeluxeRtp] Loading server plugin DeluxeRtp v3.1.2
[11:39:30] [Server thread/INFO]: [DynamicPlayerInfo] Loading server plugin DynamicPlayerInfo v1.1
[11:39:30] [Server thread/INFO]: [RHLeafDecay] Loading server plugin RHLeafDecay v1.19_R3
[11:39:30] [Server thread/INFO]: [CustomJoinEvents] Loading server plugin CustomJoinEvents v1.3.1
[11:39:30] [Server thread/INFO]: [WorldBorder] Loading server plugin WorldBorder v2.1.5
[11:39:30] [Server thread/INFO]: [NekoTraps] Loading server plugin NekoTraps v1.1.7
[11:39:30] [Server thread/INFO]: [ItemsPlus] Loading server plugin ItemsPlus v1.0.0
[11:39:30] [Server thread/INFO]: [Emirilda] Loading server plugin Emirilda v0.8.2
[11:39:30] [Server thread/INFO]: [Shops] Loading server plugin Shops v3.0
[11:39:30] [Server thread/INFO]: [Playershop] Loading server plugin Playershop v1.2
[11:39:30] [Server thread/INFO]: [LiteBans] Loading server plugin LiteBans v2.11.2
[11:39:30] [Server thread/INFO]: [BlueShop] Loading server plugin BlueShop v3.1.0
[11:39:30] [Server thread/INFO]: [AdvanceParticle] Loading server plugin AdvanceParticle v16.2.0
[11:39:30] [Server thread/INFO]: [Rebootly] Loading server plugin Rebootly v1.0
[11:39:30] [Server thread/INFO]: [CrazyVouchers] Loading server plugin CrazyVouchers v2.9.14.1+Beta
[11:39:30] [Server thread/INFO]: [AdvancedAntiVPN] Loading server plugin AdvancedAntiVPN v2.14.4
[11:39:30] [Server thread/INFO]: [ServerListMotdSpigot] Loading server plugin ServerListMotdSpigot v1.2.3
[11:39:30] [Server thread/INFO]: [Spartan] Loading server plugin Spartan vPhase 499.1
[11:39:30] [Server thread/INFO]: [DragonRewards] Loading server plugin DragonRewards v1.7
[11:39:30] [Server thread/INFO]: [BlockParticles] Loading server plugin BlockParticles v1.11.1-RELEASE
[11:39:30] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.1.2.2
[11:39:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[11:39:30] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.66
[11:39:30] [Server thread/INFO]:         __    
[11:39:30] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.66
[11:39:30] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[11:39:30] [Server thread/INFO]: 
[11:39:30] [Server thread/INFO]: [LuckPerms] Loading configuration...
[11:39:31] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[11:39:32] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[11:39:32] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[11:39:32] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2647ms)
[11:39:32] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[11:39:33] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[11:39:33] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[11:39:33] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[11:39:33] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[11:39:33] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.14-SNAPSHOT+6354-632470b
[11:39:33] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[11:39:33] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[11:39:33] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R3.PaperweightAdapter as the Bukkit adapter
[11:39:34] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b615
[11:39:34] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.1
[11:39:34] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib
[11:39:34] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Paperspigot (git-Paper-451) : v1_19_R3 (Minecraft 1.19.4)
[11:39:34] [Server thread/INFO]: [BKCommonLib.Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
[11:39:35] [Server thread/INFO]: [BKCommonLib] [RegionChangeTracker] Region block changes will be notified from WorldEdit (>= v7.0.0)
[11:39:36] [Server thread/INFO]: [BKCommonLib] Now a plugin, a new server implementation tomorrow???
[11:39:36] [Server thread/INFO]: [BKCommonLib] BKCommonLib version 1.19.4-v1-SNAPSHOT (build: 1519) enabled! (1.585s)
[11:39:36] [Server thread/INFO]: [LWC] Enabling LWC v2.2.8-f367129
[11:39:36] [Server thread/INFO]: [LWC] Connecting to SQLite
[11:39:36] [Server thread/INFO]: Preparing level "Hauptwelt"
[11:39:37] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[11:39:37] [Server thread/INFO]: Time elapsed: 154 ms
[11:39:37] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[11:39:37] [Server thread/INFO]: Time elapsed: 36 ms
[11:39:37] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[11:39:37] [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--].
[11:39:37] [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.
[11:39:37] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[11:39:37] [Server thread/INFO]: Time elapsed: 34 ms
[11:39:37] [Server thread/INFO]: Preparing start region for dimension minecraft:farmwelt
[11:39:37] [Server thread/INFO]: Time elapsed: 19 ms
[11:39:37] [Server thread/INFO]: Preparing start region for dimension minecraft:world
[11:39:38] [Server thread/INFO]: Time elapsed: 29 ms
[11:39:38] [Server thread/INFO]: Preparing start region for dimension minecraft:baum
[11:39:38] [Server thread/INFO]: Time elapsed: 19 ms
[11:39:38] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[11:39:38] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[11:39:38] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[11:39:38] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[11:39:38] [Server thread/INFO]: [MVdWPlaceholderAPI] Enabling MVdWPlaceholderAPI v3.1.1*
[11:39:38] [Server thread/INFO]: [MVdWPlaceholderAPI] Initializing placeholders ...
[11:39:38] [Server thread/INFO]: [MVdWPlaceholderAPI] Sending metrics ...
[11:39:38] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8-SNAPSHOT+2222-8c8a809
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt) TNT ignition is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt) Lighters are PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt) Lava fire is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt) Fire spread is UNRESTRICTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hauptwelt'
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt_the_end) TNT ignition is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt_the_end) Lighters are PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt_the_end) Lava fire is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt_the_end) Fire spread is UNRESTRICTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hauptwelt_the_end'
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt_nether) TNT ignition is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt_nether) Lighters are PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt_nether) Lava fire is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Hauptwelt_nether) Fire spread is UNRESTRICTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hauptwelt_nether'
[11:39:38] [Server thread/INFO]: [WorldGuard] (Farmwelt) TNT ignition is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Farmwelt) Lighters are PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Farmwelt) Lava fire is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (Farmwelt) Fire spread is UNRESTRICTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Farmwelt'
[11:39:38] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[11:39:38] [Server thread/INFO]: [WorldGuard] (baum) TNT ignition is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (baum) Lighters are PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (baum) Lava fire is PERMITTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] (baum) Fire spread is UNRESTRICTED.
[11:39:38] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'baum'
[11:39:38] [Server thread/INFO]: [WorldGuard] Loading region data...
[11:39:38] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
[11:39:38] [Server thread/INFO]: [Votifier] Loaded token for website: default
[11:39:38] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
[11:39:39] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[11:39:39] [Server thread/INFO]: [CMILib] Enabling CMILib v1.2.5.2
[11:39:39] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:8192.
[11:39:39] [Server thread/INFO]: Server version: v1_19_R3 - 1.19.4 - paper
[11:39:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil [1.2.5.2]
[11:39:40] [Server thread/INFO]: PlaceholderAPI hooked.
[11:39:40] [Server thread/INFO]: Updated (EN) language file. Took 67ms
[11:39:40] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.31-SNAPSHOT (build 2975)
[11:39:40] [Server thread/INFO]: [Citizens] Loading external libraries
[11:39:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[11:39:41] [Server thread/ERROR]: Error occurred while enabling Citizens v2.0.31-SNAPSHOT (build 2975) (Is it up to date?)
java.lang.RuntimeException: Unable to find EnumPlayerTeleportFlags (PacketPlayOutPosition$EnumPlayerTeleportFlags, network.protocol.game.PacketPlayOutPosition$EnumPlayerTeleportFlags)
    at com.comphenix.protocol.utility.MinecraftReflection.lambda$getMinecraftClass$2(MinecraftReflection.java:1430) ~[ProtocolLib (6).jar:?]
    at java.util.Optional.orElseGet(Optional.java:364) ~[?:?]
    at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:1413) ~[ProtocolLib (6).jar:?]
    at net.citizensnpcs.ProtocolLibListener.<init>(ProtocolLibListener.java:46) ~[Citizens.jar:?]
    at net.citizensnpcs.Citizens.onEnable(Citizens.java:427) ~[Citizens.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192) ~[paper-1.19.4.jar:git-Paper-451]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:637) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1103) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.19.4.jar:git-Paper-451]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[11:39:41] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.31-SNAPSHOT (build 2975)
[11:39:41] [Server thread/INFO]: [BlueMap] Enabling BlueMap v3.12
[11:39:41] [Server thread/INFO]: [BlueMap] Saving all worlds once, to make sure the level.dat is present...
[11:39:41] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
[11:39:41] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
[11:39:41] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[11:39:41] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[11:39:41] [Server thread/INFO]: [Essentials] No kits found to migrate.
[11:39:42] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[11:39:42] [Server thread/INFO]: [Essentials] Using locale de
[11:39:42] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[11:39:42] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[11:39:42] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[11:39:42] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[11:39:42] [Server thread/INFO]: [GSit] Enabling GSit v1.4.0
[11:39:42] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
[11:39:42] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
[11:39:42] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
[11:39:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gsit [1.4.0]
[11:39:42] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v6.11.2
[11:39:43] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_alltimetotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_lastmonthtotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_disablebroadcast}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_milestonecount}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total_alltime}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total_monthly}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total_weekly}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_total_daily}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestdailytotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestweeklytotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestmonthlytotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_dailyvotestreak}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_weeklyvotestreak}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_monthvotestreak}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestdailyvotestreak}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestweeklyvotestreak}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bestmonthvotestreak}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_points}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_points_format}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_canvote}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_canvotesites}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_next_anysite}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_next_testvote}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_last_testvote}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_canvote_testvote}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_top_all_position}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_top_month_position}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_top_week_position}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_top_daily_position}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_votepartycontributedvotes}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_votepartyvotescurrent}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_votepartyvotesneeded}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_votepartyvotesrequired}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bungeevotepartyvotescurrent}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bungeevotepartyvotesneeded}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_bungeevotepartyvotesrequired}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_globalmonthtotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_globalalltimetotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_globalweeklytotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_globaldailytotal}
[11:39:43] [Server thread/INFO]: [MVdWPlaceholderAPI] VotingPlugin added custom placeholder {votingplugin_timeuntildayreset}
[11:39:43] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 6.11.2
[11:39:43] [Server thread/INFO]: [HeadDatabase] Enabling HeadDatabase v4.17.0
[11:39:44] [Server thread/INFO]: [HeadDatabase] Verwende "de_DE.lang" erstellt von Knatschkopp
[11:39:44] [Server thread/WARN]: [HeadDatabase] Economy was not loaded, some features will be disabled!
[11:39:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: hdb [4.17.0]
[11:39:44] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.11.2
[11:39:44] [Server thread/INFO]: [NBTAPI] Adding listeners...
[11:39:44] [Server thread/INFO]: [NBTAPI] Gson:
[11:39:44] [Server thread/INFO]: [NBTAPI] Checking bindings...
[11:39:44] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
[11:39:44] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
[11:39:44] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
[11:39:44] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
[11:39:44] [Server thread/INFO]: [Disableadchievements] Enabling Disableadchievements v1.3*
[11:39:44] [Server thread/ERROR]: [Disableadchievements] Disable-adchievements is now enabled!
[11:39:44] [Server thread/INFO]: [ChestSort] Enabling ChestSort v13.5.1
[11:39:44] [Server thread/INFO]: [ChestSort] Hooked into WorldGuard 7.0.8-SNAPSHOT+2222-8c8a809
[11:39:44] [Server thread/INFO]: [ChestSort] Use permissions: true
[11:39:44] [Server thread/INFO]: [ChestSort] Current sorting method: {category},{itemsFirst},{name},{color},{customName}
[11:39:44] [Server thread/INFO]: [ChestSort] Allow automatic chest sorting:true
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Chest sorting enabled by default: false
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Sort time: close
[11:39:44] [Server thread/INFO]: [ChestSort] Allow automatic inventory sorting:true
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Inventory sorting enabled by default: false
[11:39:44] [Server thread/INFO]: [ChestSort] Auto generate category files: true
[11:39:44] [Server thread/INFO]: [ChestSort] Allow hotkeys: true
[11:39:44] [Server thread/INFO]: [ChestSort] Hotkeys enabled by default:
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Middle-Click: true
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Shift-Click: true
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Double-Click: true
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Shift-Right-Click: true
[11:39:44] [Server thread/INFO]: [ChestSort] Allow additional hotkeys: true
[11:39:44] [Server thread/INFO]: [ChestSort] Additional hotkeys enabled by default:
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Left-Click: false
[11:39:44] [Server thread/INFO]: [ChestSort]   |- Right-Click: false
[11:39:44] [Server thread/INFO]: [ChestSort] Check for updates: true
[11:39:44] [Server thread/INFO]: [ChestSort] Check interval: 4 hours (4.0 seconds)
[11:39:44] [Server thread/INFO]: [ChestSort] Categories: 900-weapons (6), 905-common-tools (4), 907-other-tools (6), 909-food (33), 910-valuables (47), 920-armor-and-arrows (9), 930-brewing (18), 950-redstone (23), 960-wood (60), 970-stone (38), 980-plants (50), 981-corals (1)
[11:39:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: chestsort [13.5.1]
[11:39:44] [Server thread/INFO]: [CommandItems] Enabling CommandItems v1.4.1
[11:39:44] [Server thread/INFO]: LOGGER [CommandItems] | INFO: Found MVdWPlaceholderAPI, hooking into it.
[11:39:44] [Server thread/INFO]: LOGGER [CommandItems] | INFO: Found PlaceholderAPI, hooking into it.
[11:39:44] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: CommandItemsPAPI [1.4.1]
[11:39:44] [Server thread/INFO]: LOGGER [CommandItems] | WARN: You have both PlaceholderAPI & MVdWPlaceholderAPI installed. Watch out for that, it might cause issues
[11:39:44] [Server thread/INFO]: LOGGER [CommandItems] | INFO: Server version is most likely 1.8.0 (0, v1_8_R1)
[11:39:44] [Server thread/INFO]: LOGGER [CommandItems] | INFO: Executed setup for config: config.yml
[11:39:44] [Server thread/INFO]: [AWD] Enabling AWD v2.6.4*
[11:39:44] [Server thread/INFO]: [AntiWorldDownloader] AWD has been enabled! (Version: 2.6.4)
[11:39:44] [Server thread/INFO]: [Pl-Hide-Pro] Enabling Pl-Hide-Pro v2.6.9
[11:39:44] [Server thread/INFO]: [BottledExp] Enabling BottledExp v3.1.3.0
[11:39:44] [Server thread/INFO]: [BottledExp] Version 3.1.3.0 has been enabled
[11:39:44] [Server thread/INFO]: [BottledExp] Using LuckPerms via Vault.
[11:39:44] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.16.4
[11:39:44] [Server thread/INFO]: [ArmorStandTools] Enabling ArmorStandTools v4.4.4
[11:39:45] [Server thread/INFO]: [ArmorStandTools] PlotSquared plugin not found. Continuing without PlotSquared support.
[11:39:45] [Server thread/INFO]: [ArmorStandTools] WorldGuard plugin found. WorldGuard support enabled.
[11:39:45] [Server thread/INFO]: [StreakRewards] Enabling StreakRewards v2.2.7
[11:39:45] [Server thread/INFO]: Now loading reward menu 'default'
[11:39:45] [Server thread/INFO]: [StreakRewards] StreakRewards is using SQLite to store player data. Attempting to connect to the database now...
[11:39:45] [Server thread/INFO]: [StreakRewards] StreakRewards successfully created/connected to the SQLite database called 'playerdata.db'
[11:39:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: streakrewards [2.2.7]
[11:39:45] [Server thread/INFO]: Hooked into PlaceholderAPI. The StreakRewards expansion has been loaded.
[11:39:46] [Server thread/INFO]: [PluginManager] Enabling PluginManager v2.7.4
[11:39:46] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.20.0
[11:39:46] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
[11:39:46] [Server thread/INFO]: [PlayerWarps] Found 20 config files to load!
[11:39:47] [Server thread/INFO]: [PlayerWarps] Permissions plugin found! (LuckPerms)
[11:39:47] [Server thread/INFO]: [PlayerWarps] Economy plugin found! (EssentialsX Economy)
[11:39:47] [Server thread/INFO]: [PlayerWarps] Chat plugin found! (LuckPerms)
[11:39:47] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
[11:39:47] [ForkJoinPool.commonPool-worker-2/INFO]: [PlayerWarps] Found Essentials Expansion integrating support...
[11:39:47] [Server thread/INFO]: [PlayerWarps] SQLite database is enabling...
[11:39:47] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
[11:39:47] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
[11:39:47] [Server thread/INFO]: [GUIPlus] Enabling GUIPlus v2.87
[11:39:47] [Server thread/INFO]: [GUIPlus] [STDOUT] [GUIPlus] Leaked by Shimmer @ BlackSpigot.com
[11:39:47] [Server thread/WARN]: Nag author(s): '[kinglol12345]' of 'GUIPlus' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[11:39:47] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
[11:39:47] [Server thread/INFO]: [net.coreprotect.hikari.HikariDataSource] HikariPool-1 - Starting...
[11:39:47] [Server thread/INFO]: [net.coreprotect.hikari.HikariDataSource] HikariPool-1 - Start completed.
[11:39:47] [Server thread/INFO]: [CoreProtect] CoreProtect ist jetzt aktiviert! 
[11:39:47] [Server thread/INFO]: [CoreProtect] Verwenden von MySQL zur Datenspeicherung.
[11:39:47] [Server thread/INFO]: --------------------
[11:39:47] [Server thread/INFO]: [CoreProtect] Genießen CoreProtect? Tritt unser... bei Discord!
[11:39:47] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[11:39:47] [Server thread/INFO]: --------------------
[11:39:47] [Server thread/INFO]: [sleep-most] Enabling sleep-most v5.2.5
[11:39:47] [Server thread/INFO]: Hooked to PlaceholderAPI
[11:39:47] [Server thread/INFO]: Hooked to GSit
[11:39:47] [Server thread/INFO]: Hooked to Essentials
[11:39:47] [Server thread/INFO]: [sleep-most] Hooked to GSit!
[11:39:47] [Server thread/INFO]: [sleep-most] Hooked to PAPI!
[11:39:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: sleepmost [5.2.5]
[11:39:47] [Server thread/INFO]: [ChatPings] Enabling ChatPings v2.3
[11:39:47] [Server thread/INFO]: [ChatPings] [ChatPings] ChatPings is now enabled!
[11:39:48] [Server thread/INFO]: [TradePlus] Enabling TradePlus v3.83
[11:39:48] [Server thread/INFO]: [GUIRules] Enabling GUIRules v1.0-SNAPSHOT
[11:39:48] [Server thread/INFO]: 7
[11:39:48] [Server thread/INFO]: [GUIRules] Plugin succesfully loaded!
[11:39:48] [Server thread/INFO]: [GUIRules] by John4320 - version 1.2
[11:39:48] [Server thread/INFO]: [Infiniteannouncements] Enabling Infiniteannouncements v2.3.1
[11:39:48] [Server thread/INFO]:  
[11:39:48] [Server thread/INFO]: ====================================
[11:39:48] [Server thread/INFO]: Plugin name: Infiniteannouncements
[11:39:48] [Server thread/INFO]: Version: 2.3.1
[11:39:48] [Server thread/INFO]: Core version: 0.7.25
[11:39:48] [Server thread/INFO]: ====================================
[11:39:48] [Server thread/INFO]:  
[11:39:48] [Server thread/INFO]: [Infiniteannouncements] Loaded locale "en_US"
[11:39:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: infiniteannouncements [1.0.0]
[11:39:48] [Server thread/INFO]: [BankPlus] Enabling BankPlus v5.7
[11:39:48] [Server thread/INFO]: 
[11:39:48] [Server thread/INFO]:     BankPlus Enabling plugin...
[11:39:48] [Server thread/INFO]:     Running on version 5.7!
[11:39:48] [Server thread/INFO]:     Detected server version: git-Paper-451 (MC: 1.19.4)
[11:39:48] [Server thread/INFO]:     Loaded config files! (50ms)
[11:39:48] [Server thread/INFO]:     Registered events! (6ms)
[11:39:48] [Server thread/INFO]:     Loaded plugin command! (2ms)
[11:39:48] [Server thread/INFO]:     Done! (61 total ms)
[11:39:48] [Server thread/INFO]: 
[11:39:48] [Server thread/INFO]: BankPlus [INFO] Hooked into PlaceholderAPI!
[11:39:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bankplus [5.7]
[11:39:48] [Server thread/INFO]: BankPlus [INFO] Hooked into Essentials!
[11:39:48] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.7
[11:39:48] [Server thread/INFO]: [EssentialsChat] Secure signed chat and previews are enabled.
[11:39:48] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[11:39:48] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.6.8
[11:39:48] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.6.8
[11:39:48] [Server thread/INFO]: [CitizensCMD] by Mateus Moreira @LichtHund & Maintained by HexedHero
[11:39:48] [Server thread/INFO]: [CitizensCMD] Using English messages!
[11:39:48] [Server thread/ERROR]: [CitizensCMD] Failed to register events for class me.mattstudios.citizenscmd.listeners.NPCClickListener because net/citizensnpcs/api/event/NPCRightClickEvent does not exist.
[11:39:48] [Server thread/ERROR]: [CitizensCMD] Failed to register events for class me.mattstudios.citizenscmd.listeners.NPCListener because net/citizensnpcs/api/event/NPCRemoveByCommandSenderEvent does not exist.
[11:39:48] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
[11:39:48] [Server thread/INFO]: [CitizensCMD] Using Vault!
[11:39:48] [Server thread/INFO]: [ItemSorter] Enabling ItemSorter v1.3.4
[11:39:49] [Server thread/INFO]: [mineEasyPlots] Enabling mineEasyPlots v1.1
[11:39:49] [Server thread/INFO]: [mineEasyPlots] 
[11:39:49] [Server thread/INFO]: [mineEasyPlots]            _            _____               ______ _       _       

[11:39:49] [Server thread/INFO]: [mineEasyPlots]           (_)          |  ___|              | ___ \ |     | |      

[11:39:49] [Server thread/INFO]: [mineEasyPlots]  _ __ ___  _ _ __   ___| |__  __ _ ___ _   _| |_/ / | ___ | |_ ___ 

[11:39:49] [Server thread/INFO]: [mineEasyPlots] | '_ ` _ \| | '_ \ / _ \  __|/ _` / __| | | |  __/| |/ _ \| __/ __|

[11:39:49] [Server thread/INFO]: [mineEasyPlots] | | | | | | | | | |  __/ |__| (_| \__ \ |_| | |   | | (_) | |_\__ \

[11:39:49] [Server thread/INFO]: [mineEasyPlots] |_| |_| |_|_|_| |_|\___\____/\__,_|___/\__, \_|   |_|\___/ \__|___/

[11:39:49] [Server thread/INFO]: [mineEasyPlots]                                         __/ |                      

[11:39:49] [Server thread/INFO]: [mineEasyPlots]                                        |___/                       
[11:39:49] [Server thread/INFO]: [mineEasyPlots] 
[11:39:49] [Server thread/INFO]: [mineEasyPlots] Author: _arturek
[11:39:49] [Server thread/INFO]: [mineEasyPlots] Collaborators: Nikox3003
[11:39:49] [Server thread/INFO]: [mineEasyPlots] Version: 1.1
[11:39:49] [Server thread/INFO]: [mineEasyPlots] Web: https://minecodes.pl/
[11:39:49] [Server thread/INFO]: [mineEasyPlots] Discord: https://discord.com/invite/XQtBtRj
[11:39:49] [Server thread/INFO]: [mineEasyPlots] 
[11:39:49] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.7
[11:39:49] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[11:39:49] [Server thread/INFO]: [EnderBag] Enabling EnderBag v1.3.2
[11:39:49] [Server thread/INFO]: [EnderBag] No supported NMS version string detected. Plugin has not been updated yet.
[11:39:49] [Server thread/INFO]: [Followers] Enabling Followers v1.2.5
[11:39:49] [Server thread/INFO]: [Followers] [STDOUT] [Followers] Leaked by YOURNAME @ BlackSpigot.com
[11:39:49] [Server thread/WARN]: Nag author(s): '[Dav_e_]' of 'Followers' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[11:39:49] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.0
[11:39:49] [Server thread/INFO]: [DecentHolograms] Using ProtocolLib for packet listening.
[11:39:49] [Server thread/INFO]: [TAB] Enabling TAB v3.3.1
[11:39:49] [Server thread/INFO]: [TAB] Server version: 1.19.4 (v1_19_R3)
[11:39:49] [Server thread/INFO]: [TAB] Loaded NMS hook in 33ms
[11:39:49] [Server thread/INFO]: [TAB] Enabled in 120ms
[11:39:49] [Server thread/INFO]: [JoinMessagePlus] Enabling JoinMessagePlus v3.3
[11:39:49] [Server thread/INFO]: [JoinMessagePlus] [#]==========< JoinMessagePlus >==========[#]
[11:39:49] [Server thread/INFO]: [JoinMessagePlus] Version: 3.3
[11:39:49] [Server thread/INFO]: [JoinMessagePlus] Web: https://dev.bukkit.org/bukkit-plugins/join-message-plus/
[11:39:49] [Server thread/INFO]: [JoinMessagePlus] Mode: BungeeCord + Standalone
[11:39:49] [Server thread/INFO]: [JoinMessagePlus] Plugin by AndyCraftz
[11:39:49] [Server thread/INFO]: [TempFly] Enabling TempFly v3.1.7
[11:39:49] [Server thread/INFO]: [TempFly] Initializing MvdwAPI
[11:39:49] [Server thread/INFO]: [MVdWPlaceholderAPI] TempFly added custom placeholder {tempfly_time_formatted}
[11:39:49] [Server thread/INFO]: [MVdWPlaceholderAPI] TempFly added custom placeholder {tempfly_time_days}
[11:39:49] [Server thread/INFO]: [MVdWPlaceholderAPI] TempFly added custom placeholder {tempfly_time_hours}
[11:39:49] [Server thread/INFO]: [MVdWPlaceholderAPI] TempFly added custom placeholder {tempfly_time_minutes}
[11:39:49] [Server thread/INFO]: [MVdWPlaceholderAPI] TempFly added custom placeholder {tempfly_time_seconds}
[11:39:49] [Server thread/INFO]: [MVdWPlaceholderAPI] TempFly added custom placeholder {tempfly_time_seconds_total}
[11:39:49] [Server thread/INFO]: [MVdWPlaceholderAPI] TempFly added custom placeholder {tempfly_list_name}
[11:39:49] [Server thread/INFO]: [MVdWPlaceholderAPI] TempFly added custom placeholder {tempfly_name_tag}
[11:39:49] [Server thread/INFO]: [TempFly] Initializing ClipAPI
[11:39:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tempfly [3.1.7]
[11:39:49] [Server thread/INFO]: [InvisibleItemFrames] Enabling InvisibleItemFrames v1.3
[11:39:49] [Server thread/INFO]: [UnbreakableLeashes] Enabling UnbreakableLeashes v1.9
[11:39:49] [Server thread/INFO]: [GHomeGuiForEssentialsX] Enabling GHomeGuiForEssentialsX v1.9.2
[11:39:49] [Server thread/INFO]: [GHomeGuiForEssentialsX] ====================================================
[11:39:49] [Server thread/INFO]: [GHomeGuiForEssentialsX] Thanks for using my plugin
[11:39:49] [Server thread/INFO]: [GHomeGuiForEssentialsX] If you have any issue or suggestions use my Discord : discord.gg/KMB5CXyf7b
[11:39:49] [Server thread/INFO]: [GHomeGuiForEssentialsX] Don't forget to rate my plugin on Spigot website. It's very appreciated :)
[11:39:49] [Server thread/INFO]: [GHomeGuiForEssentialsX] ====================================================
[11:39:49] [Server thread/INFO]: [DeluxeRtp] Enabling DeluxeRtp v3.1.2
[11:39:49] [Server thread/INFO]: [DynamicPlayerInfo] Enabling DynamicPlayerInfo v1.1
[11:39:49] [Server thread/INFO]: [DynamicPlayerInfo] Plugin enabled!
[11:39:49] [Server thread/INFO]: [DynamicPlayerInfo] Minecraft 1.19.4
[11:39:49] [Server thread/INFO]: [RHLeafDecay] Enabling RHLeafDecay v1.19_R3
[11:39:49] [Server thread/INFO]: [RHLeafDecay] The plugin has been loaded!
[11:39:49] [Server thread/INFO]: [RHLeafDecay] You are using version 1.19_R3 /w 💕 by X0R3
[11:39:49] [Server thread/INFO]: [RHLeafDecay] Info:
[11:39:49] [Server thread/INFO]: [RHLeafDecay] If you want your server be presented on the plugin page, then please contact me! :)
[11:39:49] [Server thread/INFO]: [CustomJoinEvents] Enabling CustomJoinEvents v1.3.1
[11:39:49] [Server thread/INFO]: [CustomJoinEvents] Enabling CustomJoinEvents v1.3.1 by _ImJona
[11:39:49] [Server thread/INFO]: [CustomJoinEvents] Loading language en.yml ...
[11:39:49] [Server thread/INFO]: [CustomJoinEvents] Language set to en.yml!
[11:39:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cj [1.3.1]
[11:39:49] [Server thread/INFO]: [CustomJoinEvents] PlaceholderAPI support: true
[11:39:50] [Server thread/INFO]: [CustomJoinEvents] You are using the latest version of CustomJoinEvents!
[11:39:50] [Server thread/INFO]: [CustomJoinEvents] Get support at my discord: _ImJona#2065
[11:39:50] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v2.1.5
[11:39:50] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[11:39:50] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[11:39:50] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -417.0 Y: 69.0 Z: 1822.0
[11:39:50] [Server thread/INFO]: [NekoTraps] Enabling NekoTraps v1.1.7
[11:39:50] [Server thread/INFO]: Version no support. report to author. version not supported: [v1_19_R3]
[11:39:50] [Server thread/INFO]: [NekoTraps] Disabling NekoTraps v1.1.7
[11:39:50] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling NekoTraps v1.1.7 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "net.kokoricraft.nekotraps.managers.CompatManager.getCompat()" because "this.compatmanager" is null
    at net.kokoricraft.nekotraps.NekoTraps.onDisable(NekoTraps.java:38) ~[NekoTraps (14).jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.disablePlugin(PaperPluginInstanceManager.java:227) ~[paper-1.19.4.jar:git-Paper-451]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.disablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
    at net.kokoricraft.nekotraps.managers.CompatManager.loadCompat(CompatManager.java:36) ~[NekoTraps (14).jar:?]
    at net.kokoricraft.nekotraps.managers.CompatManager.<init>(CompatManager.java:14) ~[NekoTraps (14).jar:?]
    at net.kokoricraft.nekotraps.NekoTraps.initClass(NekoTraps.java:50) ~[NekoTraps (14).jar:?]
    at net.kokoricraft.nekotraps.NekoTraps.onEnable(NekoTraps.java:31) ~[NekoTraps (14).jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192) ~[paper-1.19.4.jar:git-Paper-451]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:637) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1103) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.19.4.jar:git-Paper-451]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[11:39:50] [Server thread/ERROR]: Error occurred while enabling NekoTraps v1.1.7 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
    at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:552) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:227) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.craftbukkit.v1_19_R3.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:212) ~[paper-1.19.4.jar:git-Paper-451]
    at net.kokoricraft.nekotraps.managers.Manager.startTask(Manager.java:323) ~[NekoTraps (14).jar:?]
    at net.kokoricraft.nekotraps.managers.ConfigManager.loadPlaced(ConfigManager.java:61) ~[NekoTraps (14).jar:?]
    at net.kokoricraft.nekotraps.NekoTraps.initClass(NekoTraps.java:54) ~[NekoTraps (14).jar:?]
    at net.kokoricraft.nekotraps.NekoTraps.onEnable(NekoTraps.java:31) ~[NekoTraps (14).jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:192) ~[paper-1.19.4.jar:git-Paper-451]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.19.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugin(CraftServer.java:555) ~[paper-1.19.4.jar:git-Paper-451]
    at org.bukkit.craftbukkit.v1_19_R3.CraftServer.enablePlugins(CraftServer.java:466) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:637) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:436) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1103) ~[paper-1.19.4.jar:git-Paper-451]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.19.4.jar:git-Paper-451]
    at java.lang.Thread.run(Thread.java:833) ~[?:?]
[11:39:50] [Server thread/INFO]: [ItemsPlus] Enabling ItemsPlus v1.0.0
[11:39:50] [Server thread/INFO]: [ItemsPlus] [-------------------]
[11:39:50] [Server thread/INFO]: [ItemsPlus] Items+
[11:39:50] [Server thread/INFO]: [ItemsPlus] version 1.0.0
[11:39:50] [Server thread/INFO]: [ItemsPlus] [-------------------]
[11:39:50] [Server thread/INFO]: [Emirilda] Enabling Emirilda v0.8.2
[11:39:50] [Server thread/INFO]: [Emirilda] Initializing classes and information...
[11:39:50] [Server thread/INFO]: [Emirilda] PlaceholderAPI found, using it!
[11:39:50] [Server thread/INFO]: [Emirilda] Successfully enabled Emirilda v0.8.2!
[11:39:50] [Server thread/INFO]: [Shops] Enabling Shops v3.0
[11:39:50] [Server thread/INFO]: [Playershop] Enabling Playershop v1.2
[11:39:50] [Server thread/WARN]: [Playershop] Floodgate not Found!
[11:39:50] [Server thread/INFO]: ========================================================
[11:39:50] [Server thread/INFO]:                    | Playershop: Enable |
[11:39:50] [Server thread/INFO]: Creator: AG4 | Version: 1.2 | Website: https://ag4dev.tk
[11:39:50] [Server thread/INFO]: ========================================================
[11:39:50] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.11.2
[11:39:50] [Server thread/INFO]: [LiteBans] Using system locale (en)
[11:39:50] [Server thread/INFO]: [LiteBans] Loaded 4 templates from templates.yml!
[11:39:50] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 1.4.197 (org.h2.Driver)
[11:39:50] [Server thread/INFO]: [LiteBans] Connecting to database...
[11:39:50] [Server thread/INFO]: [LiteBans] litebans-pool - Starting...
[11:39:51] [Server thread/INFO]: [LiteBans] litebans-pool - Start completed.
[11:39:51] [Server thread/INFO]: [LiteBans] Connected to H2 database successfully (128.6 ms).
[11:39:51] [Server thread/INFO]: [LiteBans] Database connection fully initialized (137.2 ms).
[11:39:51] [Server thread/INFO]: [LiteBans] v2.11.2 enabled. Startup took 267 ms.
[11:39:51] [Server thread/INFO]: [LiteBans] [STDOUT] [LiteBans] Leaked by Chan @ BlackSpigot.com
[11:39:51] [Server thread/WARN]: Nag author(s): '[Ruan]' of 'LiteBans' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[11:39:51] [Server thread/INFO]: [BlueShop] Enabling BlueShop v3.1.0
[11:39:51] [Server thread/INFO]: [BlueShop] [STDOUT] [BlueShop] Leaked by Chan @ BlackSpigot.com
[11:39:51] [Server thread/WARN]: Nag author(s): '[BlueSoapTurtle]' of 'BlueShop' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[11:39:51] [Server thread/INFO]: [BlueShop] No update found! You're on the latest version
[11:39:51] [Server thread/INFO]: [BlueShop] 1258 Items loaded
[11:39:51] [Server thread/INFO]: [BlueShop] Reloaded!
[11:39:51] [Server thread/INFO]: [AdvanceParticle] Enabling AdvanceParticle v16.2.0
[11:39:51] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[11:39:51] [Server thread/INFO]: > Your server version is not supported!!
[11:39:51] [Server thread/INFO]: > AdvanceParticle plugin is turned off !!!
[11:39:51] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[11:39:51] [Server thread/INFO]: [AdvanceParticle] Disabling AdvanceParticle v16.2.0
[11:39:51] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[11:39:51] [Server thread/INFO]: > AdvanceParticle plugin has been successfully disable!
[11:39:51] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[11:39:51] [Server thread/INFO]: [Rebootly] Enabling Rebootly v1.0
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Enabling CrazyVouchers v2.9.14.1+Beta
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Loading the Config.yml
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Successfully loaded Config.yml
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Loading the Data.yml
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Successfully loaded Data.yml
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Loading the Messages.yml
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Successfully loaded Messages.yml
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Loading the VoucherCodes.yml
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Successfully loaded VoucherCodes.yml
[11:39:51] [Server thread/INFO]: [CrazyVouchers] Metrics has been enabled.
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Enabling AdvancedAntiVPN v2.14.4
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Initializing managers...
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] VaultManager initialized!
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Using MySQL...
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] DataManager initialized!
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] ServiceManager initialized!
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] ActionManager initialized!
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Registering commands...
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Registering listeners...
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Loading data...
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Starting tasks...
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Starting metrics...
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Plugin registered to 167975 | -1740464506
[11:39:51] [Server thread/INFO]: [AdvancedAntiVPN] Done and enabled in 50.82ms
[11:39:51] [Server thread/INFO]: [ServerListMotdSpigot] Enabling ServerListMotdSpigot v1.2.3
[11:39:51] [Server thread/INFO]: [ServerListMotdSpigot] Plugin by KennyTV
[11:39:51] [Server thread/INFO]: Found PlaceholderAPI, now using its placeholders!
[11:39:51] [Server thread/INFO]: [Spartan] Enabling Spartan vPhase 499.1
[11:39:52] [Server thread/INFO]: [DragonRewards] Enabling DragonRewards v1.7*
[11:39:52] [Server thread/INFO]: [DragonRewards] DragonRewards enabled
[11:39:52] [Server thread/INFO]: [DragonRewards] ----------------------------
[11:39:52] [Server thread/INFO]: [DragonRewards] Made by: Dutchwilco
[11:39:52] [Server thread/INFO]: [DragonRewards] Version 1.7
[11:39:52] [Server thread/INFO]: [DragonRewards] ----------------------------
[11:39:52] [Server thread/INFO]: [BlockParticles] Enabling BlockParticles v1.11.1-RELEASE
[11:39:52] [Server thread/INFO]: [BlockParticles] [STDOUT] [BlockParticles] Loading the config.yml
[11:39:52] [Server thread/WARN]: Nag author(s): '[BadBones69, Felux]' of 'BlockParticles' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[11:39:52] [Server thread/INFO]: [BlockParticles] [STDOUT] [BlockParticles] Successfully loaded config.yml
[11:39:52] [Server thread/INFO]: [BlockParticles] [STDOUT] [BlockParticles] Loading the data.yml
[11:39:52] [Server thread/INFO]: [BlockParticles] [STDOUT] [BlockParticles] Successfully loaded data.yml
[11:39:52] [Server thread/INFO]: [Jobs] Enabling Jobs v5.1.2.2
[11:39:52] [Server thread/INFO]: ------------- Jobs -------------
[11:39:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr [5.1.2.2]
[11:39:52] [Server thread/INFO]: PlaceholderAPI hooked.
[11:39:52] [Server thread/INFO]: Connected to database (MySQL)
[11:39:52] [Server thread/INFO]: Loaded 8 titles
[11:39:52] [Server thread/INFO]: Loaded 69 protected blocks timers
[11:39:53] [Server thread/INFO]: Loaded 1282 custom item names
[11:39:53] [Server thread/INFO]: Loaded 79 custom entity names
[11:39:53] [Server thread/INFO]: Loaded 2 custom MythicMobs names
[11:39:53] [Server thread/INFO]: Loaded 38 custom enchant names
[11:39:53] [Server thread/INFO]: Loaded 21 custom enchant names
[11:39:53] [Server thread/INFO]: Loaded 16 custom color names
[11:39:53] [Server thread/INFO]: Loaded 4 shop items
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Builder
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Weaponsmith
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Crafter
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Brewer
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Fisherman
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Digger
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Enchanter
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Farmer
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Explorer
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Hunter
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Woodcutter
[11:39:53] [Server thread/INFO]: Loaded 1 quests for Miner
[11:39:53] [Server thread/INFO]: Loaded 12 jobs
[11:39:53] [Server thread/INFO]: Loaded 0 boosted items
[11:39:53] [pool-85-thread-1/INFO]: [Spartan Notification] Done loading 1187 rows of data to the Research Engine.
[11:39:53] [Server thread/INFO]: Loaded 29 furnace for reassigning.
[11:39:53] [Server thread/INFO]: Loaded 10 brewing for reassigning.
[11:39:53] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
[11:39:53] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
[11:39:53] [Server thread/INFO]: Preloaded 30 players data in 0.0
[11:39:53] [Server thread/INFO]: WorldGuard detected.
[11:39:53] [Server thread/INFO]: Loading explorer data
[11:39:53] [Server thread/INFO]: Loaded explorer data (11155) in 54 ms
[11:39:53] [Server thread/INFO]: Plugin has been enabled successfully.
[11:39:53] [Server thread/INFO]: ------------------------------------
[11:39:53] [Server thread/WARN]: Could not register alias Farmwelt because it contains commands that do not exist: farmworld
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[11:39:53] [Server thread/INFO]: Running delayed init tasks
[11:39:53] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pw [1.0.0]
[11:39:53] [Server thread/INFO]: [CoreProtect] WorldEdit erfolgreich anmelden initialisiert.
[11:39:53] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Loading...
[11:39:53] [Craft Scheduler Thread - 8 - Essentials/INFO]: [Essentials] Fetching version information...
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: followers [1.2.5]
[11:39:53] [Server thread/INFO]: [Followers] Floodgate plugin not found. Continuing without Floodgate.
[11:39:53] [Craft Scheduler Thread - 15 - PlayerWarps/INFO]: [PlayerWarps] Loading player warps...
[11:39:53] [Craft Scheduler Thread - 19 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms... 
[11:39:53] [Craft Scheduler Thread - 22 - InvisibleItemFrames/INFO]: ➸ Unsichtbarer Rahmen No updates available!
[11:39:53] [Craft Scheduler Thread - 19 - DecentHolograms/INFO]: [DecentHolograms] Loaded 5 holograms!
[11:39:53] [Craft Scheduler Thread - 6 - ChatPings/INFO]: [ChatPings] [ChatPings] Plugin is up to date!
[11:39:53] [Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] Checking for Updates ... 
[11:39:53] [Craft Scheduler Thread - 6 - CrazyVouchers/INFO]: [CrazyVouchers] Plugin is up to date! - v2.9.14.1+Beta
[11:39:53] [Craft Scheduler Thread - 18 - Vault/INFO]: [Vault] No new version available
[11:39:53] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (EssentialsX Economy)
[11:39:53] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Loading resources...
[11:39:53] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.4-R2]
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: plugininfo [1.0.0]
[11:39:53] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playertime due to a missing plugin: PlayerTime
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [1.8.0]
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerlist [2.1]
[11:39:53] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.1]
[11:39:53] [Server thread/INFO]: 6 placeholder hook(s) registered! 3 placeholder hook(s) have an update available.
[11:39:53] [Server thread/INFO]: Done (33.453s)! For help, type "help"
[11:39:53] [Server thread/INFO]: Timings Reset
[11:39:54] [Craft Scheduler Thread - 10 - PluginManager/INFO]: PM | You are using the latest version of PluginManager.
[11:39:54] [Craft Scheduler Thread - 20 - DeluxeRtp/INFO]: 
[11:39:54] [Craft Scheduler Thread - 20 - DeluxeRtp/INFO]:    ___  ___ _____ ___ 
[11:39:54] [Craft Scheduler Thread - 20 - DeluxeRtp/INFO]:   |   \| _ \_   _| _ \   DeluxeRtp Feel the wild...
[11:39:54] [Craft Scheduler Thread - 20 - DeluxeRtp/INFO]:   | |) |   / | | |  _/   Plugin by Krzheski
[11:39:54] [Craft Scheduler Thread - 20 - DeluxeRtp/INFO]:   |___/|_|_\ |_| |_|     Running the latest version 3.1.2
[11:39:54] [Craft Scheduler Thread - 20 - DeluxeRtp/INFO]: 
[11:39:54] [Craft Scheduler Thread - 20 - DeluxeRtp/INFO]: 
[11:39:54] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
[11:39:54] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
[11:39:54] [Craft Scheduler Thread - 11 - HeadDatabase/INFO]: [HeadDatabase] Successfully loaded 51425 heads!
[11:39:54] [Craft Scheduler Thread - 17 - EnderBag/INFO]: [EnderBag] There is a new update available.
[11:39:54] [Craft Scheduler Thread - 11 - HeadDatabase/INFO]: [HeadDatabase] Successfully loaded 18 featured tags!
[11:39:54] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Loading textures...
[11:39:54] [Craft Scheduler Thread - 11 - VotingPlugin/INFO]: [VotingPlugin] VotingPlugin is up to date! Version: 6.11.2
[11:39:55] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Baking resources...
[11:39:55] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Resources loaded.
[11:39:55] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Loading world 'd8503e82-0363-4098-852a-b90855d137c8' (/home/container/Hauptwelt)...
[11:39:55] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Initializing Storage: 'file' (Type: FILE)
[11:39:55] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Loading map 'Hauptwelt'...
[11:39:55] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] WebServer bound to: /[0:0:0:0:0:0:0:0]:8200
[11:39:55] [Thread-31/INFO]: [BlueMap] WebServer started.
[11:39:56] [Craft Scheduler Thread - 5 - BlueMap/INFO]: [BlueMap] Loaded!