Date: 2022/08/03 20:02:31 UTC-07:00
Type: Server Log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
[ServerMain/INFO]: Building unoptimized datafixer
[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'
[ServerMain/INFO]: Loaded 7 recipes
[Server thread/INFO]: Starting minecraft server version 1.19.1
[Server thread/INFO]: Loading properties
[Server thread/INFO]: This server is running Purpur version git-Purpur-1748 (MC: 1.19.1) (Implementing API version 1.19.1-R0.1-SNAPSHOT) (Git: e3f739b on HEAD)
[Server thread/INFO]: Server Ping Player Sample Count: 12
[Server thread/INFO]: Using 4 threads for Netty based IO
[Server thread/WARN]: [Pufferfish] SIMD operations are available for your server, but are not configured!
[Server thread/WARN]: [Pufferfish] To enable additional optimizations, add "--add-modules=jdk.incubator.vector" to your startup flags, BEFORE the "-jar".
[Server thread/WARN]: [Pufferfish] If you have already added this flag, then SIMD operations are not supported on your JVM or CPU.
[Server thread/WARN]: [Pufferfish] Debug: Java: 17.0.2, test run: true
[Server thread/INFO]: Default game type: SURVIVAL
[Server thread/INFO]: Generating keypair
[Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
[Server thread/INFO]: Using epoll channel type
[Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[Server thread/WARN]: Legacy plugin Dynmap-WorldGuard v1.2 does not specify an api-version.
[Server thread/WARN]: Legacy plugin Dynmap-ClaimChunk v1.1.0-Dev202007291934 does not specify an api-version.
[Server thread/ERROR]: [com.avaje.ebean.config.PropertyMapLoader] ebean.properties not found
[Server thread/INFO]: [com.avaje.ebeaninternal.server.lib.sql.DataSourcePool] DataSourcePool [Gringotts] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
[Server thread/INFO]: [com.avaje.ebeaninternal.server.subclass.SubClassManager] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
[Server thread/INFO]: [com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager] Entities enhanced[0] subclassed[2]
[Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.35
[Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[Server thread/INFO]: [SoaromaSAC] Loading SoaromaSAC v1.0.59
[Server thread/INFO]: [spark] Loading spark v1.9.29
[Server thread/INFO]: [SD] Loading StreamingDrops v10.3
[Server thread/INFO]: [JShader] Loading JShader v1.1
[Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.0.0-SNAPSHOT-b587
[Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.1) has not yet been tested! Proceed with caution.
[Server thread/INFO]: [HeadDrops] Loading HeadDrops v1.5.6
[Server thread/INFO]: [Pl-Hide-Pro] Loading Pl-Hide-Pro v2.5.1
[Server thread/INFO]: [DropEdit2] Loading DropEdit2 v1.1.47-SNAPSHOT
[Server thread/INFO]: [floodgate] Loading floodgate v2.2.0-SNAPSHOT (b70-6e2c19f)
[Server thread/WARN]: [floodgate] en_ is not a supported Floodgate language.
[Server thread/INFO]: [floodgate] Took 592ms to boot Floodgate
[Server thread/INFO]: [Geyser-Spigot] Loading Geyser-Spigot v2.0.6-SNAPSHOT
[Server thread/INFO]: [GeyserHacks] Loading GeyserHacks v1.2-SNAPSHOT
[Server thread/INFO]: [GeyserSkinManager] Loading GeyserSkinManager v1.6
[Server thread/INFO]: [dynmap] Loading dynmap v3.4-beta-4-792
[Server thread/INFO]: [dynmap] version=git-Purpur-1748 (MC: 1.19.1)
[Server thread/INFO]: [dynmap] Mod Support API available
[Server thread/INFO]: [Chunky] Loading Chunky v1.2.217
[Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.11-SNAPSHOT+6230-430b177
[Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4c0a3599]
[Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.8-SNAPSHOT+2198-9988f9b
[Server thread/INFO]: [Dynmap-WorldGuard] Loading Dynmap-WorldGuard v1.2
[Server thread/INFO]: [Denizen] Loading Denizen v1.2.5-SNAPSHOT (build 6366-DEV)
[Server thread/INFO]: [ClaimChunk] Loading ClaimChunk v0.0.23-RC7
[Server thread/INFO]: [ClaimChunk] WorldGuard support enabled.
[Server thread/INFO]: [Dynmap-ClaimChunk] Loading Dynmap-ClaimChunk v1.1.0-Dev202007291934
[Server thread/INFO]: [Essentials] Loading Essentials v2.19.5-dev+36-a67bca6
[Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.19.5-dev+36-a67bca6
[Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.19.5-dev+36-a67bca6
[Server thread/INFO]: [BedrockPlayerManager] Loading BedrockPlayerManager v1.4
[Server thread/INFO]: [EconomyShopGUI-Premium] Loading EconomyShopGUI-Premium v3.1.2
[Server thread/INFO]: [Gringotts] Loading Gringotts v2.12.2
[Server thread/WARN]: [Gringotts] Unable to hook plugin Towny
[Server thread/INFO]: [Gringotts] Plugin Vault hooked.
[Server thread/WARN]: [Gringotts] Unable to hook plugin Reserve
[Server thread/INFO]: [Gringotts] Loading dependency Vault
[Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[Server thread/INFO]: [PowerBoard] Loading PowerBoard v3.5.13
[Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2658)
[Server thread/INFO]: [Sentinel] Loading Sentinel v2.6.0-SNAPSHOT (build 472)
[Server thread/INFO]: [RocketPlaceholders] Loading RocketPlaceholders v2.2
[Server thread/INFO]: [RocketPlaceholders] Loading libraries, please wait..
[Server thread/INFO]: [RocketPlaceholders] Loaded all libraries in 175ms.
[Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.25.1
[Server thread/INFO]: [Quests] Loading Quests v4.5.2-b355
[Server thread/INFO]: [Multiverse-SignPortals] Loading Multiverse-SignPortals v4.2.0-b762
[Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v4.2.1-b834
[Server thread/INFO]: [CitizensGUI] Loading CitizensGUI v1.11
[Server thread/INFO]: [MultiLang] Loading MultiLang v1.7.1
[Server thread/INFO]: [MultiLang] Loading libraries..
[Server thread/INFO]: [MultiLang] Note: This might take a few minutes on first run.
[Server thread/INFO]: [MultiLang] Loaded libraries in 175ms.
[Server thread/INFO]: [Depenizen] Loading Depenizen v2.0.0 (build 781)
[Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.2.2-b807
[Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.35
[Server thread/INFO]: __
[Server thread/INFO]: | |__) LuckPerms v5.4.35
[Server thread/INFO]: |___ | Running on Bukkit - Purpur
[Server thread/INFO]:
[Server thread/INFO]: [LuckPerms] Loading configuration...
[Server thread/INFO]: [LuckPerms] Loading storage provider... [MYSQL]
[Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[Server thread/INFO]: [LuckPerms] Loading messaging service... []
[Server thread/WARN]: [LuckPerms] Messaging service '' not recognised.
[Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[Server thread/INFO]: [LuckPerms] Performing initial data load...
[Server thread/INFO]: [LuckPerms] Successfully enabled. (took 6988ms)
[Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b587
[Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.11-SNAPSHOT+6230-430b177
[Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R1.PaperweightAdapter as the Bukkit adapter
[Server thread/INFO]: [Gringotts] Enabling Gringotts v2.12.2
[Server thread/INFO]: [Gringotts] Found Bukkit version: 1.19.1-R0.1-SNAPSHOT. All features enabled.
[Server thread/INFO]: [Gringotts] Enabling dependency Vault
[Server thread/INFO]: [Gringotts] Registered Vault interface.
[Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[Server thread/INFO]: [Vault] [Economy] Gringotts hooked.
[Server thread/INFO]: [Vault] [Economy] Gringotts found: Loaded
[Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.5-dev+36-a67bca6 which is not a depend or softdepend of this plugin.
[Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[Server thread/INFO]: Preparing level "world"
[Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[Server thread/INFO]: Time elapsed: 518 ms
[Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[Server thread/INFO]: [SoaromaSAC] Enabling SoaromaSAC v1.0.59
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: SoaromaSAC [1.0.59]
[Server thread/INFO]: [spark] Enabling spark v1.9.29
[Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.9.29]
[Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[Server thread/INFO]: [SD] Enabling StreamingDrops v10.3
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: streamingdrops [10.3]
[Server thread/INFO]: [SD] Version 10.3 is enabled!
[Server thread/INFO]: [JShader] Enabling JShader v1.1
[Server thread/INFO]: [JShader] Looking for Java Version...
[Server thread/INFO]: [JShader] Java Version: 17.0.2
[Server thread/INFO]: [JShader] Legacy Java: false
[Server thread/INFO]: [JShader] Checking if JavaScript engine is already shaded..
[Server thread/INFO]: [JShader] JavaScript engine shaded.
[Server thread/INFO]: [HeadDrops] Enabling HeadDrops v1.5.6
[Server thread/INFO]: [Pl-Hide-Pro] Enabling Pl-Hide-Pro v2.5.1
[Server thread/INFO]: [DropEdit2] Enabling DropEdit2 v1.1.47-SNAPSHOT
[Server thread/INFO]: [DropEdit2] Loaded 86 configurable vanilla mobs!
[Server thread/INFO]: [DropEdit2] Using language file de.yml!
[Server thread/INFO]: [DropEdit2] Loading DropEdit2 data...
[Server thread/INFO]: [DropEdit2] - 86 Mob configurations
[Server thread/INFO]: [DropEdit2] - 4 Block configurations
[Server thread/INFO]: [floodgate] Enabling floodgate v2.2.0-SNAPSHOT (b70-6e2c19f)
[Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.0.6-SNAPSHOT
[Timer-1/INFO]: [com.github.philippheuer.events4j.core.EventManager] Auto Discovery: SimpleEventHandler registered!
[Timer-1/WARN]: [com.netflix.config.sources.URLConfigurationSource] No URLs will be polled as dynamic configuration sources.
[Timer-1/INFO]: [com.netflix.config.sources.URLConfigurationSource] To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
[Server thread/INFO]: [Geyser-Spigot] ******************************************
[Server thread/INFO]: [Geyser-Spigot]
[Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.0.6-SNAPSHOT (git-master-6856922)
[Server thread/INFO]: [Geyser-Spigot]
[Server thread/INFO]: [Geyser-Spigot] ******************************************
[ReadingThread/INFO]: [com.github.twitch4j.chat.TwitchChat] Connecting to Twitch IRC wss://irc-ws.chat.twitch.tv:443
[Network Listener - #1/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:19132
[Server thread/INFO]: [Geyser-Spigot] Done (3.634s)! Run /geyser help for help!
[Server thread/INFO]: [GeyserHacks] Enabling GeyserHacks v1.2-SNAPSHOT
[Server thread/INFO]: [GeyserHacks] Bamboo collision hack enabled.
[Server thread/INFO]: [GeyserHacks] Dripstone collision hack enabled.
[Server thread/INFO]: [GeyserSkinManager] Enabling GeyserSkinManager v1.6
[ReadingThread/INFO]: [com.github.twitch4j.pubsub.TwitchPubSub] Connected to Twitch PubSub wss://pubsub-edge.twitch.tv:443
[Server thread/WARN]: [GeyserSkinManager] Floodgate found on the server! Disabling skin services and only running mod interactions.
[Server thread/INFO]: [dynmap] Enabling dynmap v3.4-beta-4-792
[Server thread/INFO]: [dynmap] Added 126 custom biome mappings
[Server thread/INFO]: [dynmap] Using LuckPerms 5.4.35 for access control
[Server thread/INFO]: [dynmap] Opening MySQL database foxcraft.mysql.database.azure.com:3306/s1_dynmap as map store
[Server thread/INFO]: [dynmap] Connected to MySQL v8.0
[Server thread/INFO]: [dynmap] Schema version = 6
[Server thread/INFO]: [dynmap] Mod Support processing completed
[Server thread/INFO]: [dynmap] Loaded 27 shaders.
[Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[Server thread/INFO]: [dynmap] Loaded 22 lightings.
[Server thread/INFO]: [dynmap] Starting enter/exit processing
[Server thread/INFO]: [dynmap] version 3.4-beta-4-792 is enabled - core version 3.4-beta-4-792
[Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://twitter.com/Dynmap
[Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world'.
[Server thread/INFO]: [dynmap] Enabled
[Server thread/INFO]: [Chunky] Enabling Chunky v1.2.217
[Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.8-SNAPSHOT+2198-9988f9b
[Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[Server thread/INFO]: [WorldGuard] Loading region data...
[Server thread/INFO]: [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v1.2*
[Server thread/INFO]: [Dynmap-WorldGuard] initializing
[Server thread/INFO]: [Dynmap-WorldGuard] version 1.2 is activated
[Server thread/INFO]: [Denizen] Enabling Denizen v1.2.5-SNAPSHOT (build 6366-DEV)
[Server thread/INFO]: [Denizen] Running on java version: 17.0.2
[Server thread/INFO]: [Denizen] Running on fully supported Java 17.
[Server thread/WARN]: [Denizen] Citizens is present but doesn't seem to be activated! You may have an error earlier in your logs, or you may have a broken plugin load order.
[Server thread/INFO]: +> [Denizen] +-------------------------+
[Server thread/INFO]: +> [Denizen] Denizen scriptable minecraft
[Server thread/INFO]: +> [Denizen]
[Server thread/INFO]: +> [Denizen] by: The DenizenScript team
[Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR
[Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com
[Server thread/INFO]: +> [Denizen] version: 1.2.5-SNAPSHOT (build 6366-DEV)
[Server thread/INFO]: +> [Denizen] +-------------------------+
[Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[Server thread/INFO]: +> [PaperModule] Loading Paper support module...
[Server thread/INFO]: +> [Denizen] Loaded 149 core commands and 27 core object types, at 1686ms from start.
[Server thread/INFO]: +> [ScriptRegistry] Loading 8 script files...
[Server thread/INFO]: +> [Denizen] Final full init took 1819ms.
[Server thread/INFO]: [ClaimChunk] Enabling ClaimChunk v0.0.23-RC7
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: claimchunk [0.0.23-RC7]
[Server thread/INFO]: [ClaimChunk] Successfully enabled the ClaimChunk PlaceholderAPI expansion!
[Server thread/INFO]: [ClaimChunk] Loaded messages from messages.json
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: claimchunk [0.0.23-RC7]
[Server thread/INFO]: [ClaimChunk] Successfully enabled the ClaimChunk PlaceholderAPI expansion!
[Server thread/INFO]: [ClaimChunk] Initialization complete.
[Server thread/INFO]: [Dynmap-ClaimChunk] Enabling Dynmap-ClaimChunk v1.1.0-Dev202007291934*
[Server thread/INFO]: [Dynmap-ClaimChunk] initializing
[Server thread/INFO]: [Dynmap-ClaimChunk] ClaimChunkUpdate - 60s
[Server thread/INFO]: [Dynmap-ClaimChunk] version 1.1.0-Dev202007291934 is activated
[Server thread/INFO]: [Essentials] Enabling Essentials v2.19.5-dev+36-a67bca6
[Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[Server thread/INFO]: [Essentials] No kits found to migrate.
[Server thread/INFO]: [Essentials] Loaded 36926 items from items.json.
[Server thread/INFO]: [Essentials] Using locale de
[Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.19.5-dev+36-a67bca6
[Server thread/INFO]: [EssentialsChat] Secure signed chat and previews are enabled.
[Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
[Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.5-dev+36-a67bca6
[Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[Server thread/INFO]: [BedrockPlayerManager] Enabling BedrockPlayerManager v1.4
[Server thread/INFO]: [EconomyShopGUI-Premium] Enabling EconomyShopGUI-Premium v3.1.2
[Server thread/INFO]: [EconomyShopGUI-Premium] lang-de.yml wird als Nachrichtendatei benutzt.
[Server thread/INFO]: [EconomyShopGUI-Premium] Shops.yml wurde gefunden!
[Server thread/INFO]: [EconomyShopGUI-Premium] Sections.yml wurde gefunden!
[Server thread/INFO]: [EconomyShopGUI-Premium] Successfully hooked into Vault
[Server thread/INFO]: [EconomyShopGUI-Premium] Du benutzt Minecraft 1.19.1...
[Server thread/INFO]: [EconomyShopGUI-Premium] Die Konfiguration wird aktualisiert, weil eine neue Version gefunden wurde.
[Server thread/INFO]: [EconomyShopGUI-Premium] Benutze die internen Spawner...
[Server thread/INFO]: [EconomyShopGUI-Premium] Debug mode ist an.
[Server thread/INFO]: [EconomyShopGUI-Premium] Die Shop-Einstellungen werden geladen...
[Server thread/INFO]: [EconomyShopGUI-Premium] Loading item stock...
[Server thread/INFO]: [EconomyShopGUI-Premium] Alle items werden geladen...
[Server thread/WARN]: [EconomyShopGUI-Premium] [ERROR] Jedes Item im Shop braucht einen Kauf/Verkaufs-Preis.
[Server thread/WARN]: [EconomyShopGUI-Premium] Pfad zu diesem Item in der shops.yml: Workstations.12
[Server thread/INFO]: [EconomyShopGUI-Premium] Fertig!
[Server thread/INFO]: [PowerBoard] Enabling PowerBoard v3.5.13
[Server thread/INFO]: [PowerBoard] --------------------------------------------------
[Server thread/INFO]: [PowerBoard] --------------- Loading PowerBoard ---------------
[Server thread/INFO]: [PowerBoard]
[Server thread/INFO]: [PowerBoard] Detected Server Version (original): 1.19.1-R0.1-SNAPSHOT
[Server thread/INFO]: [PowerBoard] Detected Server Version (extracted): 1.19.1
[Server thread/INFO]: [PowerBoard]
[Server thread/INFO]: [PowerBoard] Loading configs..
[Server thread/INFO]: [PowerBoard]
[Server thread/INFO]: [PowerBoard] (SelfCheck) config.yml -> Loading...
[Server thread/INFO]: [PowerBoard] (SelfCheck) config.yml -> Finished!
[Server thread/INFO]: [PowerBoard]
[Server thread/INFO]: [PowerBoard] Configs loaded!
[Server thread/INFO]: [PowerBoard]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: PowerBoard [3.5.13]
[Server thread/INFO]: [PowerBoard] Registered scoreboard 'scoreboard'.
[Server thread/INFO]: [PowerBoard] Registered scoreboard 'bedrock'.
[Server thread/INFO]: [PowerBoard]
[Server thread/INFO]: [PowerBoard] --------------- PowerBoard loaded ---------------
[Server thread/INFO]: [PowerBoard] --------------------------------------------------
[Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[Server thread/INFO]: Preparing spawn area: 0%
[Server thread/INFO]: Time elapsed: 383 ms
[Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[Server thread/INFO]: Preparing start region for dimension minecraft:farm_nether
[Server thread/INFO]: Preparing spawn area: 0%
[Server thread/INFO]: Time elapsed: 343 ms
[Server thread/INFO]: [WorldGuard] (farm_nether) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (farm_nether) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (farm_nether) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (farm_nether) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'farm_nether'
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'farm_nether'.
[Server thread/INFO]: [WorldGuard] (farm) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (farm) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (farm) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (farm) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'farm'
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'farm'.
[Server thread/INFO]: Preparing start region for dimension minecraft:test_nether
[Server thread/INFO]: Preparing spawn area: 0%
[Server thread/INFO]: Time elapsed: 239 ms
[Server thread/INFO]: [WorldGuard] (test_nether) TNT ignition is PERMITTED.
[Server thread/INFO]: [WorldGuard] (test_nether) Lighters are PERMITTED.
[Server thread/INFO]: [WorldGuard] (test_nether) Lava fire is PERMITTED.
[Server thread/INFO]: [WorldGuard] (test_nether) Fire spread is UNRESTRICTED.
[Server thread/INFO]: [WorldGuard] Loaded configuration for world 'test_nether'
[Server thread/INFO]: [dynmap] Loaded 2 maps of world 'test_nether'.
[Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2658)
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[Server thread/INFO]: [Sentinel] Enabling Sentinel v2.6.0-SNAPSHOT (build 472)
[Server thread/INFO]: [Sentinel] Sentinel loading...
[Server thread/INFO]: [Sentinel] Running on java version: 17.0.2
[Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
[Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
[Server thread/INFO]: [Sentinel] Sentinel found WorldGuard! Adding support for it!
[Server thread/INFO]: [Sentinel] Sentinel loaded!
[Server thread/INFO]: [RocketPlaceholders] Enabling RocketPlaceholders v2.2
[Server thread/INFO]: [RocketPlaceholders] Loaded 1 placeholders!
[Server thread/INFO]: [RocketPlaceholders] PlaceholderAPI hooked!
[Server thread/INFO]: [RocketPlaceholders] RocketPlaceholders v2.2 by Lorenzo0111 is now enabled!
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: rp [2.2]
[Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.25.1
[Server thread/INFO]: [Quests] Enabling Quests v4.5.2-b355
[Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
[Server thread/INFO]: [Quests] Successfully linked Quests with Citizens 2.0.30-SNAPSHOT (build 2658)
[Server thread/INFO]: [Quests] Loading storage implementation: YAML
[Server thread/INFO]: [Multiverse-SignPortals] Enabling Multiverse-SignPortals v4.2.0-b762
[Server thread/INFO]: [Multiverse-SignPortals 4.2.0-b762] Enabled - By Rigby and fernferret
[Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.1-b834
[pool-74-thread-1/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (339e5e81da67cfe6210679af775eb66a9b5033be)
[Server thread/INFO]: [Multiverse-Portals] 2 - Portals(s) loaded
[Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[Server thread/INFO]: [Multiverse-Portals 4.2.1-b834] Enabled - By Rigby and fernferret
[Server thread/INFO]: [CitizensGUI] Enabling CitizensGUI v1.11
[Server thread/INFO]: [MultiLang] Enabling MultiLang v1.7.1
[Server thread/INFO]: [MultiLang] Hooking with RocketPlaceholders..
[Server thread/INFO]: [MultiLang] RocketPlaceholders hooked!
[Server thread/INFO]: [MultiLang] Found RocketPlaceholders 2.0, registering custom provider
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: multilang [2.2]
[Server thread/INFO]: [RocketPlaceholders] Loaded custom provider: multilang
[Server thread/INFO]: [MultiLang] Loaded all placeholders in 18ms
[Server thread/INFO]: [MultiLang] Hooked with ProtocolLib. Now updating packets.
[Server thread/INFO]: [MultiLang] Registering commands..
[Server thread/INFO]: [MultiLang] Initializing api..
[Server thread/INFO]: [MultiLang] Loading gui.yml..
[Server thread/INFO]: [MultiLang] Loading messages.yml..
[Server thread/INFO]: [MultiLang] Loaded messages.yml. (File version: 1.7.1)
[Server thread/INFO]: [MultiLang] Driver found: org.sqlite.JDBC
[Server thread/INFO]: [Depenizen] Enabling Depenizen v2.0.0 (build 781)
[Server thread/INFO]: +> [Depenizen] Depenizen loading...
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'LuckPerms'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldEdit'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Essentials'!
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: denizen [2.0.0]
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'PlaceholderAPI'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldGuard'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Sentinel'!
[Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Quests'!
[Server thread/INFO]: +> [Depenizen] Depenizen loaded! 7 plugin bridge(s) loaded (of 40 available)
[Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.2.2-b807
[DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[Server thread/INFO]: [Multiverse-NetherPortals 4.2.2-b807] Enabled - By Rigby and fernferret
[Server thread/WARN]: Could not register alias pay because it contains commands that do not exist: mycommand:pay $1-
[JDA MainWS-WriteThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[Server thread/INFO]: Starting GS4 status listener
[Server thread/INFO]: Thread Query Listener started
[Server thread/INFO]: Starting remote control listener
[Server thread/INFO]: Thread RCON Listener started
[Server thread/INFO]: RCON running on 0.0.0.0:6502
[Query Listener #1/INFO]: Query running on 0.0.0.0:25565
[Server thread/INFO]: JMX monitoring enabled
[ForkJoinPool.commonPool-worker-3/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.19.5-dev+36-a67bca6 which is not a depend or softdepend of this plugin.
[Server thread/INFO]: Running delayed init tasks
[Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[Server thread/WARN]: [Denizen] Citizens was activated late - this means a plugin load order error occurred. You may have plugins with invalid 'plugin.yml' files (eg that use the 'loadbefore' directive, or that have circular dependencies).
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Fetching version information...
[Craft Scheduler Thread - 6 - Vault/INFO]: [Vault] Checking for Updates ...
[DiscordSRV - Initialization/INFO]: [DiscordSRV] Server wurde gefunden G:Blaubeeren-Club | Foxcraft(731894292557201529)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:foxcraft-server-log(925985719669891172)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mod-log(731899819026546760)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:twitch-tech-news(834189220406493234)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:image-hosting(841270269553278977)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:applications(845474969311641660)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:moderator-news(814667710176034846)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mod-chat(813228144382574623)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:modbot(731898547074760834)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:reports(859578082163163136)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:archive(809004105606365264)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:log(809004143594176522)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-f30a(976065213617020938)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ticket-3433(1004192656869556244)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:closed-0019(989136107541241856)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⚫|offline(870290826654269511)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎬|clips(870292997022044251)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🕹・game-invitation(861773416775024645)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🗨・live-chat(861770095041445931)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🚪・eingangshalle(732677641743761440)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📕・rules(731894292557201533)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📗・talk-rules(732655201290551304)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❓・faq(844575892332347423)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📣・news(731895671204085801)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📅・events(986821205757661204)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🕊・social-media(905814326592565258)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🪙・ᴡᴇʀʙᴜɴɢ(947894014617739284)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:😺・github(985206441038196817)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📥・downloads(826983972557946931)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📫・furcraft-news(847545703647805440)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📰・game-news(736346552099930213)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🗳・poll(870635747735138324)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❓・qotd(971872716682575892)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎭・roles(815364236905021460)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❗・commands(824422916921622588)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔢・counting(925216641325867018)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋・formulare(948682685654634527)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🆘・support(736595133780328561)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💻・scripts-and-plugins(985206045007806534)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📨・ticket(790255091395067945)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎁💙・berry-perks(732734451255214081)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬💙・berry-chat(732733343438864464)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬・lobby(731896993600766013)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:⛏・minecraft(996358382078414868)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎨・art(731897530115293196)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🚮・memes(732678924374376489)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎵・musik(962216345422934106)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🌌・1․19(986327579407548486)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📙・foxcraft-rules(869711639237238854)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:❓・foxcraft-faq(948597719918850048)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💡・ideen(816444107022008421)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🗨・server-chat(954803314304897065)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📋🎦・filmprogramm(862096329253060608)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬🎦・moviechat(862094249054830612)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📣・eng-news(1001117617249062985)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:eng-game-updates(1001118133257515099)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🇺🇸・english(820650406379651122)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:💬🦊fluffy-lobby(732676710042173640)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🎨🦊furry-art(732676861703749673)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🚮🦝raccoon-paradise(732678879092801594)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🦊・foxcraft-news-archived(732675951950823505)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🇩🇪-deutsch-archiviert(808814805573697608)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:meme-archived(732696850137874552)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📜・how-to-join(732680524908462204)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mod(1004200819962429550)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bauteam(1004201209990742057)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:🔢・bot-counting(1004213572190085272)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:📖・storytime(1004217306261508196)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] Server wurde gefunden G:Spike's Fuzzy Server(631660560768958474)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(631676806378029057)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(986458044894437416)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:moderator-only(986458044894437417)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:test(988025494555467776)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(631712035738222623)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:command-list(631718753507344384)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome(631827755490869251)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:furtalk(631660560768958476)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gamer-furs(631722242727739413)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:roleplay(631677305936281612)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:memes(631694531703734293)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:off-topic(631694650788282388)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:gay-yiff(631677847932502053)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:straight-yiff(631711304830156810)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:lesbian-yiff(631711401353805834)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:roleplay-18(631677937548001282)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:log(974270263879426108)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:mod-log(974270296540454922)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:modmail-log(976075734047150122)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:test(988031068248608769)
[DiscordSRV - Initialization/INFO]: [DiscordSRV] Konsolenausgabeweiterleitung aktiv TC:foxcraft-server-log(925985719669891172)
[Server thread/INFO]: +> [TriggerRegistry] Loaded 4 core triggers
[Craft Scheduler Thread - 6 - Vault/INFO]: [Vault] No new version available
[DiscordSRV - Initialization/INFO]: [DiscordSRV] Aktiviere Essentials Verbindung
[DiscordSRV - Initialization/INFO]: [DiscordSRV] Aktiviere dynmap Verbindung
[Craft Scheduler Thread - 11 - Essentials/WARN]: [Essentials] You're running an up to date experimental EssentialsX build!
[Craft Scheduler Thread - 11 - Essentials/WARN]: [Essentials] Feature Branch: feature/chat-signing.
[DiscordSRV - Initialization/INFO]: [DiscordSRV] Aktiviere LuckPerms Verbindung
[DiscordSRV - Initialization/INFO]: [DiscordSRV] Aktiviere PlaceholderAPI Verbindung
[Server thread/INFO]: +> [Static Tag Processing] Pre-Filled tag <red> with '', and cached result.
[Server thread/INFO]: +> [ScriptEvent] Processed 22 script event paths.
[Server thread/INFO]: Filled tag <placeholder[multilang_command_toggle]> with '%multilang_command_toggle%'.
[Server thread/INFO]: Filled tag <placeholder[multilang_command_quest_desc]> with '%multilang_command_quest_desc%'.
[Server thread/INFO]: Filled tag <placeholder[multilang_command_quest_desc]> with '%multilang_command_quest_desc%'.
[Server thread/INFO]: Filled tag <placeholder[multilang_command_toggle]> with '%multilang_command_toggle%'.
[Server thread/INFO]: +> [Denizen] +-------------------------+
[Server thread/INFO]: [SpikeCodeRedeem] Script loaded.
[Server thread/INFO]: Running script event 'ServerStart', event='on server start' for script 'SPIKECOMMANDSSTART'
[Server thread/INFO]: Starting InstantQueue 'SPIKECOMMANDSSTART_1_ShortcutsDaughter'...
[Server thread/INFO]: +- Queue 'SPIKECOMMANDSSTART_1_ShortcutsDaughter' Executing: (line 77) ANNOUNCE "<&ss>9[]<&ss>r Script loaded." to_console ---------+
[Server thread/INFO]: +> Executing 'ANNOUNCE': message='[] Script loaded.' type='TO_CONSOLE'
[Server thread/INFO]: [] Script loaded.
[Server thread/INFO]: +- Queue 'SPIKECOMMANDSSTART_1_ShortcutsDaughter' Executing: (line 78) FLAG server SpikeCommand ---------+
[Server thread/INFO]: +> Executing 'FLAG': targets='li@ (Size 1): server' (SpikeCommand:AUTO_SET:null)
[Server thread/INFO]: Completing queue 'SPIKECOMMANDSSTART_1_ShortcutsDaughter' in 21ms.
[Server thread/INFO]: +> [Denizen] Denizen fully loaded at: 2022/08/04 04:54:03
[DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling voice module
[Server thread/INFO]: [Citizens] Loaded 27 NPCs.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [1.25.1]
[Server thread/INFO]: Done (51.966s)! For help, type "help"
[Server thread/INFO]: [Quests] Loaded 7 Quest(s), 19 Action(s), 2 Condition(s) and 808 Phrase(s)
[Server thread/INFO]: [PowerBoard] Registering players...
[Server thread/INFO]: [PowerBoard] All players have been registered.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: statistic [2.0.1]
[Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend or softdepend of this plugin.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: world [1.2.1]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: parsenear [1.1.0]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: random [1.0.0]
[Server thread/WARN]: [PlaceholderAPI] Loaded class net.luckperms.api.LuckPerms from LuckPerms v5.4.35 which is not a depend or softdepend of this plugin.
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: luckperms [5.1-R2]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [1.5.1]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.1]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: objective [4.1.0]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: progress [2.1]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.3]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: parseother [1.4.5]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.1]
[Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: string [1.0.0]
[Server thread/INFO]: 13 placeholder hook(s) registered!
[Craft Scheduler Thread - 17 - ClaimChunk/INFO]: [ClaimChunk] You are using the latest version of ClaimChunk: 0.0.23-RC7
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[Craft Scheduler Thread - 11 - Essentials/INFO]: [Essentials] Lag Notice - Slow Economy Response - Request took over {0}ms!
[User Authenticator #1/INFO]: UUID of player Spikehidden13 is 76c8cfeb-157e-40a0-bce6-48580da06d05
[Server thread/INFO]: [DiscordSRV] Spieler Spikehidden13 hat den Server mit Berechtigung zum stillen Betreten betreten, es wird keine Nachricht gesendet
[Server thread/INFO]: Spikehidden13[/ ip ] logged in with entity id 327 at ([world]-19.572766335650954, 82.42053956975818, 5.030255567021631)
[Craft Scheduler Thread - 16 - SoaromaSAC/WARN]: [SoaromaSAC] Loaded class org.geysermc.floodgate.api.FloodgateApi from floodgate v2.2.0-SNAPSHOT (b70-6e2c19f) which is not a depend or softdepend of this plugin.
[Server thread/WARN]: [Denizen] Loaded class com.denizenscript.depenizen.bukkit.properties.essentials.EssentialsPlayerProperties from Depenizen v2.0.0 (build 781) which is not a depend or softdepend of this plugin.
[Server thread/INFO]: Spikehidden13 issued server command: /dropedit
[Server thread/INFO]: [Quests] Loaded language de-DE. Translations via Crowdin
[Server thread/WARN]: [DropEdit2] Task #9098 for DropEdit2 v1.1.47-SNAPSHOT generated an exception
java.lang.NoSuchMethodError: 'net.minecraft.world.entity.player.PlayerInventory net.minecraft.server.level.EntityPlayer.fB()'
at de.Linus122.net.wesjd.anvilgui.version.Wrapper1_19_R1$AnvilContainer.<init>(Wrapper1_19_R1.java:88) ~[DropEdit2.jar:?]
at de.Linus122.net.wesjd.anvilgui.version.Wrapper1_19_R1.newContainerAnvil(Wrapper1_19_R1.java:82) ~[DropEdit2.jar:?]
at de.Linus122.net.wesjd.anvilgui.AnvilGUI.openInventory(AnvilGUI.java:177) ~[DropEdit2.jar:?]
at de.Linus122.net.wesjd.anvilgui.AnvilGUI.<init>(AnvilGUI.java:165) ~[DropEdit2.jar:?]
at de.Linus122.net.wesjd.anvilgui.AnvilGUI.<init>(AnvilGUI.java:30) ~[DropEdit2.jar:?]
at de.Linus122.net.wesjd.anvilgui.AnvilGUI$Builder.open(AnvilGUI.java:491) ~[DropEdit2.jar:?]
at de.Linus122.DropEdit.Listeners.lambda$13(Listeners.java:598) ~[DropEdit2.jar:?]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.19.1.jar:git-Purpur-1748]
at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483) ~[purpur-1.19.1.jar:git-Purpur-1748]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1518) ~[purpur-1.19.1.jar:git-Purpur-1748]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:485) ~[purpur-1.19.1.jar:git-Purpur-1748]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1442) ~[purpur-1.19.1.jar:git-Purpur-1748]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1212) ~[purpur-1.19.1.jar:git-Purpur-1748]
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:310) ~[purpur-1.19.1.jar:git-Purpur-1748]
at java.lang.Thread.run(Thread.java:833) ~[?:?]