Date: 2022/11/19 21:45:52 UTC-08: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
[05:42:11] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[05:42:12] [main/INFO]: Reloading ResourceManager: Default, bukkit
[05:42:13] [Worker-Main-1/INFO]: Loaded 7 recipes
[05:42:16] [Server thread/INFO]: Starting minecraft server version 1.17.1
[05:42:17] [Server thread/INFO]: Loading properties
[05:42:17] [Server thread/INFO]: This server is running Excalibur version git-Airplane-"5fabeea" (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 5fabeea)
[05:42:17] [Server thread/INFO]: Using 4 threads for Netty based IO
[05:42:17] [Server thread/INFO]: Server Ping Player Sample Count: 12
[05:42:17] [Server thread/WARN]: [Airplane] To improve performance, timings have been disabled by default
[05:42:17] [Server thread/WARN]: [Airplane] You can still use timings by using /timings on, but they will not start on server startup unless you set timings.really-enabled to true in paper.yml
[05:42:17] [Server thread/WARN]: [Airplane] If you would like to disable this message, either set timings.really-enabled to true or timings.enabled to false.
[05:42:17] [Server thread/INFO]: Default game type: SURVIVAL
[05:42:17] [Server thread/INFO]: Started NFTWorldsServer TPS Tracker
[05:42:17] [Server thread/INFO]: Generating keypair
[05:42:17] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25573
[05:42:17] [Server thread/INFO]: Using epoll channel type
[05:42:17] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[05:42:17] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[05:42:18] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_17_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[05:42:27] [Server thread/WARN]: Legacy plugin ExperiencePlaceholder v1.0.0 does not specify an api-version.
[05:42:28] [Server thread/INFO]: [SuperiorSkyblock2] Loading 1 libraries... please wait
[05:42:29] [Server thread/INFO]: [SuperiorSkyblock2] Loaded library /home/container/libraries/org/openjdk/nashorn/nashorn-core/15.4/nashorn-core-15.4.jar
[05:42:29] [Server thread/INFO]: [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar
[05:42:29] [Server thread/INFO]: [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm-commons/7.3.1/asm-commons-7.3.1.jar
[05:42:29] [Server thread/INFO]: [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm-analysis/7.3.1/asm-analysis-7.3.1.jar
[05:42:29] [Server thread/INFO]: [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm-tree/7.3.1/asm-tree-7.3.1.jar
[05:42:29] [Server thread/INFO]: [SuperiorSkyblock2] Loaded library /home/container/libraries/org/ow2/asm/asm-util/7.3.1/asm-util-7.3.1.jar
[05:42:31] [Server thread/ERROR]: Could not load 'plugins/AbyssBounties.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NullPointerException: Cannot read the array length because "<local5>" is null
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[excalibur.jar:git-Airplane-"5fabeea"]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[excalibur.jar:git-Airplane-"5fabeea"]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[excalibur.jar:git-Airplane-"5fabeea"]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:419) ~[excalibur.jar:git-Airplane-"5fabeea"]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:293) ~[excalibur.jar:git-Airplane-"5fabeea"]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1217) ~[excalibur.jar:git-Airplane-"5fabeea"]
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:312) ~[excalibur.jar:git-Airplane-"5fabeea"]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.NullPointerException: Cannot read the array length because "<local5>" is null
at net.abyssdev.abysslib.storage.json.JsonStorage.<init>(Unknown Source) ~[AbyssLib.jar:?]
at net.abyssdev.abyssbounties.bounty.storage.BountyStorage.<init>(Unknown Source) ~[AbyssBounties.jar:?]
at net.abyssdev.abyssbounties.AbyssBounties.<init>(Unknown Source) ~[AbyssBounties.jar:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:347) ~[?:?]
at java.lang.Class.newInstance(Class.java:645) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:85) ~[excalibur.jar:git-Airplane-"5fabeea"]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[excalibur.jar:git-Airplane-"5fabeea"]
... 7 more
[05:42:32] [Server thread/WARN]: Legacy plugin AbyssGGWave v1.0.1 does not specify an api-version.
[05:42:32] [Server thread/WARN]: Legacy plugin AbyssChat v1.0.2 does not specify an api-version.
[05:42:32] [Server thread/WARN]: Legacy plugin AbyssChatColor v1.0-SNAPSHOT does not specify an api-version.
[05:42:32] [Server thread/INFO]: [VoidGen] Loading VoidGen v2.2.1
[05:42:32] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.2
[05:42:32] [Server thread/INFO]: [ExperiencePlaceholder] Loading ExperiencePlaceholder v1.0.0
[05:42:32] [Server thread/INFO]: [spark] Loading spark v1.9.42
[05:42:32] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.1-SNAPSHOT-b239
[05:42:32] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.4.2
[05:42:32] [Server thread/INFO]: [ViaVersion] ViaVersion 4.4.2 is now loaded, injecting!
[05:42:33] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
[05:42:33] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
[05:42:33] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
[05:42:33] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
[05:42:33] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
[05:42:33] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
[05:42:33] [Via-Mappingloader-6/INFO]: [ViaVersion] Loading 1.16.2 -> 1.17 mappings...
[05:42:34] [Via-Mappingloader-7/INFO]: [ViaVersion] Loading 1.17 -> 1.18 mappings...
[05:42:35] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.18 -> 1.19 mappings...
[05:42:35] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[05:42:35] [Server thread/INFO]: [NBTAPI] Loading NBTAPI v2.10.0
[05:42:35] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_17_R1! Trying to find NMS support
[05:42:35] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_17_R1' loaded!
[05:42:35] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[05:42:35] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'VoidGen' to create a bStats instance!
[05:42:35] [Server thread/INFO]: [Vault] Loading Vault v1.7.3-b131
[05:42:35] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.4.2
[05:42:35] [Server thread/INFO]: [ViaBackwards] Loading translations...
[05:42:36] [Thread-9/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date!
[05:42:37] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.10 -> 1.9.4 mappings...
[05:42:37] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.11 -> 1.10 mappings...
[05:42:37] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.12 -> 1.11 mappings...
[05:42:38] [Via-Mappingloader-5/INFO]: [ViaBackwards] Loading 1.13 -> 1.12 mappings...
[05:42:38] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.13.2 -> 1.13 mappings...
[05:42:38] [Via-Mappingloader-4/INFO]: [ViaBackwards] Loading 1.14 -> 1.13.2 mappings...
[05:42:38] [Via-Mappingloader-6/INFO]: [ViaBackwards] Loading 1.15 -> 1.14 mappings...
[05:42:39] [Via-Mappingloader-0/INFO]: [ViaBackwards] Loading 1.16 -> 1.15 mappings...
[05:42:39] [Via-Mappingloader-3/INFO]: [ViaBackwards] Loading 1.16.2 -> 1.16 mappings...
[05:42:39] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.17 -> 1.16.2 mappings...
[05:42:39] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.18 -> 1.17 mappings...
[05:42:39] [Via-Mappingloader-7/INFO]: [ViaBackwards] Loading 1.19 -> 1.18 mappings...
[05:42:39] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.2
[05:42:39] [Server thread/INFO]: [ShopGUIPlus] Loading ShopGUIPlus v1.80.1
[05:42:39] [Server thread/INFO]: [Essentials] Loading Essentials v2.20.0-dev+16-22a0d53
[05:42:39] [Server thread/INFO]: [EpicRename] Loading EpicRename v3.11
[05:42:39] [Server thread/INFO]: [OptimalLibrary] Loading OptimalLibrary v1.0.1
[05:42:39] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.8.0
[05:42:42] [Server thread/INFO]: [CloudCrates] Loading CloudCrates v2.77
[05:42:42] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v2.4.10-SNAPSHOT-303;983e440
[05:42:44] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4117a45]
[05:42:44] [Server thread/INFO]: [OptimalKits] Loading OptimalKits v2.0.2
[05:42:44] [Server thread/INFO]: [CloudRobots] Loading CloudRobots v1.5.3
[05:42:44] [Server thread/INFO]: [DeluxeMenus] Loading DeluxeMenus v1.13.6-Release
[05:42:44] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[05:42:44] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.20.0-dev+16-22a0d53
[05:42:44] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v21.2
[05:42:44] [Server thread/INFO]: [SuperiorSkyblock2] Loading SuperiorSkyblock2 v2022.9
[05:42:44] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.10.4
[05:42:44] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
[05:42:44] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.7+216b061
[05:42:44] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2759)
[05:42:44] [Server thread/INFO]: [AbyssLib] Loading AbyssLib v1.2.6
[05:42:44] [Server thread/INFO]: [AbyssStats] Loading AbyssStats v1.0.0
[05:42:44] [Server thread/INFO]: [WorldGuardExtraFlags] Loading WorldGuardExtraFlags v4.2.1
[05:42:44] [Server thread/INFO]: [AbyssCollectors] Loading AbyssCollectors v1.0.7
[05:42:44] [Server thread/INFO]: [AbyssLootboxes] Loading AbyssLootboxes v1.0.5
[05:42:44] [Server thread/INFO]: [AbyssEXPShop] Loading AbyssEXPShop v1.0.2
[05:42:44] [Server thread/INFO]: [AbyssGGWave] Loading AbyssGGWave v1.0.1
[05:42:44] [Server thread/INFO]: [AbyssChat] Loading AbyssChat v1.0.2
[05:42:44] [Server thread/INFO]: [AbyssPlaytime] Loading AbyssPlaytime v1.0.2
[05:42:44] [Server thread/INFO]: [AbyssAuctions] Loading AbyssAuctions v1.0.2
[05:42:44] [Server thread/INFO]: [AbyssTags] Loading AbyssTags v1.0.2
[05:42:44] [Server thread/INFO]: [AbyssVaults] Loading AbyssVaults v1.0.9
[05:42:44] [Server thread/INFO]: [AbyssChatColor] Loading AbyssChatColor v1.0-SNAPSHOT
[05:42:44] [Server thread/INFO]: [AbyssEconomy] Loading AbyssEconomy v1.0.4
[05:42:44] [Server thread/INFO]: [AbyssReactions] Loading AbyssReactions v1.0.2
[05:42:44] [Server thread/INFO]: [AbyssPets] Loading AbyssPets v1.1.1
[05:42:44] [Server thread/INFO]: [AbyssSuits] Loading AbyssSuits v1.0.4
[05:42:44] [Server thread/INFO]: [PlugManX] Loading PlugManX v2.3.0
[05:42:44] [Server thread/INFO]: true
[05:42:44] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[05:42:44] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
[05:42:46] [LiteBans-0/ERROR]: [LiteBans] [STDERR] SLF4J: No SLF4J providers were found.
[05:42:46] [LiteBans-0/WARN]: Nag author(s): '[Ruan]' of 'LiteBans' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:42:46] [LiteBans-0/ERROR]: [LiteBans] [STDERR] SLF4J: Defaulting to no-operation (NOP) logger implementation
[05:42:46] [LiteBans-0/ERROR]: [LiteBans] [STDERR] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
[05:42:47] [Server thread/ERROR]: [VoidGen] [STDERR] SLF4J: No SLF4J providers were found.
[05:42:47] [Server thread/WARN]: Nag author(s): '[xtkq]' of 'VoidGen' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[05:42:47] [Server thread/ERROR]: [VoidGen] [STDERR] SLF4J: Defaulting to no-operation (NOP) logger implementation
[05:42:47] [Server thread/ERROR]: [VoidGen] [STDERR] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details.
[05:42:47] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_1_17_1
[05:42:48] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[05:42:49] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.20.0-dev+16-22a0d53 which is not a depend, softdepend or loadbefore of this plugin.
[05:42:49] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[05:42:49] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[05:42:49] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[05:42:49] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.2
[05:42:51] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.8.0
[05:42:52] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[05:42:52] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.4.10-SNAPSHOT-303;983e440
[05:42:54] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[05:42:54] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[05:42:54] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[05:42:54] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[05:42:55] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_17_R1_2.PaperweightFaweAdapter as the Bukkit adapter
[05:42:56] [Server thread/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] An update for FastAsyncWorldEdit is available. You are 13 build(s) out of date.
You are running build 303, the latest version is build 316.
Update at https://www.spigotmc.org/resources/13932/
[05:42:56] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.0
[05:42:58] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[05:42:58] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[05:42:58] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[05:42:58] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[05:42:58] [Server thread/INFO]: Preparing level "world"
[05:42:59] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[05:43:00] [Server thread/INFO]: Time elapsed: 1181 ms
[05:43:00] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[05:43:01] [Server thread/INFO]: Time elapsed: 910 ms
[05:43:01] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[05:43:02] [Server thread/INFO]: Time elapsed: 584 ms
[05:43:02] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.2
[05:43:05] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.4.2 which is not a depend, softdepend or loadbefore of this plugin.
[05:43:06] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[05:43:06] [Server thread/INFO]: [ExperiencePlaceholder] Enabling ExperiencePlaceholder v1.0.0*
[05:43:09] [Server thread/INFO]: [io.shaded.placeholder.ExperiencePlaceholderPlugin] Found ``PlaceholderAPI`` loading placeholder.
[05:43:09] [Server thread/WARN]: [ExperiencePlaceholder] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.11.2 which is not a depend, softdepend or loadbefore of this plugin.
[05:43:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: experience [1.0.0]
[05:43:09] [Server thread/INFO]: [spark] Enabling spark v1.9.42
[05:43:10] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[05:43:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.9.42]
[05:43:10] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[05:43:10] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.1-SNAPSHOT-b239
[05:43:10] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.4.2
[05:43:12] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.10.0
[05:43:13] [Server thread/INFO]: [NBTAPI] Adding listeners...
[05:43:13] [Server thread/INFO]: [NBTAPI] Gson:
[05:43:13] [Server thread/INFO]: [NBTAPI] Checking bindings...
[05:43:13] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
[05:43:13] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
[05:43:13] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
[05:43:14] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
[05:43:14] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.4.2
[05:43:15] [Server thread/INFO]: [ShopGUIPlus] Enabling ShopGUIPlus v1.80.1
[05:43:17] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0-dev+16-22a0d53
[05:43:19] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[05:43:19] [Server thread/INFO]: [Essentials] No kits found to migrate.
[05:43:19] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[05:43:19] [Server thread/INFO]: [Essentials] Using locale en
[05:43:19] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[05:43:19] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[05:43:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[05:43:19] [Server thread/INFO]: [Essentials] Using superperms-based permissions.
[05:43:19] [Server thread/INFO]: [EpicRename] Enabling EpicRename v3.11
[05:43:20] [Server thread/INFO]: [EpicRename] [CheckServerVersion] Server running 1.16 or newer. Hex color code support has been enabled.
[05:43:20] [Server thread/INFO]: [EpicRename] Version: 3.11 MC Version: ONE_DOT_SIXTEEN_OR_NEWER
[05:43:20] [Server thread/INFO]: [EpicRename] This plugin is Copyright (c) 2022 Justin "JustBru00" Brubaker. This plugin is licensed under the MPL v2.0. You can view a copy of the MPL v2.0 license at: http://bit.ly/2eMknxx
[05:43:20] [Server thread/INFO]: [EpicRename] Starting to enable plugin...
[05:43:20] [Server thread/INFO]: [EpicRename] Prefix set to: '[EpicRename] '
[05:43:20] [Server thread/INFO]: [EpicRename] Plugin Enabled!
[05:43:20] [Server thread/INFO]: [OptimalLibrary] Enabling OptimalLibrary v1.0.1
[05:43:20] [Server thread/INFO]: [OptimalLibrary] Loaded v1.17 (R1) Implementation
[05:43:20] [Server thread/INFO]: [OptimalLibrary] Completed loading plugin in 11.0ms.
[05:43:20] [Server thread/INFO]: [CloudCrates] Enabling CloudCrates v2.77
[05:43:22] [Server thread/INFO]: [CloudCrates] Loaded the Default crate.
[05:43:22] [Server thread/INFO]: [CloudCrates | Default ] Loaded the Money reward.
[05:43:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cloudcrates [2.77]
[05:43:22] [Server thread/INFO]: [OptimalKits] Enabling OptimalKits v2.0.2
[05:43:23] [Server thread/INFO]: [OptimalKits] Your license has been validated!
[05:43:23] [Server thread/INFO]: [OptimalKits] Finished Loading Plugin
[05:43:23] [Server thread/INFO]: [CloudRobots] Enabling CloudRobots v1.5.3
[05:43:23] [Server thread/INFO]: [CloudRobots] Your license has been validated!
[05:43:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: CloudRobots [1.5.3]
[05:43:23] [Server thread/INFO]: [CloudRobots] Enabled PlaceholderAPI Integration
[05:43:23] [Server thread/INFO]: [CloudRobots] Finished Loading Plugin
[05:43:23] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.13.6-Release
[05:43:24] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[05:43:25] [Server thread/INFO]: [DeluxeMenus] 3 GUI menus loaded!
[05:43:25] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[05:43:25] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[05:43:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: deluxemenus [1.13.6-Release]
[05:43:25] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.20.0-dev+16-22a0d53
[05:43:26] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[05:43:26] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.2
[05:43:29] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
[05:43:29] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[05:43:29] [Server thread/INFO]: --------------------
[05:43:29] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
[05:43:29] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[05:43:29] [Server thread/INFO]: --------------------
[05:43:29] [Server thread/INFO]: [SuperiorSkyblock2] Enabling SuperiorSkyblock2 v2022.9
[05:43:30] [Server thread/INFO]: Preparing start region for dimension minecraft:superiorworld
[05:43:31] [Server thread/INFO]: Preparing spawn area: 0%
[05:43:31] [Server thread/INFO]: Preparing spawn area: 0%
[05:43:31] [Server thread/INFO]: Preparing spawn area: 0%
[05:43:32] [Server thread/INFO]: Preparing spawn area: 0%
[05:43:32] [Server thread/INFO]: Time elapsed: 1785 ms
[05:43:32] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module bank...
[05:43:32] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module bank (Took 5ms)
[05:43:32] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module missions...
[05:43:32] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_2
[05:43:32] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_4
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_1
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_5
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_3
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_1
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_2
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_4
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_3
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_2
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_5
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_3
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_4
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_1
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_3
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_2
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_1
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission explorer_2
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission explorer_1
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module missions (Took 1285ms)
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module generators...
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module generators (Took 10ms)
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module upgrades...
[05:43:33] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module upgrades (Took 83ms)
[05:43:34] [Server thread/INFO]: [SuperiorSkyblock2] Loading messages started...
[05:43:35] [Server thread/INFO]: [SuperiorSkyblock2] - Found 698 messages in the language files.
[05:43:35] [Server thread/INFO]: [SuperiorSkyblock2] Loading messages done (Took 1087ms)
[05:43:36] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel_nether.schematic (DefaultSchematicParser)
[05:43:37] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel_the_end.schematic (DefaultSchematicParser)
[05:43:38] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal_the_end.schematic (DefaultSchematicParser)
[05:43:38] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert.schematic (DefaultSchematicParser)
[05:43:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal_nether.schematic (DefaultSchematicParser)
[05:43:39] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert_nether.schematic (DefaultSchematicParser)
[05:43:40] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert_the_end.schematic (DefaultSchematicParser)
[05:43:40] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal.schematic (DefaultSchematicParser)
[05:43:40] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel.schematic (DefaultSchematicParser)
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Trying to connect to local database (SQLite)...
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Successfully established connection with local database!
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Creating a backup file...
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Backup done!
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load players...
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Finished loading 3 players (Took 8ms)
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load islands...
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Finished loading 0 islands (Took 7ms)
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load grid...
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Finished grid!
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load stacked blocks...
[05:43:41] [Server thread/INFO]: [SuperiorSkyblock2] Finished stacked blocks!
[05:43:41] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.10.4
[05:43:42] [Server thread/INFO]: [LiteBans] Loaded 4 templates from templates.yml!
[05:43:42] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 1.4.197 (org.h2.Driver)
[05:43:42] [Server thread/INFO]: [LiteBans] Connecting to database...
[05:43:42] [Server thread/INFO]: [LiteBans] litebans-pool - Starting...
[05:43:42] [Server thread/INFO]: [LiteBans] litebans-pool - Start completed.
[05:43:42] [Server thread/INFO]: [LiteBans] Connected to H2 database successfully (211.3 ms).
[05:43:42] [Server thread/INFO]: [LiteBans] Database connection fully initialized (214.2 ms).
[05:43:42] [Server thread/INFO]: [LiteBans] v2.10.4 enabled. Startup took 402 ms.
[05:43:42] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[05:43:44] [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--].
[05:43:44] [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.
[05:43:44] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[05:43:44] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:43:44] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
[05:43:44] [Server thread/INFO]: Preparing spawn area: 0%
[05:43:45] [Server thread/INFO]: Preparing spawn area: 0%
[05:43:45] [Server thread/INFO]: Preparing spawn area: 6%
[05:43:45] [Server thread/INFO]: Time elapsed: 1254 ms
[05:43:45] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[05:43:45] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:43:45] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[05:43:45] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:43:45] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SkyblockSpawn
[05:43:45] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[05:43:45] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[05:43:45] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:43:46] [Server thread/INFO]: Preparing start region for dimension minecraft:nebrisspawn
[05:43:47] [Server thread/INFO]: Preparing spawn area: 0%
[05:43:47] [Server thread/INFO]: Preparing spawn area: 0%
[05:43:47] [Server thread/INFO]: Preparing spawn area: 1%
[05:43:47] [Server thread/INFO]: Time elapsed: 1098 ms
[05:43:47] [Server thread/INFO]: [VoidGen] Generator settings have not been set. Using default values:
[05:43:47] [Server thread/INFO]: [VoidGen] {"caves":false,"decoration":false,"mobs":false,"structures":false,"noise":false,"surface":false,"bedrock":false}
[05:43:47] [Server thread/INFO]: [Multiverse-Core] 6 - World(s) loaded.
[05:43:47] [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.
[05:43:47] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[05:43:47] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
[05:43:49] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[05:43:49] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[05:43:49] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[05:43:49] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[05:43:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[05:43:49] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[05:43:49] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[05:43:49] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[05:43:49] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[05:43:50] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[05:43:50] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) TNT ignition is PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Lighters are PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Lava fire is PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Fire spread is UNRESTRICTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SuperiorWorld'
[05:43:50] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
[05:43:50] [Server thread/INFO]: [WorldGuard] (NebrisSpawn) TNT ignition is PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (NebrisSpawn) Lighters are PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (NebrisSpawn) Lava fire is PERMITTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] (NebrisSpawn) Fire spread is UNRESTRICTED.
[05:43:50] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'NebrisSpawn'
[05:43:50] [Server thread/INFO]: [WorldGuard] Loading region data...
[05:43:50] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2759)
[05:43:52] [Server thread/INFO]: [Citizens] Loading external libraries...
[05:43:52] [Server thread/INFO]: [Citizens] Loaded.
[05:43:52] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[05:43:52] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[05:43:52] [Server thread/INFO]: [AbyssLib] Enabling AbyssLib v1.2.6
[05:43:52] [Server thread/INFO]: [Abyss] Using SuperiorSkyblock2 as the team provider.
[05:43:52] [Server thread/INFO]: [Abyss] No available stacker provider found! Enabling Default implementation.
[05:43:52] [Server thread/INFO]: [Abyss] AbyssLib v1.2.6 enabled.
[05:43:52] [Server thread/INFO]: [AbyssStats] Enabling AbyssStats v1.0.0
[05:43:52] [Server thread/INFO]: [AbyssStats] ---------------------------------
[05:43:52] [Server thread/INFO]: [AbyssStats]
[05:43:52] [Server thread/INFO]: [AbyssStats] AbyssStats | 1.0.0
[05:43:52] [Server thread/INFO]: [AbyssStats] Successfully validated license!
[05:43:52] [Server thread/INFO]: [AbyssStats]
[05:43:52] [Server thread/INFO]: [AbyssStats] ---------------------------------
[05:43:52] [Server thread/INFO]: [AbyssStats] Loaded plugin in 252ms
[05:43:52] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.1
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[05:43:54] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[05:43:54] [Server thread/INFO]: [AbyssCollectors] Enabling AbyssCollectors v1.0.7
[05:43:54] [Server thread/INFO]: [AbyssCollectors] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssCollectors]
[05:43:54] [Server thread/INFO]: [AbyssCollectors] AbyssCollectors | 1.0.7
[05:43:54] [Server thread/INFO]: [AbyssCollectors] Successfully validated license!
[05:43:54] [Server thread/INFO]: [AbyssCollectors]
[05:43:54] [Server thread/INFO]: [AbyssCollectors] * You are on an outdated version! (1.0.8)
[05:43:54] [Server thread/INFO]: [AbyssCollectors]
[05:43:54] [Server thread/INFO]: [AbyssCollectors] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssCollectors] Loaded plugin in 103ms
[05:43:54] [Server thread/INFO]: [AbyssLootboxes] Enabling AbyssLootboxes v1.0.5
[05:43:54] [Server thread/INFO]: [AbyssLootboxes] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssLootboxes]
[05:43:54] [Server thread/INFO]: [AbyssLootboxes] AbyssLootboxes | 1.0.5
[05:43:54] [Server thread/INFO]: [AbyssLootboxes] Successfully validated license!
[05:43:54] [Server thread/INFO]: [AbyssLootboxes]
[05:43:54] [Server thread/INFO]: [AbyssLootboxes] * You are on an outdated version! (1.0.4)
[05:43:54] [Server thread/INFO]: [AbyssLootboxes]
[05:43:54] [Server thread/INFO]: [AbyssLootboxes] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssLootboxes] Loaded plugin in 85ms
[05:43:54] [Server thread/INFO]: [AbyssEXPShop] Enabling AbyssEXPShop v1.0.2
[05:43:54] [Server thread/INFO]: [AbyssEXPShop] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssEXPShop]
[05:43:54] [Server thread/INFO]: [AbyssEXPShop] AbyssEXPShop | 1.0.2
[05:43:54] [Server thread/INFO]: [AbyssEXPShop] Successfully validated license!
[05:43:54] [Server thread/INFO]: [AbyssEXPShop]
[05:43:54] [Server thread/INFO]: [AbyssEXPShop] * You are on an outdated version! (1.0-SNAPSHOT)
[05:43:54] [Server thread/INFO]: [AbyssEXPShop]
[05:43:54] [Server thread/INFO]: [AbyssEXPShop] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssEXPShop] Loaded plugin in 115ms
[05:43:54] [Server thread/INFO]: [AbyssGGWave] Enabling AbyssGGWave v1.0.1*
[05:43:54] [Server thread/INFO]: [AbyssChat] Enabling AbyssChat v1.0.2*
[05:43:54] [Server thread/INFO]: [AbyssChat] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssChat]
[05:43:54] [Server thread/INFO]: [AbyssChat] AbyssChat | 1.0.2
[05:43:54] [Server thread/INFO]: [AbyssChat] Successfully validated license!
[05:43:54] [Server thread/INFO]: [AbyssChat]
[05:43:54] [Server thread/INFO]: [AbyssChat] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssChat] Loaded plugin in 89ms
[05:43:54] [Server thread/INFO]: [AbyssPlaytime] Enabling AbyssPlaytime v1.0.2
[05:43:54] [Server thread/INFO]: [AbyssPlaytime] ---------------------------------
[05:43:54] [Server thread/INFO]: [AbyssPlaytime]
[05:43:54] [Server thread/INFO]: [AbyssPlaytime] AbyssPlaytime | 1.0.2
[05:43:54] [Server thread/INFO]: [AbyssPlaytime] Successfully validated license!
[05:43:54] [Server thread/INFO]: [AbyssPlaytime]
[05:43:54] [Server thread/INFO]: [AbyssPlaytime] ---------------------------------
[05:43:54] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: abyssplaytime [1.0.2]
[05:43:54] [Server thread/INFO]: [AbyssPlaytime] Loaded plugin in 100ms
[05:43:54] [Server thread/INFO]: [AbyssAuctions] Enabling AbyssAuctions v1.0.2
[05:43:55] [Server thread/INFO]: [AbyssAuctions] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssAuctions]
[05:43:55] [Server thread/INFO]: [AbyssAuctions] AbyssAuctions | 1.0.2
[05:43:55] [Server thread/INFO]: [AbyssAuctions] Successfully validated license!
[05:43:55] [Server thread/INFO]: [AbyssAuctions]
[05:43:55] [Server thread/INFO]: [AbyssAuctions] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssAuctions] Loaded plugin in 78ms
[05:43:55] [Server thread/INFO]: [AbyssTags] Enabling AbyssTags v1.0.2
[05:43:55] [Server thread/INFO]: [AbyssTags] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssTags]
[05:43:55] [Server thread/INFO]: [AbyssTags] AbyssTags | 1.0.2
[05:43:55] [Server thread/INFO]: [AbyssTags] Successfully validated license!
[05:43:55] [Server thread/INFO]: [AbyssTags]
[05:43:55] [Server thread/INFO]: [AbyssTags] * You are on an outdated version! (1.0.0)
[05:43:55] [Server thread/INFO]: [AbyssTags]
[05:43:55] [Server thread/INFO]: [AbyssTags] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssTags] Loaded plugin in 94ms
[05:43:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: abysstags [1.0-SNAPSHOT]
[05:43:55] [Server thread/INFO]: [AbyssLib] [Abyss] Successfully enabled &3PlaceholderAPI&b expansion for &3AbyssTags
[05:43:55] [Server thread/INFO]: [AbyssLib] [Abyss] Placeholders: &f%abysstags_tag%&b, &f%abysstags_identifier%
[05:43:55] [Server thread/INFO]: [AbyssVaults] Enabling AbyssVaults v1.0.9
[05:43:55] [Server thread/INFO]: [AbyssVaults] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssVaults]
[05:43:55] [Server thread/INFO]: [AbyssVaults] AbyssVaults | 1.0.9
[05:43:55] [Server thread/INFO]: [AbyssVaults] Successfully validated license!
[05:43:55] [Server thread/INFO]: [AbyssVaults]
[05:43:55] [Server thread/INFO]: [AbyssVaults] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssVaults] Loaded plugin in 246ms
[05:43:55] [Server thread/INFO]: [AbyssChatColor] Enabling AbyssChatColor v1.0-SNAPSHOT*
[05:43:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: AbyssChatColor [1.0-SNAPSHOT]
[05:43:55] [Server thread/INFO]: [AbyssEconomy] Enabling AbyssEconomy v1.0.4
[05:43:55] [Server thread/INFO]: [AbyssEconomy] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssEconomy]
[05:43:55] [Server thread/INFO]: [AbyssEconomy] AbyssEconomy | 1.0.4
[05:43:55] [Server thread/INFO]: [AbyssEconomy] Successfully validated license!
[05:43:55] [Server thread/INFO]: [AbyssEconomy]
[05:43:55] [Server thread/INFO]: [AbyssEconomy] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssEconomy] Loaded plugin in 97ms
[05:43:55] [Server thread/INFO]: true
[05:43:55] [Server thread/INFO]: true
[05:43:55] [Server thread/INFO]: true
[05:43:55] [Server thread/INFO]: true
[05:43:55] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: abysseconomy [1.0.0]
[05:43:55] [Server thread/INFO]: [AbyssReactions] Enabling AbyssReactions v1.0.2
[05:43:55] [Server thread/INFO]: [AbyssReactions] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssReactions]
[05:43:55] [Server thread/INFO]: [AbyssReactions] AbyssReactions | 1.0.2
[05:43:55] [Server thread/INFO]: [AbyssReactions] Successfully validated license!
[05:43:55] [Server thread/INFO]: [AbyssReactions]
[05:43:55] [Server thread/INFO]: [AbyssReactions] ---------------------------------
[05:43:55] [Server thread/INFO]: [AbyssReactions] Loaded plugin in 86ms
[05:43:55] [Server thread/INFO]: [AbyssPets] Enabling AbyssPets v1.1.1
[05:43:56] [Server thread/INFO]: [AbyssPets] ---------------------------------
[05:43:56] [Server thread/INFO]: [AbyssPets]
[05:43:56] [Server thread/INFO]: [AbyssPets] AbyssPets | 1.1.1
[05:43:56] [Server thread/INFO]: [AbyssPets] Successfully validated license!
[05:43:56] [Server thread/INFO]: [AbyssPets]
[05:43:56] [Server thread/INFO]: [AbyssPets] ---------------------------------
[05:43:56] [Server thread/INFO]: [AbyssPets] Loaded plugin in 85ms
[05:43:56] [Server thread/INFO]: [AbyssSuits] Enabling AbyssSuits v1.0.4
[05:43:56] [Server thread/INFO]: [AbyssSuits] ---------------------------------
[05:43:56] [Server thread/INFO]: [AbyssSuits]
[05:43:56] [Server thread/INFO]: [AbyssSuits] AbyssSuits | 1.0.4
[05:43:56] [Server thread/INFO]: [AbyssSuits] Successfully validated license!
[05:43:56] [Server thread/INFO]: [AbyssSuits]
[05:43:56] [Server thread/INFO]: [AbyssSuits] ---------------------------------
[05:43:56] [Server thread/INFO]: [AbyssSuits] Loaded plugin in 130ms
[05:43:57] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[05:43:57] [Thread-92/WARN]: [PlaceholderAPI] Loaded class net.ess3.api.IEssentials from Essentials v2.20.0-dev+16-22a0d53 which is not a depend, softdepend or loadbefore of this plugin.
[05:43:57] [Server thread/INFO]: Running delayed init tasks
[05:43:57] [Thread-93/WARN]: [PlaceholderAPI] Loaded class org.codemc.worldguardwrapper.WorldGuardWrapper from AbyssLib v1.2.6 which is not a depend, softdepend or loadbefore of this plugin.
[05:43:57] [Server thread/WARN]: [FastAsyncWorldEdit] Loaded class com.sk89q.worldguard.protection.association.RegionAssociable from WorldGuard v7.0.7+216b061 which is not a depend, softdepend or loadbefore of this plugin.
[05:43:57] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
[05:43:57] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
[05:43:57] [Craft Scheduler Thread - 4 - Essentials/INFO]: [Essentials] Fetching version information...
[05:43:57] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.17.1 (756)
[05:43:57] [Craft Scheduler Thread - 13 - Vault/INFO]: [Vault] Checking for Updates ...
[05:43:57] [Craft Scheduler Thread - 13 - Vault/INFO]: [Vault] No new version available
[05:43:57] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[05:43:57] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
[05:43:57] [Craft Scheduler Thread - 4 - Essentials/WARN]: [Essentials] You're 1 EssentialsX dev build(s) out of date!
[05:43:57] [Craft Scheduler Thread - 4 - Essentials/WARN]: [Essentials] Download it here: https://essentialsx.net/downloads.html
[05:43:57] [Server thread/INFO]: [SuperiorSkyblock2] Using ShopGUIPlus as a prices provider.
[05:43:57] [Server thread/INFO]: [SuperiorSkyblock2] Hooked into Essentials for support of vanish status of players.
[05:43:57] [Server thread/INFO]: [SuperiorSkyblock2] Hooked into Essentials for support of afk status of players.
[05:43:57] [Server thread/INFO]: [SuperiorSkyblock2] Using Vault as an economy provider.
[05:43:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: superior [2022.9]
[05:43:57] [Server thread/INFO]: [SuperiorSkyblock2] Using PlaceholderAPI for placeholders support.
[05:43:57] [Server thread/INFO]: [SuperiorSkyblock2] Detected PaperSpigot - Using async chunk-loading support with PaperMC.
[05:43:57] [Server thread/INFO]: [ShopGUIPlus] ================================[ ShopGUI+ 1.80.1 ]================================
[05:43:57] [Server thread/INFO]: [ShopGUIPlus]
[05:43:57] [Server thread/INFO]: [ShopGUIPlus] Vault economy registered.
[05:43:57] [Server thread/INFO]: [ShopGUIPlus] Vault economy enabled.
[05:43:57] [Server thread/INFO]: [ShopGUIPlus] Using Vault as default economy provider.
[05:43:57] [Server thread/INFO]: [ShopGUIPlus] Permissions support enabled.
[05:43:57] [Server thread/INFO]: [ShopGUIPlus] No external spawner plugins registered, using built-in spawners support.
[05:43:57] [Server thread/INFO]: [ShopGUIPlus] Loaded 10 main menu items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'miscellaneous' with 9 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'farming' with 18 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'armor' with 24 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'ores' with 8 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'drops' with 18 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'blocks' with 37 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'tools' with 15 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'dyes' with 16 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded shop 'food' with 19 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded 9 shops with total of 164 items.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] Loaded 0 permission-based price modifiers.
[05:43:58] [Server thread/INFO]: [ShopGUIPlus]
[05:43:58] [Server thread/INFO]: [ShopGUIPlus] ====================================================================================
[05:43:59] [Server thread/INFO]: [Citizens] Loaded 8 NPCs.
[05:43:59] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[05:43:59] [Server thread/INFO]: Done (102.365s)! For help, type "help"
[05:43:59] [Server thread/INFO]: Timings Reset
[05:44:11] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion luckperms due to a missing plugin: LuckPerms
[05:44:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: essentials [1.5.1]
[05:44:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: worldguard [1.4.2]
[05:44:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.3]
[05:44:11] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[05:44:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault [1.7.1]
[05:44:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server [2.6.1]
[05:44:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: bungee [1.0.1]
[05:44:11] [Server thread/WARN]: [PlaceholderAPI] Cannot load expansion playerstats due to a missing plugin: PlayerStats
[05:44:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerlist [2.1]
[05:44:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: MySQL [1.3.2]
[05:44:12] [Server thread/INFO]: 8 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.