Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.36 KB | None | 0 0
  1. [16:02:35] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
  2. [16:02:35] [ServerMain/INFO]: Found new data pack file/dragon drops v1.3.4 (MC 1.20.x).zip, loading it automatically
  3. [16:02:37] [Worker-Main-1/ERROR]: Couldn't parse element loot_tables:minecraft:gameplay/fishing/junk
  4. com.google.gson.JsonSyntaxException: Unknown type 'minecraft:alternative'
  5. at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:95) ~[?:?]
  6. at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
  7. at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
  8. at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
  9. at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
  10. at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
  11. at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
  12. at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
  13. at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:383) ~[?:?]
  14. at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:400) ~[?:?]
  15. at net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer$Serializer.deserialize(LootPoolEntryContainer.java:86) ~[?:?]
  16. at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.a(LootPoolSingletonContainer.java:151) ~[?:?]
  17. at net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:97) ~[?:?]
  18. at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
  19. at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
  20. at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
  21. at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
  22. at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
  23. at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
  24. at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
  25. at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:383) ~[?:?]
  26. at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:391) ~[?:?]
  27. at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:172) ~[?:?]
  28. at net.minecraft.world.level.storage.loot.LootPool$Serializer.deserialize(LootPool.java:171) ~[?:?]
  29. at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
  30. at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40) ~[gson-2.10.jar:?]
  31. at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[gson-2.10.jar:?]
  32. at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
  33. at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
  34. at com.google.gson.Gson.fromJson(Gson.java:1290) ~[gson-2.10.jar:?]
  35. at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179) ~[gson-2.10.jar:?]
  36. at net.minecraft.util.GsonHelper.convertToObject(GsonHelper.java:383) ~[?:?]
  37. at net.minecraft.util.GsonHelper.getAsObject(GsonHelper.java:400) ~[?:?]
  38. at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:298) ~[?:?]
  39. at net.minecraft.world.level.storage.loot.LootTable$Serializer.deserialize(LootTable.java:292) ~[?:?]
  40. at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar:?]
  41. at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar:?]
  42. at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar:?]
  43. at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar:?]
  44. at net.minecraft.world.level.storage.loot.LootDataType.lambda$createSingleDeserialiser$0(LootDataType.java:56) ~[paper-1.20.1.jar:git-Paper-72]
  45. at net.minecraft.world.level.storage.loot.LootDataType.deserialize(LootDataType.java:45) ~[paper-1.20.1.jar:git-Paper-72]
  46. at net.minecraft.world.level.storage.loot.LootDataManager.lambda$scheduleElementParse$4(LootDataManager.java:68) ~[paper-1.20.1.jar:git-Paper-72]
  47. at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
  48. at net.minecraft.world.level.storage.loot.LootDataManager.lambda$scheduleElementParse$5(LootDataManager.java:67) ~[paper-1.20.1.jar:git-Paper-72]
  49. at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
  50. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  51. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  52. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  53. [16:02:37] [ServerMain/WARN]: Found loot table element validation problem in {loot_tables:minecraft:entities/ender_dragon}.pools[1].entries[0]: Unknown loot table called minecraft:entities/reference/mmh/ender_dragon
  54. [16:02:37] [ServerMain/WARN]: Found loot table element validation problem in {loot_tables:minecraft:gameplay/fishing}.pools[0].entries[0]: Unknown loot table called minecraft:gameplay/fishing/junk
  55. [16:02:37] [ServerMain/INFO]: Loaded 7 recipes
  56. [16:02:38] [Server thread/INFO]: Starting minecraft server version 1.20.1
  57. [16:02:38] [Server thread/INFO]: Loading properties
  58. [16:02:38] [Server thread/INFO]: This server is running Paper version git-Paper-72 (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT) (Git: a3c760e)
  59. [16:02:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
  60. [16:02:38] [Server thread/INFO]: Using 4 threads for Netty based IO
  61. [16:02:38] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
  62. We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
  63. For more information please visit: https://github.com/PaperMC/Paper/issues/8948
  64. [16:02:38] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
  65. [16:02:39] [Server thread/INFO]: Default game type: SURVIVAL
  66. [16:02:39] [Server thread/INFO]: Generating keypair
  67. [16:02:39] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565
  68. [16:02:39] [Server thread/INFO]: Using epoll channel type
  69. [16:02:39] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
  70. [16:02:39] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
  71. [16:02:40] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Initializing Terra...
  72. [16:02:40] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loading config.yml
  73. [16:02:40] [Server thread/INFO]: [com.dfsek.terra.config.PluginConfigImpl] Loading config values from config.yml
  74. [16:02:41] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loading 35 Terra addons:
  75. - biome-provider-extrusion@1.0.0-BETA+73baaec6c
  76. - biome-provider-image@1.0.0-BETA+73baaec6c
  77. - biome-provider-image-v2@1.0.0-BETA+73baaec6c
  78. - biome-provider-pipeline@1.0.1-BETA+73baaec6c
  79. - biome-provider-pipeline-v2@1.0.0-BETA+73baaec6c
  80. - biome-provider-single@1.0.0-BETA+73baaec6c
  81. - biome-query-api@1.0.0-BETA+73baaec6c
  82. - chunk-generator-noise-3d@1.1.0-BETA+73baaec6c
  83. - command-addons@1.0.0-BETA+73baaec6c
  84. - command-packs@1.0.0-BETA+73baaec6c
  85. - command-profiler@1.0.0-BETA+73baaec6c
  86. - command-structures@1.0.0-BETA+73baaec6c
  87. - config-biome@1.0.0-BETA+73baaec6c
  88. - config-distributors@1.0.0-BETA+73baaec6c
  89. - config-feature@1.0.0-BETA+73baaec6c
  90. - config-flora@1.0.0-BETA+73baaec6c
  91. - config-locators@1.1.0-BETA+73baaec6c
  92. - config-noise-function@1.0.0-BETA+73baaec6c
  93. - config-ore@1.0.0-BETA+73baaec6c
  94. - config-palette@1.0.0-BETA+73baaec6c
  95. - config-structure@1.0.0-BETA+73baaec6c
  96. - generation-stage-feature@1.1.0-BETA+73baaec6c
  97. - generation-stage-structure@1.0.0-BETA+73baaec6c
  98. - language-yaml@1.0.0-BETA+73baaec6c
  99. - library-image@1.0.0-BETA+73baaec6c
  100. - palette-block-shortcut@1.0.0-BETA+73baaec6c
  101. - pipeline-image@1.0.0-BETA+73baaec6c
  102. - structure-block-shortcut@1.0.0-BETA+73baaec6c
  103. - structure-function-check-noise-3d@1.0.0-BETA+73baaec6c
  104. - structure-mutator@0.1.0-BETA+73baaec6c
  105. - structure-sponge-loader@1.0.0-BETA+73baaec6c
  106. - structure-terrascript-loader@1.1.0-BETA+73baaec6c
  107. - terra@1.0.0
  108. - terra-bukkit@1.0.0
  109. - terrascript-function-sampler@1.0.0-BETA+73baaec6c
  110. [16:02:41] [Server thread/WARN]: [com.dfsek.terra.addons.biome.pipeline.BiomePipelineAddon] The biome-provider-pipeline addon is deprecated and scheduled for removal in Terra 7.0. It is recommended to use the biome-provider-pipeline-v2 addon for future pack development instead.
  111. [16:02:41] [Server thread/WARN]: [com.dfsek.terra.addons.biome.image.ImageBiomeProviderAddon] The biome-provider-image addon is deprecated and scheduled for removal in Terra 7.0. It is recommended to use the biome-provider-image-v2 addon for future pack development instead.
  112. [16:02:41] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Terra addons successfully loaded.
  113. [16:02:41] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Finished initialization.
  114. [16:02:41] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R1.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  115. [16:02:45] [Server thread/WARN]: Legacy plugin Banknotes v1.8.0 does not specify an api-version.
  116. [16:02:45] [Server thread/WARN]: Legacy plugin Dynmap-WorldGuard v1.2 does not specify an api-version.
  117. [16:02:45] [Server thread/WARN]: Legacy plugin TPPets v2.2.1 does not specify an api-version.
  118. [16:02:45] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.40
  119. [16:02:45] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
  120. [16:02:45] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.15+6463-5ca4dff
  121. [16:02:46] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1c5492e7]
  122. [16:02:46] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9-beta1+2249-223b80c
  123. [16:02:46] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0
  124. [16:02:46] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.20.1) has not yet been tested! Proceed with caution.
  125. [16:02:47] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.3
  126. [16:02:47] [Server thread/INFO]: [Skript] Loading server plugin Skript v2.7.0-beta3
  127. [16:02:47] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
  128. [16:02:47] [Server thread/INFO]: [Graves] Loading server plugin Graves v4.9
  129. [16:02:47] [Server thread/INFO]: [Graves] Integration: Hooked into WorldGuard 7.0.9-beta1+2249-223b80c.
  130. [16:02:47] [Server thread/INFO]: [LibsDisguises] Loading server plugin LibsDisguises v10.0.37-SNAPSHOT
  131. [16:02:47] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.0
  132. [16:02:47] [Server thread/INFO]: [Terra] Loading server plugin Terra v6.3.1-BETA+73baaec6c
  133. [16:02:47] [Server thread/INFO]: [GriefPrevention] Loading server plugin GriefPrevention v16.18.1
  134. [16:02:47] [Server thread/INFO]: [MythicMobs] Loading server plugin MythicMobs v5.3.5-64893d49
  135. [16:02:47] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.bukkit.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
  136. [16:02:47] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v21.3
  137. [16:02:47] [Server thread/INFO]: [EssentialsChat] Loading server plugin EssentialsChat v2.20.0
  138. [16:02:47] [Server thread/INFO]: [SCore] Loading server plugin SCore v4.0.1
  139. [16:02:47] [Server thread/INFO]: [NBTAPI] Loading server plugin NBTAPI v2.11.3
  140. [16:02:47] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_20_R1! Trying to find NMS support
  141. [16:02:47] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_20_R1' loaded!
  142. [16:02:47] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  143. [16:02:47] [Server thread/INFO]: [NBTAPI] [NBTAPI] Using the plugin 'LuckPerms' to create a bStats instance!
  144. [16:02:47] [Server thread/INFO]: [CMILib] Loading server plugin CMILib v1.4.0.1
  145. [16:02:47] [Server thread/INFO]: [EssentialsDiscord] Loading server plugin EssentialsDiscord v2.20.0
  146. [16:02:47] [Server thread/INFO]: [floodgate] Loading server plugin floodgate v2.2.2-SNAPSHOT (b59-2278589)
  147. [16:02:47] [Thread-8/INFO]: [NBTAPI] [NBTAPI] The NBT-API seems to be up-to-date!
  148. [16:02:47] [Server thread/INFO]: [floodgate] Took 423ms to boot Floodgate
  149. [16:02:47] [Server thread/INFO]: [dynmap] Loading server plugin dynmap v3.6-899
  150. [16:02:47] [Server thread/INFO]: [dynmap] version=git-Paper-72 (MC: 1.20.1)
  151. [16:02:47] [Server thread/INFO]: [dynmap] Mod Support API available
  152. [16:02:47] [Server thread/INFO]: [Votifier] Loading server plugin Votifier v2.7.3
  153. [16:02:47] [Server thread/INFO]: [mcMMO] Loading server plugin mcMMO v2.1.222
  154. [16:02:47] [Server thread/INFO]: [mcMMO] [D] Registered WG flags successfully!
  155. [16:02:47] [Server thread/INFO]: [ExecutableItems] Loading server plugin ExecutableItems v6.0.1
  156. [16:02:47] [Server thread/INFO]: [CrashAPI] Loading server plugin CrashAPI v1.1.5
  157. [16:02:47] [Server thread/INFO]: [CrashAPI] Checking Bukkit Version: 1.20.1
  158. [16:02:47] [Server thread/INFO]: [CrashAPI] Bukkit Version 1.20.1 is compatible through NMS!
  159. [16:02:47] [Server thread/INFO]: [CrashAPI] Using API version v1_20_R1.
  160. [16:02:47] [Server thread/INFO]: [CrashAPI] Initializing main configuration...
  161. [16:02:47] [Server thread/INFO]: [CrashAPI] Main configuration initialized!
  162. [16:02:47] [Server thread/INFO]: [CrashAPI] Initializing language configuration...
  163. [16:02:47] [Server thread/INFO]: [CrashAPI] Language configuration initialized!
  164. [16:02:48] [Server thread/INFO]: [Jobs] Loading server plugin Jobs v5.2.0.0
  165. [16:02:48] [Server thread/INFO]: [voicechat] Loading server plugin voicechat v2.4.10
  166. [16:02:48] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.17.1
  167. [16:02:48] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (250 ms).
  168. [16:02:48] [Server thread/INFO]: [Shopkeepers] Loading config.
  169. [16:02:48] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': ENDERDRAGON
  170. [16:02:48] [Server thread/WARN]: [Shopkeepers] Config: All existing entity type names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  171. [16:02:48] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
  172. [16:02:48] [Server thread/WARN]: [Shopkeepers] Config: Invalid living entity type name in 'enabled-living-shops': ENDERDRAGON
  173. [16:02:48] [Server thread/WARN]: [Shopkeepers] Config: All existing entity type names can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
  174. [16:02:48] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
  175. [16:02:48] [Server thread/INFO]: [Shopkeepers] Registering defaults.
  176. [16:02:48] [Server thread/INFO]: [Banknotes] Loading server plugin Banknotes v1.8.0
  177. [16:02:48] [Server thread/INFO]: [Emotions] Loading server plugin Emotions v1.5
  178. [16:02:48] [Server thread/INFO]: [Multiverse-Inventories] Loading server plugin Multiverse-Inventories v4.2.3-b523
  179. [16:02:48] [Server thread/INFO]: [InteractiveChat] Loading server plugin InteractiveChat v4.2.7.2
  180. [16:02:48] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.34
  181. [16:02:48] [Server thread/INFO]: [SuperbVote] Loading server plugin SuperbVote v0.5.5
  182. [16:02:48] [Server thread/INFO]: [ImageOnMap] Loading server plugin ImageOnMap v4.2.2
  183. [16:02:48] [Server thread/INFO]: [ExecutableEvents] Loading server plugin ExecutableEvents v2.0.1
  184. [16:02:48] [Server thread/INFO]: [BlockLocker] Loading server plugin BlockLocker v1.12.1
  185. [16:02:48] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.4.10
  186. [16:02:48] [Server thread/INFO]: [AuctionMaster] Loading server plugin AuctionMaster v4.1
  187. [16:02:48] [Server thread/INFO]: [Geyser-Spigot] Loading server plugin Geyser-Spigot v2.1.2-SNAPSHOT
  188. [16:02:48] [Server thread/INFO]: [Geyser-Spigot] Loading extensions...
  189. [16:02:48] [Server thread/INFO]: [Geyser-Spigot] Loaded 0 extension(s)
  190. [16:02:48] [Server thread/INFO]: [ChatFilter] Loading server plugin ChatFilter v1.4
  191. [16:02:48] [Server thread/INFO]: [Dynmap-WorldGuard] Loading server plugin Dynmap-WorldGuard v1.2
  192. [16:02:48] [Server thread/INFO]: [SilkSpawners_v2] Loading server plugin SilkSpawners_v2 v2.2.1
  193. [16:02:48] [Server thread/INFO]: [BloodFading] Loading server plugin BloodFading v0.6.0
  194. [16:02:48] [Server thread/INFO]: [SlimeIndicator] Loading server plugin SlimeIndicator v1.1-SNAPSHOT
  195. [16:02:48] [Server thread/INFO]: [NoChatReports] Loading server plugin NoChatReports v1.0.5
  196. [16:02:48] [Server thread/INFO]: [BetterRTP] Loading server plugin BetterRTP v3.6.10
  197. [16:02:48] [Server thread/INFO]: [PlayerKits] Loading server plugin PlayerKits v2.27.1
  198. [16:02:48] [Server thread/INFO]: [ExecutableBlocks] Loading server plugin ExecutableBlocks v4.0.1
  199. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Loading server plugin EnchantmentSolution v2.5.7.1
  200. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Minecraft Version: 1.20.1
  201. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Minecraft API Version: v1_20_R1
  202. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] EnchantmentSolution Version: 2.5.7.1
  203. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Loading Item Break Types...
  204. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Item Break Types Loaded!
  205. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Initializing main configuration...
  206. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Main configuration initialized!
  207. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Initializing fishing config...
  208. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Fishing config initialized!
  209. [16:02:48] [Server thread/INFO]: [EnchantmentSolution] Initializing enchantment configuration...
  210. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] Enchantment configuration initialized!
  211. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] Initializing advancements configuration...
  212. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] Advancements configuration initialized!
  213. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] Initializing Hard Mode configuration...
  214. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] Hard Mode configuration initialized!
  215. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] Initializing language configuration...
  216. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] Language configuration initialized!
  217. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] Initializing enchantments...
  218. [16:02:49] [Server thread/INFO]: [EnchantmentSolution] All enchantments initialized!
  219. [16:02:49] [Server thread/INFO]: [ColoredAnvils] Loading server plugin ColoredAnvils v2.0.0
  220. [16:02:49] [Server thread/INFO]: [HiveChecker] Loading server plugin HiveChecker v3.11.0
  221. [16:02:49] [Server thread/INFO]: [TPPets] Loading server plugin TPPets v2.2.1
  222. [16:02:49] [Server thread/INFO]: [DisableElytra] Loading server plugin DisableElytra v1.0
  223. [16:02:49] [Server thread/INFO]: [ClearLag] Loading server plugin ClearLag v3.2.2
  224. [16:02:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  225. [16:02:49] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.40
  226. [16:02:50] [Server thread/INFO]: __
  227. [16:02:50] [Server thread/INFO]: | |__) LuckPerms v5.4.40
  228. [16:02:50] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  229. [16:02:50] [Server thread/INFO]:
  230. [16:02:50] [Server thread/INFO]: [LuckPerms] Loading configuration...
  231. [16:02:50] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  232. [16:02:51] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  233. [16:02:51] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  234. [16:02:52] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 2749ms)
  235. [16:02:52] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
  236. [16:02:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  237. [16:02:52] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  238. [16:02:52] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
  239. [16:02:52] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  240. [16:02:52] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.15+6463-5ca4dff
  241. [16:02:52] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  242. [16:02:52] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  243. [16:02:53] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_20_R1.PaperweightAdapter as the Bukkit adapter
  244. [16:02:54] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0
  245. [16:02:54] [Server thread/INFO]: [Terra] Enabling Terra v6.3.1-BETA+73baaec6c
  246. [16:02:54] [Server thread/INFO]: [com.dfsek.terra.bukkit.TerraBukkitPlugin] Running on Minecraft version v1.20.1 with server implementation Paper.
  247. [16:02:54] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loading config packs...
  248. [16:02:55] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loading config pack "HYDRAXIA:HYDRAXIA"
  249. [16:02:56] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loaded config pack "HYDRAXIA:HYDRAXIA" v0.2.2 by Jaddot in 2165.583475ms.
  250. [16:02:57] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loading config pack "SKYLANDS:SKYLANDS"
  251. [16:02:57] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loaded config pack "SKYLANDS:SKYLANDS" v0.1.0 by Falcon in 350.52502ms.
  252. [16:02:57] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loading config pack "REIMAGEND:REIMAGEND"
  253. [16:02:57] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loaded config pack "REIMAGEND:REIMAGEND" v2.1.5 by Aureus, RogueShade in 464.045818ms.
  254. [16:02:57] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loading config pack "TARTARUS:TARTARUS"
  255. [16:02:57] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loaded config pack "TARTARUS:TARTARUS" v0.5.0 by Jaddot in 117.725736ms.
  256. [16:02:57] [Server thread/INFO]: [com.dfsek.terra.registry.master.ConfigRegistry] Loading ZIP archive: default.zip
  257. [16:02:58] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loading config pack "OVERWORLD:OVERWORLD"
  258. [16:02:59] [Server thread/INFO]: [com.dfsek.terra.config.pack.ConfigPackImpl] Loaded config pack "OVERWORLD:OVERWORLD" v1.3.0 by Astrash, Sancires, Aureus in 1294.720784ms.
  259. [16:02:59] [Server thread/INFO]: [com.dfsek.terra.AbstractPlatform] Loaded packs.
  260. [16:02:59] [Server thread/INFO]: [com.dfsek.terra.bukkit.nms.v1_20_R1.AwfulBukkitHacks] Hacking biome registry...
  261. [16:02:59] [Server thread/INFO]: [com.dfsek.terra.bukkit.nms.v1_20_R1.AwfulBukkitHacks] Doing tag garbage....
  262. [16:02:59] [Server thread/INFO]: [BlockLocker] Enabling BlockLocker v1.12.1
  263. [16:02:59] [Server thread/INFO]: Preparing level "world"
  264. [16:03:00] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  265. [16:03:01] [Server thread/INFO]: Time elapsed: 625 ms
  266. [16:03:01] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  267. [16:03:01] [Server thread/INFO]: Time elapsed: 84 ms
  268. [16:03:01] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  269. [16:03:01] [Server thread/INFO]: Time elapsed: 106 ms
  270. [16:03:01] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9-beta1+2249-223b80c
  271. [16:03:01] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  272. [16:03:01] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  273. [16:03:01] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  274. [16:03:01] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  275. [16:03:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  276. [16:03:01] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  277. [16:03:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  278. [16:03:01] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  279. [16:03:01] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  280. [16:03:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  281. [16:03:01] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  282. [16:03:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  283. [16:03:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  284. [16:03:01] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  285. [16:03:01] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  286. [16:03:01] [Server thread/INFO]: [WorldGuard] Loading region data...
  287. [16:03:02] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
  288. [16:03:02] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  289. [16:03:02] [Server thread/INFO]: [Skript] Enabling Skript v2.7.0-beta3
  290. [16:03:03] [Server thread/INFO]: [Skript] Missing lang enum constant for 'damage causes.KILL'
  291. [16:03:03] [Server thread/INFO]: [Skript] Missing lang enum constant for 'damage causes.WORLD_BORDER'
  292. [16:03:03] [Server thread/INFO]: [Skript] Missing lang enum constant for 'damage causes.KILL'
  293. [16:03:03] [Server thread/INFO]: [Skript] Missing lang enum constant for 'damage causes.WORLD_BORDER'
  294. [16:03:03] [Server thread/INFO]: [Skript] Missing lang enum constant for 'damage causes.KILL'
  295. [16:03:03] [Server thread/INFO]: [Skript] Missing lang enum constant for 'damage causes.WORLD_BORDER'
  296. [16:03:03] [Thread-12/INFO]: [Skript] You're currently running the latest stable version of Skript.
  297. [16:03:10] [Server thread/INFO]: [Skript] Loaded 150750 aliases in 7287ms
  298. [16:03:10] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  299. [16:03:10] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
  300. [16:03:10] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
  301. [16:03:10] [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.
  302. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_flat) TNT ignition is PERMITTED.
  303. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_flat) Lighters are PERMITTED.
  304. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_flat) Lava fire is PERMITTED.
  305. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_flat) Fire spread is UNRESTRICTED.
  306. [16:03:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_flat'
  307. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_aether) TNT ignition is PERMITTED.
  308. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_aether) Lighters are PERMITTED.
  309. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_aether) Lava fire is PERMITTED.
  310. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_aether) Fire spread is UNRESTRICTED.
  311. [16:03:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_aether'
  312. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_amplified) TNT ignition is PERMITTED.
  313. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_amplified) Lighters are PERMITTED.
  314. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_amplified) Lava fire is PERMITTED.
  315. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_amplified) Fire spread is UNRESTRICTED.
  316. [16:03:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_amplified'
  317. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_skyland) TNT ignition is PERMITTED.
  318. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_skyland) Lighters are PERMITTED.
  319. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_skyland) Lava fire is PERMITTED.
  320. [16:03:11] [Server thread/INFO]: [WorldGuard] (world_skyland) Fire spread is UNRESTRICTED.
  321. [16:03:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_skyland'
  322. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_build) TNT ignition is PERMITTED.
  323. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_build) Lighters are PERMITTED.
  324. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_build) Lava fire is PERMITTED.
  325. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_build) Fire spread is UNRESTRICTED.
  326. [16:03:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_build'
  327. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_frostland) TNT ignition is PERMITTED.
  328. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_frostland) Lighters are PERMITTED.
  329. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_frostland) Lava fire is PERMITTED.
  330. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_frostland) Fire spread is UNRESTRICTED.
  331. [16:03:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_frostland'
  332. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_void) TNT ignition is PERMITTED.
  333. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_void) Lighters are PERMITTED.
  334. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_void) Lava fire is PERMITTED.
  335. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_void) Fire spread is UNRESTRICTED.
  336. [16:03:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_void'
  337. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_underworld) TNT ignition is PERMITTED.
  338. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_underworld) Lighters are PERMITTED.
  339. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_underworld) Lava fire is PERMITTED.
  340. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_underworld) Fire spread is UNRESTRICTED.
  341. [16:03:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_underworld'
  342. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_arena) TNT ignition is PERMITTED.
  343. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_arena) Lighters are PERMITTED.
  344. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_arena) Lava fire is PERMITTED.
  345. [16:03:12] [Server thread/INFO]: [WorldGuard] (world_arena) Fire spread is UNRESTRICTED.
  346. [16:03:12] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_arena'
  347. [16:03:12] [Server thread/INFO]: [Multiverse-Core] 12 - World(s) loaded.
  348. [16:03:12] [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.
  349. [16:03:12] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  350. [16:03:12] [Server thread/INFO]: [Graves] Enabling Graves v4.9
  351. [16:03:12] [Server thread/INFO]: [Graves] Integration: Hooked into Vault 1.7.3-b131.
  352. [16:03:12] [Server thread/INFO]: [Graves] Integration: Hooked into ProtocolLib 5.0.0.
  353. [16:03:12] [Server thread/INFO]: [Graves] Integration: Hooked into WorldEdit 7.2.15+6463-5ca4dff.
  354. [16:03:12] [Server thread/INFO]: [Graves] Integration: Hooked into WorldGuard 7.0.9-beta1+2249-223b80c.
  355. [16:03:12] [Server thread/INFO]: [Graves] Integration: Hooked into MiniMessage.
  356. [16:03:12] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: graves [4.9]
  357. [16:03:12] [Server thread/INFO]: [Graves] Integration: Hooked into PlaceholderAPI 2.11.3.
  358. [16:03:12] [Server thread/INFO]: [Graves] Compatibility: World "world_arena" has keepInventory set to true, Graves will not be created here.
  359. [16:03:12] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.37-SNAPSHOT
  360. [16:03:12] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.37-Free.jar
  361. [16:03:12] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_20_R1 (v1_20)
  362. [16:03:12] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1244
  363. [16:03:12] [Server thread/INFO]: [LibsDisguises] Build Date: 05/07/2023 22:07
  364. [16:03:12] [Server thread/INFO]: [LibsDisguises] If you own the plugin, place the premium jar downloaded from https://www.spigotmc.org/resources/libs-disguises.32453/ in plugins/LibsDisguises/
  365. [16:03:12] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
  366. [16:03:18] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  367. [16:03:18] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
  368. [16:03:18] [Server thread/INFO]: [LibsDisguises] Config is up to date!
  369. [16:03:18] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.0
  370. [16:03:19] [Server thread/ERROR]: [Essentials] You are using plugins known to cause severe issues with EssentialsX and other plugins.
  371. [16:03:19] [Server thread/INFO]: [Essentials] Status determining class: ml.tcoded.nochatreports.NoChatReportsSpigot
  372. [16:03:19] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  373. [16:03:19] [Server thread/INFO]: [Essentials] No kits found to migrate.
  374. [16:03:19] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
  375. [16:03:19] [Server thread/INFO]: [Essentials] Using locale en_US
  376. [16:03:19] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  377. [16:03:19] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  378. [16:03:19] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
  379. [16:03:19] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  380. [16:03:19] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.18.1
  381. [16:03:19] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  382. [16:03:20] [Server thread/INFO]: [GriefPrevention] 6 total claims loaded.
  383. [16:03:20] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  384. [16:03:20] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
  385. [16:03:20] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  386. [16:03:20] [Server thread/INFO]: [GriefPrevention] Boot finished.
  387. [16:03:20] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.3.5-64893d49
  388. [16:03:21] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.20.1)...
  389. [16:03:21] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  390. [16:03:22] [Server thread/INFO]: [MythicMobs] Mythic GriefPrevention Support has been enabled!
  391. [16:03:22] [Server thread/INFO]: [MythicMobs] Mythic LibsDisguises Support has been enabled!
  392. [16:03:22] [Server thread/INFO]: [MythicMobs] Mythic mcMMO Support has been enabled!
  393. [16:03:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mythic [5.0.0]
  394. [16:03:22] [Server thread/INFO]: [MythicMobs] Mythic PlaceholderAPI Support has been enabled!
  395. [16:03:22] [Server thread/INFO]: [MythicMobs] Mythic ProtocolLib Support has been enabled!
  396. [16:03:22] [Server thread/INFO]: [MythicMobs] Mythic Vault Support has been enabled!
  397. [16:03:22] [Server thread/INFO]: [MythicMobs] Mythic WorldGuard Support has been enabled!
  398. [16:03:22] [Server thread/INFO]: [MythicMobs] Base directory /home/container/plugins/MythicMobs/SavedData
  399. [16:03:22] [Server thread/INFO]: [MythicMobs] Module directory /home/container/plugins/MythicMobs/SavedData/worlds
  400. [16:03:24] [Server thread/INFO]: [MythicMobs] Loading Packs...
  401. [16:03:24] [Server thread/INFO]: [MythicMobs] Loading Items...
  402. [16:03:24] [Server thread/INFO]: [MythicMobs] Loading Item Groups...
  403. [16:03:24] [Server thread/INFO]: [MythicMobs] Loading Skills...
  404. [16:03:24] [Server thread/WARN]: [MythicMobs] ✗ Configuration Error in Mechanic effect:glow
  405. [16:03:24] [Server thread/WARN]: [MythicMobs] --| File: /home/container/plugins/MythicMobs/Mobs/VoidMobs.yml
  406. [16:03:24] [Server thread/WARN]: [MythicMobs] --| Error Message: The GLOW Effect requires GlowAPI and the 'color' attribute must be a valid GlowAPI Color.
  407. [16:03:24] [Server thread/WARN]: [MythicMobs] --| Mechanic Line: effect:glow{color=DARK_PURPLE;duration=36000}
  408. [16:03:24] [Server thread/INFO]: [MythicMobs] Loading Drop Tables...
  409. [16:03:24] [Server thread/INFO]: [MythicMobs] Loading Random Spawns...
  410. [16:03:24] [Server thread/INFO]: [MythicMobs] Loading Spawn Blocks...
  411. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 34 mobs.
  412. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 vanilla mob overrides.
  413. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob stacks.
  414. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 3 skills.
  415. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 10 random spawns.
  416. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 7 mythic items.
  417. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 2 drop tables.
  418. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ Loaded 0 mob spawners.
  419. [16:03:24] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  420. [16:03:24] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  421. [16:03:24] [Server thread/INFO]: [MythicMobs] ✓ MythicMobs Premium v5.3.5 ( build 64893d49 ) has been successfully loaded!
  422. [16:03:24] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v21.3
  423. [16:03:24] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  424. [16:03:24] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  425. [16:03:24] [Server thread/INFO]: --------------------
  426. [16:03:24] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
  427. [16:03:24] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
  428. [16:03:24] [Server thread/INFO]: --------------------
  429. [16:03:24] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.20.0
  430. [16:03:24] [Server thread/INFO]: [EssentialsChat] Starting Metrics. Opt-out using the global bStats config.
  431. [16:03:24] [Server thread/INFO]: [SCore] Enabling SCore v4.0.1
  432. [16:03:24] [Server thread/INFO]: ================ SCore ================
  433. [16:03:24] [Server thread/INFO]: SCore Version of the server git-Paper-72 (MC: 1.20.1) !
  434. [16:03:24] [Server thread/INFO]: SCore ExecutableItems hooked ! (6.0.1) Load After
  435. [16:03:24] [Server thread/INFO]: SCore ExecutableBlocks hooked ! (4.0.1) Load After
  436. [16:03:24] [Server thread/INFO]: SCore ExecutableEvents hooked ! (2.0.1) Load After
  437. [16:03:24] [Server thread/INFO]: SCore PlaceholderAPI hooked ! (2.11.3) Load Before
  438. [16:03:24] [Server thread/INFO]: SCore WorldGuard hooked ! (7.0.9-beta1+2249-223b80c) Load Before
  439. [16:03:24] [Server thread/INFO]: SCore Vault hooked ! (1.7.3-b131) Load Before
  440. [16:03:24] [Server thread/INFO]: SCore Multiverse-Core hooked ! (4.3.1-b861) Load Before
  441. [16:03:24] [Server thread/INFO]: SCore GriefPrevention hooked ! (16.18.1) Load Before
  442. [16:03:24] [Server thread/INFO]: SCore CoreProtect hooked ! (21.3) Load Before
  443. [16:03:24] [Server thread/INFO]: SCore ProtocolLib hooked !
  444. [16:03:24] [Server thread/INFO]: SCore Locale setup: EN
  445. [16:03:24] [Server thread/INFO]: SCore NBTAPI hooked ! (2.11.3) Load After
  446. [16:03:24] [Server thread/INFO]: SCore MythicMobs hooked ! (5.3.5-64893d49) Load Before
  447. [16:03:24] [Server thread/INFO]: SCore Terra hooked ! (6.3.1-BETA+73baaec6c) Load Before
  448. [16:03:24] [Server thread/INFO]: SCore Language of the editor setup on EN
  449. [16:03:24] [Server thread/INFO]: SCore Language for in-game messages setup on EN
  450. [16:03:24] [Server thread/INFO]: SCore Connection to the db...
  451. [16:03:24] [Server thread/INFO]: SCore will connect to the database hosted: In Local
  452. [16:03:24] [Server thread/INFO]: SCore Creating table SecurityOP if not exists...
  453. [16:03:24] [Server thread/INFO]: SCore Creating table Commands if not exists...
  454. [16:03:24] [Server thread/INFO]: SCore Creating table Cooldowns if not exists...
  455. [16:03:24] [Server thread/INFO]: SCore Creating table Commands Player if not exists...
  456. [16:03:24] [Server thread/INFO]: SCore Creating table Commands Entity if not exists...
  457. [16:03:24] [Server thread/INFO]: SCore Creating table Commands Block if not exists...
  458. [16:03:24] [Server thread/INFO]: SCore Creating table UsePerDay if not exists...
  459. [16:03:24] [Server thread/INFO]: SCore SCore loaded 9 variables from local files !
  460. [16:03:24] [Server thread/INFO]: SCore SCore loaded 0 delayed commands saved
  461. [16:03:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: SCore [1.0.0]
  462. [16:03:24] [Server thread/INFO]: ================ SCore ================
  463. [16:03:24] [Server thread/INFO]: [NBTAPI] Enabling NBTAPI v2.11.3
  464. [16:03:24] [Server thread/INFO]: [NBTAPI] Adding listeners...
  465. [16:03:24] [Server thread/INFO]: [NBTAPI] Gson:
  466. [16:03:24] [Server thread/INFO]: [NBTAPI] Checking bindings...
  467. [16:03:24] [Server thread/INFO]: [NBTAPI] All Classes were able to link!
  468. [16:03:24] [Server thread/INFO]: [NBTAPI] All Methods were able to link!
  469. [16:03:24] [Server thread/INFO]: [NBTAPI] Running NBT reflection test...
  470. [16:03:24] [Server thread/INFO]: [NBTAPI] Success! This version of NBT-API is compatible with your server.
  471. [16:03:24] [Server thread/INFO]: [CMILib] Enabling CMILib v1.4.0.1
  472. [16:03:25] [Server thread/INFO]: Server version: v1_20_R1 - 1.20.1 - paper
  473. [16:03:25] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cmil [1.4.0.1]
  474. [16:03:25] [Server thread/INFO]: PlaceholderAPI hooked.
  475. [16:03:25] [Server thread/INFO]: Updated (EN) language file. Took 41ms
  476. [16:03:25] [Server thread/INFO]: [EssentialsDiscord] Enabling EssentialsDiscord v2.20.0
  477. [16:03:25] [Server thread/INFO]: [EssentialsDiscord] Starting Metrics. Opt-out using the global bStats config.
  478. [16:03:25] [Server thread/INFO]: [EssentialsDiscord] Attempting to login to Discord...
  479. [16:03:26] [Server thread/INFO]: [net.essentialsx.dep.net.dv8tion.jda.api.JDA] Login Successful!
  480. [16:03:26] [JDA MainWS-ReadThread/INFO]: [net.essentialsx.dep.net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket
  481. [16:03:26] [JDA MainWS-ReadThread/INFO]: [net.essentialsx.dep.net.dv8tion.jda.api.JDA] Finished Loading!
  482. [16:03:26] [Server thread/INFO]: [EssentialsDiscord] Successfully logged in as Lectern#1738
  483. [16:03:26] [Server thread/INFO]: [EssentialsDiscord] Discord console logging has been disabled due to an invalid channel definition! If you intend to disable it, set the channel ID to "none"; otherwise check that your channel ID is correct.
  484. [16:03:26] [Server thread/INFO]: [floodgate] Enabling floodgate v2.2.2-SNAPSHOT (b59-2278589)
  485. [16:03:26] [Server thread/INFO]: [dynmap] Enabling dynmap v3.6-899
  486. [16:03:27] [Server thread/INFO]: [dynmap] Added 322 custom biome mappings
  487. [16:03:27] [Server thread/INFO]: [dynmap] Using LuckPerms 5.4.40 for access control
  488. [16:03:28] [Server thread/INFO]: [dynmap] Mod Support processing completed
  489. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
  490. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
  491. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
  492. [16:03:30] [Server thread/INFO]: [dynmap] Starting enter/exit processing
  493. [16:03:30] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
  494. [16:03:30] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
  495. [16:03:30] [Server thread/INFO]: [dynmap] version 3.6-899 is enabled - core version 3.6-899
  496. [16:03:30] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
  497. [16:03:30] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap
  498. [16:03:30] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
  499. [16:03:30] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
  500. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
  501. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  502. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  503. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_flat'.
  504. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_aether'.
  505. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_amplified'.
  506. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_skyland'.
  507. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_build'.
  508. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_frostland'.
  509. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_void'.
  510. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_underworld'.
  511. [16:03:30] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world_arena'.
  512. [16:03:30] [Server thread/INFO]: [dynmap] Enabled
  513. [16:03:30] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
  514. [16:03:30] [Server thread/INFO]: [Votifier] Loaded token for website: default
  515. [16:03:30] [Server thread/INFO]: [Votifier] Using epoll transport to accept votes.
  516. [16:03:30] [Server thread/INFO]: [Votifier] Method none selected for vote forwarding: Votes will not be received from a forwarder.
  517. [16:03:30] [Server thread/INFO]: [mcMMO] Enabling mcMMO v2.1.222
  518. [16:03:30] [Votifier epoll boss/INFO]: [Votifier] Votifier enabled on socket /0.0.0.0:8192.
  519. [16:03:31] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mcmmo [1.0,0]
  520. [16:03:31] [Server thread/INFO]: [ExecutableItems] Enabling ExecutableItems v6.0.1
  521. [16:03:31] [Server thread/INFO]: ========*======== ExecutableItems ========*========
  522. [16:03:31] [Server thread/INFO]: ExecutableItems PlaceholderAPI hooked !
  523. [16:03:31] [Server thread/INFO]: ExecutableItems NBTAPI hooked !
  524. [16:03:33] [Server thread/INFO]: ExecutableItems Items with display conditions :
  525. [16:03:33] [Server thread/INFO]: ========*======== ExecutableItems ========*========
  526. [16:03:33] [Server thread/INFO]: [CrashAPI] Enabling CrashAPI v1.1.5
  527. [16:03:33] [Server thread/INFO]: [Jobs] Enabling Jobs v5.2.0.0
  528. [16:03:33] [Server thread/INFO]: ------------- Jobs -------------
  529. [16:03:33] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: jobsr [5.2.0.0]
  530. [16:03:33] [Server thread/INFO]: PlaceholderAPI hooked.
  531. [16:03:33] [Server thread/INFO]: Connected to database (SqLite)
  532. [16:03:33] [Server thread/INFO]: Loaded 8 titles
  533. [16:03:33] [Server thread/INFO]: Loaded 69 protected blocks timers
  534. [16:03:33] [Server thread/INFO]: Loaded 1403 custom item names
  535. [16:03:33] [Server thread/INFO]: Loaded 81 custom entity names
  536. [16:03:33] [Server thread/INFO]: Loaded 2 custom MythicMobs names
  537. [16:03:33] [Server thread/INFO]: Loaded 38 custom enchant names
  538. [16:03:33] [Server thread/INFO]: Loaded 21 custom enchant names
  539. [16:03:33] [Server thread/INFO]: Loaded 16 custom color names
  540. [16:03:33] [Server thread/INFO]: [Jobs] Loaded 6 top list signs
  541. [16:03:33] [Server thread/INFO]: Loaded 4 quests for Hunter
  542. [16:03:33] [Server thread/INFO]: Loaded 4 quests for Adventurer
  543. [16:03:33] [Server thread/INFO]: Loaded 4 quests for Farmer
  544. [16:03:33] [Server thread/INFO]: Loaded 4 quests for Miner
  545. [16:03:33] [Server thread/INFO]: Loaded 4 quests for Terraformer
  546. [16:03:33] [Server thread/INFO]: Loaded 4 quests for Lumberjack
  547. [16:03:33] [Server thread/INFO]: Loaded 6 jobs
  548. [16:03:33] [Server thread/INFO]: Loaded 0 boosted items
  549. [16:03:33] [Server thread/INFO]: Loaded 314 furnace for reassigning.
  550. [16:03:33] [Server thread/INFO]: Loaded 88 brewing for reassigning.
  551. [16:03:33] [Server thread/INFO]: Loaded 80 blastfurnace for reassigning.
  552. [16:03:33] [Server thread/INFO]: Loaded 62 smoker for reassigning.
  553. [16:03:33] [Jobs-DatabaseSaveTask/INFO]: Started database save task.
  554. [16:03:33] [Server thread/INFO]: Preloaded 2 players data in 0.0
  555. [16:03:33] [Server thread/INFO]: WorldGuard detected.
  556. [16:03:33] [Server thread/INFO]: MythicMobs 5.x detected.
  557. [16:03:33] [Jobs-BufferedPaymentThread/INFO]: Started buffered payment thread.
  558. [16:03:33] [Server thread/INFO]: mcMMO2.1.222 was found - Enabling capabilities.
  559. [16:03:33] [Server thread/INFO]: Registered McMMO 2.x listener
  560. [16:03:33] [Server thread/INFO]: [Jobs] MythicMobs was found - Enabling capabilities.
  561. [16:03:33] [Server thread/INFO]: Plugin has been enabled successfully.
  562. [16:03:33] [Server thread/INFO]: ------------------------------------
  563. [16:03:33] [Server thread/INFO]: [voicechat] Enabling voicechat v2.4.10
  564. [16:03:33] [Server thread/INFO]: [voicechat] Initializing compatibility for Bukkit version 1.20.1-R0.1
  565. [16:03:33] [Server thread/INFO]: [voicechat] Compatibility version 17
  566. [16:03:34] [Server thread/INFO]: [voicechat] Successfully initialized commodore command completion
  567. [16:03:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: voicechat [2.4.10]
  568. [16:03:34] [Server thread/INFO]: [voicechat] Successfully registered PlaceholderAPI expansion
  569. [16:03:34] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.17.1
  570. [16:03:34] [Server thread/INFO]: [Shopkeepers] Loading the data of 15 shopkeepers ...
  571. [16:03:34] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0*
  572. [16:03:34] [Server thread/INFO]: [Emotions] Enabling Emotions v1.5
  573. [16:03:34] [Server thread/INFO]: [❤Emotions❤] Emotions initiated!
  574. [16:03:34] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.3-b523
  575. [16:03:34] [Server thread/INFO]: [Multiverse-Inventories 4.2.3-b523] enabled.
  576. [16:03:34] [Server thread/INFO]: [InteractiveChat] Enabling InteractiveChat v4.2.7.2
  577. [16:03:34] [Server thread/INFO]: [InteractiveChat] Opened Sqlite database successfully
  578. [16:03:34] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into Essentials!
  579. [16:03:34] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into EssentialsDiscord!
  580. [16:03:34] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into LuckPerms!
  581. [16:03:34] [Server thread/INFO]: [InteractiveChat] InteractiveChat has hooked into Floodgate!
  582. [16:03:34] [Server thread/INFO]: [InteractiveChat] InteractiveChat has injected into Dynmap!
  583. [16:03:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: interactivechat [4.2.7.2]
  584. [16:03:35] [Server thread/INFO]: [InteractiveChat] InteractiveChat has been Enabled!
  585. [16:03:35] [Server thread/INFO]: [spark] Enabling spark v1.10.34
  586. [16:03:35] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
  587. [16:03:35] [Server thread/INFO]: [spark] Starting background profiler...
  588. [16:03:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.10.34]
  589. [16:03:35] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
  590. [16:03:35] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.5
  591. [16:03:35] [Server thread/INFO]: [SuperbVote] Using clip's PlaceholderAPI to provide extra placeholders.
  592. [16:03:35] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v4.2.2
  593. [16:03:35] [Server thread/INFO]: [ImageOnMap] Loaded 2 player map files.
  594. [16:03:35] [Server thread/INFO]: [ExecutableEvents] Enabling ExecutableEvents v2.0.1
  595. [16:03:35] [Server thread/INFO]: ================ ExecutableEvents ================
  596. [16:03:35] [Server thread/INFO]: ================ ExecutableEvents ================
  597. [16:03:35] [Server thread/INFO]: [GSit] Enabling GSit v1.4.10
  598. [16:03:35] [Server thread/INFO]: [GSit] The plugin was successfully enabled.
  599. [16:03:35] [Server thread/INFO]: [GSit] Link with GriefPrevention successful!
  600. [16:03:35] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
  601. [16:03:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gsit [1.4.10]
  602. [16:03:35] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
  603. [16:03:36] [Server thread/INFO]: [AuctionMaster] Enabling AuctionMaster v4.1
  604. [16:03:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: auctionmaster [1.0.0]
  605. [16:03:36] [Server thread/INFO]: [AuctionMaster] Succesfully connected to the Deliveries SQL.
  606. [16:03:36] [Server thread/WARN]: [AuctionMaster] Auctions database is ready!
  607. [16:03:36] [Server thread/WARN]: [AuctionMaster] AuctionLists database is ready!
  608. [16:03:36] [Server thread/WARN]: [AuctionMaster] PreviewData database is ready!
  609. [16:03:36] [Server thread/INFO]: [Geyser-Spigot] Enabling Geyser-Spigot v2.1.2-SNAPSHOT
  610. [16:03:36] [Server thread/INFO]: [ChatFilter] Enabling ChatFilter v1.4
  611. [16:03:36] [Server thread/INFO]: [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v1.2*
  612. [16:03:36] [Server thread/INFO]: [Dynmap-WorldGuard] initializing
  613. [16:03:36] [Server thread/INFO]: [Dynmap-WorldGuard] version 1.2 is activated
  614. [16:03:36] [Server thread/INFO]: [SilkSpawners_v2] Enabling SilkSpawners_v2 v2.2.1
  615. [16:03:36] [pool-117-thread-1/INFO]: [SilkSpawners] [INFO]: Checking for updates
  616. [16:03:36] [Server thread/INFO]: [SilkSpawners] [INFO]: Starting SilkSpawners v2.2.1
  617. [16:03:36] [Server thread/INFO]: [SilkSpawners] [INFO]: Loading Cross-Version support
  618. [16:03:36] [Server thread/INFO]: [SilkSpawners] [INFO]: Loading support for NMS-Version v1_20_R1
  619. [16:03:36] [Server thread/INFO]: [SilkSpawners] [INFO]: Loading locale file
  620. [16:03:36] [Server thread/INFO]: [SilkSpawners] [INFO]: Starting metrics service. You can disable the collection of anonymous usage data by editing the config file under /plugins/bStats/
  621. [16:03:36] [Server thread/INFO]: [SilkSpawners] [INFO]: Registering listeners
  622. [16:03:36] [Server thread/INFO]: [SilkSpawners] [INFO]: Registering commands
  623. [16:03:36] [Server thread/INFO]: [SilkSpawners] [INFO]: Started SilkSpawners v2.2.1
  624. [16:03:36] [Server thread/INFO]: [BloodFading] Enabling BloodFading v0.6.0
  625. [16:03:36] [Server thread/INFO]: [SlimeIndicator] Enabling SlimeIndicator v1.1-SNAPSHOT
  626. [16:03:36] [Server thread/INFO]: [NoChatReports] Enabling NoChatReports v1.0.5
  627. [16:03:36] [Server thread/INFO]: [NoChatReports] Loading plugin hooks...
  628. [16:03:36] [Server thread/INFO]: [NoChatReports] - Loaded hook EssentialsXDiscordHook
  629. [16:03:36] [Server thread/INFO]: [NoChatReports] Loaded 1 plugin hooks!
  630. [16:03:36] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.6.10
  631. [16:03:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: betterrtp [3.6.10]
  632. [16:03:36] [Server thread/INFO]: [PlayerKits] Enabling PlayerKits v2.27.1
  633. [16:03:36] [pool-117-thread-1/INFO]: [SilkSpawners] [INFO]: The plugin is up to date (v2.2.1)
  634. [16:03:36] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: playerkits [2.27.1]
  635. [16:03:36] [Server thread/INFO]: [PlayerKits] Has been enabled! Version: 2.27.1
  636. [16:03:36] [Server thread/INFO]: [PlayerKits] Thanks for using my plugin! ~Ajneb97
  637. [16:03:36] [Server thread/INFO]: [ExecutableBlocks] Enabling ExecutableBlocks v4.0.1
  638. [16:03:36] [Server thread/INFO]: ================ ExecutableBlocks ================
  639. [16:03:36] [Server thread/INFO]: ExecutableBlocks WorldEdit hooked !
  640. [16:03:36] [Server thread/INFO]: ExecutableBlocks There are: 0 ExecutableBlock placed configs to load.
  641. [16:03:36] [Server thread/INFO]: ExecutableBlocks 0 ExecutableBlock(s)Placed loaded !
  642. [16:03:36] [Server thread/INFO]: ================ ExecutableBlocks ================
  643. [16:03:36] [Server thread/INFO]: [EnchantmentSolution] Enabling EnchantmentSolution v2.5.7.1
  644. [16:03:36] [Server thread/INFO]: [ColoredAnvils] Enabling ColoredAnvils v2.0.0
  645. [16:03:36] [Server thread/INFO]: [ColoredAnvils] ColoredAnvils v2.0.0 has been enabled!
  646. [16:03:36] [Server thread/INFO]: [ColoredAnvils] git-Paper-72 (MC: 1.20.1) 1.20.1-R0.1-SNAPSHOT
  647. [16:03:36] [Server thread/INFO]: [HiveChecker] Enabling HiveChecker v3.11.0
  648. [16:03:36] [Server thread/INFO]: [HiveChecker] Initializing managers...
  649. [16:03:36] [Server thread/INFO]: [HiveChecker] InventoryManager initialized!
  650. [16:03:36] [Server thread/INFO]: [HiveChecker] Registering commands...
  651. [16:03:36] [Server thread/INFO]: [HiveChecker] Registering listeners...
  652. [16:03:36] [Server thread/INFO]: [HiveChecker] Loading data...
  653. [16:03:36] [Server thread/INFO]: [HiveChecker] Starting metrics...
  654. [16:03:36] [Server thread/INFO]: [HiveChecker] Done and enabled in 7.00ms
  655. [16:03:36] [Server thread/INFO]: [TPPets] Enabling TPPets v2.2.1*
  656. [16:03:36] [Server thread/INFO]: [TPPets] Setting up database.
  657. [16:03:36] [Server thread/INFO]: [TPPets] Getting data from database.
  658. [16:03:36] [Server thread/INFO]: [TPPets] Registering commands and events.
  659. [16:03:36] [Server thread/INFO]: [TPPets] Preventing owner damage...
  660. [16:03:36] [Server thread/INFO]: [TPPets] Vault detected. Permission tppets.tpanywhere will work with online and offline players.
  661. [16:03:36] [Server thread/INFO]: [DisableElytra] Enabling DisableElytra v1.0
  662. [16:03:36] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
  663. [16:03:36] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
  664. [16:03:36] [Server thread/INFO]: [ClearLag] Loading modules...
  665. [16:03:36] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_20_R1.MinecraftServer)
  666. [16:03:36] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  667. [16:03:36] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  668. [16:03:36] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  669. [16:03:36] [Thread-51/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.20]...
  670. [16:03:36] [Thread-51/INFO]: [ClearLag] No updates found!
  671. [16:03:37] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  672. [16:03:37] [Server thread/INFO]: [Geyser-Spigot] ******************************************
  673. [16:03:37] [Server thread/INFO]: [Geyser-Spigot]
  674. [16:03:37] [Server thread/INFO]: [Geyser-Spigot] Loading Geyser version 2.1.2-SNAPSHOT (git-master-ea2bac4)
  675. [16:03:37] [Server thread/INFO]: [Geyser-Spigot]
  676. [16:03:37] [Server thread/INFO]: [Geyser-Spigot] ******************************************
  677. [16:03:40] [epollEventLoopGroup-3-1/INFO]: [Geyser-Spigot] Started Geyser on 0.0.0.0:25565
  678. [16:03:40] [Server thread/INFO]: [Geyser-Spigot] Done (3.504s)! Run /geyser help for help!
  679. [16:03:41] [Server thread/INFO]: Running delayed init tasks
  680. [16:03:41] [Craft Scheduler Thread - 6 - Essentials/INFO]: [Essentials] Fetching version information...
  681. [16:03:41] [Craft Scheduler Thread - 4 - InteractiveChat/INFO]: [InteractiveChat] Loading languages...
  682. [16:03:41] [Craft Scheduler Thread - 12 - NoChatReports/INFO]: [NoChatReports] Checking for updates...
  683. [16:03:41] [Craft Scheduler Thread - 5 - EnchantmentSolution/INFO]: [EnchantmentSolution] Checking for latest version.
  684. [16:03:41] [Craft Scheduler Thread - 13 - Vault/INFO]: [Vault] Checking for Updates ...
  685. [16:03:41] [Craft Scheduler Thread - 13 - Vault/INFO]: [Vault] No new version available
  686. [16:03:41] [Craft Scheduler Thread - 12 - NoChatReports/INFO]: [NoChatReports] You are running the latest version.
  687. [16:03:41] [Craft Scheduler Thread - 5 - EnchantmentSolution/INFO]: [EnchantmentSolution] Your version is up-to-date.
  688. [16:03:41] [Server thread/INFO]: [Skript] All scripts loaded without errors.
  689. [16:03:41] [Server thread/INFO]: [Skript] Loaded 3 scripts with a total of 5 structures in 0.2 seconds
  690. [16:03:41] [Server thread/INFO]: [Skript] Finished loading.
  691. [16:03:41] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
  692. [16:03:41] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
  693. [16:03:41] [Server thread/INFO]: [Jobs] Successfully linked with Vault. (EssentialsX Economy)
  694. [16:03:41] [Server thread/INFO]: [Banknotes] Found economy provider Essentials
  695. [16:03:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player [2.0.5]
  696. [16:03:41] [Server thread/INFO]: [PlaceholderAPI] [attribute] Available attributes: generic.attack_speed, generic.knockback_resistance, GENERIC_ARMOR_TOUGHNESS, generic.max_health, GENERIC_FOLLOW_RANGE, GENERIC_ATTACK_KNOCKBACK, generic.luck, GENERIC_ATTACK_DAMAGE, GENERIC_ATTACK_SPEED, GENERIC_LUCK, generic.attack_damage, generic.attack_knockback, generic.flying_speed, GENERIC_MAX_HEALTH, generic.movement_speed, GENERIC_FLYING_SPEED, GENERIC_KNOCKBACK_RESISTANCE, GENERIC_MOVEMENT_SPEED, generic.follow_range, GENERIC_ARMOR, generic.armor, generic.armor_toughness
  697. [16:03:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: attribute [1.0.0]
  698. [16:03:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: armor [1.0.0]
  699. [16:03:41] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math [2.0.2]
  700. [16:03:41] [Server thread/INFO]: 4 placeholder hook(s) registered!
  701. [16:03:41] [Server thread/INFO]: [Multiverse-Inventories] First run!
  702. [16:03:42] [Server thread/INFO]: [EnchantmentSolution] mcMMO Version: 2.1.222
  703. [16:03:42] [Server thread/INFO]: [EnchantmentSolution] Using the Overhaul Version!
  704. [16:03:42] [Server thread/WARN]: [EnchantmentSolution] McMMO Overhaul updates sporidically. Compatibility may break between versions.
  705. [16:03:42] [Server thread/WARN]: [EnchantmentSolution] If there are any compatibility issues, please notify the plugin author immediately.
  706. [16:03:42] [Server thread/WARN]: [EnchantmentSolution] Current Working Version: 2.1.205
  707. [16:03:42] [Server thread/INFO]: [EnchantmentSolution] Jobs Reborn compatibility enabled!
  708. [16:03:42] [Server thread/INFO]: [Skript] Loading variables...
  709. [16:03:42] [Server thread/INFO]: [Skript] Loaded 0 variables in 0.0 seconds
  710. [16:03:42] [Server thread/INFO]: Done (63.694s)! For help, type "help"
  711. [16:03:42] [Server thread/INFO]: Timings Reset
  712. [16:03:42] [Server thread/INFO]: [voicechat] Loading plugins
  713. [16:03:42] [Server thread/INFO]: [voicechat] Loaded 0 plugin(s)
  714. [16:03:42] [Server thread/INFO]: [voicechat] Initializing plugins
  715. [16:03:42] [Server thread/INFO]: [voicechat] Initialized 0 plugin(s)
  716. [16:03:42] [Server thread/INFO]: [voicechat] Using default voicechat socket implementation
  717. [16:03:42] [VoiceChatServerThread/INFO]: [voicechat] Using server-ip as bind address: 0.0.0.0
  718. [16:03:42] [VoiceChatServerThread/INFO]: [voicechat] Server started at port 24454
  719. [16:03:42] [Server thread/INFO]: [Shopkeepers] Checking for shopkeepers of inactive players.
  720. [16:03:42] [Craft Scheduler Thread - 5 - CrashAPI/INFO]: [CrashAPI] Checking for latest version.
  721. [16:03:42] [Craft Scheduler Thread - 5 - CrashAPI/INFO]: [CrashAPI] Your version is up-to-date.
  722. [16:03:48] [Craft Scheduler Thread - 10 - InteractiveChat/INFO]: [InteractiveChat] Loaded all 1 languages!
  723. [16:04:15] [User Authenticator #0/INFO]: UUID of player taos777 is d4e0e7d0-c64e-47c8-86c2-0e0a16b1754b
  724. [16:04:15] [Server thread/INFO]: taos777 joined the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement