Ronny34m

Untitled

Jan 21st, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.12 KB | None | 0 0
  1. [21:42:41] [ServerMain/INFO]: [bootstrap] Running Java 22 (Java HotSpot(TM) 64-Bit Server VM 22.0.1+8-16; Oracle Corporation null) on Windows 10 10.0 (amd64)
  2. [21:42:41] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) for Minecraft 1.21.1
  3. [21:42:42] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
  4. [21:42:42] [Paper Plugin Remapper Thread - 1/INFO]: [PluginRemapper] Remapping plugin 'plugins\MythicDungeons-1.4.1.jar'...
  5. [21:42:42] [ServerMain/ERROR]: [PluginRemapper] Encountered exception remapping plugins
  6. java.util.concurrent.CompletionException: java.lang.RuntimeException: Failed to remap plugin jar 'plugins\MythicDungeons-1.4.1.jar'
  7. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
  8. at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
  9. at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649) ~[?:?]
  10. at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
  11. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
  12. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
  13. at java.base/java.lang.Thread.run(Thread.java:1570) ~[?:?]
  14. Caused by: java.lang.RuntimeException: Failed to remap plugin jar 'plugins\MythicDungeons-1.4.1.jar'
  15. at io.papermc.paper.pluginremap.PluginRemapper.lambda$remap$7(PluginRemapper.java:358) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
  16. at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?]
  17. ... 4 more
  18. Caused by: java.lang.RuntimeException: Failed to execute task me/lucko/shadow/Method
  19. at net.neoforged.art.internal.AsyncHelper.invokeAll(AsyncHelper.java:56) ~[AutoRenamingTool-2.0.3.jar:?]
  20. at net.neoforged.art.internal.AsyncHelper.consumeAll(AsyncHelper.java:36) ~[AutoRenamingTool-2.0.3.jar:?]
  21. at net.neoforged.art.internal.RenamerImpl.run(RenamerImpl.java:177) ~[paper-1.21.1.jar:?]
  22. at net.neoforged.art.internal.RenamerImpl.run(RenamerImpl.java:95) ~[paper-1.21.1.jar:?]
  23. at io.papermc.paper.pluginremap.PluginRemapper.lambda$remap$7(PluginRemapper.java:355) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
  24. at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?]
  25. ... 4 more
  26. Caused by: java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: Unsupported class file major version 27503
  27. at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:?]
  28. at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:?]
  29. at net.neoforged.art.internal.AsyncHelper.invokeAll(AsyncHelper.java:52) ~[AutoRenamingTool-2.0.3.jar:?]
  30. at net.neoforged.art.internal.AsyncHelper.consumeAll(AsyncHelper.java:36) ~[AutoRenamingTool-2.0.3.jar:?]
  31. at net.neoforged.art.internal.RenamerImpl.run(RenamerImpl.java:177) ~[paper-1.21.1.jar:?]
  32. at net.neoforged.art.internal.RenamerImpl.run(RenamerImpl.java:95) ~[paper-1.21.1.jar:?]
  33. at io.papermc.paper.pluginremap.PluginRemapper.lambda$remap$7(PluginRemapper.java:355) ~[paper-1.21.1.jar:1.21.1-132-b48403b]
  34. at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?]
  35. ... 4 more
  36. Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 27503
  37. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:200) ~[asm-9.7.1.jar:9.7.1]
  38. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:180) ~[asm-9.7.1.jar:9.7.1]
  39. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:166) ~[asm-9.7.1.jar:9.7.1]
  40. at net.neoforged.art.internal.ClassProviderImpl$ClassInfo.<init>(ClassProviderImpl.java:104) ~[AutoRenamingTool-2.0.3.jar:?]
  41. at net.neoforged.art.internal.ClassProviderBuilderImpl.lambda$addClass$1(ClassProviderBuilderImpl.java:64) ~[AutoRenamingTool-2.0.3.jar:?]
  42. at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1710) ~[?:?]
  43. at net.neoforged.art.internal.ClassProviderBuilderImpl.addClass(ClassProviderBuilderImpl.java:64) ~[AutoRenamingTool-2.0.3.jar:?]
  44. at net.neoforged.art.internal.RenamerImpl.lambda$run$2(RenamerImpl.java:178) ~[paper-1.21.1.jar:?]
  45. at net.neoforged.art.internal.AsyncHelper.lambda$null$0(AsyncHelper.java:33) ~[AutoRenamingTool-2.0.3.jar:?]
  46. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
  47. ... 3 more
  48. [21:42:43] [ServerMain/INFO]: [PluginInitializerManager] Initialized 41 plugins
  49. [21:42:43] [ServerMain/INFO]: [PluginInitializerManager] Paper plugins (1):
  50. - EconomyShopGUI (6.10.1)
  51. [21:42:43] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (40):
  52. - AuraSkills (2.2.7), AxTrade (1.12.0), BetterTalismans (0.8-BETA), Citizens (2.0.35-SNAPSHOT (build 3545)), CoreProtect (22.4), DailyRewards (2.7.0), DeathMessages (1.4.19), DecentHolograms (2.8.12), DeluxeMenus (1.14.1-DEV-184), EpicFurnaces (5.6.0), Essentials (2.21.0-dev+151-f2af952), EssentialsChat (2.21.0-dev+151-f2af952), EssentialsSpawn (2.21.0-dev+151-f2af952), ExcellentCrates (5.3.5), ExcellentEnchants (4.3.3), FastAsyncWorldEdit (2.12.3), GSit (1.12.1), HeadDB (5.0.0-rc.15), ItemJoin (6.1.1-RELEASE-b1048), JumpPads (1.25.13), LPC (3.6.0), LuckPerms (5.4.150), MiniMOTD (2.1.4), Multiverse-Core (4.3.14), MythicMobs (5.7.2-${CI_COMMIT_SHORT_SHA}), NBTAPI (2.14.1), PlaceholderAPI (2.11.6), PlayerAuctions (1.30.2), PlayerPoints (3.2.7), ProtocolLib (5.3.0), Skript (2.9.5), SuperiorSkyblock2 (2024.4), TAB (4.1.7), Vault (1.7.3-b131), ViaBackwards (5.2.0), ViaVersion (5.2.0), VoidGen (2.2.1), WorldGuard (7.0.12+829a4a4), ajLeaderboards (2.9.0), nightcore (2.7.3)
  53. [21:42:45] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
  54. [21:42:46] [ServerMain/INFO]: Loaded 1290 recipes
  55. [21:42:46] [ServerMain/INFO]: Loaded 1399 advancements
  56. [21:42:46] [Server thread/INFO]: Starting minecraft server version 1.21.1
  57. [21:42:46] [Server thread/INFO]: Loading properties
  58. [21:42:46] [Server thread/INFO]: This server is running Paper version 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
  59. [21:42:47] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
  60. [21:42:47] [Server thread/INFO]: Server Ping Player Sample Count: 12
  61. [21:42:47] [Server thread/INFO]: Using 4 threads for Netty based IO
  62. [21:42:47] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
  63. We recommend migrating to the spark profiler.
  64. For more information please visit: https://github.com/PaperMC/Paper/discussions/10565
  65. [21:42:47] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 2 worker threads, and population gen parallelism of 2 threads
  66. [21:42:48] [Server thread/INFO]: Default game type: SURVIVAL
  67. [21:42:48] [Server thread/INFO]: Generating keypair
  68. [21:42:48] [Server thread/INFO]: Starting Minecraft server on 192.168.2.175:5681
  69. [21:42:48] [Server thread/INFO]: Using default channel type
  70. [21:42:48] [Server thread/INFO]: Paper: Using Java compression from Velocity.
  71. [21:42:48] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
  72. [21:42:48] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loading 1 libraries... please wait
  73. [21:42:48] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\openjdk\nashorn\nashorn-core\15.4\nashorn-core-15.4.jar
  74. [21:42:48] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\ow2\asm\asm\7.3.1\asm-7.3.1.jar
  75. [21:42:48] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\ow2\asm\asm-commons\7.3.1\asm-commons-7.3.1.jar
  76. [21:42:48] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\ow2\asm\asm-analysis\7.3.1\asm-analysis-7.3.1.jar
  77. [21:42:48] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\ow2\asm\asm-tree\7.3.1\asm-tree-7.3.1.jar
  78. [21:42:48] [Server thread/INFO]: [SpigotLibraryLoader] [SuperiorSkyblock2] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\ow2\asm\asm-util\7.3.1\asm-util-7.3.1.jar
  79. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loading 4 libraries... please wait
  80. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-api\4.16.0\adventure-api-4.16.0.jar
  81. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-key\4.16.0\adventure-key-4.16.0.jar
  82. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\examination-api\1.3.0\examination-api-1.3.0.jar
  83. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\examination-string\1.3.0\examination-string-1.3.0.jar
  84. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\jetbrains\annotations\24.1.0\annotations-24.1.0.jar
  85. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-platform-bukkit\4.3.2\adventure-platform-bukkit-4.3.2.jar
  86. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-platform-api\4.3.2\adventure-platform-api-4.3.2.jar
  87. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-text-serializer-bungeecord\4.3.2\adventure-text-serializer-bungeecord-4.3.2.jar
  88. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-text-serializer-legacy\4.13.1\adventure-text-serializer-legacy-4.13.1.jar
  89. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-nbt\4.13.1\adventure-nbt-4.13.1.jar
  90. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-text-serializer-gson-legacy-impl\4.13.1\adventure-text-serializer-gson-legacy-impl-4.13.1.jar
  91. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-platform-facet\4.3.2\adventure-platform-facet-4.3.2.jar
  92. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-platform-viaversion\4.3.2\adventure-platform-viaversion-4.3.2.jar
  93. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-text-minimessage\4.16.0\adventure-text-minimessage-4.16.0.jar
  94. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-text-serializer-gson\4.16.0\adventure-text-serializer-gson-4.16.0.jar
  95. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\adventure-text-serializer-json\4.16.0\adventure-text-serializer-json-4.16.0.jar
  96. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\net\kyori\option\1.0.0\option-1.0.0.jar
  97. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [MythicMobs] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar
  98. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loading 2 libraries... please wait
  99. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\com\zaxxer\HikariCP\6.0.0\HikariCP-6.0.0.jar
  100. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\slf4j\slf4j-api\1.7.36\slf4j-api-1.7.36.jar
  101. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [nightcore] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\it\unimi\dsi\fastutil-core\8.5.13\fastutil-core-8.5.13.jar
  102. [21:42:50] [Server thread/INFO]: [nightcore] Server version detected as Paper 1.21.1.
  103. [21:42:50] [Server thread/INFO]: [nightcore] [Core Components] ENTITY_ID_GENERATOR: Loaded
  104. [21:42:50] [Server thread/INFO]: [nightcore] [Core Components] ITEM_NBT_COMPRESSOR: Loaded
  105. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [HeadDB] Loading 1 libraries... please wait
  106. [21:42:50] [Server thread/INFO]: [SpigotLibraryLoader] [HeadDB] Loaded library C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\libraries\org\xerial\sqlite-jdbc\3.47.0.0\sqlite-jdbc-3.47.0.0.jar
  107. [21:42:50] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v5.2.0
  108. [21:42:50] [Server thread/INFO]: [ViaVersion] ViaVersion 5.2.0 is now loaded. Registering protocol transformers and injecting...
  109. [21:42:51] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  110. [21:42:51] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
  111. [21:42:51] [Server thread/INFO]: [ViaBackwards] Loading translations...
  112. [21:42:51] [Server thread/INFO]: [ViaBackwards] Registering protocols...
  113. [21:42:51] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.150
  114. [21:42:51] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
  115. [21:42:51] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.12.3
  116. [21:42:52] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@54ac348d]
  117. [21:42:52] [Server thread/INFO]: [SuperiorSkyblock2] Loading server plugin SuperiorSkyblock2 v2024.4
  118. [21:42:52] [Server thread/INFO]: [VoidGen] Loading server plugin VoidGen v2.2.1
  119. [21:42:52] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.6
  120. [21:42:52] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.3.0
  121. [21:42:53] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.12+829a4a4
  122. [21:42:53] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.14
  123. [21:42:53] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.21.0-dev+151-f2af952
  124. [21:42:53] [Server thread/INFO]: [PlayerPoints] Loading server plugin PlayerPoints v3.2.7
  125. [21:42:53] [Server thread/INFO]: [PlayerPoints] Initializing using RoseGarden v1.3.0.36-DEV-SNAPSHOT
  126. [21:42:53] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.35-SNAPSHOT (build 3545)
  127. [21:42:53] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.7.2-${CI_COMMIT_SHORT_SHA}
  128. [21:42:53] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
  129. [21:42:53] [Server thread/INFO]: [MythicMobs] §x§f§f§0§0§0§0M§x§f§f§6§6§0§0y§x§f§f§c§c§0§0t§x§c§b§f§f§0§0h§x§6§5§f§f§0§0i§x§0§0§f§f§0§0c§x§0§0§f§f§6§6 §x§0§0§f§f§c§bE§x§0§0§c§b§f§fn§x§0§0§6§5§f§fa§x§0§0§0§0§f§fb§x§6§6§0§0§f§fl§x§c§c§0§0§f§fe§x§f§f§0§0§c§cd§x§f§f§0§0§6§6!
  130. [21:42:53] [Server thread/INFO]: [nightcore] Loading server plugin nightcore v2.7.3
  131. [21:42:53] [Server thread/INFO]: [DecentHolograms] Loading server plugin DecentHolograms v2.8.12
  132. [21:42:53] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.21.0-dev+151-f2af952
  133. [21:42:53] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.2.0
  134. [21:42:53] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.7
  135. [21:42:53] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.9.5
  136. [21:42:53] [Server thread/INFO]: [PlayerAuctions] Loading server plugin PlayerAuctions v1.30.2
  137. [21:42:53] [Server thread/INFO]: [MiniMOTD] Loading server plugin MiniMOTD v2.1.4
  138. [21:42:53] [Server thread/INFO]: [LPC] Loading server plugin LPC v3.6.0
  139. [21:42:53] [Server thread/INFO]: [JumpPads] Loading server plugin JumpPads v1.25.13
  140. [21:42:53] [Server thread/INFO]: [ItemJoin] Loading server plugin ItemJoin v6.1.1-RELEASE-b1048
  141. [21:42:53] [Server thread/INFO]: [HeadDB] Loading server plugin HeadDB v5.0.0-rc.15
  142. [21:42:53] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.12.1
  143. [21:42:53] [Server thread/INFO]: [ExcellentEnchants] Loading server plugin ExcellentEnchants v4.3.3
  144. [21:42:53] [Server thread/INFO]: [ExcellentCrates] Loading server plugin ExcellentCrates v5.3.5
  145. [21:42:53] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.21.0-dev+151-f2af952
  146. [21:42:53] [Server thread/INFO]: [EpicFurnaces] Loading server plugin EpicFurnaces v5.6.0
  147. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency org.slf4j:slf4j-api:2.0.11 from https://repo1.maven.org/maven2
  148. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'slf4j-api-2.0.11' successfully.
  149. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  150. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency com.zaxxer:HikariCP:4.0.3 from https://repo1.maven.org/maven2
  151. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'HikariCP-4.0.3' successfully.
  152. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  153. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency com.github.cryptomorin:XSeries:12.1.0 from https://repo1.maven.org/maven2
  154. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'XSeries-12.1.0' successfully.
  155. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  156. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency org.mariadb.jdbc:mariadb-java-client:3.2.0 from https://repo1.maven.org/maven2
  157. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'mariadb-java-client-3.2.0' successfully.
  158. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  159. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency org.apache.commons:commons-lang3:3.14.0 from https://repo1.maven.org/maven2
  160. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'commons-lang3-3.14.0' successfully.
  161. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  162. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency com.h2database:h2:1.4.200 from https://repo1.maven.org/maven2
  163. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'h2-1.4.200' successfully.
  164. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  165. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency org.jooq:jooq:3.14.16 from https://repo1.maven.org/maven2
  166. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'jooq-3.14.16' successfully.
  167. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  168. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency org.apache.commons:commons-text:1.12.0 from https://repo1.maven.org/maven2
  169. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'commons-text-1.12.0' successfully.
  170. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  171. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loading dependency org.reactivestreams:reactive-streams:1.0.2 from https://repo1.maven.org/maven2
  172. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] Loaded dependency 'reactive-streams-1.0.2' successfully.
  173. [21:42:53] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] ----------------------------
  174. [21:42:53] [Server thread/INFO]: [EconomyShopGUI] Loading server plugin EconomyShopGUI v6.10.1
  175. [21:42:53] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.1-DEV-184
  176. [21:42:53] [Server thread/WARN]: [DeluxeMenus] Could not setup a NMS hook for your server version!
  177. [21:42:53] [Server thread/INFO]: [DeathMessages] Loading server plugin DeathMessages v1.4.19
  178. [21:42:53] [Server thread/INFO]: [DailyRewards] Loading server plugin DailyRewards v2.7.0
  179. [21:42:53] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.4
  180. [21:42:53] [Server thread/INFO]: [BetterTalismans] Loading server plugin BetterTalismans v0.8-BETA
  181. [21:42:53] [Server thread/INFO]: [AxTrade] Loading server plugin AxTrade v1.12.0
  182. [21:42:53] [Server thread/INFO]: [AxTrade] Loading library commons-math3
  183. [21:42:53] [Server thread/INFO]: [AxTrade] Loading library caffeine
  184. [21:42:53] [Server thread/INFO]: [AuraSkills] Loading server plugin AuraSkills v2.2.7
  185. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Loading server plugin ajLeaderboards v2.9.0
  186. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
  187. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
  188. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for jar-relocator
  189. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for jar-relocator
  190. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm
  191. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm
  192. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for asm-commons
  193. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for asm-commons
  194. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for gson
  195. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for gson
  196. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for HikariCP
  197. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for HikariCP
  198. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for slf4j-api
  199. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for slf4j-api
  200. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for h2
  201. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for h2
  202. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okhttp
  203. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okhttp
  204. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okio
  205. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okio
  206. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for okio-jvm
  207. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for okio-jvm
  208. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-jdk8
  209. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-jdk8
  210. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib
  211. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib
  212. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-common
  213. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-common
  214. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for annotations
  215. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for annotations
  216. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Verifying checksum for kotlin-stdlib-jdk7
  217. [21:42:53] [Server thread/INFO]: [ajLeaderboards] Checksum matched for kotlin-stdlib-jdk7
  218. [21:42:53] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  219. [21:42:53] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.150
  220. [21:42:54] [Server thread/INFO]: __
  221. [21:42:54] [Server thread/INFO]: | |__) LuckPerms v5.4.150
  222. [21:42:54] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  223. [21:42:54] [Server thread/INFO]:
  224. [21:42:54] [Server thread/INFO]: [LuckPerms] Loading configuration...
  225. [21:42:54] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  226. [21:42:54] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  227. [21:42:55] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  228. [21:42:55] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1528ms)
  229. [21:42:55] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  230. [21:42:55] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  231. [21:42:55] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  232. [21:42:55] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  233. [21:42:55] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  234. [21:42:55] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.12.3
  235. [21:42:55] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
  236. [21:42:55] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
  237. [21:42:55] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  238. [21:42:55] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  239. [21:42:55] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_21_R1.PaperweightFaweAdapter as the Bukkit adapter
  240. [21:42:56] [Server thread/INFO]: [VoidGen] Enabling VoidGen v2.2.1
  241. [21:42:56] [Server thread/INFO]: [VoidGen] Using VoidChunkGen: VERSION_UNKNOWN
  242. [21:42:56] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.3.0
  243. [21:42:56] [Server thread/INFO]: [PlayerPoints] Enabling PlayerPoints v3.2.7
  244. [21:42:56] [Server thread/INFO]: [PlayerPoints] Data handler connected using SQLite.
  245. [21:42:56] [Server thread/INFO]: [nightcore] Enabling nightcore v2.7.3
  246. [21:42:56] [Server thread/INFO]: [nightcore] Found permissions provider: LuckPerms
  247. [21:42:56] [Server thread/INFO]: [nightcore] Found economy provider: EssentialsX Economy
  248. [21:42:56] [Server thread/INFO]: [nightcore] Found chat provider: LuckPerms
  249. [21:42:56] [Server thread/INFO]: [nightcore] [DEBUG] Inject post-loading code...
  250. [21:42:56] [Server thread/INFO]: [nightcore] Plugin loaded in 120 ms!
  251. [21:42:56] [Server thread/INFO]: [ItemJoin] Enabling ItemJoin v6.1.1-RELEASE-b1048
  252. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Enabling ExcellentEnchants v4.3.3
  253. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Powered by nightcore
  254. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Loaded 4 rarities.
  255. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: auto_reel
  256. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: double_catch
  257. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: seasoned_angler
  258. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: survivalist
  259. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_drowned
  260. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: river_master
  261. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: blast_mining
  262. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_breaking
  263. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_misfortune
  264. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: divine_touch
  265. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: haste
  266. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: lucky_miner
  267. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: replanter
  268. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: silk_chest
  269. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: smelter
  270. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: telekinesis
  271. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: treasure_hunter
  272. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: tunnel
  273. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: veinminer
  274. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: bane_of_netherspawn
  275. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: blindness
  276. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: confusion
  277. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: cutter
  278. [21:42:56] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_death
  279. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: decapitator
  280. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: double_strike
  281. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: exhaust
  282. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: exp_hunter
  283. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: ice_aspect
  284. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: infernus
  285. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: nimble
  286. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: paralyze
  287. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: cure
  288. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: rage
  289. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: rocket
  290. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: scavenger
  291. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: surprise
  292. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: swiper
  293. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: temper
  294. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: thrifty
  295. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: thunder
  296. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: vampire
  297. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: venom
  298. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: village_defender
  299. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: wither
  300. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: aquaman
  301. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: bunny_hop
  302. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: cold_steel
  303. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: ice_shield
  304. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: elemental_protection
  305. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: fire_shield
  306. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: flame_walker
  307. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: hardened
  308. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: night_vision
  309. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: regrowth
  310. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: saturation
  311. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: self_destruction
  312. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: rebound
  313. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: stopping_force
  314. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: sonic
  315. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: bomber
  316. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: confusing_arrows
  317. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: dragonfire_arrows
  318. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: electrified_arrows
  319. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: ender_bow
  320. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: explosive_arrows
  321. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: lingering
  322. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: flare
  323. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: ghast
  324. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: hover
  325. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: sniper
  326. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: poisoned_arrows
  327. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: vampiric_arrows
  328. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: withered_arrows
  329. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: darkness_arrows
  330. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: darkness_cloak
  331. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_fragility
  332. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: curse_of_mediocrity
  333. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: soulbound
  334. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Registered enchantment: restore
  335. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Enchantments Registered: 80
  336. [21:42:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: excellentenchants [4.3.3]
  337. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] [DEBUG] Inject post-loading code...
  338. [21:42:57] [Server thread/INFO]: [ExcellentEnchants] Plugin loaded in 431 ms!
  339. [21:42:57] [Server thread/INFO]: Preparing level "world"
  340. [21:42:57] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  341. [21:42:58] [Server thread/INFO]: Time elapsed: 685 ms
  342. [21:42:58] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v5.2.0
  343. [21:42:58] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.21-1.21.1 (767)
  344. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Enabling SuperiorSkyblock2 v2024.4
  345. [21:42:58] [Server thread/WARN]: [SuperiorSkyblock2] Potentially missing interactable block CAVE_VINES_PLANT
  346. [21:42:58] [Server thread/INFO]: Preparing start region for dimension minecraft:superiorworld
  347. [21:42:58] [Server thread/INFO]: Time elapsed: 70 ms
  348. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module bank...
  349. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module bank (Took 4ms)
  350. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module missions...
  351. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_1
  352. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_2
  353. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_3
  354. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_4
  355. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission miner_5
  356. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_1
  357. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_2
  358. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_3
  359. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission slayer_4
  360. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_1
  361. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_2
  362. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_3
  363. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_4
  364. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission farmer_5
  365. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_1
  366. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_2
  367. [21:42:58] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission fisherman_3
  368. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission explorer_1
  369. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Registered mission explorer_2
  370. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module missions (Took 488ms)
  371. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module generators...
  372. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module generators (Took 3ms)
  373. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Enabling the module upgrades...
  374. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Finished enabling the module upgrades (Took 15ms)
  375. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Loading messages started...
  376. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] - Found 699 messages in the language files.
  377. [21:42:59] [Server thread/INFO]: [SuperiorSkyblock2] Loading messages done (Took 114ms)
  378. [21:42:59] [Server thread/WARN]: [org.bukkit.craftbukkit.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  379. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert.schematic (DefaultSchematicParser)
  380. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert_nether.schematic (DefaultSchematicParser)
  381. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic desert_the_end.schematic (DefaultSchematicParser)
  382. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel.schematic (DefaultSchematicParser)
  383. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel_nether.schematic (DefaultSchematicParser)
  384. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic mycel_the_end.schematic (DefaultSchematicParser)
  385. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal.schematic (DefaultSchematicParser)
  386. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal_nether.schematic (DefaultSchematicParser)
  387. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully loaded schematic normal_the_end.schematic (DefaultSchematicParser)
  388. [21:43:03] [Server thread/WARN]: [SuperiorSkyblock2] [biomes.yml] Biome 'WOODED_HILLS' is not valid, skipping...
  389. [21:43:03] [Server thread/ERROR]: [SuperiorSkyblock2] [menus/permissions.yml] Couldn't convert permissions.set_biome.permission-enabled into an itemstack. Check type & data sections!
  390. [21:43:03] [Server thread/ERROR]: [SuperiorSkyblock2] [menus/permissions.yml] Couldn't convert permissions.set_biome.permission-disabled into an itemstack. Check type & data sections!
  391. [21:43:03] [Server thread/ERROR]: [SuperiorSkyblock2] [menus/permissions.yml] Couldn't convert permissions.set_biome.role-permission into an itemstack. Check type & data sections!
  392. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Trying to connect to local database (SQLite)...
  393. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Successfully established connection with local database!
  394. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Creating a backup file...
  395. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Backup done!
  396. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load players...
  397. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Finished loading 5 players (Took 10ms)
  398. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load islands...
  399. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Finished loading 3 islands (Took 57ms)
  400. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load grid...
  401. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Finished grid!
  402. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Starting to load stacked blocks...
  403. [21:43:03] [Server thread/INFO]: [SuperiorSkyblock2] Finished stacked blocks!
  404. [21:43:04] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.6
  405. [21:43:04] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  406. [21:43:04] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.12+829a4a4
  407. [21:43:04] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  408. [21:43:04] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  409. [21:43:04] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  410. [21:43:04] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  411. [21:43:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  412. [21:43:04] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) TNT ignition is PERMITTED.
  413. [21:43:04] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Lighters are PERMITTED.
  414. [21:43:04] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Lava fire is PERMITTED.
  415. [21:43:04] [Server thread/INFO]: [WorldGuard] (SuperiorWorld) Fire spread is UNRESTRICTED.
  416. [21:43:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SuperiorWorld'
  417. [21:43:04] [Server thread/INFO]: [WorldGuard] Loading region data...
  418. [21:43:04] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.14
  419. [21:43:04] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.14" 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--].
  420. [21:43:04] [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.
  421. [21:43:04] [Server thread/INFO]: Preparing start region for dimension minecraft:spawn
  422. [21:43:04] [Server thread/INFO]: Time elapsed: 115 ms
  423. [21:43:04] [Server thread/INFO]: [WorldGuard] (spawn) TNT ignition is PERMITTED.
  424. [21:43:04] [Server thread/INFO]: [WorldGuard] (spawn) Lighters are PERMITTED.
  425. [21:43:04] [Server thread/INFO]: [WorldGuard] (spawn) Lava fire is PERMITTED.
  426. [21:43:04] [Server thread/INFO]: [WorldGuard] (spawn) Fire spread is UNRESTRICTED.
  427. [21:43:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'spawn'
  428. [21:43:04] [Server thread/INFO]: Preparing start region for dimension minecraft:arena
  429. [21:43:04] [Server thread/INFO]: Time elapsed: 54 ms
  430. [21:43:04] [Server thread/INFO]: [WorldGuard] (arena) TNT ignition is PERMITTED.
  431. [21:43:04] [Server thread/INFO]: [WorldGuard] (arena) Lighters are PERMITTED.
  432. [21:43:04] [Server thread/INFO]: [WorldGuard] (arena) Lava fire is PERMITTED.
  433. [21:43:04] [Server thread/INFO]: [WorldGuard] (arena) Fire spread is UNRESTRICTED.
  434. [21:43:04] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'arena'
  435. [21:43:04] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  436. [21:43:04] [Server thread/INFO]: [Multiverse-Core] Version 4.3.14 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  437. [21:43:04] [Server thread/INFO]: [Essentials] Enabling Essentials v2.21.0-dev+151-f2af952
  438. [21:43:04] [Server thread/ERROR]: [Essentials] Du verwendest eine Serverversion, die nicht unterstützt wird!
  439. [21:43:04] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  440. [21:43:04] [Server thread/INFO]: [Essentials] No kits found to migrate.
  441. [21:43:05] [Server thread/INFO]: [Essentials] Loaded 43465 items from items.json.
  442. [21:43:05] [Server thread/INFO]: [Essentials] Using locale de_DE
  443. [21:43:05] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  444. [21:43:05] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  445. [21:43:05] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
  446. [21:43:05] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  447. [21:43:05] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.35-SNAPSHOT (build 3545)
  448. [21:43:05] [Server thread/INFO]: [Citizens] Loading external libraries
  449. [21:43:05] [Server thread/INFO]: [Citizens] Detected system language [[de]]. If youd like you can contribute to Citizens translations via our Discord! https://discord.gg/Q6pZGSR
  450. [21:43:05] [Server thread/INFO]: [Citizens] Using mojmapped server, avoiding server package checks
  451. [21:43:05] [Server thread/INFO]: [Citizens] Loaded 0 templates.
  452. [21:43:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: citizensplaceholder [1.0.0]
  453. [21:43:05] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
  454. [21:43:05] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.7.2-${CI_COMMIT_SHORT_SHA}
  455. [21:43:05] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.21.1)...
  456. [21:43:05] [Server thread/INFO]: [MythicMobs] The server is running Paper; enabled Paper exclusive functionality
  457. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] END_SPAWN_POINT
  458. [21:43:07] [Server thread/WARN]: Nag author(s): '[Lumine]' of 'MythicMobs v5.7.2-${CI_COMMIT_SHORT_SHA}' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  459. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] RAIN_DELAY
  460. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] RAIN_DURATION
  461. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] THUNDER_DELAY
  462. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] THUNDER_DURATION
  463. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] LOGGER
  464. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] EMPTY_TIME_NO_TICK
  465. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] MAX_SCHEDULED_TICKS_PER_TICK
  466. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] players
  467. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] chunkSource
  468. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] server
  469. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] serverLevelData
  470. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] lastSpawnChunkRadius
  471. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] entityTickList
  472. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] gameEventDispatcher
  473. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] noSave
  474. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] sleepStatus
  475. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] emptyTime
  476. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] portalForcer
  477. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] blockTicks
  478. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] fluidTicks
  479. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] pathTypesByPosCache
  480. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] navigatingMobs
  481. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] isUpdatingNavigations
  482. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] raids
  483. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] blockEvents
  484. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] blockEventsToReschedule
  485. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] handlingTick
  486. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] customSpawners
  487. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] dragonFight
  488. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] dragonParts
  489. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] structureManager
  490. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] structureCheck
  491. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] tickTime
  492. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] randomSequences
  493. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] convertable
  494. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] uuid
  495. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] hasPhysicsEvent
  496. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] hasEntityMoveEvent
  497. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] wireHandler
  498. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] markedClosing
  499. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] viewDistanceHolder
  500. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] chunkLoader
  501. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] entityDataController
  502. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] poiDataController
  503. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] chunkDataController
  504. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] chunkTaskScheduler
  505. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] lastMidTickFailure
  506. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] tickedBlocksOrFluids
  507. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] nearbyPlayers
  508. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] EMPTY_CHUNK_AND_HOLDERS
  509. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] loadedChunks
  510. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] tickingChunks
  511. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] entityTickingChunks
  512. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] lagCompensationTick
  513. [21:43:07] [Server thread/INFO]: [MythicMobs] [STDOUT] currentlyTickingEntity
  514. [21:43:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: mythic [5.0.0]
  515. [21:43:07] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled!
  516. [21:43:07] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
  517. [21:43:07] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
  518. [21:43:07] [Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled!
  519. [21:43:07] [Server thread/INFO]: [MythicMobs] Base directory C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\plugins\MythicMobs\data
  520. [21:43:07] [Server thread/INFO]: [MythicMobs] Module directory C:\Users\GameServer\Desktop\Skyblock Setup 1.21.1\plugins\MythicMobs\data\worlds
  521. [21:43:08] [Server thread/INFO]: [MythicMobs] Loading Packs...
  522. [21:43:08] [Server thread/INFO]: [MythicMobs] Loading Items...
  523. [21:43:08] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  524. [21:43:08] [Server thread/INFO]: [MythicMobs] Loading Skills...
  525. [21:43:09] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  526. [21:43:09] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  527. [21:43:09] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  528. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ Loaded 14 mobs.
  529. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 vanilla mob overrides.
  530. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  531. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ Loaded 69 skills.
  532. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 random spawns.
  533. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ Loaded 72 mythic items.
  534. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  535. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  536. [21:43:09] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  537. [21:43:09] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  538. [21:43:09] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs v5.7.2 ( build ${CI_COMMIT_SHORT_SHA} ) has been successfully loaded!
  539. [21:43:09] [Server thread/INFO]: [DecentHolograms] Enabling DecentHolograms v2.8.12
  540. [21:43:09] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.21.0-dev+151-f2af952
  541. [21:43:09] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
  542. [21:43:09] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v5.2.0
  543. [21:43:09] [Server thread/INFO]: [TAB] Enabling TAB v4.1.7
  544. [21:43:09] [Server thread/INFO]: [TAB] Loaded NMS hook in 34ms
  545. [21:43:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: tab [4.1.7]
  546. [21:43:09] [Server thread/INFO]: [TAB] Enabled in 139ms
  547. [21:43:09] [Server thread/INFO]: [Skript] Enabling Skript v2.9.5
  548. [21:43:10] [ForkJoinPool.commonPool-worker-3/INFO]: [Skript] A new version of Skript is available: 2.10.0 (you're currently running 2.9.5)
  549. [21:43:10] [ForkJoinPool.commonPool-worker-3/INFO]: Download it at: <aqua><u><link:https://github.com/SkriptLang/Skript/releases/download/2.10.0/Skript-2.10.0.jar>https://github.com/SkriptLang/Skript/releases/download/2.10.0/Skript-2.10.0.jar
  550. [21:43:16] [Server thread/INFO]: [Skript] Loaded 233074 aliases in 6460ms
  551. [21:43:16] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  552. [21:43:16] [Server thread/INFO]: [PlayerAuctions] Enabling PlayerAuctions v1.30.2
  553. [21:43:16] [Server thread/INFO]: [PlayerAuctions] Vault found, now enabling PlayerAuctions...
  554. [21:43:19] [Server thread/INFO]: [PlayerAuctions] Found 21 config files to load!
  555. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Permissions plugin found! (LuckPerms)
  556. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Economy plugin found! (EssentialsX Economy)
  557. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Chat plugin found! (LuckPerms)
  558. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Found PlaceholderAPI integrating support...
  559. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Found Product Converter integrating support...
  560. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Found Item Currency integrating support...
  561. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Found XP Currency integrating support...
  562. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Found Vault Currency integrating support...
  563. [21:43:23] [Server thread/INFO]: [PlayerAuctions] SQLite database is enabling...
  564. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Loading Metrics...
  565. [21:43:23] [Server thread/INFO]: [PlayerAuctions] Successfully loaded Metrics!
  566. [21:43:23] [Server thread/INFO]: [MiniMOTD] Enabling MiniMOTD v2.1.4
  567. [21:43:23] [Server thread/INFO]: [LPC] Enabling LPC v3.6.0
  568. [21:43:23] [Server thread/INFO]: [JumpPads] Enabling JumpPads v1.25.13
  569. [21:43:23] [Server thread/INFO]: [HeadDB] Enabling HeadDB v5.0.0-rc.15
  570. [21:43:23] [HeadDB Storage Worker/INFO]: [tsp.headdb.core.player.PlayerDatabase] Loaded 0 players!
  571. [21:43:23] [Server thread/INFO]: [tsp.headdb.HeadDB] Loaded 1 languages!
  572. [21:43:23] [Server thread/INFO]: [GSit] Enabling GSit v1.12.1
  573. [21:43:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.12.1]
  574. [21:43:23] [Server thread/INFO]: SKYBLOCK | The plugin was successfully enabled.
  575. [21:43:23] [Server thread/INFO]: SKYBLOCK | Link with PlaceholderAPI successful!
  576. [21:43:23] [Server thread/INFO]: SKYBLOCK | Link with WorldGuard successful!
  577. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Enabling ExcellentCrates v5.3.5
  578. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Powered by nightcore
  579. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Read database configuration...
  580. [21:43:23] [Server thread/WARN]: [ExcellentCrates] EconomyBridge is not installed. Crate open cost feature will be disabled.
  581. [21:43:23] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
  582. [21:43:23] [Server thread/INFO]: [com.zaxxer.hikari.pool.HikariPool] HikariPool-1 - Added connection org.sqlite.jdbc4.JDBC4Connection@5efcb890
  583. [21:43:23] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
  584. [21:43:23] [Server thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
  585. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Loaded 8 crate openings.
  586. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Loaded 3 crate keys.
  587. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Loaded 4 rarities!
  588. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Loaded 4 crates.
  589. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Loaded 1 crate menus.
  590. [21:43:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: excellentcrates [5.3.5]
  591. [21:43:23] [Server thread/INFO]: [ExcellentCrates] [DEBUG] Inject post-loading code...
  592. [21:43:23] [Server thread/INFO]: [ExcellentCrates] Plugin loaded in 264 ms!
  593. [21:43:23] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.21.0-dev+151-f2af952
  594. [21:43:23] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
  595. [21:43:23] [Server thread/INFO]: [EpicFurnaces] Enabling EpicFurnaces v5.6.0
  596. [21:43:23] [Server thread/INFO]:
  597. [21:43:23] [Server thread/INFO]: =============================
  598. [21:43:23] [Server thread/INFO]: EpicFurnaces 5.6.0 by Songoda <3!
  599. [21:43:23] [Server thread/INFO]: Action: Enabling...
  600. [21:43:23] [Server thread/INFO]: [EpicFurnaces] Loaded locale "en_US"
  601. [21:43:23] [Server thread/INFO]: [com.craftaro.epicfurnaces.core.CoreLogger] [EpicFurnaces] [CraftaroCore] [CraftaroCore] Hooked EpicFurnaces.
  602. [21:43:23] [Server thread/INFO]: [com.craftaro.third_party.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
  603. [21:43:24] [Server thread/INFO]: [com.craftaro.third_party.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
  604. [21:43:24] [Server thread/INFO]: [EpicFurnaces] Data handler connected using H2.
  605. [21:43:24] [Server thread/INFO]: =============================
  606. [21:43:24] [Server thread/INFO]:
  607. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] Enabling EconomyShopGUI v6.10.1
  608. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using lang-en.yml as language file.
  609. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 16 section configs from /sections/
  610. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 16 shop configs from /shops/
  611. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Updating Shop settings...
  612. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Successfully hooked into Vault
  613. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Completed loading 1 economy provider(s) for all 14 shop sections.
  614. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Using minecraft version 1.21.1...
  615. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Spawner provider set to AUTO in config
  616. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Automatically searching for compatible spawner provider....
  617. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Failed to automatically find compatible spawner provider, using default...
  618. [21:43:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: esgui [1.0.0]
  619. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Debug mode is enabled.
  620. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Loading all items...
  621. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [DEBUG]: Found incompatible component tag for current minecraft version: Did you mean 'repair_cost' instead of 'RepairCost'?
  622. Please change the value manually to get rid of this message
  623. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [WARN]: Item path in config.yml: sold-items-ignored-NBTtags
  624. [21:43:24] [Server thread/INFO]: [EconomyShopGUI] [INFO]: Initialized - Took 191ms to complete
  625. [21:43:24] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.1-DEV-184
  626. [21:43:24] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
  627. [21:43:24] [ESGUI_UTIL_THREAD #0/INFO]: [EconomyShopGUI] [INFO]: There is an update available for EconomyShopGUI, you are running v6.10.1 but found v6.10.2.
  628. [21:43:24] [ESGUI_UTIL_THREAD #0/INFO]: [EconomyShopGUI] [INFO]: Download at: https://www.spigotmc.org/resources/economyshopgui.69927/
  629. [21:43:24] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
  630. [21:43:24] [Server thread/INFO]: [DeluxeMenus] 5 GUI menus loaded!
  631. [21:43:24] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
  632. [21:43:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.1-DEV-184]
  633. [21:43:24] [Server thread/INFO]: [DeathMessages] Enabling DeathMessages v1.4.19
  634. [21:43:24] [Server thread/INFO]:
  635. ____ __ __ __ ___
  636. / __ \___ ____ _/ /_/ /_ / |/ /__ ______________ _____ ____ _____
  637. / / / / _ \/ __ `/ __/ __ \/ /|_/ / _ \/ ___/ ___/ __ `/ __ `/ _ \/ ___/
  638. / /_/ / __/ /_/ / /_/ / / / / / / __(__ |__ ) /_/ / /_/ / __(__ )
  639. /_____/\___/\__,_/\__/_/ /_/_/ /_/\___/____/____/\__,_/\__, /\___/____/
  640. /____/
  641.  
  642. [21:43:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deathmessages [1.4.19]
  643. [21:43:24] [Server thread/INFO]: [DeathMessages] PlaceholderAPI Hook Enabled!
  644. [21:43:24] [Server thread/INFO]: [DeathMessages] Item-NBT-API Hook Enabled!
  645. [21:43:24] [Server thread/INFO]: [DeathMessages] bStats Hook Enabled!
  646. [21:43:24] [Server thread/INFO]: DeathMessages 1.4.19 successfully loaded!
  647. [21:43:24] [Server thread/INFO]: [DailyRewards] Enabling DailyRewards v2.7.0
  648. [21:43:24] [Server thread/INFO]: [DailyRewards] BStatsHook has been registered.
  649. [21:43:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: dailyrewards [2.7.0]
  650. [21:43:24] [Server thread/INFO]: [DailyRewards] PlaceholderApiHook has been registered.
  651. [21:43:24] [Server thread/INFO]: [DailyRewards] Using PAPI text modifier
  652. [21:43:24] [Server thread/INFO]:
  653. [21:43:24] [Server thread/INFO]:
  654. [21:43:24] [Server thread/INFO]:
  655. [21:43:24] [Server thread/INFO]: [DailyRewards] Unleash the full potential of DailyRewards by upgrading to ULTIMATE!
  656. [21:43:24] [Server thread/INFO]: [DailyRewards] Get it from https://bit.ly/ultimate-rewards
  657. [21:43:24] [Server thread/INFO]:
  658. [21:43:24] [Server thread/INFO]:
  659. [21:43:24] [Server thread/INFO]:
  660. [21:43:24] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.4
  661. [21:43:24] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
  662. [21:43:24] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  663. [21:43:24] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  664. [21:43:24] [Server thread/INFO]: --------------------
  665. [21:43:24] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
  666. [21:43:24] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
  667. [21:43:24] [Server thread/INFO]: --------------------
  668. [21:43:24] [Server thread/INFO]: [BetterTalismans] Enabling BetterTalismans v0.8-BETA
  669. [21:43:24] [Server thread/INFO]: [BetterTalismans] Inventory title with support for more than 32 characters. Skipping..
  670. [21:43:24] [Server thread/INFO]: [BetterTalismans] Hex colors are available! Ready for RGB..
  671. [21:43:24] [Server thread/INFO]: [BetterTalismans] Old constructor for HoverEvent found! Using it..
  672. [21:43:24] [Server thread/INFO]: [BetterTalismans] New sendTitle method found! Using it..
  673. [21:43:24] [Server thread/INFO]: [BetterTalismans] New setUnbreakable method found! Using it..
  674. [21:43:24] [Server thread/INFO]: [BetterTalismans] New isUnbreakable method found! Using it..
  675. [21:43:24] [Server thread/INFO]: ___ _ _ _____ _ _
  676. [21:43:24] [Server thread/INFO]: | _ ) ___| |_| |_ ___ _ |_ _|_ _| (_)____ __ __ _ _ _ ___
  677. [21:43:24] [Server thread/INFO]: | _ \/ -_) _| _/ -_) '_|| |/ _` | | (_-< ' \/ _` | ' \(_-<
  678. [21:43:24] [Server thread/INFO]: |___/\___|\__|\__\___|_| |_|\__,_|_|_/__/_|_|_\__,_|_||_/__/
  679. [21:43:24] [Server thread/INFO]:
  680. [21:43:24] [Server thread/INFO]: Running plugin BetterTalismans v0.8-BETA (v1_21)
  681. [21:43:24] [Server thread/INFO]: Server running Paper version 1.21.1-132-b48403b (MC: 1.21.1)
  682. [21:43:24] [Server thread/INFO]: (Implementing API version 1.21.1-132-b48403b (MC: 1.21.1))
  683. [21:43:24] [Server thread/INFO]: (Developed by AlonsoAliaga - Thanks for using my plugin ❤)
  684. [21:43:24] [Server thread/INFO]: (If you loved the plugin consider leaving a review and mentioning your server IP in it!
  685. [21:43:24] [Server thread/INFO]:
  686. [21:43:24] [Server thread/INFO]: ==============================================================================================
  687. [21:43:24] [Server thread/INFO]: [BetterTalismans] You are using a Paper fork (Paper), plugin should work fine!
  688. [21:43:24] [Server thread/INFO]: [BetterTalismans] If you have issues, join us on our official support server on alonsoaliaga.com/discord
  689. [21:43:24] [Server thread/INFO]: ==============================================================================================
  690. [21:43:24] [Server thread/INFO]:
  691. [21:43:24] [Server thread/INFO]: [BetterTalismans] BungeeCord action bar available. Hooking..
  692. [21:43:24] [Server thread/INFO]: [BetterTalismans] ProtocolLib found! Checking..
  693. [21:43:24] [Server thread/INFO]: [Auto-update] Configuration is up-to-date!
  694. [21:43:24] [Server thread/INFO]: [BetterTalismans] Old ItemStack constructor is available!
  695. [21:43:24] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwningPlayer method is available for heads.
  696. [21:43:24] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwner method is available for heads.
  697. [21:43:24] [Server thread/INFO]: [BetterTalismans] SkullMeta#setOwnerProfile method is available for heads. Using it for heads..
  698. [21:43:24] [Server thread/INFO]: [BetterTalismans] New setUnbreakable method found! Using it..
  699. [21:43:24] [Server thread/INFO]: [BetterTalismans] New setOwningPlayer method is available!
  700. [21:43:24] [Server thread/INFO]: [BetterTalismans] Old Bukkit#getOfflinePlayer(String name) method is available!
  701. [21:43:24] [Server thread/INFO]: [BetterTalismans] New isUnbreakable method found! Using it..
  702. [21:43:24] [Server thread/INFO]: [BetterTalismans] Discovering recipes is enabled and feature is available. Checking..
  703. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Life-talisman recipe!
  704. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Speed-talisman recipe!
  705. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Speedster-helmet recipe!
  706. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Golem-talisman recipe!
  707. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Attack-talisman recipe!
  708. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman God-talisman recipe!
  709. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Explorer-talisman recipe!
  710. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Ninja-sword recipe!
  711. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Speedster-boots recipe!
  712. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Tank-chestplate recipe!
  713. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Iron-armored-elytra recipe!
  714. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Diamond-armored-elytra recipe!
  715. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Netherite-armored-elytra recipe!
  716. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Colored-dark-helmet recipe!
  717. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Colored-dark-chestplate recipe!
  718. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Dark-talisman recipe!
  719. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Developer-talisman recipe!
  720. [21:43:24] [Server thread/INFO]: [BetterTalismans] Loaded Talisman Skeleton-king-talisman recipe!
  721. [21:43:24] [Server thread/INFO]: [BetterTalismans] Successfully loaded 18 talismans!
  722. [21:43:25] [Server thread/INFO]: [AxTrade] Enabling AxTrade v1.12.0
  723. [21:43:25] [Server thread/INFO]: [AxTrade] Hooked into Vault!
  724. [21:43:25] [Server thread/INFO]: [AxTrade] Hooked into PlayerPoints!
  725. [21:43:25] [Server thread/INFO]: [AxTrade] Loaded plugin!
  726. [21:43:25] [Server thread/INFO]: [AuraSkills] Enabling AuraSkills v2.2.7
  727. [21:43:25] [Server thread/INFO]: [AuraSkills] Loaded 21 message files
  728. [21:43:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook DecentHolograms
  729. [21:43:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook LuckPerms
  730. [21:43:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: auraskills [2.2.7]
  731. [21:43:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: aureliumskills [2.2.7]
  732. [21:43:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook PlaceholderAPI
  733. [21:43:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook ProtocolLib
  734. [21:43:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook Vault
  735. [21:43:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook WorldGuard
  736. [21:43:26] [Server thread/INFO]: [AuraSkills] Successfully registered hook MythicMobs
  737. [21:43:26] [Server thread/INFO]: [AuraSkills] Loaded 151 config options in 42 ms
  738. [21:43:26] [Server thread/INFO]: [AuraSkills] Loaded 3 blocked/disabled worlds
  739. [21:43:26] [Server thread/INFO]: [AuraSkills] [ACF] Enabled Asynchronous Tab Completion Support!
  740. [21:43:26] [Server thread/INFO]: [ajLeaderboards] Enabling ajLeaderboards v2.9.0
  741. [21:43:26] [Server thread/INFO]: [ajLeaderboards] Using H2 flatfile for board cache. (h2)
  742. [21:43:26] [Server thread/INFO]: [ajLeaderboards] Loaded 4 boards
  743. [21:43:26] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: ajlb [2.9.0]
  744. [21:43:26] [Server thread/INFO]: [ajLeaderboards] PAPI placeholders successfully registered!
  745. [21:43:26] [Server thread/INFO]: [ajLeaderboards] ajLeaderboards v2.9.0 by ajgeiss0702 enabled!
  746. [21:43:27] [Server thread/INFO]: [spark] Starting background profiler...
  747. [21:43:27] [Server thread/INFO]: [spark] The async-profiler engine is not supported for your os/arch (windows10/amd64), so the built-in Java engine will be used instead.
  748. [21:43:27] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  749. [21:43:27] [Server thread/INFO]: Done preparing level "world" (29.868s)
  750. [21:43:27] [Server thread/INFO]: Running delayed init tasks
  751. [21:43:27] [Craft Scheduler Thread - 10 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
  752. [21:43:27] [Craft Scheduler Thread - 12 - Essentials/INFO]: [Essentials] Abrufen von Versionsinformationen...
  753. [21:43:27] [Craft Scheduler Thread - 6 - ItemJoin/INFO]: [ItemJoin] Hooked into { Multiverse-Core, WorldGuard, PlaceholderAPI, ProtocolLib, Citizens, Vault }
  754. [21:43:27] [Craft Scheduler Thread - 10 - PlayerAuctions/INFO]: [PlayerAuctions] Loading auction items...
  755. [21:43:27] [Craft Scheduler Thread - 20 - HeadDB/INFO]: [tsp.headdb.HeadDB] Fetching heads...
  756. [21:43:27] [Craft Scheduler Thread - 16 - DecentHolograms/INFO]: [DecentHolograms] Loading holograms...
  757. [21:43:27] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.regions.WorldGuardFeature] Plugin 'WorldGuard' found. Using it now.
  758. [21:43:27] [Server thread/INFO]: [com.fastasyncworldedit.bukkit.FaweBukkit] Attempting to use plugin 'WorldGuard'
  759. [21:43:27] [Craft Scheduler Thread - 28 - Vault/INFO]: [Vault] Checking for Updates ...
  760. [21:43:27] [Craft Scheduler Thread - 32 - ItemJoin/INFO]: [ItemJoin] Checking for updates...
  761. [21:43:27] [Craft Scheduler Thread - 5 - PlayerPoints/INFO]: [RoseGarden] An update for PlayerPoints (v3.3.0) is available! You are running v3.2.7.
  762. [21:43:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: playerpoints [3.2.7]
  763. [21:43:27] [Craft Scheduler Thread - 16 - DecentHolograms/INFO]: [DecentHolograms] Loaded 8 holograms!
  764. [21:43:27] [Server thread/INFO]: [ItemJoin] 1/1 Custom item(s) loaded!
  765. [21:43:27] [Craft Scheduler Thread - 12 - Essentials/WARN]: [Essentials] Du bist 4 EssentialsX Dev-Build(s) veraltet!
  766. [21:43:27] [Craft Scheduler Thread - 12 - Essentials/WARN]: [Essentials] Hier herunterladen: https://essentialsx.net/downloads.html
  767. [21:43:27] [Server thread/INFO]: [SuperiorSkyblock2] Using LuckPerms as a permissions provider.
  768. [21:43:27] [Server thread/INFO]: [SuperiorSkyblock2] Hooked into Essentials for support of vanish status of players.
  769. [21:43:27] [Server thread/INFO]: [SuperiorSkyblock2] Hooked into Essentials for support of afk status of players.
  770. [21:43:27] [Server thread/INFO]: [SuperiorSkyblock2] Using Vault as an economy provider.
  771. [21:43:27] [Craft Scheduler Thread - 26 - DailyRewards/INFO]: [DailyRewards] You are running the latest release (2.7.0).
  772. [21:43:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: superior [2024.4]
  773. [21:43:27] [Server thread/INFO]: [SuperiorSkyblock2] Using PlaceholderAPI for placeholders support.
  774. [21:43:27] [Server thread/INFO]: [SuperiorSkyblock2] Detected PaperSpigot - Using async chunk-loading support with PaperMC.
  775. [21:43:27] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
  776. [21:43:27] [Craft Scheduler Thread - 28 - Vault/INFO]: [Vault] No new version available
  777. [21:43:27] [Server thread/INFO]: [Skript] Loading variables...
  778. [21:43:27] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
  779. [21:43:27] [Craft Scheduler Thread - 32 - ItemJoin/INFO]: [ItemJoin] You are up to date!
  780. [21:43:27] [Server thread/INFO]: [Skript] All scripts loaded without errors.
  781. [21:43:27] [Server thread/INFO]: [Skript] Loaded 3 scripts with a total of 10 structures in 0.11 seconds
  782. [21:43:27] [Server thread/INFO]: [Skript] Finished loading.
  783. [21:43:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: pa [1.30.2]
  784. [21:43:27] [Server thread/INFO]: [JumpPads] CleanUp found no JumpPads to delete!
  785. [21:43:27] [Craft Scheduler Thread - 19 - MiniMOTD/INFO]: [MiniMOTD] There is an update available for MiniMOTD!
  786. [21:43:27] [Craft Scheduler Thread - 19 - MiniMOTD/INFO]: [MiniMOTD] This server is running version v2.1.4, which is 1 versions outdated.
  787. [21:43:27] [Craft Scheduler Thread - 19 - MiniMOTD/INFO]: [MiniMOTD] Download the latest version, v2.1.5 from GitHub at the link below:
  788. [21:43:27] [Craft Scheduler Thread - 19 - MiniMOTD/INFO]: [MiniMOTD] https://github.com/jpenilla/MiniMOTD/releases/tag/v2.1.5
  789. [21:43:27] [Server thread/INFO]: [AuraSkills] Loaded 11 skills with 312 total sources
  790. [21:43:27] [Server thread/INFO]: [AuraSkills] Loaded 9 stats and 17 traits
  791. [21:43:27] [Server thread/INFO]: [AuraSkills] Loaded 22 pattern rewards and 0 level rewards
  792. [21:43:27] [Server thread/INFO]: [AuraSkills] Loaded 53 loot entries in 4 pools and 2 tables
  793. [21:43:27] [Server thread/INFO]: [AuraSkills] Loaded 6 menus
  794. [21:43:28] [Server thread/INFO]: [Citizens] 13 NPCs geladen.
  795. [21:43:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: luckperms [5.4-R2]
  796. [21:43:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: multiverse [1.0.1]
  797. [21:43:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: player [2.0.8]
  798. [21:43:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: server [2.6.2]
  799. [21:43:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: statistic [2.0.1]
  800. [21:43:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: vault [1.8.3]
  801. [21:43:28] [Server thread/INFO]: [PlaceholderAPI] Successfully registered external expansion: worldguard [1.4.2]
  802. [21:43:28] [Server thread/INFO]: 7 placeholder hook(s) registered! 1 placeholder hook(s) have an update available.
  803. [21:43:28] [Server thread/WARN]: [ViaVersion] There is a newer plugin version available: 5.2.1, you're on: 5.2.0
  804. [21:43:28] [Server thread/INFO]: Done (47.161s)! For help, type "help"
  805. [21:43:28] [Server thread/INFO]: Timings Reset
  806. [21:43:29] [Craft Scheduler Thread - 19 - DeathMessages/WARN]: [DeathMessages] Find a new version! Click to download: https://github.com/Winds-Studio/DeathMessages/releases
  807. [21:43:29] [Craft Scheduler Thread - 19 - DeathMessages/WARN]: [DeathMessages] Current Version: 1.4.19 | Latest Version: 1.4.20
  808. [21:43:29] [Craft Scheduler Thread - 7 - AxTrade/INFO]: SKYBLOCK | There is a new version of the plugin available! (current: 1.12.0 | latest: 1.12.3)
  809. [21:43:29] [pool-77-thread-1/INFO]: [ajLeaderboards] You are up to date! (2.9.0)
  810. [21:43:30] [HeadDB Database Worker | 1/INFO]: [tsp.headdb.HeadDB] Fetched 110291 total heads! (3s)
  811. [21:43:30] [HeadDB Database Worker | 1/INFO]: [tsp.headdb.HeadDB] Preloading 110291 heads...
  812. [21:43:31] [Craft Scheduler Thread - 19 - BetterTalismans/INFO]: [BetterTalismans] Checking for updates...
  813. [21:43:31] [Craft Scheduler Thread - 19 - BetterTalismans/INFO]: [BetterTalismans] Plugin up-to-date! You have the latest version!
  814. [21:43:31] [HeadDB Database Worker | 1/INFO]: [tsp.headdb.HeadDB] Preloading heads... 25%
  815. [21:43:31] [HeadDB Database Worker | 1/INFO]: [tsp.headdb.HeadDB] Preloading heads... 50%
  816. [21:43:32] [HeadDB Database Worker | 1/INFO]: [tsp.headdb.HeadDB] Preloading heads... 75%
  817. [21:43:32] [HeadDB Database Worker | 1/INFO]: [tsp.headdb.HeadDB] Preloading heads... 100%
  818. [21:43:32] [HeadDB Database Worker | 1/INFO]: [tsp.headdb.HeadDB] Preloaded 110291 total heads! (2s)
Add Comment
Please, Sign In to add comment