Date: 2024/06/23 01:43:22 UTC-07:00
Type: Denizen Script
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
[05:01:20] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[05:01:21] [ServerMain/INFO]: Loaded 1290 recipes
[05:01:21] [ServerMain/INFO]: Loaded 1399 advancements
[05:01:22] [Server thread/INFO]: Starting minecraft server version 1.21
[05:01:22] [Server thread/INFO]: Loading properties
[05:01:22] [Server thread/INFO]: This server is running Paper version 1.21-27-master@76c2f16 (2024-06-22T18:19:36Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
[05:01:22] [Server thread/INFO]: Server Ping Player Sample Count: 12
[05:01:22] [Server thread/INFO]: Using 4 threads for Netty based IO
[05:01:23] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[05:01:23] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and population gen parallelism of 1 threads
[05:01:23] [Server thread/INFO]: Default game type: SURVIVAL
[05:01:23] [Server thread/INFO]: Generating keypair
[05:01:23] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25583
[05:01:23] [Server thread/INFO]: Using epoll channel type
[05:01:23] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[05:01:23] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[05:01:24] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loading 1 libraries... please wait
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/redisson/redisson/3.26.0/redisson-3.26.0.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-common/4.1.104.Final/netty-common-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-codec/4.1.104.Final/netty-codec-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-buffer/4.1.104.Final/netty-buffer-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-transport/4.1.104.Final/netty-transport-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-resolver/4.1.104.Final/netty-resolver-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-resolver-dns/4.1.104.Final/netty-resolver-dns-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-codec-dns/4.1.104.Final/netty-codec-dns-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-handler/4.1.104.Final/netty-handler-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/netty/netty-transport-native-unix-common/4.1.104.Final/netty-transport-native-unix-common-4.1.104.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/javax/cache/cache-api/1.1.1/cache-api-1.1.1.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/projectreactor/reactor-core/3.6.0/reactor-core-3.6.0.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/io/reactivex/rxjava3/rxjava/3.1.6/rxjava-3.1.6.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/jboss/marshalling/jboss-marshalling/2.0.11.Final/jboss-marshalling-2.0.11.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/jboss/marshalling/jboss-marshalling-river/2.0.11.Final/jboss-marshalling-river-2.0.11.Final.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/com/esotericsoftware/kryo/5.6.0/kryo-5.6.0.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/objenesis/objenesis/3.3/objenesis-3.3.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/net/bytebuddy/byte-buddy/1.14.5/byte-buddy-1.14.5.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/jodd/jodd-bean/5.1.6/jodd-bean-5.1.6.jar
[05:01:25] [Server thread/INFO]: [SpigotLibraryLoader] [Lands] Loaded library /home/container/libraries/org/jodd/jodd-core/5.1.6/jodd-core-5.1.6.jar
[05:01:25] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.134
[05:01:25] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[05:01:25] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.3.4-SNAPSHOT+6804-54d5665
[05:01:27] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2a60b1fe]
[05:01:27] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0-SNAPSHOT-721
[05:01:27] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.21.0) has not yet been tested! Proceed with caution.
[05:01:27] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.11-SNAPSHOT+2278-6898ad8
[05:01:27] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
[05:01:27] [Server thread/INFO]: [Votifier] Loading server plugin Votifier v2.7.3
[05:01:27] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+94-8261813
[05:01:27] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.35-SNAPSHOT (build 3439)
[05:01:27] [Server thread/INFO]: [AuraSkills] Loading server plugin AuraSkills v2.1.4
[05:01:27] [Server thread/INFO]: [SuperbVote] Loading server plugin SuperbVote v0.5.5
[05:01:27] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.28.0-SNAPSHOT
[05:01:27] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.4
[05:01:27] [Server thread/INFO]: [Interactions] Loading server plugin Interactions v2.5.2
[05:01:27] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.6
[05:01:27] [Server thread/INFO]: [WorldGuardExtraFlags] Loading server plugin WorldGuardExtraFlags v4.2.4-SNAPSHOT
[05:01:27] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
[05:01:27] [Server thread/INFO]: [CrazyCrates] Loading server plugin CrazyCrates v3.4
[05:01:27] [Server thread/INFO]: [LPC] Loading server plugin LPC v3.6.0
[05:01:27] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.1-DEV-181
[05:01:27] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
[05:01:27] [Server thread/INFO]: [PL-Hide] Loading server plugin PL-Hide v1.5.22
[05:01:27] [Server thread/INFO]: [AuraMobs] Loading server plugin AuraMobs v2.0.5
[05:01:27] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0-dev+94-8261813
[05:01:27] [Server thread/INFO]: [BetterTeams] Loading server plugin BetterTeams v4.9.4
[05:01:27] [Server thread/INFO]: [BetterTeams] Checking if the file config.yml is up to date
[05:01:27] [Server thread/INFO]: [BetterTeams] File is up to date
[05:01:27] [Server thread/INFO]: [EconomyShopGUI-Premium] Loading server plugin EconomyShopGUI-Premium v5.13.3
[05:01:27] [Server thread/INFO]: [RWKUtils] Loading server plugin RWKUtils v1.0
[05:01:27] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.73
[05:01:27] [Server thread/INFO]: [Lands] Loading server plugin Lands v7.5.4
[05:01:27] [Server thread/INFO]: [Lands] Using default item currency for economy. You can edit the currency item for each locale in the corresponding GUI language files. Strict mode: false
[05:01:28] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[05:01:28] [Server thread/INFO]: [Lands] Using SQLite: /home/container/plugins/Lands/Data
[05:01:28] [Server thread/INFO]: [Lands] Successfully connected to SQL database.
[05:01:28] [Server thread/INFO]: [Lands] Setting up tables...
[05:01:28] [Server thread/INFO]: [Lands] Your SQL DBMS version: 3.46.0 (SQLite) Wiki: https://github.com/Angeschossen/Lands/wiki/Database
[05:01:28] [Server thread/INFO]: [Lands] Successfully connected to SQL database.
[05:01:28] [Server thread/INFO]: [Lands] Added flag 'lands-claim' to the plugin WorldGuard.
[05:01:28] [Server thread/INFO]: [Plan] Loading server plugin Plan v5.6 build 2883
[05:01:28] [Server thread/INFO]: [Vulcan] Loading server plugin Vulcan v2.8.9
[05:01:29] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.resources.ResourceLocation.<init>(java.lang.String)
[05:01:29] [Server thread/WARN]: at java.base/java.lang.Class.getConstructor0(Class.java:3761)
[05:01:29] [Server thread/WARN]: at java.base/java.lang.Class.getConstructor(Class.java:2442)
[05:01:29] [Server thread/WARN]: at Vulcan-2.8.9.jar//io.github.repooper.packetevents.utils.nms.NMSUtils.Vulcan_O(NMSUtils.java:365)
[05:01:29] [Server thread/WARN]: at Vulcan-2.8.9.jar//io.github.repooper.packetevents.PacketEvents.Vulcan_M(PacketEvents.java:120)
[05:01:29] [Server thread/WARN]: at Vulcan-2.8.9.jar//me.frep.vulcan.spigot.VulcanPlugin.onLoad(VulcanPlugin.java:15)
[05:01:29] [Server thread/WARN]: at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:59)
[05:01:29] [Server thread/WARN]: at io.papermc.paper.plugin.storage.ServerPluginProviderStorage.processProvided(ServerPluginProviderStorage.java:18)
[05:01:29] [Server thread/WARN]: at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:39)
[05:01:29] [Server thread/WARN]: at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:40)
[05:01:29] [Server thread/WARN]: at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:535)
[05:01:29] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:290)
[05:01:29] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1157)
[05:01:29] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[05:01:29] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[05:01:29] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[05:01:29] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.134
[05:01:29] [Server thread/INFO]: __
[05:01:29] [Server thread/INFO]: | |__) LuckPerms v5.4.134
[05:01:29] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[05:01:29] [Server thread/INFO]:
[05:01:29] [Server thread/INFO]: [LuckPerms] Loading configuration...
[05:01:30] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[05:01:30] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[05:01:30] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[05:01:30] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1617ms)
[05:01:30] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[05:01:31] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[05:01:31] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[05:01:31] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[05:01:31] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[05:01:31] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.3.4-SNAPSHOT+6804-54d5665
[05:01:31] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[05:01:31] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[05:01:31] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_21.PaperweightAdapter as the Bukkit adapter
[05:01:32] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0-SNAPSHOT-721
[05:01:32] [Server thread/INFO]: Preparing level "survie"
[05:01:32] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[05:01:34] [Server thread/INFO]: Time elapsed: 1205 ms
[05:01:34] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[05:01:34] [Server thread/INFO]: Time elapsed: 538 ms
[05:01:34] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[05:01:34] [Server thread/INFO]: Time elapsed: 98 ms
[05:01:34] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.11-SNAPSHOT+2278-6898ad8
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie) TNT ignition is PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie) Lighters are PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie) Lava fire is PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie) Fire spread is UNRESTRICTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survie'
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie_nether) TNT ignition is PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie_nether) Lighters are PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie_nether) Lava fire is PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie_nether) Fire spread is UNRESTRICTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survie_nether'
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie_the_end) TNT ignition is PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie_the_end) Lighters are PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie_the_end) Lava fire is PERMITTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] (survie_the_end) Fire spread is UNRESTRICTED.
[05:01:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'survie_the_end'
[05:01:34] [Server thread/INFO]: [WorldGuard] Loading region data...
[05:01:35] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
[05:01:35] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[05:01:35] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
[05:01:35] [Server thread/INFO]: [Votifier] Loaded token for website: default
[05:01:35] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
[05:01:36] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
[05:01:36] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+94-8261813
[05:01:36] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /[0:0:0:0:0:0:0:0%0]:30028.
[05:01:36] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[05:01:36] [Server thread/INFO]: [Essentials] No kits found to migrate.
[05:01:36] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[05:01:36] [Server thread/INFO]: [Essentials] Using locale fr
[05:01:36] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[05:01:37] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[05:01:37] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[05:01:37] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[05:01:37] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.35-SNAPSHOT (build 3439)
[05:01:37] [Server thread/INFO]: [Citizens] Loading external libraries
[05:01:37] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
[05:01:37] [Server thread/INFO]: [Citizens] Loaded 0 templates.
[05:01:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
[05:01:37] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[05:01:37] [Server thread/INFO]: [AuraSkills] Enabling AuraSkills v2.1.4
[05:01:38] [Server thread/INFO]: [AuraSkills] Loaded 21 message files
[05:01:38] [Server thread/INFO]: [AuraSkills] Successfully registered hook LuckPerms
[05:01:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: auraskills [2.1.4]
[05:01:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: aureliumskills [2.1.4]
[05:01:38] [Server thread/INFO]: [AuraSkills] Successfully registered hook PlaceholderAPI
[05:01:38] [Server thread/INFO]: [AuraSkills] Successfully registered hook ProtocolLib
[05:01:38] [Server thread/INFO]: [AuraSkills] Successfully registered hook Vault
[05:01:38] [Server thread/INFO]: [AuraSkills] Successfully registered hook WorldGuard
[05:01:38] [Server thread/INFO]: [AuraSkills] Loaded 119 config options in 58 ms
[05:01:38] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Minecraft: 1.21! Trying to find NMS support
[05:01:38] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_21_R1' loaded!
[05:01:38] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'AuraSkills' to create a bStats instance!
[05:01:38] [Server thread/INFO]: [AuraSkills] Loaded 3 blocked worlds.
[05:01:39] [Server thread/INFO]: [AuraSkills] [ACF] Enabled Asynchronous Tab Completion Support!
[05:01:39] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.5
[05:01:39] [Server thread/INFO]: [SuperbVote] Using clip's PlaceholderAPI to provide extra placeholders.
[05:01:39] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.28.0-SNAPSHOT
[05:01:39] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.4
[05:01:39] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[05:01:39] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[05:01:39] [Server thread/INFO]: --------------------
[05:01:39] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[05:01:39] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[05:01:39] [Server thread/INFO]: --------------------
[05:01:39] [Server thread/INFO]: [Interactions] Enabling Interactions v2.5.2
[05:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: interactions [2.5.2]
[05:01:40] [Server thread/INFO]: [Interactions]Has been enabled! Version: 2.5.2
[05:01:40] [Server thread/INFO]: [Interactions]Thanks for using my plugin! ~Ajneb97
[05:01:40] [Server thread/INFO]: [TAB] Enabling TAB v4.1.6
[05:01:40] [Server thread/INFO]: [TAB] Loaded NMS hook in 92ms
[05:01:40] [pool-60-thread-1/WARN]: [DiscordSRV] This build of DiscordSRV is ahead of master but behind develop. Update your development build!
[05:01:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.6]
[05:01:41] [Server thread/INFO]: [TAB] Enabled in 401ms
[05:01:41] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.4-SNAPSHOT
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[05:01:41] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[05:01:41] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
[05:01:41] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
[05:01:41] [Server thread/INFO]: [ClearLag] Loading modules...
[05:01:41] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
[05:01:41] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[05:01:41] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[05:01:41] [Server thread/INFO]: [CrazyCrates] Enabling CrazyCrates v3.4
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading the file locations.yml...
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading the file data.yml...
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading Orbe-luisante.yml...
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Orbe-luisante.yml.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading Journaliere.yml...
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Journaliere.yml.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading Orbe-radieuse.yml...
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Orbe-radieuse.yml.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading Orbe-scintillante.yml...
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Orbe-scintillante.yml.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading Coffre-des-profondeurs.yml...
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Coffre-des-profondeurs.yml.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading Orbe-exaltante.yml...
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loaded new custom file: /Orbe-exaltante.yml.
[05:01:41] [Server thread/WARN]: [CrazyCrates] There was no hologram plugin found on the server. If you are using CMI
[05:01:41] [Server thread/WARN]: [CrazyCrates] Please make sure you enabled the hologram module in modules.yml
[05:01:41] [Server thread/WARN]: [CrazyCrates] You can run /crazycrates reload if using CMI otherwise restart your server.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading all crate information...
[05:01:41] [Server thread/INFO]: [CrazyCrates] All crate information has been loaded.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loading all the physical crate locations.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Loaded 1 physical crate locations.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Failed to load 3 physical crate locations.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Searching for schematics to load.
[05:01:41] [Server thread/INFO]: [CrazyCrates] wooden.nbt was successfully found and loaded.
[05:01:41] [Server thread/INFO]: [CrazyCrates] outdoors.nbt was successfully found and loaded.
[05:01:41] [Server thread/INFO]: [CrazyCrates] nether.nbt was successfully found and loaded.
[05:01:41] [Server thread/INFO]: [CrazyCrates] soul.nbt was successfully found and loaded.
[05:01:41] [Server thread/INFO]: [CrazyCrates] sea.nbt was successfully found and loaded.
[05:01:41] [Server thread/INFO]: [CrazyCrates] classic.nbt was successfully found and loaded.
[05:01:41] [Server thread/INFO]: [CrazyCrates] All schematics were found and loaded.
[05:01:41] [Server thread/INFO]: [CrazyCrates] Cleaning up the data.yml file.
[05:01:41] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[05:01:41] [Server thread/INFO]: [SlateCraft] Oraxen NOT FOUND
[05:01:41] [Server thread/INFO]: [SlateCraft] ItemsAdder NOT FOUND
[05:01:41] [Server thread/INFO]: [SlateCraft] HeadDatabase NOT FOUND
[05:01:41] [Server thread/INFO]: [SlateCraft] FancyHolograms NOT FOUND
[05:01:41] [Server thread/INFO]: [SlateCraft] DecentHolograms NOT FOUND
[05:01:41] [Server thread/INFO]: [SlateCraft] WorldGuard FOUND
[05:01:41] [Server thread/INFO]: [SlateCraft] WorldEdit FOUND
[05:01:41] [Server thread/INFO]: [SlateCraft] CMI NOT FOUND
[05:01:41] [Server thread/INFO]: [SlateCraft] PlaceholderAPI FOUND
[05:01:41] [Server thread/INFO]: [CrazyCrates] PlaceholderAPI support is enabled!
[05:01:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: crazycrates [3.4]
[05:01:41] [Server thread/INFO]: [CrazyCrates] You can disable logging by going to the plugin-config.yml and setting verbose to false.
[05:01:41] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
[05:01:41] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.1-DEV-181
[05:01:41] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[05:01:41] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[05:01:41] [Server thread/INFO]: [DeluxeMenus] 18 GUI menus loaded!
[05:01:41] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[05:01:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.1-DEV-181]
[05:01:41] [Server thread/INFO]: [PL-Hide] Enabling PL-Hide v1.5.22
[05:01:41] [Server thread/ERROR]: [PL-Hide] The option included-groups is missing for the group default
[05:01:41] [Server thread/ERROR]: [PL-Hide] The option included-groups is missing for the group recrue
[05:01:41] [Server thread/ERROR]: [PL-Hide] The option included-groups is missing for the group soldat
[05:01:41] [Server thread/ERROR]: [PL-Hide] The option included-groups is missing for the group chevalier
[05:01:41] [Server thread/ERROR]: [PL-Hide] The option included-groups is missing for the group commandant
[05:01:41] [Server thread/ERROR]: [PL-Hide] The option included-groups is missing for the group paladin
[05:01:41] [Server thread/ERROR]: [PL-Hide] The option included-groups is missing for the group légende
[05:01:41] [Server thread/INFO]: [AuraMobs] Enabling AuraMobs v2.0.5
[05:01:41] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[05:01:42] [Server thread/INFO]: [AuraMobs] Loaded 2 message files
[05:01:42] [Server thread/INFO]: [AuraMobs] [ACF] Enabled Asynchronous Tab Completion Support!
[05:01:42] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+94-8261813
[05:01:42] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[05:01:42] [Server thread/INFO]: [BetterTeams] Enabling BetterTeams v4.9.4
[05:01:42] [Server thread/INFO]: [BetterTeams] Checking if the file fr.yml is up to date
[05:01:42] [Server thread/INFO]: [BetterTeams] File is up to date
[05:01:42] [Server thread/INFO]: [BetterTeams] Checking if the file messages.yml is up to date
[05:01:42] [Server thread/INFO]: [BetterTeams] File is up to date
[05:01:42] [Server thread/INFO]: [BetterTeams] ==================================================================
[05:01:42] [Server thread/INFO]: [BetterTeams] Messages are missing from your selected language, the following messages are using english:
[05:01:42] [Server thread/INFO]: [BetterTeams] - invite.hover: &6Click to join &b{0}
[05:01:42] [Server thread/INFO]: [BetterTeams] - info.online: &a
[05:01:42] [Server thread/INFO]: [BetterTeams] - info.offline: &c
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.versiononline: &6Online mode: &b{0}
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.versionplayers: &6Player count: &b{0}
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.teleport.player.success: &6That player was teleported
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.ally.same: &4You cannot make a team an ally of itself
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.ally.already: &4Those teams are already allies
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.ally.success: &6Those two teams are now allies
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.neutral.same: &4You cannot enter the same team twice
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.neutral.not: &4Those teams are not allies
[05:01:42] [Server thread/INFO]: [BetterTeams] - admin.neutral.success: &6Those teams are no longer allies
[05:01:42] [Server thread/INFO]: [BetterTeams] - help.header: &6---- &bBetterTeams Help &6----
[05:01:42] [Server thread/INFO]: [BetterTeams] - help.footer: &6---- &bPage {0}/{1} - /{2} help <page> &6----
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.bal:
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.warps:
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.sethome:
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.delwarp: <name> [password]
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.chest:
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.baltop:
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.home:
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.help:
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.deposit: <amount>
[05:01:42] [Server thread/INFO]: [BetterTeams] - helpArg.warp: <name>
[05:01:42] [Server thread/INFO]: [BetterTeams] - command.debug: debug
[05:01:42] [Server thread/INFO]: [BetterTeams] - command.holo: holo
[05:01:42] [Server thread/INFO]: [BetterTeams] If you are able to help with translation please join the discord server and make yourself known (https://discord.gg/JF9DNs3)
[05:01:42] [Server thread/INFO]: [BetterTeams] A file called `missingMessages.txt` has been created within this plugins folder. To contribute to the community translations, translate the messages within it and submit it to the discord
[05:01:42] [Server thread/INFO]: [BetterTeams] ==================================================================
[05:01:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: betterTeams [4.9.4]
[05:01:42] [Server thread/INFO]: Display team name config value: prefix
[05:01:42] [Server thread/INFO]: Loading below name. Type: PREFIX
[05:01:42] [Server thread/INFO]: teamManagement declared: com.booksaw.betterTeams.events.MCTeamManagement@2eb9769a
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] Enabling EconomyShopGUI-Premium v5.13.3
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Using lang-fr.yml as language file.
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Chargement terminé pour 5 configurations de sections depuis /sections/
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Chargement terminé pour 5 configurations de boutiques depuis /shops/
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Mise Ă jour des paramĂštres de la boutique ...
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Utilisation de minecraft version 1.21...
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Successfully hooked into Vault
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Chargement terminé de 1 fournisseur(s) d'économie pour toutes les sections de magasin 5.
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Fournisseur Spawner défini sur DISABLED dans la configuration
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Spawner provider disabled in config, disabling...
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Hook PlaceholderAPI activé...
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [ERROR]: Failed to load cached schedule from schedulecache.json: Rotating shop with name RotatingShop does not exist
[05:01:42] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: esgui [1.0.0]
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Le mode débogage est activé.
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Chargement du fournisseur de stock d'articles...
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Chargement du fournisseur de vente limitée...
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Chargement de tous les éléments...
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [DEBUG]: Found incompatible component tag for current minecraft version: Did you mean 'repair_cost' instead of 'RepairCost'?
Please change the value manually to get rid of this message
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [WARN]: Emplacement de l'article dans config.yml:Â sold-items-ignored-NBTtags
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [DEBUG]: Impossible de créer un article avec une valeur de matériau vierge.
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [WARN]: Emplacement de l'article dans config.yml:Â shops-nav-bar.items.5
[05:01:42] [Server thread/INFO]: [EconomyShopGUI-Premium] [INFO]: Initialisation - A pris 163ms pour terminer
[05:01:42] [Server thread/INFO]: [RWKUtils] Enabling RWKUtils v1.0
[05:01:42] [Server thread/INFO]: [spark] Enabling spark v1.10.73
[05:01:43] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:SlateCraft(563833150774575105)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđ€sanctions(1162031564859916351)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđ§vocal(1161956024027205654)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđšpseudo-modifier(1161959423829348352)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđ©message-Ă©diter(1161955940619268186)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđȘ-message-supprimer(1161955976119844905)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđžimage-supprimer(1161959768332709960)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘââconsole(971339044866891856)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđŹchat(1221260823675146250)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđŁvulcan-alerts(1221260412968767588)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđšvulcan-punish(1221408951732670545)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđaeroport(849220270233092146)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘââ
rwk-github(986257571310612510)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđinformations(1246237850106597408)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđrĂšglement(1220121699836629042)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđąannonces(1196829359508557945)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđpatch-notes(1246242775545020547)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđ-ouvrir-un-ticket(1026169780195053578)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđŹchat-gĂ©nĂ©ral(1216340387225145456)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđ·images-et-videos(1216339870566318180)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âȘâđ°commerce(1216335233985548369)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:soul_0576's server(1175410211721326723)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:all-members-18(1175410211947819126)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:members-6(1175410211947819127)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bots-12(1175410211947819128)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:log(1175410212459520053)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đwelcome(1175410212459520055)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:â
rules(1175410212459520056)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đinfo(1175410212459520057)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đverify(1175410212459520058)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:âmod-help(1175410212459520059)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đannouncements(1175410212459520061)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:twitch(1175410212459520062)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:youtube(1175410212681814137)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:shop(1175410212681814139)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:match(1175410212681814140)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đŹgeneral(1175410212681814142)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đ
subs-only(1175410212681814143)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đźgames(1175410212681814144)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đ©suggestions(1175410212681814145)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đ
server-level-up(1175410212681814146)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đ€mod-bot-commands(1175410212933480458)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đ€bot-commands(1175410212933480459)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:counting(1175410212933480460)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:chat(1175410212933480462)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đŹgame-highlights(1175410212933480465)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đąpromote-your-stream(1175410212933480466)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:đŠshare-your-videos(1175410212933480467)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-help(1175410213067694112)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:chat(1175410213067694113)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:chat(1175410213067694115)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:music(1175410213067694116)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:music-commands(1175410213067694117)
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:âȘââconsole(971339044866891856)
[05:01:43] [DiscordSRV - Initialization/ERROR]: [STDERR] [com.mysql.jdbc.Driver] Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
[05:01:43] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[05:01:43] [Server thread/INFO]: [spark] Starting background profiler...
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
[05:01:43] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
[05:01:43] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spark [1.10.73]
[05:01:43] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[05:01:43] [Server thread/INFO]: [Lands] Enabling Lands v7.5.4
[05:01:43] [Server thread/WARN]: [Lands] [roles.yml] missing: tenant -> The tenant role 'tenant' is not configured, but is needed. Please configure a role named 'tenant' in your roles.yml config. Default roles.yml: https://github.com/Angeschossen/Lands/blob/master/roles.yml
[05:01:43] [Server thread/INFO]: [Lands] _ _
[05:01:43] [Server thread/INFO]: [Lands] | | | |
[05:01:43] [Server thread/INFO]: [Lands] | | __ _ _ __ __| | ___
[05:01:43] [Server thread/INFO]: [Lands] | | / _` || '_ \ / _` |/ __|
[05:01:43] [Server thread/INFO]: [Lands] | |____| (_| || | | || (_| |\__ \
[05:01:43] [Server thread/INFO]: [Lands] \_____/ \__,_||_| |_| \__,_||___/
[05:01:43] [Server thread/INFO]: [Lands] Version: 7.5.4 Previous: 7.5.4
[05:01:43] [Server thread/INFO]: [Lands] Server: 1.21.0 running Paper
[05:01:43] [Server thread/INFO]: [Lands] Licensed to: 1474965
[05:01:43] [Server thread/INFO]: [Lands] Experiencing issues or having questions? Join our Discord!
[05:01:43] [Server thread/INFO]: [Lands] Discord: https://discord.gg/B4MAJVk
[05:01:43] [Server thread/INFO]: [Lands] Wiki: https://github.com/Angeschossen/Lands/wiki
[05:01:43] [Server thread/INFO]: [Lands]
[05:01:43] [Server thread/INFO]: [Lands] Performing initial data load.
[05:01:44] [Server thread/INFO]: [Lands] There are currently 33 created land(s).
[05:01:44] [Server thread/INFO]: [Lands] Initial data load took 162 ms.
[05:01:44] [Server thread/INFO]: [Plan] Enabling Plan v5.6 build 2883
[05:01:45] [Server thread/INFO]: [Plan]
[05:01:45] [Server thread/INFO]: [Plan] âââ
[05:01:45] [Server thread/INFO]: [Plan] âââ âââ
[05:01:45] [Server thread/INFO]: [Plan] ââââââââââââ Player Analytics
[05:01:45] [Server thread/INFO]: [Plan] ââââââââââââ v5.6 build 2883
[05:01:45] [Server thread/INFO]: [Plan]
[05:01:45] [Server thread/INFO]: [Plan] Locale: 'English' by AuroraLS3
[05:01:45] [Server thread/INFO]: [Plan] Downloading SQLite Driver, this may take a while...
[05:01:45] [Plan SQLiteDB-transaction-thread-1/INFO]: [Plan] Database: Making sure schema is up to date..
[05:01:45] [Server thread/INFO]: [Plan] SQLite-database connection established.
[05:01:45] [Plan SQLiteDB-transaction-thread-1/INFO]: [Plan] All database patches applied successfully.
[05:01:45] [Server thread/INFO]: [Plan] WebServer: Certificate KeyStore File not Found: plugins/Plan/Cert.jks
[05:01:45] [Server thread/INFO]: [Plan] WebServer: No Certificate -> Using HTTP-server for Visualization.
[05:01:45] [Server thread/INFO]: [Plan] WebServer: User Authorization Disabled! (Not secure over HTTP)
[05:01:45] [Server thread/INFO]: [Plan] Webserver running on PORT 30078 ( http://91.197.6.221:30078 )
[05:01:45] [Server thread/INFO]: [Plan] Loading server identifying information
[05:01:45] [Server thread/INFO]: [Plan] Server identifier loaded: b3fbf0ee-e892-4520-9f08-27ba6c3a186c
[05:01:45] [Server thread/INFO]: [Plan] Registered extension: DiscordSRV
[05:01:46] [Server thread/INFO]: [DiscordSRV] API listener net.playeranalytics.extension.discordsrv.DiscordSRVListener subscribed (2 methods)
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: Essentials
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: EssentialsEco
[05:01:46] [Server thread/INFO]: [Lands] [Integrations] 3rd party plugin hooking into Lands: Plan
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: Lands
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: LuckPerms
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: nuVotifier
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: PlaceholderAPI
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: SuperbVote
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: Economy (Vault)
[05:01:46] [Server thread/INFO]: [Plan] Registered extension: Permission Groups (Vault)
[05:01:46] [Server thread/INFO]: [Plan] Player Analytics Enabled.
[05:01:46] [Server thread/INFO]: [Vulcan] Enabling Vulcan v2.8.9
[05:01:47] [Server thread/INFO]: [Vulcan] Server Version: 1.21 detected!
[05:01:47] [Server thread/INFO]: [Vulcan] BStats enabled!
[05:01:47] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: Vulcan [2.8.9]
[05:01:47] [Server thread/INFO]: [Vulcan] PlaceholderAPI found. Enabling hook!
[05:01:47] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[05:01:47] [Server thread/INFO]: Starting GS4 status listener
[05:01:47] [Server thread/INFO]: Thread Query Listener started
[05:01:47] [Server thread/INFO]: Starting remote control listener
[05:01:47] [Query Listener #1/INFO]: Query running on 0.0.0.0:25583
[05:01:47] [Server thread/INFO]: Thread RCON Listener started
[05:01:47] [Server thread/INFO]: RCON running on 0.0.0.0:30044
[05:01:47] [Server thread/INFO]: Running delayed init tasks
[05:01:47] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[05:01:47] [Craft Scheduler Thread - 2 - Essentials/INFO]: [Essentials] Récupération des informations de version...
[05:01:47] [Craft Scheduler Thread - 9 - Plan/INFO]: [Plan] You're using the latest version.
[05:01:48] [Server thread/INFO]: [AuraSkills] Loaded 10 skills with 298 total sources
[05:01:48] [Server thread/INFO]: [AuraSkills] Loaded 9 stats and 17 traits
[05:01:48] [Server thread/INFO]: [AuraSkills] Loaded 20 pattern rewards and 0 level rewards
[05:01:48] [Server thread/INFO]: [AuraSkills] Loaded 53 loot entries in 4 pools and 2 tables
[05:01:48] [Server thread/INFO]: [AuraSkills] Loaded 6 menus
[05:01:48] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: discordsrv [1.28.0-SNAPSHOT]
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: plan [5.6 build 2883]
[05:01:48] [Server thread/INFO]: [Citizens] Loaded 12 NPCs.
[05:01:48] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated PlaceholderAPI for parsing placeholders from 3rd party plugins in chat messages and GUI menus
[05:01:48] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated LuckPerms for offline permission lookups.
[05:01:48] [Server thread/INFO]: [Lands] Successfully added region provider: WorldGuard Type: SERVER
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: essentials [1.5.2]
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: math [2.0.2]
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
[05:01:48] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: objective [4.2.0]
[05:01:48] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion deluxechat due to a missing plugin: DeluxeChat
[05:01:48] [Server thread/INFO]: 6 placeholder hook(s) registered!
[05:01:48] [Server thread/INFO]: Done (26.793s)! For help, type "help"
[05:01:48] [Server thread/INFO]: Timings Reset
[05:01:48] [Craft Scheduler Thread - 6 - Vault/INFO]: [Vault] Checking for Updates ...
[05:01:48] [Craft Scheduler Thread - 6 - Vault/INFO]: [Vault] No new version available
[05:01:49] [DiscordSRV - JDA Callback 0/INFO]: [DiscordSRV] Cleared all pre-existing slash commands in 2/2 guilds (0 cancelled)
[05:01:49] [Craft Scheduler Thread - 2 - Essentials/WARN]: [Essentials] Vous utilisez une version expérimentale à jour d'EssentialsX !
[05:01:49] [Craft Scheduler Thread - 2 - Essentials/WARN]: [Essentials] Branche vedette : mc/1.21.
[05:01:49] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated Vault economy into economy system. Name: EssentialsX Economy
[05:01:49] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: lands [7.5.4]
[05:01:49] [Server thread/INFO]: [Lands] [Integrations] Successfully registered placeholders at PlaceholderAPI. More info: https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#placeholders
[05:01:49] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated WorldEdit. Bypass: lands.bypass.worldedit Wilderness-Bypass: lands.bypass.wilderness.worldedit
[05:01:49] [Server thread/INFO]: [Lands] [Integrations] Successfully loaded LuckPerms contexts. More information: https://github.com/Angeschossen/Lands/wiki/Luckperms-Context
[05:01:52] [ForkJoinPool.commonPool-worker-4/INFO]: [Lands] You're using the latest version.
[05:44:45] [JDA MainWS-ReadThread/WARN]: [DiscordSRV] [JDA] Reconnect failed! Next attempt in 2s
[06:10:40] [Votifier epoll worker/INFO]: [Votifier] Got a protocol v1 vote record from /162.19.89.221:41502 -> Vote (from:Top-Serveurs username:bifouille_ address:162.19.53.159 timeStamp:1719115840 additionalData:null)
[06:10:40] [Craft Scheduler Thread - 145 - SuperbVote/INFO]: [SuperbVote] Queuing vote from bifouille_ to be run later
[06:12:31] [Votifier epoll worker/INFO]: [Votifier] Got a protocol v2 vote record from /82.165.87.136:55904 -> Vote (from:Liste-serveurs-minecraft.org username:bifouille_ address:176.154.140.70 timeStamp:1719115950000 additionalData:null)
[06:12:31] [Craft Scheduler Thread - 152 - SuperbVote/INFO]: [SuperbVote] Queuing vote from bifouille_ to be run later
[07:06:20] [RCON Listener #2/INFO]: Thread RCON Client /51.15.190.237 started
[07:06:20] [RCON Client /51.15.190.237 #3/INFO]: Thread RCON Client /51.15.190.237 shutting down
[08:10:52] [Votifier epoll worker/INFO]: [Votifier] Got a protocol v1 vote record from /162.19.89.221:41698 -> Vote (from:Top-Serveurs username:bifouille_ address:162.19.53.159 timeStamp:1719123052 additionalData:null)
[08:10:52] [Craft Scheduler Thread - 386 - SuperbVote/INFO]: [SuperbVote] Queuing vote from bifouille_ to be run later
[09:12:45] [Votifier epoll worker/INFO]: [Votifier] Got a protocol v2 vote record from /82.165.87.136:55916 -> Vote (from:Liste-serveurs-minecraft.org username:bifouille_ address:176.154.140.70 timeStamp:1719126765000 additionalData:null)
[09:12:45] [Craft Scheduler Thread - 512 - SuperbVote/INFO]: [SuperbVote] Queuing vote from bifouille_ to be run later
[10:11:07] [Votifier epoll worker/INFO]: [Votifier] Got a protocol v1 vote record from /162.19.89.221:34368 -> Vote (from:Top-Serveurs username:bifouille_ address:162.19.53.159 timeStamp:1719130267 additionalData:null)
[10:11:07] [Craft Scheduler Thread - 619 - SuperbVote/INFO]: [SuperbVote] Queuing vote from bifouille_ to be run later
[10:31:27] [Votifier epoll worker/INFO]: [Votifier] Got a protocol v1 vote record from /162.19.89.221:42234 -> Vote (from:Top-Serveurs username:DarkV3nom_ address:162.19.53.159 timeStamp:1719131487 additionalData:null)
[10:31:27] [Craft Scheduler Thread - 666 - SuperbVote/INFO]: [SuperbVote] Queuing vote from DarkV3nom_ to be run later
[10:31:52] [Votifier epoll worker/INFO]: [Votifier] Got a protocol v2 vote record from /82.165.87.136:55930 -> Vote (from:Liste-serveurs-minecraft.org username:DarkV3nom_ address:81.65.143.38 timeStamp:1719131512000 additionalData:null)
[10:31:52] [Craft Scheduler Thread - 671 - SuperbVote/INFO]: [SuperbVote] Queuing vote from DarkV3nom_ to be run later
[10:32:12] [Votifier epoll worker/INFO]: [Votifier] Got a protocol v1 vote record from /151.80.79.173:46876 -> Vote (from:Serveur Minecraft username:DarkV3nom_ address:2a02:842a:8398:f001:b0e5:2879:fae1:4e20 timeStamp:1719131532 additionalData:null)
[10:32:12] [Craft Scheduler Thread - 667 - SuperbVote/INFO]: [SuperbVote] Queuing vote from DarkV3nom_ to be run later
[10:38:22] [User Authenticator #0/INFO]: UUID of player bifouille_ is bd5aca74-a694-4766-acdd-1f382b78589f
[10:38:25] [Server thread/INFO]: bifouille_[/176.154.140.70:64182] logged in with entity id 10073 at ([survie]-145.30000001192093, 30.0, -14.050000011920929)
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: Gave 1 [Clé rouillée] to bifouille_
[10:38:25] [Server thread/INFO]: [+] bifouille_
[10:38:50] [Server thread/INFO]: Ouverture du contenu...
[10:38:56] [Server thread/INFO]: Gave 2 [Sticky Piston] to bifouille_
[10:39:08] [Craft Scheduler Thread - 673 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:39:09] [Server thread/INFO]: Ouverture du contenu...
[10:39:09] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:39:15] [Server thread/INFO]: Gave 7 [Iron Ingot] to bifouille_
[10:39:18] [Craft Scheduler Thread - 683 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:39:18] [Server thread/INFO]: Ouverture du contenu...
[10:39:18] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:39:24] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /give bifouille_ golden_pickaxe 1 efficiency:5 silk_touch
[10:39:24] [Server thread/INFO]: 1 golden pickaxe ont été donnés à bifouille_.
[10:39:51] [Craft Scheduler Thread - 681 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:39:53] [Server thread/INFO]: Ouverture du contenu...
[10:39:53] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:39:59] [Server thread/INFO]: Gave 5 [Slimeball] to bifouille_
[10:40:01] [Craft Scheduler Thread - 683 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:40:02] [Server thread/INFO]: Ouverture du contenu...
[10:40:02] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:40:08] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /eco give bifouille_ 200
[10:40:08] [Server thread/INFO]: $200 ajoutés au compte de bifouille_. Nouveau solde : $5,352.51
[10:40:10] [Craft Scheduler Thread - 683 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:40:11] [Server thread/INFO]: Ouverture du contenu...
[10:40:11] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:40:17] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /give bifouille_ golden_pickaxe 1 efficiency:5 silk_touch
[10:40:17] [Server thread/INFO]: 1 golden pickaxe ont été donnés à bifouille_.
[10:40:20] [Craft Scheduler Thread - 678 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:40:21] [Server thread/INFO]: Ouverture du contenu...
[10:40:21] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:40:21] [Netty Epoll Server IO #3/WARN]: io.netty.handler.timeout.ReadTimeoutException
[10:40:26] [Server thread/INFO]: Gave 3 [Leather] to bifouille_
[10:40:29] [Craft Scheduler Thread - 681 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:40:30] [Server thread/INFO]: Ouverture du contenu...
[10:40:30] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:40:35] [Server thread/INFO]: Gave 3 [Leather] to bifouille_
[10:40:38] [Craft Scheduler Thread - 684 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:40:39] [Server thread/INFO]: Ouverture du contenu...
[10:40:39] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:40:44] [Server thread/INFO]: Gave 7 [Coal] to bifouille_
[10:40:47] [Craft Scheduler Thread - 681 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:40:48] [User Authenticator #1/INFO]: UUID of player DarkV3nom_ is ae81ad13-93af-488b-b529-f0d8e441723c
[10:40:48] [Server thread/INFO]: Ouverture du contenu...
[10:40:48] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:40:49] [Server thread/INFO]: DarkV3nom_[/81.65.143.38:60276] logged in with entity id 10282 at ([survie]-129.56487733428983, 39.0, -9.390768879306755)
[10:40:49] [Server thread/INFO]: Gave 1 [Clé rouillée] to DarkV3nom_
[10:40:49] [Server thread/INFO]: Gave 1 [Clé rouillée] to DarkV3nom_
[10:40:49] [Server thread/INFO]: Gave 1 [Clé rouillée] to DarkV3nom_
[10:40:49] [Server thread/INFO]: [+] DarkV3nom_
[10:40:53] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /eco give bifouille_ 200
[10:40:53] [Server thread/INFO]: $200 ajoutés au compte de bifouille_. Nouveau solde : $5,552.51
[10:40:57] [Async Chat Thread - #2/INFO]: [Citoyen] [Overlor2] bifouille_ : slt
[10:41:01] [Server thread/INFO]: bifouille_ issued server command: /skillrank
[10:41:07] [Craft Scheduler Thread - 683 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:41:16] [Server thread/INFO]: bifouille_ issued server command: /skilltop
[10:41:17] [Craft Scheduler Thread - 681 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:41:18] [Server thread/INFO]: Ouverture du contenu...
[10:41:18] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:41:24] [Server thread/INFO]: Gave 1 [Ender Pearl] to bifouille_
[10:41:32] [Craft Scheduler Thread - 684 - DeluxeMenus/WARN]: [DeluxeMenus] Item set to slot 27 for menu: coffre_menu exceeds the inventory size!
This item will not be added to the menu!
[10:41:33] [Server thread/INFO]: Ouverture du contenu...
[10:41:33] [Server thread/INFO]: Removed 1 item(s) from player bifouille_
[10:41:38] [Server thread/INFO]: [Essentials] CONSOLE issued server command: /eco give bifouille_ 95
[10:41:38] [Server thread/INFO]: $95 ajoutés au compte de bifouille_. Nouveau solde : $5,647.51
[10:41:56] [Server thread/ERROR]: Could not pass event NPCRightClickEvent to Citizens v2.0.35-SNAPSHOT (build 3439)
java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "this.itemInHandPattern" is null
at Citizens-2.0.35-b3439.jar/net.citizensnpcs.trait.text.Text.onRightClick(Text.java:144) ~[Citizens-2.0.35-b3439.jar:?]
at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-27-76c2f16]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-27-76c2f16]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-27-76c2f16]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at Citizens-2.0.35-b3439.jar/net.citizensnpcs.EventListen.onPlayerInteractEntity(EventListen.java:593) ~[Citizens-2.0.35-b3439.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor246.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-27-76c2f16]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-27-76c2f16]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-27-76c2f16]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl$3.performInteraction(ServerGamePacketListenerImpl.java:2718) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.network.ServerGamePacketListenerImpl$3.onInteraction(ServerGamePacketListenerImpl.java:2766) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.game.ServerboundInteractPacket$InteractionAction.dispatch(ServerboundInteractPacket.java:138) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.game.ServerboundInteractPacket.dispatch(ServerboundInteractPacket.java:89) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleInteract(ServerGamePacketListenerImpl.java:2707) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:76) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:14) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:36) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1478) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1456) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1449) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:135) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1408) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1415) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1260) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.jar:1.21-27-76c2f16]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[10:41:57] [Netty Epoll Server IO #0/WARN]: io.netty.handler.timeout.ReadTimeoutException
[10:41:59] [Async Chat Thread - #3/INFO]: [Fondateur] [] DarkV3nom_ : cc
[10:42:07] [Async Chat Thread - #3/INFO]: [Citoyen] [Overlor2] bifouille_ : cv?
[10:42:12] [Server thread/ERROR]: Could not pass event NPCRightClickEvent to Citizens v2.0.35-SNAPSHOT (build 3439)
java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "this.itemInHandPattern" is null
at Citizens-2.0.35-b3439.jar/net.citizensnpcs.trait.text.Text.onRightClick(Text.java:144) ~[Citizens-2.0.35-b3439.jar:?]
at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-27-76c2f16]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-27-76c2f16]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-27-76c2f16]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at Citizens-2.0.35-b3439.jar/net.citizensnpcs.EventListen.onPlayerInteractEntity(EventListen.java:593) ~[Citizens-2.0.35-b3439.jar:?]
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor246.execute(Unknown Source) ~[?:?]
at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:81) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:1.21-27-76c2f16]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54) ~[paper-1.21.jar:1.21-27-76c2f16]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131) ~[paper-1.21.jar:1.21-27-76c2f16]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:628) ~[paper-api-1.21-R0.1-SNAPSHOT.jar:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl$3.performInteraction(ServerGamePacketListenerImpl.java:2718) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.network.ServerGamePacketListenerImpl$3.onInteraction(ServerGamePacketListenerImpl.java:2766) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.game.ServerboundInteractPacket$InteractionAction.dispatch(ServerboundInteractPacket.java:138) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.game.ServerboundInteractPacket.dispatch(ServerboundInteractPacket.java:89) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.network.ServerGamePacketListenerImpl.handleInteract(ServerGamePacketListenerImpl.java:2707) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:76) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.game.ServerboundInteractPacket.handle(ServerboundInteractPacket.java:14) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:36) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:151) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1478) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:201) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:125) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1456) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1449) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:135) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.managedBlock(MinecraftServer.java:1408) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1415) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1260) ~[paper-1.21.jar:1.21-27-76c2f16]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[paper-1.21.jar:1.21-27-76c2f16]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
[10:42:13] [Netty Epoll Server IO #1/WARN]: io.netty.handler.timeout.ReadTimeoutException
[10:42:15] [Async Chat Thread - #3/INFO]: [Fondateur] [] DarkV3nom_ : oui et toi
[10:42:18] [Async Chat Thread - #3/INFO]: [Citoyen] [Overlor2] bifouille_ : cv