Paste #119468: 1.20.2 Log

Date: 2024/01/15 04:26:59 UTC-08:00
Type: YAML

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466


[15:18:57] [ServerMain/ERROR]: [DirectoryProviderSource] Error loading plugin: Directory 'plugins\citizens-v1_20_R3-2.0.33-SNAPSHOT (1).jar' failed to load!
java.lang.RuntimeException: Directory 'plugins\citizens-v1_20_R3-2.0.33-SNAPSHOT (1).jar' failed to load!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:59) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$registerProviders$1(DirectoryProviderSource.java:34) ~[paper-1.20.2.jar:git-Paper-318]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?]
    at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
    at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
    at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[?:?]
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?]
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?]
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
    at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:32) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.registerProviders(DirectoryProviderSource.java:14) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:100) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.Main.main(Main.java:134) ~[paper-1.20.2.jar:git-Paper-318]
    at org.bukkit.craftbukkit.Main.main(Main.java:325) ~[paper-1.20.2.jar:git-Paper-318]
    at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
    at java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.IllegalArgumentException: Directory 'plugins\citizens-v1_20_R3-2.0.33-SNAPSHOT (1).jar' does not contain a paper-plugin.yml or plugin.yml! Could not determine plugin type, cannot load a plugin from it!
    at io.papermc.paper.plugin.provider.source.FileProviderSource.registerProviders(FileProviderSource.java:54) ~[paper-1.20.2.jar:git-Paper-318]
    ... 20 more
[15:19:03] [ServerMain/INFO]: Environment: Environment[accountsHost=https://api.mojang.com, sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[15:19:06] [ServerMain/INFO]: Loaded 1174 recipes
[15:19:06] [ServerMain/INFO]: Loaded 1271 advancements
[15:19:06] [Server thread/INFO]: Starting minecraft server version 1.20.2
[15:19:06] [Server thread/INFO]: Loading properties
[15:19:06] [Server thread/INFO]: This server is running Paper version git-Paper-318 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: 9271ee7)
[15:19:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
[15:19:07] [Server thread/INFO]: Using 4 threads for Netty based IO
[15:19:08] [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
[15:19:08] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 2 worker threads, and gen parallelism of 2 threads
[15:19:08] [Server thread/INFO]: Default game type: SURVIVAL
[15:19:08] [Server thread/INFO]: Generating keypair
[15:19:08] [Server thread/INFO]: Starting Minecraft server on *:25565
[15:19:08] [Server thread/INFO]: Using default channel type
[15:19:08] [Server thread/INFO]: Paper: Using Java compression from Velocity.
[15:19:08] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
[15:19:09] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loading 1 libraries... please wait
[15:19:09] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\openjdk\nashorn\nashorn-core\15.4\nashorn-core-15.4.jar
[15:19:09] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm\7.3.1\asm-7.3.1.jar
[15:19:09] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm-commons\7.3.1\asm-commons-7.3.1.jar
[15:19:09] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm-analysis\7.3.1\asm-analysis-7.3.1.jar
[15:19:09] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm-tree\7.3.1\asm-tree-7.3.1.jar
[15:19:09] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm-util\7.3.1\asm-util-7.3.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [XConomy] Loading 1 libraries... please wait
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [XConomy] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\redis\clients\jedis\4.3.1\jedis-4.3.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [XConomy] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [XConomy] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\apache\commons\commons-pool2\2.11.1\commons-pool2-2.11.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [XConomy] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\json\json\20220320\json-20220320.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [XConomy] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loading 7 libraries... please wait
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\openjdk\nashorn\nashorn-core\15.4\nashorn-core-15.4.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm\7.3.1\asm-7.3.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm-commons\7.3.1\asm-commons-7.3.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm-analysis\7.3.1\asm-analysis-7.3.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm-tree\7.3.1\asm-tree-7.3.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\ow2\asm\asm-util\7.3.1\asm-util-7.3.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\jsoup\jsoup\1.17.2\jsoup-1.17.2.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\com\zaxxer\HikariCP\5.1.0\HikariCP-5.1.0.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\com\h2database\h2\2.2.224\h2-2.2.224.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\postgresql\postgresql\42.7.1\postgresql-42.7.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\checkerframework\checker-qual\3.41.0\checker-qual-3.41.0.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\mongodb\mongodb-driver-sync\4.11.1\mongodb-driver-sync-4.11.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\mongodb\bson\4.11.1\bson-4.11.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\mongodb\mongodb-driver-core\4.11.1\mongodb-driver-core-4.11.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\mongodb\bson-record-codec\4.11.1\bson-record-codec-4.11.1.jar
[15:19:10] [Server thread/INFO]: [SpigotLibraryLoader] [RankJoinMessages] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\xerial\sqlite-jdbc\3.44.1.0\sqlite-jdbc-3.44.1.0.jar
[15:19:10] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[15:19:14] [Server thread/WARN]: Legacy plugin Heal-Feed v1.0-SNAPSHOT does not specify an api-version.
[15:19:14] [Server thread/INFO]: [SpigotLibraryLoader] [BunnieCoins] Loading 1 libraries... please wait
[15:19:14] [Server thread/INFO]: [SpigotLibraryLoader] [BunnieCoins] Loaded library C:\Users\anilc\Desktop\Yeni klasör\libraries\org\mongodb\mongo-java-driver\3.12.11\mongo-java-driver-3.12.11.jar
[15:19:14] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.9.2
[15:19:14] [Server thread/INFO]: [ViaVersion] ViaVersion 4.9.2 is now loaded. Registering protocol transformers and injecting...
[15:19:14] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[15:19:14] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.116
[15:19:14] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[15:19:15] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[15:19:15] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.1.1-SNAPSHOT-673
[15:19:16] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[15:19:16] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.8.4
[15:19:18] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@636b1f26]
[15:19:18] [Server thread/INFO]: [SuperiorSkyblock2] Loading server plugin SuperiorSkyblock2 v2023.3
[15:19:18] [Server thread/INFO]: [InvSee++] Loading server plugin InvSeePlusPlus v0.26.0
[15:19:18] [Server thread/INFO]: [ServersNPC] Loading server plugin ServersNPC v4.6
[15:19:18] [Server thread/INFO]: [XConomy] Loading server plugin XConomy v2.25.8
[15:19:18] [Server thread/INFO]: [UltimateAntiBot] Loading server plugin UltimateAntiBot v4.0.9-ABYSS
[15:19:18] [Server thread/INFO]: [TradeSystem] Loading server plugin TradeSystem v2.5.2
[15:19:18] [Server thread/INFO]: [SpentTime] Loading server plugin SpentTime v1.0.5
[15:19:18] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.59
[15:19:18] [Server thread/INFO]: [RankJoinMessages] Loading server plugin RankJoinMessages v2.1.8
[15:19:18] [Server thread/INFO]: [PMPlus] Loading server plugin PMPlus v1.2.0
[15:19:18] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.3.7
[15:19:18] [Server thread/INFO]: [PlayerKits2] Loading server plugin PlayerKits2 v1.8.3
[15:19:18] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.12
[15:19:18] [Server thread/INFO]: [MOTD] Loading server plugin MOTD v2.3.10
[15:19:18] [Server thread/INFO]: [Maintenance] Loading server plugin Maintenance v4.2.0
[15:19:18] [Server thread/INFO]: [LPC] Loading server plugin LPC v3.6.0
[15:19:18] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.45
[15:19:18] [Server thread/INFO]: [InvSee++_Give] Loading server plugin InvSeePlusPlus_Give v0.26.0
[15:19:18] [Server thread/INFO]: [InvSee++_Clear] Loading server plugin InvSeePlusPlus_Clear v0.26.0
[15:19:18] [Server thread/INFO]: [HuskHomes] Loading server plugin HuskHomes v4.5.5
[15:19:18] [Server thread/INFO]: [Heal-Feed] Loading server plugin Heal-Feed v1.0-SNAPSHOT
[15:19:18] [Server thread/INFO]: [GrimAC] Loading server plugin GrimAC v2.3.54
[15:19:18] [Server thread/INFO]: [GrimAC] Loading PacketEvents...
[15:19:19] [Server thread/INFO]: [GFly] Loading server plugin GFly v[2.3.0.0]
[15:19:19] [Server thread/INFO]: [FastClearLag] Loading server plugin FastClearLag v1.6.1
[15:19:19] [Server thread/INFO]: [EnderChest] Loading server plugin EnderChest v1.0
[15:19:19] [Server thread/INFO]: [EconomyShopGUI] Loading server plugin EconomyShopGUI v6.3.1
[15:19:19] [Server thread/INFO]: [CReward] Loading server plugin CReward v2.3.0
[15:19:19] [Server thread/INFO]: [CommandTimer] Loading server plugin CommandTimer v8.5.2
[15:19:19] [Server thread/INFO]: [BunnieCoins] Loading server plugin BunnieCoins v1.1.6
[15:19:19] [Server thread/INFO]: [Repairplus] Loading server plugin Repairplus v1.0-SNAPSHOT
[15:19:19] [Server thread/INFO]: [AnimalBlockerPlugin] Loading server plugin AnimalBlockerPlugin v1.0-SNAPSHOT
[15:19:19] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[15:19:19] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.116
[15:19:20] [Server thread/INFO]:         __    
[15:19:20] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.116
[15:19:20] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[15:19:20] [Server thread/INFO]: 
[15:19:20] [Server thread/INFO]: [LuckPerms] Loading configuration...
[15:19:20] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[15:19:21] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[15:19:22] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[15:19:22] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 3376ms)
[15:19:22] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[15:19:22] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[15:19:22] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[15:19:22] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[15:19:22] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.1.1-SNAPSHOT-673
[15:19:22] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.8.4
[15:19:22] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[15:19:23] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[15:19:23] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[15:19:23] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[15:19:23] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R2.PaperweightFaweAdapter as the Bukkit adapter
[15:19:24] [Server thread/INFO]: [XConomy] Enabling XConomy v2.25.8
[15:19:24] [Server thread/INFO]: [XConomy] UUID-Mode: Default
[15:19:24] [Server thread/INFO]: [XConomy] Language: TURKISH
[15:19:24] [Server thread/INFO]: [XConomy] Method Kaydediliyor - SQLite
[15:19:24] [Server thread/INFO]: [XConomy] SQLite bağlantısı başarılı
[15:19:24] [Server thread/INFO]: [XConomy] XConomy aktif edildi
[15:19:24] [Server thread/INFO]: [XConomy] Found PlaceholderAPI
[15:19:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: xconomy [2.25.8]
[15:19:24] [Server thread/INFO]: [XConomy] PlaceholderAPI successfully hooked
[15:19:24] [Server thread/INFO]: [XConomy] ===== YiC =====
[15:19:24] [Server thread/INFO]: [UltimateAntiBot] Enabling UltimateAntiBot v4.0.9-ABYSS
[15:19:24] [Server thread/INFO]: UAB » Loading UltimateAntiBot...
[15:19:24] [Server thread/INFO]: UAB » 1 IP added to whitelist!
[15:19:24] [Server thread/INFO]: UAB » 1 IP added to blacklist!
[15:19:24] [Server thread/INFO]: UAB » Firewall hook is not available for windows!
[15:19:24] [Server thread/INFO]: UAB » Loading Core...
[15:19:24] [ForkJoinPool.commonPool-worker-1/WARN]: [com.fastasyncworldedit.core.util.UpdateNotification] You are using a snapshot or a custom version of FAWE. This is not an official build distributed via https://www.spigotmc.org/resources/13932/
[15:19:24] [Server thread/INFO]: UAB » Loaded UltimateAntiBot!
[15:19:24] [Server thread/INFO]: UAB »  _    _         ____ 
[15:19:24] [Server thread/INFO]: UAB » | |  | |  /\   |  _ \ 
[15:19:24] [Server thread/INFO]: UAB » | |  | | /  \  | |_) |
[15:19:24] [Server thread/INFO]: UAB » | |  | |/ /\ \ |  _ <
[15:19:24] [Server thread/INFO]: UAB » | |__| / ____ \| |_) |
[15:19:24] [Server thread/INFO]: UAB » \____/_/     \_\____/
[15:19:24] [Server thread/INFO]: UAB » Version: 4.0.9-ABYSS | Author: [Kr1S_D] | Cores: 8 | Mode: CUSTOM
[15:19:24] [Server thread/INFO]: UAB » The abyss is ready to swallow all the bots!
[15:19:24] [Server thread/INFO]: UAB » Took 175ms to load
[15:19:24] [Folia Async Scheduler Thread #0/INFO]: [XConomy] En son sürüm
[15:19:24] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.7
[15:19:24] [Server thread/WARN]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[15:19:24] [Server thread/WARN]: It seems like you're running on paper.
[15:19:24] [Server thread/WARN]: PlugManX cannot interact with paper-plugins, yet.
[15:19:24] [Server thread/WARN]: Also, if you encounter any issues, please join my discord: https://discord.gg/GxEFhVY6ff
[15:19:24] [Server thread/WARN]: Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan
[15:19:24] [Server thread/WARN]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[15:19:25] [Server thread/INFO]: [MOTD] Enabling MOTD v2.3.10
[15:19:25] [Server thread/INFO]: [MOTD] [Placeholder] PlaceholderAPI hooked.
[15:19:25] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.45
[15:19:25] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[15:19:25] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[15:19:25] [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.
[15:19:25] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[15:19:25] [Server thread/INFO]: Preparing level "world"
[15:19:25] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[15:19:26] [Server thread/INFO]: Time elapsed: 304 ms
[15:19:26] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[15:19:26] [Server thread/INFO]: Time elapsed: 44 ms
[15:19:26] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[15:19:26] [Server thread/INFO]: Time elapsed: 44 ms
[15:19:26] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.9.2
[15:19:26] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20.2 (764)
[15:19:26] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[15:19:26] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[15:19:26] [Server thread/INFO]: [SuperiorSkyblock2] Enabling SuperiorSkyblock2 v2023.3
[15:19:27] [Server thread/INFO]: Preparing start region for dimension minecraft:superiorworld
[15:19:27] [Server thread/INFO]: Time elapsed: 100 ms
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module bank...
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module bank (Took 7ms)
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module missions...
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_1
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_2
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_3
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_4
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_5
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_1
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_2
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_3
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_4
[15:19:27] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_1
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_2
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_3
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_4
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_5
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_1
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_2
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_3
[15:19:28] [Server thread/WARN]: Plugin 'SuperiorSkyblock2' is creating timing 'Plugin: SuperiorSkyblock2 v2023.3 Event: DynamicRegisteredListener::IslandSchematicPasteEvent(IslandSchematicPasteEvent)' - this is deprecated behavior, please report it to the authors: Ome_R
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission explorer_1
[15:19:28] [Server thread/WARN]: Plugin 'SuperiorSkyblock2' is creating timing 'Plugin: SuperiorSkyblock2 v2023.3 Event: DynamicRegisteredListener::IslandSchematicPasteEvent(IslandSchematicPasteEvent)' - this is deprecated behavior, please report it to the authors: Ome_R
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission explorer_2
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module missions (Took 1528ms)
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module generators...
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module generators (Took 10ms)
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module upgrades...
[15:19:28] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module upgrades (Took 31ms)
[15:19:29] [Server thread/INFO]: [SuperiorSkyblock2] Loading messages started...
[15:19:29] [Server thread/INFO]: [SuperiorSkyblock2]  - Found 698 messages in the language files.
[15:19:29] [Server thread/INFO]: [SuperiorSkyblock2] Loading messages done (Took 559ms)
[15:19:30] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert.schematic (DefaultSchematicParser)
[15:19:30] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert_nether.schematic (DefaultSchematicParser)
[15:19:30] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert_the_end.schematic (DefaultSchematicParser)
[15:19:30] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel.schematic (DefaultSchematicParser)
[15:19:30] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel_nether.schematic (DefaultSchematicParser)
[15:19:30] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel_the_end.schematic (DefaultSchematicParser)
[15:19:30] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal.schematic (DefaultSchematicParser)
[15:19:31] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal_nether.schematic (DefaultSchematicParser)
[15:19:31] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal_the_end.schematic (DefaultSchematicParser)
[15:19:31] [Server thread/WARN]: [SuperiorSkyblock2] [biomes.yml] Biome 'WOODED_HILLS' is not valid, skipping...
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Trying to connect to local database (SQLite)...
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Successfully established connection with local database!
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Creating a backup file...
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Backup done!
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load players...
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Finished loading 1 players (Took 21ms)
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load islands...
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Finished loading 1 islands (Took 111ms)
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load grid...
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Finished grid!
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load stacked blocks...
[15:19:32] [Server thread/INFO]: [SuperiorSkyblock2] Finished stacked blocks!
[15:19:32] [Server thread/INFO]: [InvSee++] Enabling InvSeePlusPlus v0.26.0
[15:19:32] [Server thread/INFO]: [ServersNPC] Enabling ServersNPC v4.6
[15:19:32] [Server thread/INFO]: [TradeSystem] Enabling TradeSystem v2.5.2
[15:19:32] [Server thread/INFO]:  
[15:19:32] [Server thread/INFO]: __________________________________________________________
[15:19:32] [Server thread/INFO]:  
[15:19:32] [Server thread/INFO]:                        TradeSystem [2.5.2]
[15:19:32] [Server thread/INFO]:  
[15:19:32] [Server thread/INFO]: Status:
[15:19:32] [Server thread/INFO]:  
[15:19:32] [Server thread/INFO]: MC-Version: 1.20.2 (R0.1-SNAPSHOT, Paper)
[15:19:32] [Server thread/INFO]:  
[15:19:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tradesystem [1.2]
[15:19:33] [Server thread/INFO]:   > Loading sounds
[15:19:33] [Server thread/INFO]:   > Loading blacklist
[15:19:33] [Server thread/INFO]:     ...got 3 blocked item(s)
[15:19:33] [Server thread/INFO]:   > Loading layouts
[15:19:33] [Server thread/INFO]:     ...got 3 layout(s)
[15:19:33] [Server thread/INFO]:   > Queuing database initializing task
[15:19:33] [Server thread/INFO]:  
[15:19:33] [Server thread/INFO]: Finished (860ms)
[15:19:33] [Server thread/INFO]:  
[15:19:33] [Server thread/INFO]: __________________________________________________________
[15:19:33] [Server thread/INFO]:  
[15:19:33] [Server thread/INFO]: [SpentTime] Enabling SpentTime v1.0.5
[15:19:34] [Server thread/INFO]: [com.github.imdmk.spenttime.lib.com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@426531d3
[15:19:34] [Server thread/INFO]: [SpentTime] Connected to SQLITE database.
[15:19:34] [Server thread/INFO]: [com.github.imdmk.spenttime.lib.com.j256.ormlite.table.TableUtils] creating table 'users'
[15:19:34] [Server thread/INFO]: [com.github.imdmk.spenttime.lib.com.j256.ormlite.table.TableUtils] executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `users` (`uuid` VARCHAR , `name` VARCHAR , `spentTime` BIGINT , PRIMARY KEY (`uuid`) ) 
[15:19:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spent-time [1.0.5]
[15:19:34] [Server thread/INFO]: [SpentTime] Enabled plugin in 974ms.
[15:19:34] [Server thread/INFO]: [spark] Enabling spark v1.10.59
[15:19:34] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[15:19:34] [Server thread/INFO]: [spark] Starting background profiler...
[15:19:34] [Server thread/INFO]: [spark] The async-profiler engine is not supported for your os/arch (windows11/amd64), so the built-in Java engine will be used instead.
[15:19:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spark [1.10.59]
[15:19:35] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[15:19:35] [Server thread/INFO]: [RankJoinMessages] Enabling RankJoinMessages v2.1.8
[15:19:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: rankjoinmessages [2.1.8]
[15:19:35] [Server thread/INFO]: ______________________________________________________________
[15:19:35] [Server thread/INFO]: ¶¶¶¶¶   ¶¶¶¶  ¶¶  ¶¶ ¶¶  ¶¶ ¶¶¶¶¶¶  ¶¶¶¶  ¶¶¶¶¶¶ ¶¶  ¶¶ ¶¶   ¶ ¶¶¶¶¶  ¶¶¶¶   ¶¶¶¶   ¶¶¶¶   ¶¶¶¶  ¶¶¶¶¶  ¶¶¶¶
[15:19:35] [Server thread/INFO]: ¶¶  ¶¶ ¶¶  ¶¶ ¶¶¶ ¶¶ ¶¶ ¶¶      ¶¶ ¶¶  ¶¶   ¶¶   ¶¶¶ ¶¶ ¶¶¶ ¶¶ ¶¶    ¶¶     ¶¶     ¶¶  ¶¶ ¶¶     ¶¶    ¶¶
[15:19:35] [Server thread/INFO]: ¶¶¶¶¶  ¶¶¶¶¶¶ ¶¶ ¶¶¶ ¶¶¶¶       ¶¶ ¶¶  ¶¶   ¶¶   ¶¶ ¶¶¶ ¶¶ ¶ ¶ ¶¶¶¶   ¶¶¶¶   ¶¶¶¶  ¶¶¶¶¶¶ ¶¶ ¶¶¶ ¶¶¶¶   ¶¶¶¶
[15:19:35] [Server thread/INFO]: ¶¶  ¶¶ ¶¶  ¶¶ ¶¶  ¶¶ ¶¶ ¶¶  ¶¶  ¶¶ ¶¶  ¶¶   ¶¶   ¶¶  ¶¶ ¶¶   ¶ ¶¶        ¶¶     ¶¶ ¶¶  ¶¶ ¶¶  ¶¶ ¶¶        ¶¶
[15:19:35] [Server thread/INFO]: ¶¶  ¶¶ ¶¶  ¶¶ ¶¶  ¶¶ ¶¶  ¶¶  ¶¶¶¶   ¶¶¶¶  ¶¶¶¶¶¶ ¶¶  ¶¶ ¶¶   ¶ ¶¶¶¶¶  ¶¶¶¶   ¶¶¶¶  ¶¶  ¶¶  ¶¶¶¶  ¶¶¶¶¶  ¶¶¶¶`
[15:19:35] [Server thread/INFO]:   
[15:19:35] [Server thread/INFO]: Hooks:
[15:19:35] [Server thread/INFO]:  - CMI Vanish: false
[15:19:35] [Server thread/INFO]:  - Premium Vanish: false
[15:19:35] [Server thread/INFO]:  - Super Vanish: false
[15:19:35] [Server thread/INFO]:  - Essentials Vanish: false
[15:19:35] [Server thread/INFO]:  - Database: disabled
[15:19:35] [Server thread/INFO]:  - Running Folia: false
[15:19:35] [Server thread/INFO]: ______________________________________________________________
[15:19:35] [Server thread/INFO]: Current version: 2.1.8
[15:19:35] [Server thread/INFO]: You have latest version of this plugin!
[15:19:35] [Server thread/INFO]:   
[15:19:35] [Server thread/INFO]: ============================================
[15:19:35] [Server thread/INFO]: [PMPlus] Enabling PMPlus v1.2.0
[15:19:35] [Server thread/INFO]: [PlayerKits2] Enabling PlayerKits2 v1.8.3
[15:19:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerkits [1.8.3]
[15:19:35] [Server thread/INFO]: [PlayerKits²] Has been enabled! Version: 1.8.3
[15:19:35] [Server thread/INFO]: [PlayerKits²] Thanks for using my plugin!   ~Ajneb97
[15:19:35] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.12
[15:19:35] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.12" 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--].
[15:19:35] [Server thread/INFO]: [Multiverse-Core] §aWe 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.
[15:19:36] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[15:19:36] [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.
[15:19:36] [Server thread/INFO]: [Multiverse-Core] Version 4.3.12 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[15:19:36] [Server thread/INFO]: [Maintenance] Enabling Maintenance v4.2.0
[15:19:36] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
[15:19:36] [Server thread/INFO]: [InvSee++_Give] Enabling InvSeePlusPlus_Give v0.26.0
[15:19:36] [Server thread/INFO]: [InvSee++_Clear] Enabling InvSeePlusPlus_Clear v0.26.0
[15:19:36] [Server thread/INFO]: [HuskHomes] Enabling HuskHomes v4.5.5
[15:19:36] [Server thread/INFO]: [HuskHomes] Initializing plugin config & locale files...
[15:19:36] [Server thread/INFO]: [HuskHomes] Successfully initialized plugin config & locale files
[15:19:36] [Server thread/INFO]: [HuskHomes] Initializing SQLite database connection...
[15:19:36] [Server thread/INFO]: [HuskHomes] Successfully initialized SQLite database connection
[15:19:37] [Server thread/INFO]: [HuskHomes] Initializing hooks...
[15:19:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: huskhomes [4.5.5]
[15:19:37] [Server thread/INFO]: [HuskHomes] Registered 1 plugin hooks: PlaceholderAPI
[15:19:37] [Server thread/INFO]: [HuskHomes] Successfully initialized hooks
[15:19:37] [Server thread/INFO]: [HuskHomes] Initializing events...
[15:19:37] [Server thread/INFO]: [HuskHomes] Successfully initialized events
[15:19:37] [Server thread/INFO]: [HuskHomes] Initializing commands...
[15:19:37] [Server thread/INFO]: [HuskHomes] Successfully initialized commands
[15:19:37] [Server thread/INFO]: [HuskHomes] Initializing API...
[15:19:37] [Server thread/INFO]: [HuskHomes] Successfully initialized API
[15:19:37] [Server thread/INFO]: [HuskHomes] Initializing metrics...
[15:19:37] [Server thread/INFO]: [HuskHomes] Successfully initialized metrics
[15:19:37] [Server thread/INFO]: [Heal-Feed] Enabling Heal-Feed v1.0-SNAPSHOT*
[15:19:37] [Server thread/INFO]: [GrimAC] Enabling GrimAC v2.3.54
[15:19:37] [Server thread/INFO]: [GrimAC] Registering singular bukkit event... (PistonEvent)
[15:19:37] [Server thread/INFO]: [GrimAC] Registering packets...
[15:19:37] [Server thread/INFO]: [GrimAC] Registering tick schedulers...
[15:19:37] [Server thread/INFO]: [GrimAC] [ACF] Enabled Asynchronous Tab Completion Support!
[15:19:37] [Server thread/INFO]: [GFly] Enabling GFly v[2.3.0.0]
[15:19:37] [Server thread/INFO]: [GFly] The Plugin was successfully enabled.
[15:19:37] [Server thread/INFO]: [FastClearLag] Enabling FastClearLag v1.6.1
[15:19:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: fastclearlag [1.6.1]
[15:19:37] [Server thread/INFO]: [EnderChest] Enabling EnderChest v1.0
[15:19:37] [Server thread/INFO]: [EnderChest] ------------------------------
[15:19:37] [Server thread/INFO]: [EnderChest]  
[15:19:37] [Server thread/INFO]: [EnderChest] EnderChest Plugin Started !!
[15:19:37] [Server thread/INFO]: [EnderChest] Plugin Version: 1.0
[15:19:37] [Server thread/INFO]: [EnderChest] Plugin Made By: Legit Killer
[15:19:37] [Server thread/INFO]: [EnderChest]  
[15:19:37] [Server thread/INFO]: [EnderChest] ------------------------------
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v6.3.1
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using lang-en.yml as language file.
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 16 section configs from /sections/
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 16 shop configs from /shops/
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Updating Shop settings...
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 1 economy provider(s) for all 14 shop sections.
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using minecraft version 1.20.2...
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Spawner provider set to AUTO in config
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Automatically searching for compatible spawner provider....
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Failed to automatically find compatible spawner provider, using default...
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Debug mode is enabled.
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Loading all items...
[15:19:37] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Initialized - Took 462ms to complete
[15:19:37] [Server thread/INFO]: [CReward] Enabling CReward v2.3.0
[15:19:37] [Server thread/INFO]: [CReward] PlaceholderAPI registered & hooked!
[15:19:37] [Server thread/INFO]: [CReward] Using FILE to save Reward times!
[15:19:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: creward [2.3.0]
[15:19:37] [Server thread/INFO]: [CommandTimer] Enabling CommandTimer v8.5.2
[15:19:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: commandtimer [8.5.2]
[15:19:38] [Server thread/INFO]: [CommandTimer] CommandTimer hooked in PlaceholderAPI
[15:19:38] [Server thread/INFO]: [CommandTimer] Processing task mercimek.json
[15:19:38] [Server thread/INFO]: [CommandTimer] Processing task Task_Gnoc.json
[15:19:38] [Server thread/INFO]: [CommandTimer] Server time : 15:19:38
[15:19:38] [Server thread/INFO]: [CommandTimer] Server day : MONDAY
[15:19:38] [Server thread/INFO]: [CommandTimer] 8.5.2 loaded!
[15:19:38] [Server thread/INFO]: [BunnieCoins] Enabling BunnieCoins v1.1.6
[15:19:38] [Server thread/INFO]: [BunnieCoins] Loaded 3 categories!
[15:19:38] [Server thread/INFO]: [BunnieCoins] Loading Products...
[15:19:38] [Server thread/INFO]: [BunnieCoins] Using sqlite as database! (SQLAdapter)
[15:19:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: bunniecoins [1.1.6]
[15:19:38] [Server thread/INFO]: [Repairplus] Enabling Repairplus v1.0-SNAPSHOT
[15:19:38] [Server thread/INFO]: //////////////////////////////
[15:19:38] [Server thread/INFO]: / | Repair+ v1.0.0 Enabled | /
[15:19:38] [Server thread/INFO]: / |  --------------------  | /
[15:19:38] [Server thread/INFO]: / |      Made by Bunds     | /
[15:19:38] [Server thread/INFO]: //////////////////////////////
[15:19:38] [Server thread/INFO]: Repair+ | Vault and an Economy plugin are installed. Economy features enabled.
[15:19:38] [Server thread/INFO]: [AnimalBlockerPlugin] Enabling AnimalBlockerPlugin v1.0-SNAPSHOT
[15:19:38] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[15:19:38] [Server thread/INFO]: Running delayed init tasks
[15:19:38] [Craft Scheduler Thread - 6 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
[15:19:38] [Craft Scheduler Thread - 11 - TradeSystem/INFO]: [TradeSystem] Database was started successfully.
[15:19:38] [Craft Scheduler Thread - 15 - Vault/INFO]: [Vault] Checking for Updates ... 
[15:19:38] [Server thread/INFO]: [SuperiorSkyblock2] Using LuckPerms as a permissions provider.
[15:19:38] [Server thread/INFO]: [SuperiorSkyblock2] Using Vault as an economy provider.
[15:19:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: superior [2023.3]
[15:19:38] [Server thread/INFO]: [SuperiorSkyblock2] Using PlaceholderAPI for placeholders support.
[15:19:38] [Server thread/INFO]: [SuperiorSkyblock2] Detected PaperSpigot - Using async chunk-loading support with PaperMC.
[15:19:38] [Server thread/INFO]: 0 placeholder hook(s) registered!
[15:19:38] [Server thread/INFO]: Done (32.464s)! For help, type "help"
[15:19:38] [Server thread/INFO]: Timings Reset
[15:19:38] [Craft Scheduler Thread - 6 - CReward/INFO]: [CReward] Plugin up to date! (2.3.0)
[15:19:38] [Craft Scheduler Thread - 15 - Vault/INFO]: [Vault] No new version available
[15:19:39] [Thread-14/INFO]: [CommandTimer] Checking for update...
[15:19:39] [Thread-14/INFO]: [CommandTimer] Update not found
[15:19:42] [Server thread/INFO]: Server Plugins (37):
[15:19:42] [Server thread/INFO]: Paper Plugins:
[15:19:42] [Server thread/INFO]:  - EconomyShopGUI, HuskHomes
[15:19:42] [Server thread/INFO]: Bukkit Plugins:
[15:19:42] [Server thread/INFO]:  - AnimalBlockerPlugin, BunnieCoins, CommandTimer, CReward, EnderChest, FastAsyncWorldEdit, FastClearLag, GFly, GrimAC, *Heal-Feed
[15:19:42] [Server thread/INFO]:  InvSeePlusPlus, InvSeePlusPlus_Clear, InvSeePlusPlus_Give, LoneLibs, LPC, LuckPerms, Maintenance, MOTD, Multiverse-Core, PlaceholderAPI
[15:19:42] [Server thread/INFO]:  PlayerKits2, PlugManX, PMPlus, ProtocolLib, RankJoinMessages, Repairplus, ServersNPC, spark, SpentTime, SuperiorSkyblock2
[15:19:42] [Server thread/INFO]:  TradeSystem, UltimateAntiBot, Vault, ViaVersion, XConomy
[15:19:43] [Server thread/INFO]: [BunnieCoins] Products have loaded!
[15:19:44] [Server thread/INFO]: [Heal-Feed] You can't use this command in the console!
[15:19:49] [Server thread/INFO]: [Heal-Feed] You can't use this command in the console!
[15:19:54] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.33-SNAPSHOT (build 3301)
[15:19:54] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.33-SNAPSHOT (build 3301)
[15:19:54] [Server thread/INFO]: [Citizens] Loading external libraries
[15:19:58] [Server thread/INFO]: Creating file: config.yml
[15:19:58] [Server thread/ERROR]: [Citizens] v2.0.33-SNAPSHOT (build 3301) is not compatible with Minecraft v1_20_R2 - try upgrading Minecraft or Citizens. Disabling...
[15:19:58] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.33-SNAPSHOT (build 3301)
[15:19:58] [Server thread/INFO]: [PlugMan] Citizens has been loaded and enabled.
[15:19:58] [Server thread/INFO]: [Heal-Feed] You can't use this command in the console!
[15:21:08] [User Authenticator #0/INFO]: UUID of player MrAnilcaan_K is 82d3d2d8-8419-3eef-a9a0-4f672b98490c
[15:21:10] [Server thread/INFO]: MrAnilcaan_K[/127.0.0.1:64824] logged in with entity id 141 at ([SuperiorWorld]612.9517245777414, 101.0, 8.389939809674612)
[15:21:21] [Server thread/INFO]: MrAnilcaan_K issued server command: /npc
[15:21:21] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'npc' in plugin Citizens v2.0.33-SNAPSHOT (build 3301) - plugin is disabled.
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155) ~[paper-api-1.20.2-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R2.CraftServer.dispatchCommand(CraftServer.java:991) ~[paper-1.20.2.jar:git-Paper-318]
    at org.bukkit.craftbukkit.v1_20_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[paper-1.20.2.jar:git-Paper-318]
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265) ~[paper-1.20.2.jar:?]
    at net.minecraft.commands.Commands.performCommand(Commands.java:330) ~[?:?]
    at net.minecraft.commands.Commands.performCommand(Commands.java:314) ~[?:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2208) ~[?:?]
    at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$19(ServerGamePacketListenerImpl.java:2168) ~[?:?]
    at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
    at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
    at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
    at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1324) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:193) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
    at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1301) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1294) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
    at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1272) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1160) ~[paper-1.20.2.jar:git-Paper-318]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315) ~[paper-1.20.2.jar:git-Paper-318]
    at java.lang.Thread.run(Thread.java:1583) ~[?:?]


Highlighting for 'Other' types handled by Highlight.JS, which was released under the BSD 3-Clause License.