worstedsphere

Untitled

Jul 7th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 268.64 KB | None | 0 0
  1. [05:27:31] [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. [05:27:33] [Worker-Main-1/INFO]: Loaded 7 recipes
  3. [05:27:35] [Server thread/INFO]: Starting minecraft server version 1.18.2
  4. [05:27:35] [Server thread/INFO]: Loading properties
  5. [05:27:35] [Server thread/INFO]: This server is running Paper version git-Paper-388 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: fc9ee65 on ver/1.18.2)
  6. [05:27:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [05:27:35] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [05:27:35] [Server console handler/ERROR]: [TerminalConsole] Failed to read console input
  9. java.io.IOException: The handle is invalid
  10. at java.io.FileInputStream.readBytes(Native Method) ~[?:?]
  11. at java.io.FileInputStream.read(FileInputStream.java:276) ~[?:?]
  12. at java.io.BufferedInputStream.read1(BufferedInputStream.java:282) ~[?:?]
  13. at java.io.BufferedInputStream.read(BufferedInputStream.java:343) ~[?:?]
  14. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270) ~[?:?]
  15. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313) ~[?:?]
  16. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188) ~[?:?]
  17. at java.io.InputStreamReader.read(InputStreamReader.java:177) ~[?:?]
  18. at java.io.BufferedReader.fill(BufferedReader.java:162) ~[?:?]
  19. at java.io.BufferedReader.readLine(BufferedReader.java:329) ~[?:?]
  20. at java.io.BufferedReader.readLine(BufferedReader.java:396) ~[?:?]
  21. at net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:180) ~[terminalconsoleappender-1.3.0.jar:?]
  22. at net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:143) ~[terminalconsoleappender-1.3.0.jar:?]
  23. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:114) ~[paper-1.18.2.jar:git-Paper-388]
  24. Suppressed: java.io.IOException: The handle is invalid
  25. at java.io.FileDescriptor.close0(Native Method) ~[?:?]
  26. at java.io.FileDescriptor.close(FileDescriptor.java:297) ~[?:?]
  27. at java.io.FileInputStream$1.close(FileInputStream.java:459) ~[?:?]
  28. at java.io.FileDescriptor.closeAll(FileDescriptor.java:355) ~[?:?]
  29. at java.io.FileInputStream.close(FileInputStream.java:457) ~[?:?]
  30. at java.io.BufferedInputStream.close(BufferedInputStream.java:481) ~[?:?]
  31. at sun.nio.cs.StreamDecoder.implClose(StreamDecoder.java:366) ~[?:?]
  32. at sun.nio.cs.StreamDecoder.close(StreamDecoder.java:204) ~[?:?]
  33. at java.io.InputStreamReader.close(InputStreamReader.java:192) ~[?:?]
  34. at java.io.BufferedReader.close(BufferedReader.java:525) ~[?:?]
  35. at net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:183) ~[terminalconsoleappender-1.3.0.jar:?]
  36. at net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:143) ~[terminalconsoleappender-1.3.0.jar:?]
  37. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:114) ~[paper-1.18.2.jar:git-Paper-388]
  38. [05:27:35] [Server thread/INFO]: Default game type: SURVIVAL
  39. [05:27:35] [Server thread/INFO]: Generating keypair
  40. [05:27:35] [Server thread/INFO]: Starting Minecraft server on *:65535
  41. [05:27:35] [Server thread/INFO]: Using default channel type
  42. [05:27:35] [Server thread/INFO]: Paper: Using Java 11 compression from Velocity.
  43. [05:27:35] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
  44. [05:27:36] [Server thread/ERROR]: Could not load 'plugins\Better+JumpPads+1.1.jar' in folder 'plugins': uses the space-character (0x20) in its name
  45. [05:27:36] [Server thread/ERROR]: Ambiguous plugin name `PunishGUI' for files `plugins\PunishmentGUIRecode.jar' and `plugins\PunishGUI.jar' in `plugins'
  46. [05:27:36] [Server thread/ERROR]: Could not load 'plugins\TabList-bungee-v2.2.7.jar' in folder 'plugins'
  47. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  48. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  49. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:159) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  50. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.loadPlugins(CraftServer.java:418) ~[paper-1.18.2.jar:git-Paper-388]
  51. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:288) ~[paper-1.18.2.jar:git-Paper-388]
  52. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  53. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  54. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  55. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  56. ... 7 more
  57. [05:27:36] [Server thread/ERROR]: Could not load 'plugins\vanillacord.jar' in folder 'plugins'
  58. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  59. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  60. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:159) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  61. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.loadPlugins(CraftServer.java:418) ~[paper-1.18.2.jar:git-Paper-388]
  62. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:288) ~[paper-1.18.2.jar:git-Paper-388]
  63. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  64. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  65. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  66. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  67. ... 7 more
  68. [05:27:37] [Server thread/ERROR]: [STDERR] [org.bukkit.craftbukkit.v1_18_R2.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
  69. [05:27:42] [Server thread/WARN]: Legacy plugin CustomPolls v1.1.1 does not specify an api-version.
  70. [05:27:42] [Server thread/WARN]: Legacy plugin ColoredChat v0.3 does not specify an api-version.
  71. [05:27:42] [Server thread/WARN]: Legacy plugin SimpleHelp v1.0-SNAPSHOT does not specify an api-version.
  72. [05:27:42] [Server thread/WARN]: Legacy plugin BukkitApiEnhancer v1.6.2 does not specify an api-version.
  73. [05:27:42] [Server thread/ERROR]: Could not load 'plugins\Insights-6.13.0.jar' in folder 'plugins'
  74. org.bukkit.plugin.InvalidPluginException: Unsupported API version 1.19
  75. at org.bukkit.craftbukkit.v1_18_R2.util.CraftMagicNumbers.checkSupported(CraftMagicNumbers.java:375) ~[paper-1.18.2.jar:git-Paper-388]
  76. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  77. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:415) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  78. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:323) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  79. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.loadPlugins(CraftServer.java:418) ~[paper-1.18.2.jar:git-Paper-388]
  80. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:288) ~[paper-1.18.2.jar:git-Paper-388]
  81. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  82. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  83. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  84. [05:27:43] [Server thread/WARN]: Legacy plugin PunishGUI v1.0.2 does not specify an api-version.
  85. [05:27:43] [Server thread/WARN]: Legacy plugin Workbench v1.0 does not specify an api-version.
  86. [05:27:43] [Server thread/ERROR]: Could not load 'plugins\images-2.2.4.jar' in folder 'plugins'
  87. org.bukkit.plugin.InvalidPluginException: java.lang.ExceptionInInitializerError
  88. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  89. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:415) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  90. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:323) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  91. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.loadPlugins(CraftServer.java:418) ~[paper-1.18.2.jar:git-Paper-388]
  92. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:288) ~[paper-1.18.2.jar:git-Paper-388]
  93. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  94. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  95. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  96. Caused by: java.lang.ExceptionInInitializerError
  97. at java.lang.Class.forName0(Native Method) ~[?:?]
  98. at java.lang.Class.forName(Class.java:467) ~[?:?]
  99. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  100. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  101. ... 7 more
  102. Caused by: java.lang.UnsupportedOperationException: Class class com.andavin.images.PacketListener is not currently supported for version v1_18_R2
  103. at com.andavin.images.Versioned.getInstance(Versioned.java:60) ~[images-2.2.4.jar:?]
  104. at com.andavin.images.Images.<clinit>(Images.java:97) ~[images-2.2.4.jar:?]
  105. at java.lang.Class.forName0(Native Method) ~[?:?]
  106. at java.lang.Class.forName(Class.java:467) ~[?:?]
  107. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:71) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  108. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  109. ... 7 more
  110. [05:27:43] [Server thread/WARN]: Legacy plugin BlockBall v6.29.3 does not specify an api-version.
  111. [05:27:44] [Server thread/INFO]: Custom heat values reloaded into calculator
  112. [05:27:44] [Server thread/INFO]: radius 0
  113. [05:27:44] [Server thread/INFO]: fire 0
  114. [05:27:44] [Server thread/INFO]: torch 0
  115. [05:27:44] [Server thread/WARN]: Legacy plugin CommandNPC v1.9.1 does not specify an api-version.
  116. [05:27:44] [Server thread/INFO]: [iKoth] Loading iKoth v4.5
  117. [05:27:44] [Server thread/INFO]: [PerWorldPlugins] Loading PerWorldPlugins v1.3.6
  118. [05:27:44] [Server thread/INFO]: [CustomPolls] Loading CustomPolls v1.1.1
  119. [05:27:44] [Server thread/INFO]: [ColoredChat] Loading ColoredChat v0.3
  120. [05:27:44] [Server thread/INFO]: [TrollBoss] Loading TrollBoss v6.2
  121. [05:27:44] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v4.7.0
  122. [05:27:44] [Server thread/INFO]: [ViaVersion] ViaVersion 4.7.0 is now loaded. Registering protocol transformers and injecting...
  123. [05:27:45] [Server thread/INFO]: [ViaBackwards] Loading translations...
  124. [05:27:45] [Server thread/INFO]: [ViaBackwards] Registering protocols...
  125. [05:27:45] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  126. [05:27:46] [Server thread/INFO]: [ViaBackwards] Loading ViaBackwards v4.7.0
  127. [05:27:46] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v5.2.18-SNAPSHOT
  128. [05:27:46] [Server thread/INFO]: [PlayerHeads] Internal plugin locale:
  129. [05:27:46] [Server thread/INFO]: [PlayerHeads] Environment locale: en_US / en-US
  130. [05:27:46] [Server thread/INFO]: [PlayerHeads] Trying provider: craftbukkit_1_14
  131. [05:27:46] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.4.52
  132. [05:27:46] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
  133. [05:27:46] [Server thread/INFO]: [SimpleHelp] Loading SimpleHelp v1.0-SNAPSHOT
  134. [05:27:46] [Server thread/INFO]: [AutoMessage] Loading AutoMessage v2.6.0
  135. [05:27:46] [Server thread/INFO]: [Chairs] Loading Chairs v5.1
  136. [05:27:46] [Server thread/INFO]: [EasyBackup] Loading EasyBackup v3.3.6
  137. [05:27:46] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.8.0-SNAPSHOT-b540
  138. [05:27:46] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.18.2) has not yet been tested! Proceed with caution.
  139. [05:27:48] [Server thread/INFO]: [BukkitApiEnhancer] Loading BukkitApiEnhancer v1.6.2
  140. [05:27:48] [Server thread/INFO]: [AetherGen] Loading AetherGen v1.1c
  141. [05:27:48] [Server thread/INFO]: [CaliComp] Loading CaliComp v1.1
  142. [05:27:48] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.11.1
  143. [05:27:48] [Server thread/INFO]: [UltimateAutoRestart] Loading UltimateAutoRestart vBuild 53
  144. [05:27:48] [Server thread/INFO]: [CommandHook] Loading CommandHook v2.2.0
  145. [05:27:48] [Server thread/INFO]: [ItemsXL] Loading ItemsXL v1.1
  146. [05:27:48] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
  147. [05:27:48] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.9
  148. [05:27:48] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.6
  149. [05:27:48] [Server thread/INFO]: [Votifier] Loading Votifier v2.7.3
  150. [05:27:48] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v10.0.37
  151. [05:27:48] [Server thread/INFO]: [PunishGUI] Loading PunishGUI v1.0.2
  152. [05:27:48] [Server thread/INFO]: [floodgate-bukkit] Loading floodgate-bukkit v1.0-SNAPSHOT
  153. [05:27:49] [Server thread/INFO]: [floodgate-bukkit] Loading Floodgate linked player database...
  154. [05:27:49] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  155. [05:27:49] [Server thread/INFO]: [Trey's Double Jump] Loading TreysDoubleJump v2.5.2
  156. [05:27:49] [Server thread/INFO]: [ViaRewind] Loading ViaRewind v2.0.3
  157. [05:27:49] [Server thread/INFO]: [Workbench] Loading Workbench v1.0
  158. [05:27:49] [Server thread/INFO]: [PosePlugin] Loading PosePlugin v2.0.0.1-experimental
  159. [05:27:49] [Server thread/INFO]: [BedrockPlayerManager] Loading BedrockPlayerManager v1.4
  160. [05:27:49] [Server thread/INFO]: [FireWorkMaker] Loading FireWorkMaker v2.0
  161. [05:27:49] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v3.0.0-SNAPSHOT-b209
  162. [05:27:49] [Server thread/INFO]: [CombatPlus] Loading CombatPlus v1.5.3
  163. [05:27:49] [Server thread/INFO]: [VillageDefense] Loading VillageDefense v4.5.8
  164. [05:27:49] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.7.2
  165. [05:27:49] [Server thread/INFO]: [LPC] Loading LPC v3.3.0
  166. [05:27:49] [Server thread/INFO]: [VeryDangerousNether] Loading VeryDangerousNether v2.0.0
  167. [05:27:49] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.3.1-b861
  168. [05:27:49] [Server thread/INFO]: [MovingDevApi] Loading MovingDevApi v1.1.10
  169. [05:27:49] [Server thread/INFO]: [HolographicPlaceholders] Loading HolographicPlaceholders v2.1.2 Stable
  170. [05:27:49] [Server thread/INFO]: [SuperbVote] Loading SuperbVote v0.5.5
  171. [05:27:49] [Server thread/INFO]: [DeluxeHub] Loading DeluxeHub v3.5.2
  172. [05:27:49] [Server thread/INFO]: [ChatColor2] Loading ChatColor2 v1.12.2
  173. [05:27:49] [Server thread/INFO]: [GUIShop] Loading GUIShop v9.1.6
  174. [05:27:49] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v4.2.3-b523
  175. [05:27:49] [Server thread/INFO]: [LagAssist] Loading LagAssist v2.23.0
  176. [05:27:49] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.2.10+1742f98
  177. [05:27:50] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4ad6561c]
  178. [05:27:50] [Server thread/INFO]: [Essentials] Loading Essentials v2.19.2
  179. [05:27:50] [Server thread/INFO]: [ImprovedFactions] Loading ImprovedFactions v1.6.2
  180. [05:27:50] [Server thread/INFO]: [BlockParticles] Loading BlockParticles v1.11.1-RELEASE
  181. [05:27:50] [Server thread/INFO]: [JumpPads] Loading JumpPads v1.24.2
  182. [05:27:50] [Server thread/INFO]: [GCoreLegacy] Loading GCoreLegacy v7.18.1
  183. [05:27:50] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v4.9.0
  184. [05:27:50] [Server thread/INFO]: [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v4.2.1-b786
  185. [05:27:50] [Server thread/INFO]: [CataMines] Loading CataMines v2.5.11
  186. [05:27:50] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.9.1
  187. [05:27:50] [Server thread/INFO]: [BlockBall] Loading BlockBall v6.29.3
  188. [05:27:50] [Server thread/INFO]: [TAB] Loading TAB v2.8.9
  189. [05:27:50] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.6+1cff55f
  190. [05:27:50] [Server thread/INFO]: [GParticles] Loading GParticles v5.2.11
  191. [05:27:50] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v20.4
  192. [05:27:50] [Server thread/INFO]: [Harbor] Loading Harbor v1.6.3
  193. [05:27:50] [Server thread/INFO]: [VeinMiner] Loading VeinMiner v1.17.10
  194. [05:27:50] [Server thread/INFO]: [VeinMiner] Found WorldGuard. Registering custom region flag.
  195. [05:27:50] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.17.1-2b69191
  196. [05:27:50] [Server thread/INFO]: [AureliumSkills] Loading AureliumSkills vBeta 1.3.19
  197. [05:27:50] [Server thread/INFO]: [LockettePro] Loading LockettePro v2.10.7
  198. [05:27:50] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v5.0.2-a86da3b0
  199. [05:27:50] [Server thread/INFO]: [LumineUtils] (io.lumine.mythic.utils.) is bound to plugin MythicMobs - io.lumine.mythic.bukkit.MythicBukkit
  200. [05:27:50] [Server thread/INFO]: [DangerousCaves] Loading DangerousCaves v2.2.13;24
  201. [05:27:50] [Server thread/INFO]: [GSit] Loading GSit v1.2.0
  202. [05:27:50] [Server thread/INFO]: [PlayerWarps] Loading PlayerWarps v6.24.3
  203. [05:27:50] [Server thread/INFO]: [Jobs] Loading Jobs v4.17.0
  204. [05:27:50] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v7.5.0
  205. [05:27:50] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.30-SNAPSHOT (build 2598)
  206. [05:27:50] [Server thread/INFO]: [FogusCore] Loading FogusCore v1.9.9
  207. [05:27:50] [Server thread/INFO]: [BloodMoon] Loading BloodMoon v0.8
  208. [05:27:50] [Server thread/INFO]: [Disease] Loading Disease v4.1.4
  209. [05:27:50] [Server thread/INFO]: [KitPvP] Loading KitPvP v2.2.0
  210. [05:27:50] [Server thread/INFO]: [Brewery] Loading Brewery v3.1
  211. [05:27:50] [Server thread/INFO]: [CitizensCMD] Loading CitizensCMD v2.5.1
  212. [05:27:50] [Server thread/INFO]: [ExtraHardMode] Loading ExtraHardMode v3.15.0-e4f17b1
  213. [05:27:50] [Server thread/INFO]: [BetterRTP] Loading BetterRTP v3.2.1-4
  214. [05:27:50] [Server thread/INFO]: [NexEngine] Loading NexEngine v2.0.4
  215. [05:27:50] [Server thread/INFO]: [LevelledMobs] Loading LevelledMobs v3.9.5 b743
  216. [05:27:50] [Server thread/INFO]: [SpecializedCrates] Loading SpecializedCrates v3.0.0-Pre1.5
  217. [05:27:50] [Server thread/INFO]: [DungeonsXL] Loading DungeonsXL v0.18-SNAPSHOT-1149
  218. [05:27:50] [Server thread/INFO]: [SignShop] Loading SignShop v3.6.2
  219. [05:27:50] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
  220. [05:27:50] [Server thread/INFO]: [PremiumVanish] Loading PremiumVanish v2.5.19
  221. [05:27:50] [Server thread/INFO]: [dtlTraders] Loading dtlTraders v6.4.8
  222. [05:27:50] [Server thread/INFO]: [VotifierPlus] Loading VotifierPlus v1.0.7
  223. [05:27:50] [Server thread/INFO]: [VotingPlugin] Loading VotingPlugin v5.23.3
  224. [05:27:50] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.25.1
  225. [05:27:50] [Server thread/INFO]: [TabList] Loading TabList v5.6.1
  226. [05:27:50] [Server thread/INFO]: [CommandPanels] Loading CommandPanels v3.17.3.0
  227. [05:27:50] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v3.2.3
  228. [05:27:50] [Server thread/INFO]: [Statz] Loading Statz v1.6-SNAPSHOT-30
  229. [05:27:50] [Server thread/INFO]: [Autorank] Loading Autorank v4.4-SNAPSHOT-108
  230. [05:27:50] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  231. [05:27:50] [Server thread/INFO]: [PerWorldPlugins] Enabling PerWorldPlugins v1.3.6
  232. [05:27:51] [Server thread/INFO]: PerWorldPlugins There is a new version available. (1.4.1)
  233. [05:27:51] [Server thread/INFO]: PerWorldPlugins You can download it at: https://www.spigotmc.org/resources/perworldcommands.97003/
  234. [05:27:51] [Server thread/INFO]: <---------------------------------------->
  235. [05:27:51] [Server thread/INFO]: PerWorldPlugins1.3.6 has been enabled. (635ms)
  236. [05:27:51] [Server thread/INFO]: <---------------------------------------->
  237. [05:27:51] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.52
  238. [05:27:52] [Server thread/INFO]: __
  239. [05:27:52] [Server thread/INFO]: | |__) LuckPerms v5.4.52
  240. [05:27:52] [Server thread/INFO]: |___ | Running on Bukkit - Paper
  241. [05:27:52] [Server thread/INFO]:
  242. [05:27:52] [Server thread/INFO]: [LuckPerms] Loading configuration...
  243. [05:27:53] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  244. [05:27:54] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  245. [05:27:55] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  246. [05:27:55] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 4226ms)
  247. [05:27:55] [Server thread/INFO]: [AutoMessage] Enabling AutoMessage v2.6.0
  248. [05:27:55] [Server thread/INFO]: [AutoMessage] AutoMessage loaded successfully!
  249. [05:27:55] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.8.0-SNAPSHOT-b540
  250. [05:27:55] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  251. [05:27:55] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  252. [05:27:55] [Server thread/WARN]: [Vault] Loaded class com.earth2me.essentials.api.Economy from Essentials v2.19.2 which is not a depend or softdepend of this plugin.
  253. [05:27:55] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  254. [05:27:55] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  255. [05:27:56] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  256. [05:27:56] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  257. [05:27:56] [Server thread/INFO]: [ViaRewind] Enabling ViaRewind v2.0.3
  258. [05:27:56] [Server thread/ERROR]: Error occurred while enabling ViaRewind v2.0.3 (Is it up to date?)
  259. org.yaml.snakeyaml.reader.ReaderException: special characters are not allowed
  260. at org.yaml.snakeyaml.reader.StreamReader.update(StreamReader.java:211) ~[snakeyaml-1.30.jar:?]
  261. at org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData(StreamReader.java:176) ~[snakeyaml-1.30.jar:?]
  262. at org.yaml.snakeyaml.reader.StreamReader.ensureEnoughData(StreamReader.java:171) ~[snakeyaml-1.30.jar:?]
  263. at org.yaml.snakeyaml.reader.StreamReader.peek(StreamReader.java:126) ~[snakeyaml-1.30.jar:?]
  264. at org.yaml.snakeyaml.scanner.ScannerImpl.scanToNextToken(ScannerImpl.java:1218) ~[snakeyaml-1.30.jar:?]
  265. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:329) ~[snakeyaml-1.30.jar:?]
  266. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:251) ~[snakeyaml-1.30.jar:?]
  267. at org.yaml.snakeyaml.parser.ParserImpl$ParseImplicitDocumentStart.produce(ParserImpl.java:214) ~[snakeyaml-1.30.jar:?]
  268. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:166) ~[snakeyaml-1.30.jar:?]
  269. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:156) ~[snakeyaml-1.30.jar:?]
  270. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:141) ~[snakeyaml-1.30.jar:?]
  271. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:151) ~[snakeyaml-1.30.jar:?]
  272. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:491) ~[snakeyaml-1.30.jar:?]
  273. at org.yaml.snakeyaml.Yaml.load(Yaml.java:429) ~[snakeyaml-1.30.jar:?]
  274. at com.viaversion.viaversion.util.Config.loadConfig(Config.java:91) ~[ViaVersion-4.7.0.jar:?]
  275. at com.viaversion.viaversion.util.Config.loadConfig(Config.java:72) ~[ViaVersion-4.7.0.jar:?]
  276. at com.viaversion.viaversion.util.Config.reloadConfig(Config.java:154) ~[ViaVersion-4.7.0.jar:?]
  277. at de.gerrygames.viarewind.api.ViaRewindConfigImpl.<init>(ViaRewindConfigImpl.java:14) ~[ViaRewind-2.0.3.jar:?]
  278. at de.gerrygames.viarewind.BukkitPlugin.onEnable(BukkitPlugin.java:12) ~[ViaRewind-2.0.3.jar:?]
  279. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  280. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  281. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  282. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  283. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  284. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:289) ~[paper-1.18.2.jar:git-Paper-388]
  285. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  286. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  287. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  288. [05:27:56] [Server thread/INFO]: [ViaRewind] Disabling ViaRewind v2.0.3
  289. [05:27:56] [Server thread/INFO]: [VeryDangerousNether] Enabling VeryDangerousNether v2.0.0
  290. [05:27:56] [Server thread/INFO]: VeryDangerousNether have been enabled
  291. [05:27:56] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.10+1742f98
  292. [05:27:56] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  293. [05:27:56] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  294. [05:27:56] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_18_R2.PaperweightAdapter as the Bukkit adapter
  295. [05:27:57] [Server thread/INFO]: [FogusCore] Enabling FogusCore v1.9.9
  296. [05:27:57] [Server thread/WARN]: [FogusCore] *** DISCLAIMER ***
  297. [05:27:57] [Server thread/WARN]: [FogusCore] > You're running an unofficial Spigot fork.
  298. [05:27:57] [Server thread/WARN]: [FogusCore] > ONLY OFFICIAL SPIGOT (spigotmc.org) IS SUPPORTED!
  299. [05:27:57] [Server thread/WARN]: [FogusCore] > You won't get any support for any issues unless they are persists on regular Spigot.
  300. [05:27:57] [Server thread/ERROR]: [FogusCore] Could not setup NMS version. Plugin will be disabled.
  301. [05:27:57] [Server thread/INFO]: [FogusCore] Disabling FogusCore v1.9.9
  302. [05:27:57] [Server thread/INFO]: [NexEngine] Enabling NexEngine v2.0.4
  303. [05:27:57] [Server thread/WARN]: [NexEngine] ============== DISCLAIMER ==============
  304. [05:27:57] [Server thread/WARN]: [NexEngine] > You're running an unknown Spigot fork.
  305. [05:27:57] [Server thread/WARN]: [NexEngine] > This plugin is designed to work on Spigot (spigotmc.org) only!
  306. [05:27:57] [Server thread/WARN]: [NexEngine] > You won't get any support for any issues unless they persist on regular Spigot.
  307. [05:27:57] [Server thread/WARN]: [NexEngine] ========================================
  308. [05:27:57] [luckperms-worker-4/WARN]: [LuckPerms] Thread luckperms-worker-4 threw an uncaught exception
  309. java.lang.RuntimeException: java.lang.IllegalStateException: zip file closed
  310. at me.lucko.luckperms.common.event.gen.GeneratedEventClass.lambda$static$0(GeneratedEventClass.java:70) ~[?:?]
  311. at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?]
  312. at me.lucko.luckperms.common.cache.LoadingMap.get(LoadingMap.java:67) ~[?:?]
  313. at me.lucko.luckperms.common.event.gen.GeneratedEventClass.generate(GeneratedEventClass.java:81) ~[?:?]
  314. at me.lucko.luckperms.common.event.gen.GeneratedEventClass.preGenerate(GeneratedEventClass.java:89) ~[?:?]
  315. at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?]
  316. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
  317. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
  318. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
  319. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
  320. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
  321. Caused by: java.lang.IllegalStateException: zip file closed
  322. at java.util.zip.ZipFile.ensureOpen(ZipFile.java:831) ~[?:?]
  323. at java.util.zip.ZipFile.getEntry(ZipFile.java:330) ~[?:?]
  324. at java.util.jar.JarFile.getEntry(JarFile.java:518) ~[?:?]
  325. at java.util.jar.JarFile.getJarEntry(JarFile.java:473) ~[?:?]
  326. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  327. at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  328. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:108) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  329. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:235) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  330. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:126) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  331. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  332. at java.lang.ClassLoader.loadClass(ClassLoader.java:574) ~[?:?]
  333. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  334. at me.lucko.luckperms.lib.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.getInterfaces(TypeDescription.java:3734) ~[?:?]
  335. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.doAnalyze(MethodGraph.java:631) ~[?:?]
  336. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.analyze(MethodGraph.java:596) ~[?:?]
  337. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.analyzeNullable(MethodGraph.java:615) ~[?:?]
  338. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.doAnalyze(MethodGraph.java:629) ~[?:?]
  339. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.analyze(MethodGraph.java:596) ~[?:?]
  340. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.analyzeNullable(MethodGraph.java:615) ~[?:?]
  341. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.doAnalyze(MethodGraph.java:629) ~[?:?]
  342. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$Default.compile(MethodGraph.java:567) ~[?:?]
  343. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodGraph$Compiler$AbstractBase.compile(MethodGraph.java:465) ~[?:?]
  344. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.MethodRegistry$Default.prepare(MethodRegistry.java:471) ~[?:?]
  345. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder.make(SubclassDynamicTypeBuilder.java:213) ~[?:?]
  346. at me.lucko.luckperms.lib.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder.make(SubclassDynamicTypeBuilder.java:204) ~[?:?]
  347. at me.lucko.luckperms.lib.bytebuddy.dynamic.DynamicType$Builder$AbstractBase.make(DynamicType.java:3659) ~[?:?]
  348. at me.lucko.luckperms.lib.bytebuddy.dynamic.DynamicType$Builder$AbstractBase$Delegator.make(DynamicType.java:3897) ~[?:?]
  349. at me.lucko.luckperms.common.event.gen.GeneratedEventClass.<init>(GeneratedEventClass.java:143) ~[?:?]
  350. at me.lucko.luckperms.common.event.gen.GeneratedEventClass.lambda$static$0(GeneratedEventClass.java:68) ~[?:?]
  351. ... 10 more
  352. [05:27:57] [Server thread/ERROR]: [NexEngine] Could not setup NMS version. Plugin will be disabled.
  353. [05:27:57] [Server thread/INFO]: [NexEngine] Disabling NexEngine v2.0.4
  354. [05:27:57] [Server thread/INFO]: Preparing level "world"
  355. [05:27:57] [Server thread/INFO]: -------- World Settings For [world] --------
  356. [05:27:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  357. [05:27:58] [Server thread/INFO]: Item Merge Radius: 2.5
  358. [05:27:58] [Server thread/INFO]: Item Despawn Rate: 6000
  359. [05:27:58] [Server thread/INFO]: Mob Spawn Range: 6
  360. [05:27:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  361. [05:27:58] [Server thread/INFO]: Simulation Distance: 10
  362. [05:27:58] [Server thread/INFO]: View Distance: 10
  363. [05:27:58] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  364. [05:27:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  365. [05:27:58] [Server thread/INFO]: Experience Merge Radius: 3.0
  366. [05:27:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
  367. [05:27:58] [Server thread/INFO]: Cane Growth Modifier: 100%
  368. [05:27:58] [Server thread/INFO]: Melon Growth Modifier: 100%
  369. [05:27:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  370. [05:27:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  371. [05:27:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
  372. [05:27:58] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  373. [05:27:58] [Server thread/INFO]: Carrot Growth Modifier: 100%
  374. [05:27:58] [Server thread/INFO]: Potato Growth Modifier: 100%
  375. [05:27:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
  376. [05:27:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  377. [05:27:58] [Server thread/INFO]: Vine Growth Modifier: 100%
  378. [05:27:58] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  379. [05:27:58] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  380. [05:27:58] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  381. [05:27:58] [Server thread/INFO]: Kelp Growth Modifier: 100%
  382. [05:27:58] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  383. [05:27:58] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  384. [05:27:58] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  385. [05:27:58] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  386. [05:27:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  387. [05:27:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  388. [05:27:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  389. [05:27:58] [Server thread/INFO]: Max TNT Explosions: 100
  390. [05:27:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  391. [05:27:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  392. [05:28:04] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  393. [05:28:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  394. [05:28:04] [Server thread/INFO]: Item Merge Radius: 2.5
  395. [05:28:04] [Server thread/INFO]: Item Despawn Rate: 6000
  396. [05:28:04] [Server thread/INFO]: Mob Spawn Range: 6
  397. [05:28:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  398. [05:28:04] [Server thread/INFO]: Simulation Distance: 10
  399. [05:28:04] [Server thread/INFO]: View Distance: 10
  400. [05:28:04] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  401. [05:28:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  402. [05:28:04] [Server thread/INFO]: Experience Merge Radius: 3.0
  403. [05:28:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
  404. [05:28:04] [Server thread/INFO]: Cane Growth Modifier: 100%
  405. [05:28:04] [Server thread/INFO]: Melon Growth Modifier: 100%
  406. [05:28:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  407. [05:28:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  408. [05:28:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
  409. [05:28:04] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  410. [05:28:04] [Server thread/INFO]: Carrot Growth Modifier: 100%
  411. [05:28:04] [Server thread/INFO]: Potato Growth Modifier: 100%
  412. [05:28:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
  413. [05:28:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  414. [05:28:04] [Server thread/INFO]: Vine Growth Modifier: 100%
  415. [05:28:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  416. [05:28:04] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  417. [05:28:04] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  418. [05:28:04] [Server thread/INFO]: Kelp Growth Modifier: 100%
  419. [05:28:04] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  420. [05:28:04] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  421. [05:28:04] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  422. [05:28:04] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  423. [05:28:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  424. [05:28:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  425. [05:28:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  426. [05:28:04] [Server thread/INFO]: Max TNT Explosions: 100
  427. [05:28:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  428. [05:28:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  429. [05:28:04] [Server thread/INFO]: [VeryDangerousNether] [STDOUT] §6VDN enabled
  430. [05:28:04] [Server thread/WARN]: Nag author(s): '[]' of 'VeryDangerousNether' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  431. [05:28:04] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  432. [05:28:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  433. [05:28:04] [Server thread/INFO]: Item Merge Radius: 2.5
  434. [05:28:04] [Server thread/INFO]: Item Despawn Rate: 6000
  435. [05:28:04] [Server thread/INFO]: Mob Spawn Range: 6
  436. [05:28:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  437. [05:28:04] [Server thread/INFO]: Simulation Distance: 10
  438. [05:28:04] [Server thread/INFO]: View Distance: 10
  439. [05:28:04] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  440. [05:28:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  441. [05:28:04] [Server thread/INFO]: Experience Merge Radius: 3.0
  442. [05:28:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
  443. [05:28:04] [Server thread/INFO]: Cane Growth Modifier: 100%
  444. [05:28:04] [Server thread/INFO]: Melon Growth Modifier: 100%
  445. [05:28:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  446. [05:28:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  447. [05:28:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
  448. [05:28:04] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  449. [05:28:04] [Server thread/INFO]: Carrot Growth Modifier: 100%
  450. [05:28:04] [Server thread/INFO]: Potato Growth Modifier: 100%
  451. [05:28:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
  452. [05:28:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  453. [05:28:04] [Server thread/INFO]: Vine Growth Modifier: 100%
  454. [05:28:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  455. [05:28:04] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  456. [05:28:04] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  457. [05:28:04] [Server thread/INFO]: Kelp Growth Modifier: 100%
  458. [05:28:04] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  459. [05:28:04] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  460. [05:28:04] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  461. [05:28:04] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  462. [05:28:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  463. [05:28:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  464. [05:28:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  465. [05:28:04] [Server thread/INFO]: Max TNT Explosions: 100
  466. [05:28:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  467. [05:28:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  468. [05:28:04] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  469. [05:28:05] [Server thread/INFO]: Time elapsed: 338 ms
  470. [05:28:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
  471. [05:28:05] [Server thread/INFO]: Time elapsed: 110 ms
  472. [05:28:05] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
  473. [05:28:05] [Server thread/INFO]: Time elapsed: 128 ms
  474. [05:28:05] [Server thread/INFO]: [iKoth] Enabling iKoth v4.5
  475. [05:28:05] [Server thread/WARN]: [iKoth] Loaded class me.clip.placeholderapi.expansion.PlaceholderExpansion from PlaceholderAPI v2.11.1 which is not a depend or softdepend of this plugin.
  476. [05:28:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ikoth [4.5]
  477. [05:28:05] [Server thread/INFO]: [CustomPolls] Enabling CustomPolls v1.1.1*
  478. [05:28:05] [Server thread/INFO]: [CustomPolls] Database set to 'FlatfileDatabase'
  479. [05:28:05] [Server thread/INFO]: [CustomPolls] Loaded 0 polls
  480. [05:28:05] [Server thread/INFO]: [CustomPolls] Beginning reminder task.
  481. [05:28:05] [Server thread/INFO]: [ColoredChat] Enabling ColoredChat v0.3*
  482. [05:28:05] [Server thread/INFO]: [ColoredChat] [STDOUT] ColoredChat v0.3 enabled!
  483. [05:28:05] [Server thread/WARN]: Nag author(s): '[SeniorCluckers]' of 'ColoredChat' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  484. [05:28:05] [Server thread/INFO]: [TrollBoss] Enabling TrollBoss v6.2
  485. [05:28:05] [Thread-13/INFO]: [TrollBoss] Finished updating.
  486. [05:28:05] [Server thread/INFO]: [TrollBoss] [STDOUT] [TrollBoss] Plugin enabled!
  487. [05:28:05] [Server thread/WARN]: Nag author(s): '[Minesuchtiiii]' of 'TrollBoss' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  488. [05:28:05] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.7.0
  489. [05:28:05] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.18.2 (758)
  490. [05:28:05] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.7.0
  491. [05:28:05] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v5.2.18-SNAPSHOT
  492. [05:28:05] [Server thread/ERROR]: Cannot load plugins\PlayerHeads\config.yml
  493. org.bukkit.configuration.InvalidConfigurationException: expected a single document in the stream
  494. in 'reader', line 1, column 1:
  495. d# PlayerHeads Configuration
  496. ^
  497. but found another document
  498. in 'reader', line 2, column 1:
  499. # IMPORTANT NOTE: heads dropped ...
  500. ^
  501.  
  502. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:104) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  503. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  504. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:128) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  505. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:304) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  506. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:158) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  507. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:134) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  508. at org.shininet.bukkit.playerheads.PlayerHeads.onEnable(PlayerHeads.java:71) ~[PlayerHeads.jar:?]
  509. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  510. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  511. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  512. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  513. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  514. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  515. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  516. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  517. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  518. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  519. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  520. Caused by: org.yaml.snakeyaml.composer.ComposerException: expected a single document in the stream
  521. in 'reader', line 1, column 1:
  522. d# PlayerHeads Configuration
  523. ^
  524. but found another document
  525. in 'reader', line 2, column 1:
  526. # IMPORTANT NOTE: heads dropped ...
  527. ^
  528.  
  529. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:148) ~[snakeyaml-1.30.jar:?]
  530. at org.yaml.snakeyaml.Yaml.compose(Yaml.java:575) ~[snakeyaml-1.30.jar:?]
  531. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:102) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  532. ... 17 more
  533. [05:28:05] [Server thread/INFO]: [PlayerHeads] NoCheatPlus not detected.
  534. [05:28:05] [Server thread/INFO]: [PlayerHeads] Current plugin compatibility version: craftbukkit 1.14+
  535. [05:28:05] [Server thread/INFO]: [SimpleHelp] Enabling SimpleHelp v1.0-SNAPSHOT*
  536. [05:28:05] [Server thread/INFO]: SimpleHelp is turning on!
  537. [05:28:05] [Server thread/INFO]: [Chairs] Enabling Chairs v5.1
  538. [05:28:05] [Server thread/INFO]: [EasyBackup] Enabling EasyBackup v3.3.6
  539. [05:28:06] [Server thread/INFO]: [EasyBackup] -------------------------------------------------------------
  540. [05:28:06] [Server thread/INFO]: [EasyBackup] _____ ______ _
  541. [05:28:06] [Server thread/INFO]: [EasyBackup] | ___| | ___ \ | |
  542. [05:28:06] [Server thread/INFO]: [EasyBackup] | |__ __ _ ___ _ _ | |_/ / __ _ ___| | ___ _ _ __
  543. [05:28:06] [Server thread/INFO]: [EasyBackup] | __|/ _` / __| | | | | ___ \/ _` |/ __| |/ / | | | '_ \
  544. [05:28:06] [Server thread/INFO]: [EasyBackup] | |__| (_| \__ \ |_| | | |_/ / (_| | (__| <| |_| | |_) |
  545. [05:28:06] [Server thread/INFO]: [EasyBackup] \____/\__,_|___/\__, | \____/ \__,_|\___|_|\_\\__,_| .__/
  546. [05:28:06] [Server thread/INFO]: [EasyBackup] __/ | | |
  547. [05:28:06] [Server thread/INFO]: [EasyBackup] |___/ |_|
  548. [05:28:06] [Server thread/INFO]: [EasyBackup]
  549. [05:28:06] [Server thread/INFO]: [EasyBackup] EasyBackup v3.3.6
  550. [05:28:06] [Server thread/INFO]: [EasyBackup] Made by Forseth11, JarFiles
  551. [05:28:06] [Server thread/INFO]: [EasyBackup]
  552. [05:28:06] [Server thread/INFO]: [EasyBackup] Loading...
  553. [05:28:06] [Server thread/INFO]: [EasyBackup] Starting TaskManager...
  554. [05:28:06] [Server thread/INFO]: [EasyBackup] Initializing Encryption Algorithms. This may take a while...
  555. [05:28:09] [Server thread/INFO]: [EasyBackup] Loading Configurations...
  556. [05:28:09] [Server thread/INFO]: [EasyBackup] Successfully loaded configurations: general.yml, messages.yml, action-bar.yml, backup.yml, cleaner.yml, mysql.yml, notifications.yml, upload-services.yml
  557. [05:28:09] [Server thread/INFO]: [EasyBackup] Initializing Modules loader...
  558. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT] -----------------------------------------------------------
  559. [05:28:09] [Server thread/WARN]: Nag author(s): '[Forseth11, JarFiles]' of 'EasyBackup' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  560. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT] Whooooops, an error in EasyBackup occurred :c
  561. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT]
  562. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT] Reason: An error occurred while enabling
  563. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT] Type: dW
  564. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT] Message: java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @4035593e
  565. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT]
  566. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT] Full Stacktrace:
  567. [05:28:09] [Server thread/WARN]: me.forseth11.easybackup.dW: java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @4035593e
  568. [05:28:09] [Server thread/WARN]: at easybackup-plugin-3.3.6.jar//me.forseth11.easybackup.P.<init>(P.java)
  569. [05:28:09] [Server thread/WARN]: at easybackup-plugin-3.3.6.jar//me.forseth11.easybackup.cr.g(cr.java)
  570. [05:28:09] [Server thread/WARN]: at easybackup-plugin-3.3.6.jar//me.forseth11.easybackup.cr.m(cr.java)
  571. [05:28:09] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  572. [05:28:09] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  573. [05:28:09] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  574. [05:28:09] [Server thread/WARN]: at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  575. [05:28:09] [Server thread/WARN]: at easybackup-plugin-3.3.6.jar//me.forseth11.easybackup.plugin.SpigotPlugin.onEnable(SpigotPlugin.java)
  576. [05:28:09] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  577. [05:28:09] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  578. [05:28:09] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  579. [05:28:09] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  580. [05:28:09] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  581. [05:28:09] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  582. [05:28:09] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  583. [05:28:09] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  584. [05:28:09] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  585. [05:28:09] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  586. [05:28:09] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  587. [05:28:09] [Server thread/WARN]: Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base does not "opens java.net" to unnamed module @4035593e
  588. [05:28:09] [Server thread/WARN]: at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
  589. [05:28:09] [Server thread/WARN]: at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
  590. [05:28:09] [Server thread/WARN]: at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
  591. [05:28:09] [Server thread/WARN]: at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
  592. [05:28:09] [Server thread/WARN]: ... 19 more
  593. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT]
  594. [05:28:09] [Server thread/INFO]: [EasyBackup] [STDOUT] -----------------------------------------------------------
  595. [05:28:09] [Server thread/INFO]: [EasyBackup] An error occurred while loading the plugin... Disabling...
  596. [05:28:09] [Server thread/INFO]: [EasyBackup] -------------------------------------------------------------
  597. [05:28:09] [Server thread/INFO]: [EasyBackup] ----------------------------------------
  598. [05:28:09] [Server thread/INFO]: [EasyBackup] Disabling EasyBackup...
  599. [05:28:09] [Server thread/INFO]: [EasyBackup] Reason: Could not load the plugin
  600. [05:28:09] [Server thread/INFO]: [EasyBackup] ----------------------------------------
  601. [05:28:09] [Server thread/INFO]: [EasyBackup] Disabling EasyBackup v3.3.6
  602. [05:28:09] [Server thread/INFO]: [BukkitApiEnhancer] Enabling BukkitApiEnhancer v1.6.2*
  603. [05:28:09] [Server thread/INFO]: [BukkitApiEnhancer] [STDOUT] [BukkitApiEnhancer] Checking for updates
  604. [05:28:09] [Server thread/WARN]: Nag author(s): '[Yoloswaginz]' of 'BukkitApiEnhancer' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  605. [05:28:09] [Server thread/INFO]: [BukkitApiEnhancer] [STDOUT] [BukkitApiEnhancer] No updates found.
  606. [05:28:09] [Server thread/INFO]: [BukkitApiEnhancer] [STDOUT] [BukkitApiEnhancer] Server is now under protection.
  607. [05:28:09] [Server thread/INFO]: [AetherGen] Enabling AetherGen v1.1c
  608. [05:28:09] [Server thread/INFO]: [CaliComp] Enabling CaliComp v1.1
  609. [05:28:09] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.1
  610. [05:28:09] [Server thread/WARN]: [PlaceholderAPI] Loaded class com.viaversion.viaversion.api.type.Type from ViaVersion v4.7.0 which is not a depend or softdepend of this plugin.
  611. [05:28:10] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
  612. [05:28:10] [Server thread/INFO]: [UltimateAutoRestart] Enabling UltimateAutoRestart vBuild 53
  613. [05:28:10] [Server thread/INFO]: [UltimateAutoRestart] Build 53, a free resource by Norska - Thanks for downloading!
  614. [05:28:10] [Server thread/INFO]: [UltimateAutoRestart] Attempting hooks...
  615. [05:28:10] [Server thread/INFO]: [CommandHook] Enabling CommandHook v2.2.0
  616. [05:28:10] [Server thread/INFO]: [org.bitbucket._newage.commandhook.CommandHook] NMS package found: v1_18_R2
  617. [05:28:10] [Server thread/INFO]: [ItemsXL] Enabling ItemsXL v1.1
  618. [05:28:10] [Server thread/INFO]: [ItemsXL] [##########[ItemsXL]##########]
  619. [05:28:10] [Server thread/INFO]: [ItemsXL] Internals: [v1_18_R2]
  620. [05:28:10] [Server thread/INFO]: [ItemsXL] Economy: [false]
  621. [05:28:10] [Server thread/INFO]: [ItemsXL] Permissions: [false]
  622. [05:28:10] [Server thread/INFO]: [ItemsXL] Metrics: [https://bstats.org/plugin/bukkit/ItemsXL/1041]
  623. [05:28:10] [Server thread/INFO]: [ItemsXL] SpigotMC ID: [14472]
  624. [05:28:10] [Server thread/INFO]: [ItemsXL] [#############################]
  625. [05:28:10] [Server thread/INFO]: [ItemsXL] Successfully loaded Vignette module "Inventory".
  626. [05:28:11] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
  627. [05:28:11] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
  628. [05:28:11] [Server thread/INFO]: [ClearLag] Loading modules...
  629. [05:28:11] [Server thread/WARN]: [ClearLag] Clearlag failed to use the internal TPS tracker during initialization. Reverted to estimation... (net.minecraft.server.v1_18_R2.MinecraftServer)
  630. [05:28:11] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  631. [05:28:11] [Server thread/WARN]: [ClearLag] Invalid entity type specified path="area-filter" value=BANNER
  632. [05:28:11] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  633. [05:28:11] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  634. [05:28:11] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.9
  635. [05:28:11] [Thread-14/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.18]...
  636. [05:28:11] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.6
  637. [05:28:11] [Thread-14/INFO]: [ClearLag] No updates found!
  638. [05:28:11] [Server thread/INFO]: [BuycraftX] Validating your server key...
  639. [05:28:12] [Server thread/INFO]: [BuycraftX] A new version of BuycraftX (12.0.8) is available. Go to your server panel at https://server.tebex.io/plugins to download the update.
  640. [05:28:12] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  641. [05:28:12] [Server thread/INFO]: [Votifier] Enabling Votifier v2.7.3
  642. [05:28:12] [Server thread/INFO]: [Votifier] Loaded token for website: default
  643. [05:28:12] [Server thread/INFO]: [Votifier] QUIET mode enabled!
  644. [05:28:12] [Server thread/INFO]: [Votifier] Using NIO transport to accept votes.
  645. [05:28:12] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v10.0.37
  646. [05:28:12] [Votifier NIO boss/ERROR]: [null] Votifier was not able to bind to /71.187.6.196:8188
  647. java.net.BindException: Cannot assign requested address: bind
  648. at sun.nio.ch.Net.bind0(Native Method) ~[?:?]
  649. at sun.nio.ch.Net.bind(Net.java:555) ~[?:?]
  650. at sun.nio.ch.ServerSocketChannelImpl.netBind(ServerSocketChannelImpl.java:337) ~[?:?]
  651. at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:294) ~[?:?]
  652. at com.vexsoftware.votifier.io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:134) ~[nuvotifier.jar:?]
  653. at com.vexsoftware.votifier.io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:550) ~[nuvotifier.jar:?]
  654. at com.vexsoftware.votifier.io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1334) ~[nuvotifier.jar:?]
  655. at com.vexsoftware.votifier.io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:506) ~[nuvotifier.jar:?]
  656. at com.vexsoftware.votifier.io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:491) ~[nuvotifier.jar:?]
  657. at com.vexsoftware.votifier.io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:973) ~[nuvotifier.jar:?]
  658. at com.vexsoftware.votifier.io.netty.channel.AbstractChannel.bind(AbstractChannel.java:248) ~[nuvotifier.jar:?]
  659. at com.vexsoftware.votifier.io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:356) ~[nuvotifier.jar:?]
  660. at com.vexsoftware.votifier.io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164) ~[nuvotifier.jar:?]
  661. at com.vexsoftware.votifier.io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) ~[nuvotifier.jar:?]
  662. at com.vexsoftware.votifier.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500) ~[nuvotifier.jar:?]
  663. at com.vexsoftware.votifier.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989) ~[nuvotifier.jar:?]
  664. at com.vexsoftware.votifier.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[nuvotifier.jar:?]
  665. at com.vexsoftware.votifier.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[nuvotifier.jar:?]
  666. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  667. [05:28:12] [Server thread/INFO]: [LibsDisguises] File Name: LibsDisguises-10.0.27-Free.jar
  668. [05:28:12] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_18_R2 (v1_18)
  669. [05:28:12] [Server thread/INFO]: [LibsDisguises] Jenkins Build: #1239
  670. [05:28:12] [Server thread/INFO]: [LibsDisguises] Build Date: 25/06/2023 07:08
  671. [05:28:13] [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/
  672. [05:28:13] [Server thread/INFO]: [LibsDisguises] You are running the free version, commands limited to non-players and operators. (Console, Command Blocks, Admins)
  673. [05:28:20] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  674. [05:28:20] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
  675. [05:28:20] [Server thread/INFO]: [LibsDisguises] Config is up to date!
  676. [05:28:20] [Server thread/INFO]: [PunishGUI] Enabling PunishGUI v1.0.2*
  677. [05:28:20] [Server thread/INFO]: Loaded config files!
  678. [05:28:20] [Server thread/INFO]: Loaded commands and permissions!
  679. [05:28:20] [Server thread/INFO]: Loaded menus!
  680. [05:28:20] [Server thread/INFO]: Loaded metrics!
  681. [05:28:20] [Server thread/INFO]: PunishmentGUI Loaded!
  682. [05:28:20] [Server thread/INFO]: [floodgate-bukkit] Enabling floodgate-bukkit v1.0-SNAPSHOT
  683. [05:28:20] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_18_R2.MinecraftServer
  684. [05:28:20] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151)
  685. [05:28:20] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103)
  686. [05:28:20] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
  687. [05:28:20] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
  688. [05:28:20] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
  689. [05:28:20] [Server thread/WARN]: at floodgate-bukkit.jar//org.geysermc.floodgate.util.ReflectionUtil.getClass(ReflectionUtil.java:23)
  690. [05:28:20] [Server thread/WARN]: at floodgate-bukkit.jar//org.geysermc.floodgate.util.ReflectionUtil.getPrefixedClass(ReflectionUtil.java:18)
  691. [05:28:20] [Server thread/WARN]: at floodgate-bukkit.jar//org.geysermc.floodgate.injector.BukkitInjector.getServerConnection(BukkitInjector.java:106)
  692. [05:28:20] [Server thread/WARN]: at floodgate-bukkit.jar//org.geysermc.floodgate.injector.BukkitInjector.inject(BukkitInjector.java:24)
  693. [05:28:20] [Server thread/WARN]: at floodgate-bukkit.jar//org.geysermc.floodgate.BukkitPlugin.onEnable(BukkitPlugin.java:42)
  694. [05:28:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  695. [05:28:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  696. [05:28:20] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  697. [05:28:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  698. [05:28:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  699. [05:28:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  700. [05:28:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  701. [05:28:20] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  702. [05:28:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  703. [05:28:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  704. [05:28:20] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  705. [05:28:20] [Server thread/ERROR]: [floodgate-bukkit] Failed to inject the packet listener!
  706. java.lang.NullPointerException: Cannot invoke "java.lang.Class.getMethod(String, java.lang.Class[])" because "clazz" is null
  707. at org.geysermc.floodgate.util.ReflectionUtil.getMethod(ReflectionUtil.java:129) ~[floodgate-bukkit.jar:?]
  708. at org.geysermc.floodgate.util.ReflectionUtil.invokeStatic(ReflectionUtil.java:152) ~[floodgate-bukkit.jar:?]
  709. at org.geysermc.floodgate.injector.BukkitInjector.getServerConnection(BukkitInjector.java:109) ~[floodgate-bukkit.jar:?]
  710. at org.geysermc.floodgate.injector.BukkitInjector.inject(BukkitInjector.java:24) ~[floodgate-bukkit.jar:?]
  711. at org.geysermc.floodgate.BukkitPlugin.onEnable(BukkitPlugin.java:42) ~[floodgate-bukkit.jar:?]
  712. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  713. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  714. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  715. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  716. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  717. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  718. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  719. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  720. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  721. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  722. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  723. [05:28:20] [Server thread/INFO]: [floodgate-bukkit] Disabling floodgate-bukkit v1.0-SNAPSHOT
  724. [05:28:20] [Server thread/ERROR]: Error occurred while enabling floodgate-bukkit v1.0-SNAPSHOT (Is it up to date?)
  725. java.lang.IllegalStateException: zip file closed
  726. at java.util.zip.ZipFile.ensureOpen(ZipFile.java:831) ~[?:?]
  727. at java.util.zip.ZipFile.getEntry(ZipFile.java:330) ~[?:?]
  728. at java.util.jar.JarFile.getEntry(JarFile.java:518) ~[?:?]
  729. at java.util.jar.JarFile.getJarEntry(JarFile.java:473) ~[?:?]
  730. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:163) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  731. at java.lang.ClassLoader.loadClass(ClassLoader.java:587) ~[?:?]
  732. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:108) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  733. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  734. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  735. at org.geysermc.floodgate.BukkitPlugin.onEnable(BukkitPlugin.java:50) ~[floodgate-bukkit.jar:?]
  736. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  737. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  738. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  739. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  740. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  741. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  742. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  743. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  744. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  745. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  746. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  747. [05:28:20] [Server thread/INFO]: [Trey's Double Jump] Enabling TreysDoubleJump v2.5.2
  748. [05:28:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tdj [2.5.2]
  749. [05:28:20] [Server thread/INFO]: +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  750. [05:28:20] [Server thread/INFO]: There is a new update (2.6.7) for
  751. [05:28:20] [Server thread/INFO]: Trey's Double Jump
  752. [05:28:20] [Server thread/INFO]: Download at:
  753. [05:28:20] [Server thread/INFO]: https://www.spigotmc.org/resources/19630/
  754. [05:28:20] [Server thread/INFO]: +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  755. [05:28:20] [Server thread/INFO]: [Workbench] Enabling Workbench v1.0*
  756. [05:28:20] [Server thread/INFO]: [PosePlugin] Enabling PosePlugin v2.0.0.1-experimental
  757. [05:28:20] [Server thread/ERROR]: Error occurred while enabling PosePlugin v2.0.0.1-experimental (Is it up to date?)
  758. java.lang.ClassNotFoundException: ru.armagidon.poseplugin.api.utils.playerhider.v1_18_R2.PlayerHiderImpl
  759. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  760. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  761. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  762. at java.lang.Class.forName0(Native Method) ~[?:?]
  763. at java.lang.Class.forName(Class.java:375) ~[?:?]
  764. at ru.armagidon.poseplugin.api.utils.playerhider.PlayerHider.createNew(PlayerHider.java:18) ~[poseplugin-experimental-2.0.0.1-b2.jar:?]
  765. at ru.armagidon.poseplugin.api.PosePluginAPI.init(PosePluginAPI.java:77) ~[poseplugin-experimental-2.0.0.1-b2.jar:?]
  766. at ru.armagidon.poseplugin.PosePlugin.onEnable(PosePlugin.java:48) ~[poseplugin-experimental-2.0.0.1-b2.jar:?]
  767. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  768. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  769. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  770. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  771. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  772. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  773. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  774. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  775. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  776. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  777. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  778. [05:28:20] [Server thread/INFO]: [PosePlugin] Disabling PosePlugin v2.0.0.1-experimental
  779. [05:28:20] [Server thread/ERROR]: Error occurred while disabling PosePlugin v2.0.0.1-experimental (Is it up to date?)
  780. java.lang.NullPointerException: Cannot invoke "ru.armagidon.poseplugin.plugin.command.PluginCommands.unregisterAll()" because "this.pcs" is null
  781. at ru.armagidon.poseplugin.PosePlugin.onDisable(PosePlugin.java:61) ~[poseplugin-experimental-2.0.0.1-b2.jar:?]
  782. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  783. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  784. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:578) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  785. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  786. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  787. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  788. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  789. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  790. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  791. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  792. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  793. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  794. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  795. [05:28:20] [Server thread/INFO]: [BedrockPlayerManager] Enabling BedrockPlayerManager v1.4
  796. [05:28:21] [Server thread/INFO]: [FireWorkMaker] Enabling FireWorkMaker v2.0
  797. [05:28:21] [Server thread/INFO]: - Loading config.yml... Successful!
  798. [05:28:21] [Server thread/ERROR]: Error occurred while enabling FireWorkMaker v2.0 (Is it up to date?)
  799. java.lang.NullPointerException: Cannot invoke "java.lang.Class.newInstance()" because the return value of "me.abandoncaptian.FireWorkMaker.Other.Ref.getClass(String)" is null
  800. at me.abandoncaptian.FireWorkMaker.Other.NBT.getNBTTags(NBT.java:20) ~[FireWorkMaker.jar:?]
  801. at me.abandoncaptian.FireWorkMaker.Other.NBT.set(NBT.java:36) ~[FireWorkMaker.jar:?]
  802. at me.abandoncaptian.FireWorkMaker.Other.NBT.setString(NBT.java:29) ~[FireWorkMaker.jar:?]
  803. at me.abandoncaptian.FireWorkMaker.Other.Utils.createItemStack(Utils.java:239) ~[FireWorkMaker.jar:?]
  804. at me.abandoncaptian.FireWorkMaker.Handlers.Guis.BuyGui.<init>(BuyGui.java:19) ~[FireWorkMaker.jar:?]
  805. at me.abandoncaptian.FireWorkMaker.Handlers.GuiHandler.<init>(GuiHandler.java:39) ~[FireWorkMaker.jar:?]
  806. at me.abandoncaptian.FireWorkMaker.Main.reload(Main.java:61) ~[FireWorkMaker.jar:?]
  807. at me.abandoncaptian.FireWorkMaker.Main.onEnable(Main.java:38) ~[FireWorkMaker.jar:?]
  808. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  809. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  810. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  811. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  812. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  813. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  814. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  815. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  816. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  817. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  818. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  819. [05:28:21] [Server thread/INFO]: [FireWorkMaker] Disabling FireWorkMaker v2.0
  820. [05:28:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v3.0.0-SNAPSHOT-b209
  821. [05:28:21] [Server thread/INFO]: [CombatPlus] Enabling CombatPlus v1.5.3
  822. [05:28:21] [Server thread/INFO]:
  823. [05:28:21] [Server thread/INFO]: Combat Plus v1.5.3
  824. [05:28:21] [Server thread/INFO]:
  825. [05:28:21] [Server thread/INFO]: Author: Nik
  826. [05:28:21] [Server thread/INFO]:
  827. [05:28:21] [Server thread/INFO]: [Combat+]: Initializing Listeners...
  828. [05:28:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: combatplus [1.5.3]
  829. [05:28:21] [Server thread/INFO]: [VillageDefense] Enabling VillageDefense v4.5.8
  830. [05:28:21] [Server thread/INFO]: [VillageDefense] Connecting to services, please wait! Server may freeze a bit!
  831. [05:28:21] [Server thread/INFO]: [VillageDefense] Hooked with ServiceRegistry! Initialized services properly!
  832. [05:28:21] [Server thread/INFO]: [VillageDefense] Fetched latest localization file from repository.
  833. [05:28:21] [Server thread/INFO]: [Village Defense] Loaded locale English (English ID: en_GB) by Plajer
  834. [05:28:21] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: villagedefense [1.0.1]
  835. [05:28:22] [Server thread/ERROR]: Error occurred while enabling VillageDefense v4.5.8 (Is it up to date?)
  836. java.lang.NoClassDefFoundError: net/minecraft/server/v1_16_R3/World
  837. at plugily.projects.villagedefense.arena.ArenaUtils.initializeArena(ArenaUtils.java:150) ~[villagedefense-4.5.8.jar:?]
  838. at plugily.projects.villagedefense.arena.ArenaRegistry.registerArenas(ArenaRegistry.java:144) ~[villagedefense-4.5.8.jar:?]
  839. at plugily.projects.villagedefense.Main.initializeClasses(Main.java:276) ~[villagedefense-4.5.8.jar:?]
  840. at plugily.projects.villagedefense.Main.onEnable(Main.java:181) ~[villagedefense-4.5.8.jar:?]
  841. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  842. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  843. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  844. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  845. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  846. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  847. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  848. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  849. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  850. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  851. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  852. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_16_R3.World
  853. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  854. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  855. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  856. ... 15 more
  857. [05:28:22] [Server thread/INFO]: [VillageDefense] Disabling VillageDefense v4.5.8
  858. [05:28:22] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.7.2
  859. [05:28:22] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-* MyCommand v.5.7.2*-=-=-=-=-=-=-=-=-=-*
  860. [05:28:22] [Server thread/INFO]: | Hooked on Vault 1.7.2-b107
  861. [05:28:22] [Server thread/INFO]: | Command file(s) found : 1
  862. [05:28:22] [Server thread/INFO]: | Config : Ready.
  863. [05:28:22] [Server thread/INFO]: | ProtocolLib found, features availables (SignMenu)
  864. [05:28:22] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: mycommand [1.0.0]
  865. [05:28:22] [Server thread/INFO]: | Placeholder_API : Hooked, Ok.
  866. [05:28:22] [Server thread/INFO]: | Custom commands loaded : 69
  867. [05:28:22] [Server thread/INFO]: | New update available : MyCommand v5.7.4
  868. [05:28:22] [Server thread/WARN]: [MyCommand] Loaded class com.comphenix.protocol.events.PacketListener from ProtocolLib v4.8.0-SNAPSHOT-b540 which is not a depend or softdepend of this plugin.
  869. [05:28:22] [Server thread/INFO]: | by emmerrei a.k.a. ivanfromitaly.
  870. [05:28:22] [Server thread/INFO]: *-=-=-=-=-=-=-=-=-=-* Done! *-=-=-=-=-=-=-=-=-=-=-*
  871. [05:28:22] [Server thread/INFO]: [LPC] Enabling LPC v3.3.0
  872. [05:28:22] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
  873. [05:28:22] [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--].
  874. [05:28:22] [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.
  875. [05:28:22] [Server thread/INFO]: -------- World Settings For [Chaos] --------
  876. [05:28:22] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  877. [05:28:22] [Server thread/INFO]: Item Merge Radius: 2.5
  878. [05:28:22] [Server thread/INFO]: Item Despawn Rate: 6000
  879. [05:28:22] [Server thread/INFO]: Mob Spawn Range: 6
  880. [05:28:22] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  881. [05:28:22] [Server thread/INFO]: Simulation Distance: 10
  882. [05:28:22] [Server thread/INFO]: View Distance: 10
  883. [05:28:22] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  884. [05:28:22] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  885. [05:28:22] [Server thread/INFO]: Experience Merge Radius: 3.0
  886. [05:28:22] [Server thread/INFO]: Cactus Growth Modifier: 100%
  887. [05:28:22] [Server thread/INFO]: Cane Growth Modifier: 100%
  888. [05:28:22] [Server thread/INFO]: Melon Growth Modifier: 100%
  889. [05:28:22] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  890. [05:28:22] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  891. [05:28:22] [Server thread/INFO]: Sapling Growth Modifier: 100%
  892. [05:28:22] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  893. [05:28:22] [Server thread/INFO]: Carrot Growth Modifier: 100%
  894. [05:28:22] [Server thread/INFO]: Potato Growth Modifier: 100%
  895. [05:28:22] [Server thread/INFO]: Wheat Growth Modifier: 100%
  896. [05:28:22] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  897. [05:28:22] [Server thread/INFO]: Vine Growth Modifier: 100%
  898. [05:28:22] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  899. [05:28:22] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  900. [05:28:22] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  901. [05:28:22] [Server thread/INFO]: Kelp Growth Modifier: 100%
  902. [05:28:22] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  903. [05:28:22] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  904. [05:28:22] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  905. [05:28:22] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  906. [05:28:22] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  907. [05:28:22] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  908. [05:28:22] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  909. [05:28:22] [Server thread/INFO]: Max TNT Explosions: 100
  910. [05:28:22] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  911. [05:28:22] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  912. [05:28:28] [Server thread/INFO]: Preparing start region for dimension minecraft:chaos
  913. [05:28:29] [Server thread/INFO]: Preparing spawn area: 0%
  914. [05:28:29] [Server thread/INFO]: Time elapsed: 336 ms
  915. [05:28:29] [Server thread/INFO]: -------- World Settings For [CTF2] --------
  916. [05:28:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  917. [05:28:29] [Server thread/INFO]: Item Merge Radius: 2.5
  918. [05:28:29] [Server thread/INFO]: Item Despawn Rate: 6000
  919. [05:28:29] [Server thread/INFO]: Mob Spawn Range: 6
  920. [05:28:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  921. [05:28:29] [Server thread/INFO]: Simulation Distance: 10
  922. [05:28:29] [Server thread/INFO]: View Distance: 10
  923. [05:28:29] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  924. [05:28:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  925. [05:28:29] [Server thread/INFO]: Experience Merge Radius: 3.0
  926. [05:28:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
  927. [05:28:29] [Server thread/INFO]: Cane Growth Modifier: 100%
  928. [05:28:29] [Server thread/INFO]: Melon Growth Modifier: 100%
  929. [05:28:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  930. [05:28:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  931. [05:28:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
  932. [05:28:29] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  933. [05:28:29] [Server thread/INFO]: Carrot Growth Modifier: 100%
  934. [05:28:29] [Server thread/INFO]: Potato Growth Modifier: 100%
  935. [05:28:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
  936. [05:28:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  937. [05:28:29] [Server thread/INFO]: Vine Growth Modifier: 100%
  938. [05:28:29] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  939. [05:28:29] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  940. [05:28:29] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  941. [05:28:29] [Server thread/INFO]: Kelp Growth Modifier: 100%
  942. [05:28:29] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  943. [05:28:29] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  944. [05:28:29] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  945. [05:28:29] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  946. [05:28:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  947. [05:28:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  948. [05:28:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  949. [05:28:29] [Server thread/INFO]: Max TNT Explosions: 100
  950. [05:28:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  951. [05:28:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  952. [05:28:30] [Server thread/INFO]: Preparing start region for dimension minecraft:ctf2
  953. [05:28:31] [Server thread/INFO]: Time elapsed: 895 ms
  954. [05:28:31] [Server thread/INFO]: -------- World Settings For [Village_Defence] --------
  955. [05:28:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  956. [05:28:31] [Server thread/INFO]: Item Merge Radius: 2.5
  957. [05:28:31] [Server thread/INFO]: Item Despawn Rate: 6000
  958. [05:28:31] [Server thread/INFO]: Mob Spawn Range: 6
  959. [05:28:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  960. [05:28:31] [Server thread/INFO]: Simulation Distance: 10
  961. [05:28:31] [Server thread/INFO]: View Distance: 10
  962. [05:28:31] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  963. [05:28:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  964. [05:28:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  965. [05:28:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  966. [05:28:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  967. [05:28:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  968. [05:28:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  969. [05:28:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  970. [05:28:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  971. [05:28:31] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  972. [05:28:31] [Server thread/INFO]: Carrot Growth Modifier: 100%
  973. [05:28:31] [Server thread/INFO]: Potato Growth Modifier: 100%
  974. [05:28:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  975. [05:28:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  976. [05:28:31] [Server thread/INFO]: Vine Growth Modifier: 100%
  977. [05:28:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  978. [05:28:31] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  979. [05:28:31] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  980. [05:28:31] [Server thread/INFO]: Kelp Growth Modifier: 100%
  981. [05:28:31] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  982. [05:28:31] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  983. [05:28:31] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  984. [05:28:31] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  985. [05:28:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  986. [05:28:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  987. [05:28:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  988. [05:28:31] [Server thread/INFO]: Max TNT Explosions: 100
  989. [05:28:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  990. [05:28:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  991. [05:28:32] [Server thread/INFO]: Preparing start region for dimension minecraft:village_defence
  992. [05:28:33] [Server thread/INFO]: Preparing spawn area: 0%
  993. [05:28:33] [Server thread/INFO]: Preparing spawn area: 16%
  994. [05:28:33] [Server thread/INFO]: Time elapsed: 589 ms
  995. [05:28:33] [Server thread/INFO]: -------- World Settings For [SlimeBall] --------
  996. [05:28:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  997. [05:28:33] [Server thread/INFO]: Item Merge Radius: 2.5
  998. [05:28:33] [Server thread/INFO]: Item Despawn Rate: 6000
  999. [05:28:33] [Server thread/INFO]: Mob Spawn Range: 6
  1000. [05:28:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1001. [05:28:33] [Server thread/INFO]: Simulation Distance: 10
  1002. [05:28:33] [Server thread/INFO]: View Distance: 10
  1003. [05:28:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1004. [05:28:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1005. [05:28:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  1006. [05:28:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1007. [05:28:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  1008. [05:28:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  1009. [05:28:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1010. [05:28:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1011. [05:28:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1012. [05:28:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1013. [05:28:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1014. [05:28:33] [Server thread/INFO]: Potato Growth Modifier: 100%
  1015. [05:28:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1016. [05:28:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1017. [05:28:33] [Server thread/INFO]: Vine Growth Modifier: 100%
  1018. [05:28:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1019. [05:28:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1020. [05:28:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1021. [05:28:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1022. [05:28:33] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1023. [05:28:33] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1024. [05:28:33] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1025. [05:28:33] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1026. [05:28:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1027. [05:28:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1028. [05:28:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1029. [05:28:33] [Server thread/INFO]: Max TNT Explosions: 100
  1030. [05:28:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1031. [05:28:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1032. [05:28:33] [Server thread/INFO]: Preparing start region for dimension minecraft:slimeball
  1033. [05:28:33] [Server thread/INFO]: Time elapsed: 137 ms
  1034. [05:28:33] [Server thread/INFO]: -------- World Settings For [Season_1] --------
  1035. [05:28:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1036. [05:28:33] [Server thread/INFO]: Item Merge Radius: 2.5
  1037. [05:28:33] [Server thread/INFO]: Item Despawn Rate: 6000
  1038. [05:28:33] [Server thread/INFO]: Mob Spawn Range: 6
  1039. [05:28:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1040. [05:28:33] [Server thread/INFO]: Simulation Distance: 10
  1041. [05:28:33] [Server thread/INFO]: View Distance: 10
  1042. [05:28:33] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1043. [05:28:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1044. [05:28:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  1045. [05:28:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1046. [05:28:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  1047. [05:28:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  1048. [05:28:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1049. [05:28:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1050. [05:28:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1051. [05:28:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1052. [05:28:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1053. [05:28:33] [Server thread/INFO]: Potato Growth Modifier: 100%
  1054. [05:28:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1055. [05:28:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1056. [05:28:33] [Server thread/INFO]: Vine Growth Modifier: 100%
  1057. [05:28:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1058. [05:28:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1059. [05:28:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1060. [05:28:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1061. [05:28:33] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1062. [05:28:33] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1063. [05:28:33] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1064. [05:28:33] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1065. [05:28:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1066. [05:28:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1067. [05:28:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1068. [05:28:33] [Server thread/INFO]: Max TNT Explosions: 100
  1069. [05:28:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1070. [05:28:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1071. [05:28:39] [Server thread/INFO]: Preparing start region for dimension minecraft:season_1
  1072. [05:28:39] [Server thread/INFO]: Preparing spawn area: 0%
  1073. [05:28:39] [Server thread/INFO]: Time elapsed: 116 ms
  1074. [05:28:39] [Server thread/INFO]: -------- World Settings For [SVS] --------
  1075. [05:28:39] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1076. [05:28:39] [Server thread/INFO]: Item Merge Radius: 2.5
  1077. [05:28:39] [Server thread/INFO]: Item Despawn Rate: 6000
  1078. [05:28:39] [Server thread/INFO]: Mob Spawn Range: 6
  1079. [05:28:39] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1080. [05:28:39] [Server thread/INFO]: Simulation Distance: 10
  1081. [05:28:39] [Server thread/INFO]: View Distance: 10
  1082. [05:28:39] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1083. [05:28:39] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1084. [05:28:39] [Server thread/INFO]: Experience Merge Radius: 3.0
  1085. [05:28:39] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1086. [05:28:39] [Server thread/INFO]: Cane Growth Modifier: 100%
  1087. [05:28:39] [Server thread/INFO]: Melon Growth Modifier: 100%
  1088. [05:28:39] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1089. [05:28:39] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1090. [05:28:39] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1091. [05:28:39] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1092. [05:28:39] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1093. [05:28:39] [Server thread/INFO]: Potato Growth Modifier: 100%
  1094. [05:28:39] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1095. [05:28:39] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1096. [05:28:39] [Server thread/INFO]: Vine Growth Modifier: 100%
  1097. [05:28:39] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1098. [05:28:39] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1099. [05:28:39] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1100. [05:28:39] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1101. [05:28:39] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1102. [05:28:39] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1103. [05:28:39] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1104. [05:28:39] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1105. [05:28:39] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1106. [05:28:39] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1107. [05:28:39] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1108. [05:28:39] [Server thread/INFO]: Max TNT Explosions: 100
  1109. [05:28:39] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1110. [05:28:39] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1111. [05:28:40] [Server thread/INFO]: Preparing start region for dimension minecraft:svs
  1112. [05:28:40] [Server thread/INFO]: Time elapsed: 113 ms
  1113. [05:28:40] [Server thread/INFO]: -------- World Settings For [Node_1_Nether] --------
  1114. [05:28:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1115. [05:28:40] [Server thread/INFO]: Item Merge Radius: 2.5
  1116. [05:28:40] [Server thread/INFO]: Item Despawn Rate: 6000
  1117. [05:28:40] [Server thread/INFO]: Mob Spawn Range: 6
  1118. [05:28:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1119. [05:28:40] [Server thread/INFO]: Simulation Distance: 10
  1120. [05:28:40] [Server thread/INFO]: View Distance: 10
  1121. [05:28:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1122. [05:28:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1123. [05:28:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  1124. [05:28:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1125. [05:28:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  1126. [05:28:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  1127. [05:28:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1128. [05:28:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1129. [05:28:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1130. [05:28:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1131. [05:28:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1132. [05:28:40] [Server thread/INFO]: Potato Growth Modifier: 100%
  1133. [05:28:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1134. [05:28:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1135. [05:28:40] [Server thread/INFO]: Vine Growth Modifier: 100%
  1136. [05:28:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1137. [05:28:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1138. [05:28:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1139. [05:28:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1140. [05:28:40] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1141. [05:28:40] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1142. [05:28:40] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1143. [05:28:40] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1144. [05:28:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1145. [05:28:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1146. [05:28:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1147. [05:28:40] [Server thread/INFO]: Max TNT Explosions: 100
  1148. [05:28:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1149. [05:28:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1150. [05:28:40] [Server thread/INFO]: Preparing start region for dimension minecraft:node_1_nether
  1151. [05:28:40] [Server thread/INFO]: Time elapsed: 117 ms
  1152. [05:28:40] [Server thread/INFO]: -------- World Settings For [Spawnarea] --------
  1153. [05:28:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1154. [05:28:40] [Server thread/INFO]: Item Merge Radius: 2.5
  1155. [05:28:40] [Server thread/INFO]: Item Despawn Rate: 6000
  1156. [05:28:40] [Server thread/INFO]: Mob Spawn Range: 6
  1157. [05:28:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1158. [05:28:40] [Server thread/INFO]: Simulation Distance: 10
  1159. [05:28:40] [Server thread/INFO]: View Distance: 10
  1160. [05:28:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1161. [05:28:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1162. [05:28:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  1163. [05:28:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1164. [05:28:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  1165. [05:28:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  1166. [05:28:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1167. [05:28:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1168. [05:28:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1169. [05:28:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1170. [05:28:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1171. [05:28:40] [Server thread/INFO]: Potato Growth Modifier: 100%
  1172. [05:28:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1173. [05:28:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1174. [05:28:40] [Server thread/INFO]: Vine Growth Modifier: 100%
  1175. [05:28:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1176. [05:28:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1177. [05:28:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1178. [05:28:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1179. [05:28:40] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1180. [05:28:40] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1181. [05:28:40] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1182. [05:28:40] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1183. [05:28:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1184. [05:28:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1185. [05:28:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1186. [05:28:40] [Server thread/INFO]: Max TNT Explosions: 100
  1187. [05:28:40] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1188. [05:28:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1189. [05:28:40] [Server thread/INFO]: Preparing start region for dimension minecraft:spawnarea
  1190. [05:28:40] [Server thread/INFO]: Time elapsed: 37 ms
  1191. [05:28:40] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Aether
  1192. [05:28:40] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  1193. [05:28:41] [Server thread/INFO]: -------- World Settings For [Nexus_nether] --------
  1194. [05:28:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1195. [05:28:41] [Server thread/INFO]: Item Merge Radius: 2.5
  1196. [05:28:41] [Server thread/INFO]: Item Despawn Rate: 6000
  1197. [05:28:41] [Server thread/INFO]: Mob Spawn Range: 6
  1198. [05:28:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1199. [05:28:41] [Server thread/INFO]: Simulation Distance: 10
  1200. [05:28:41] [Server thread/INFO]: View Distance: 10
  1201. [05:28:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1202. [05:28:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1203. [05:28:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  1204. [05:28:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1205. [05:28:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  1206. [05:28:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  1207. [05:28:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1208. [05:28:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1209. [05:28:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1210. [05:28:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1211. [05:28:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1212. [05:28:41] [Server thread/INFO]: Potato Growth Modifier: 100%
  1213. [05:28:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1214. [05:28:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1215. [05:28:41] [Server thread/INFO]: Vine Growth Modifier: 100%
  1216. [05:28:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1217. [05:28:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1218. [05:28:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1219. [05:28:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1220. [05:28:41] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1221. [05:28:41] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1222. [05:28:41] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1223. [05:28:41] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1224. [05:28:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1225. [05:28:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1226. [05:28:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1227. [05:28:41] [Server thread/INFO]: Max TNT Explosions: 100
  1228. [05:28:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1229. [05:28:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1230. [05:28:41] [Server thread/INFO]: [VeryDangerousNether] [STDOUT] §6VDN enabled
  1231. [05:28:41] [Server thread/INFO]: Preparing start region for dimension minecraft:nexus_nether
  1232. [05:28:41] [Server thread/INFO]: Time elapsed: 77 ms
  1233. [05:28:41] [Server thread/INFO]: -------- World Settings For [Season_1_nether] --------
  1234. [05:28:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1235. [05:28:41] [Server thread/INFO]: Item Merge Radius: 2.5
  1236. [05:28:41] [Server thread/INFO]: Item Despawn Rate: 6000
  1237. [05:28:41] [Server thread/INFO]: Mob Spawn Range: 6
  1238. [05:28:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1239. [05:28:41] [Server thread/INFO]: Simulation Distance: 10
  1240. [05:28:41] [Server thread/INFO]: View Distance: 10
  1241. [05:28:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1242. [05:28:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1243. [05:28:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  1244. [05:28:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1245. [05:28:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  1246. [05:28:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  1247. [05:28:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1248. [05:28:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1249. [05:28:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1250. [05:28:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1251. [05:28:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1252. [05:28:41] [Server thread/INFO]: Potato Growth Modifier: 100%
  1253. [05:28:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1254. [05:28:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1255. [05:28:41] [Server thread/INFO]: Vine Growth Modifier: 100%
  1256. [05:28:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1257. [05:28:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1258. [05:28:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1259. [05:28:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1260. [05:28:41] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1261. [05:28:41] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1262. [05:28:41] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1263. [05:28:41] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1264. [05:28:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1265. [05:28:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1266. [05:28:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1267. [05:28:41] [Server thread/INFO]: Max TNT Explosions: 100
  1268. [05:28:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1269. [05:28:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1270. [05:28:41] [Server thread/INFO]: [VeryDangerousNether] [STDOUT] §6VDN enabled
  1271. [05:28:41] [Server thread/INFO]: Preparing start region for dimension minecraft:season_1_nether
  1272. [05:28:41] [Server thread/INFO]: Time elapsed: 41 ms
  1273. [05:28:41] [Server thread/INFO]: -------- World Settings For [Curbruse] --------
  1274. [05:28:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1275. [05:28:41] [Server thread/INFO]: Item Merge Radius: 2.5
  1276. [05:28:41] [Server thread/INFO]: Item Despawn Rate: 6000
  1277. [05:28:41] [Server thread/INFO]: Mob Spawn Range: 6
  1278. [05:28:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1279. [05:28:41] [Server thread/INFO]: Simulation Distance: 10
  1280. [05:28:41] [Server thread/INFO]: View Distance: 10
  1281. [05:28:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1282. [05:28:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1283. [05:28:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  1284. [05:28:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1285. [05:28:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  1286. [05:28:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  1287. [05:28:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1288. [05:28:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1289. [05:28:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1290. [05:28:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1291. [05:28:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1292. [05:28:41] [Server thread/INFO]: Potato Growth Modifier: 100%
  1293. [05:28:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1294. [05:28:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1295. [05:28:41] [Server thread/INFO]: Vine Growth Modifier: 100%
  1296. [05:28:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1297. [05:28:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1298. [05:28:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1299. [05:28:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1300. [05:28:41] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1301. [05:28:41] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1302. [05:28:41] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1303. [05:28:41] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1304. [05:28:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1305. [05:28:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1306. [05:28:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1307. [05:28:41] [Server thread/INFO]: Max TNT Explosions: 100
  1308. [05:28:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1309. [05:28:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1310. [05:28:41] [Server thread/INFO]: Preparing start region for dimension minecraft:curbruse
  1311. [05:28:41] [Server thread/INFO]: Time elapsed: 52 ms
  1312. [05:28:41] [Server thread/INFO]: -------- World Settings For [BOSS_WORLD] --------
  1313. [05:28:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1314. [05:28:41] [Server thread/INFO]: Item Merge Radius: 2.5
  1315. [05:28:41] [Server thread/INFO]: Item Despawn Rate: 6000
  1316. [05:28:41] [Server thread/INFO]: Mob Spawn Range: 6
  1317. [05:28:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1318. [05:28:41] [Server thread/INFO]: Simulation Distance: 10
  1319. [05:28:41] [Server thread/INFO]: View Distance: 10
  1320. [05:28:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1321. [05:28:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1322. [05:28:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  1323. [05:28:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1324. [05:28:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  1325. [05:28:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  1326. [05:28:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1327. [05:28:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1328. [05:28:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1329. [05:28:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1330. [05:28:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1331. [05:28:41] [Server thread/INFO]: Potato Growth Modifier: 100%
  1332. [05:28:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1333. [05:28:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1334. [05:28:41] [Server thread/INFO]: Vine Growth Modifier: 100%
  1335. [05:28:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1336. [05:28:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1337. [05:28:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1338. [05:28:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1339. [05:28:41] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1340. [05:28:41] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1341. [05:28:41] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1342. [05:28:41] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1343. [05:28:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1344. [05:28:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1345. [05:28:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1346. [05:28:41] [Server thread/INFO]: Max TNT Explosions: 100
  1347. [05:28:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1348. [05:28:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1349. [05:28:41] [Server thread/INFO]: Preparing start region for dimension minecraft:boss_world
  1350. [05:28:41] [Server thread/INFO]: Time elapsed: 38 ms
  1351. [05:28:41] [Server thread/INFO]: -------- World Settings For [Season_1_end] --------
  1352. [05:28:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1353. [05:28:41] [Server thread/INFO]: Item Merge Radius: 2.5
  1354. [05:28:41] [Server thread/INFO]: Item Despawn Rate: 6000
  1355. [05:28:41] [Server thread/INFO]: Mob Spawn Range: 6
  1356. [05:28:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1357. [05:28:41] [Server thread/INFO]: Simulation Distance: 10
  1358. [05:28:41] [Server thread/INFO]: View Distance: 10
  1359. [05:28:41] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1360. [05:28:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1361. [05:28:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  1362. [05:28:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1363. [05:28:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  1364. [05:28:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  1365. [05:28:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1366. [05:28:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1367. [05:28:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1368. [05:28:41] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1369. [05:28:41] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1370. [05:28:41] [Server thread/INFO]: Potato Growth Modifier: 100%
  1371. [05:28:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1372. [05:28:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1373. [05:28:41] [Server thread/INFO]: Vine Growth Modifier: 100%
  1374. [05:28:41] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1375. [05:28:41] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1376. [05:28:41] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1377. [05:28:41] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1378. [05:28:41] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1379. [05:28:41] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1380. [05:28:41] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1381. [05:28:41] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1382. [05:28:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1383. [05:28:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1384. [05:28:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1385. [05:28:41] [Server thread/INFO]: Max TNT Explosions: 100
  1386. [05:28:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1387. [05:28:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1388. [05:28:41] [Server thread/INFO]: Preparing start region for dimension minecraft:season_1_end
  1389. [05:28:41] [Server thread/INFO]: Time elapsed: 44 ms
  1390. [05:28:42] [Server thread/INFO]: -------- World Settings For [Node_1_end] --------
  1391. [05:28:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1392. [05:28:42] [Server thread/INFO]: Item Merge Radius: 2.5
  1393. [05:28:42] [Server thread/INFO]: Item Despawn Rate: 6000
  1394. [05:28:42] [Server thread/INFO]: Mob Spawn Range: 6
  1395. [05:28:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1396. [05:28:42] [Server thread/INFO]: Simulation Distance: 10
  1397. [05:28:42] [Server thread/INFO]: View Distance: 10
  1398. [05:28:42] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1399. [05:28:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1400. [05:28:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  1401. [05:28:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1402. [05:28:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  1403. [05:28:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  1404. [05:28:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1405. [05:28:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1406. [05:28:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1407. [05:28:42] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1408. [05:28:42] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1409. [05:28:42] [Server thread/INFO]: Potato Growth Modifier: 100%
  1410. [05:28:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1411. [05:28:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1412. [05:28:42] [Server thread/INFO]: Vine Growth Modifier: 100%
  1413. [05:28:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1414. [05:28:42] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1415. [05:28:42] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1416. [05:28:42] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1417. [05:28:42] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1418. [05:28:42] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1419. [05:28:42] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1420. [05:28:42] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1421. [05:28:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1422. [05:28:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1423. [05:28:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1424. [05:28:42] [Server thread/INFO]: Max TNT Explosions: 100
  1425. [05:28:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1426. [05:28:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1427. [05:28:42] [Server thread/INFO]: Preparing start region for dimension minecraft:node_1_end
  1428. [05:28:42] [Server thread/INFO]: Time elapsed: 49 ms
  1429. [05:28:42] [Server thread/INFO]: -------- World Settings For [Nexus] --------
  1430. [05:28:42] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1431. [05:28:42] [Server thread/INFO]: Item Merge Radius: 2.5
  1432. [05:28:42] [Server thread/INFO]: Item Despawn Rate: 6000
  1433. [05:28:42] [Server thread/INFO]: Mob Spawn Range: 6
  1434. [05:28:42] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1435. [05:28:42] [Server thread/INFO]: Simulation Distance: 10
  1436. [05:28:42] [Server thread/INFO]: View Distance: 10
  1437. [05:28:42] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1438. [05:28:42] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1439. [05:28:42] [Server thread/INFO]: Experience Merge Radius: 3.0
  1440. [05:28:42] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1441. [05:28:42] [Server thread/INFO]: Cane Growth Modifier: 100%
  1442. [05:28:42] [Server thread/INFO]: Melon Growth Modifier: 100%
  1443. [05:28:42] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1444. [05:28:42] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1445. [05:28:42] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1446. [05:28:42] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1447. [05:28:42] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1448. [05:28:42] [Server thread/INFO]: Potato Growth Modifier: 100%
  1449. [05:28:42] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1450. [05:28:42] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1451. [05:28:42] [Server thread/INFO]: Vine Growth Modifier: 100%
  1452. [05:28:42] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1453. [05:28:42] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1454. [05:28:42] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1455. [05:28:42] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1456. [05:28:42] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1457. [05:28:42] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1458. [05:28:42] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1459. [05:28:42] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1460. [05:28:42] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1461. [05:28:42] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1462. [05:28:42] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1463. [05:28:42] [Server thread/INFO]: Max TNT Explosions: 100
  1464. [05:28:42] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1465. [05:28:42] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1466. [05:28:48] [Server thread/INFO]: Preparing start region for dimension minecraft:nexus
  1467. [05:28:49] [Server thread/INFO]: Time elapsed: 431 ms
  1468. [05:28:49] [Server thread/INFO]: -------- World Settings For [Worsted_World] --------
  1469. [05:28:49] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1470. [05:28:49] [Server thread/INFO]: Item Merge Radius: 2.5
  1471. [05:28:49] [Server thread/INFO]: Item Despawn Rate: 6000
  1472. [05:28:49] [Server thread/INFO]: Mob Spawn Range: 6
  1473. [05:28:49] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1474. [05:28:49] [Server thread/INFO]: Simulation Distance: 10
  1475. [05:28:49] [Server thread/INFO]: View Distance: 10
  1476. [05:28:49] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1477. [05:28:49] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1478. [05:28:49] [Server thread/INFO]: Experience Merge Radius: 3.0
  1479. [05:28:49] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1480. [05:28:49] [Server thread/INFO]: Cane Growth Modifier: 100%
  1481. [05:28:49] [Server thread/INFO]: Melon Growth Modifier: 100%
  1482. [05:28:49] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1483. [05:28:49] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1484. [05:28:49] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1485. [05:28:49] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1486. [05:28:49] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1487. [05:28:49] [Server thread/INFO]: Potato Growth Modifier: 100%
  1488. [05:28:49] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1489. [05:28:49] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1490. [05:28:49] [Server thread/INFO]: Vine Growth Modifier: 100%
  1491. [05:28:49] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1492. [05:28:49] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1493. [05:28:49] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1494. [05:28:49] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1495. [05:28:49] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1496. [05:28:49] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1497. [05:28:49] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1498. [05:28:49] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1499. [05:28:49] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1500. [05:28:49] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1501. [05:28:49] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1502. [05:28:49] [Server thread/INFO]: Max TNT Explosions: 100
  1503. [05:28:49] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1504. [05:28:49] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1505. [05:28:51] [Server thread/INFO]: Preparing start region for dimension minecraft:worsted_world
  1506. [05:28:51] [Server thread/INFO]: Time elapsed: 544 ms
  1507. [05:28:51] [Server thread/INFO]: -------- World Settings For [Node_1] --------
  1508. [05:28:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1509. [05:28:51] [Server thread/INFO]: Item Merge Radius: 2.5
  1510. [05:28:51] [Server thread/INFO]: Item Despawn Rate: 6000
  1511. [05:28:51] [Server thread/INFO]: Mob Spawn Range: 6
  1512. [05:28:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1513. [05:28:51] [Server thread/INFO]: Simulation Distance: 10
  1514. [05:28:51] [Server thread/INFO]: View Distance: 10
  1515. [05:28:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1516. [05:28:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1517. [05:28:51] [Server thread/INFO]: Experience Merge Radius: 3.0
  1518. [05:28:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1519. [05:28:51] [Server thread/INFO]: Cane Growth Modifier: 100%
  1520. [05:28:51] [Server thread/INFO]: Melon Growth Modifier: 100%
  1521. [05:28:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1522. [05:28:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1523. [05:28:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1524. [05:28:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1525. [05:28:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1526. [05:28:51] [Server thread/INFO]: Potato Growth Modifier: 100%
  1527. [05:28:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1528. [05:28:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1529. [05:28:51] [Server thread/INFO]: Vine Growth Modifier: 100%
  1530. [05:28:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1531. [05:28:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1532. [05:28:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1533. [05:28:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1534. [05:28:51] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1535. [05:28:51] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1536. [05:28:51] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1537. [05:28:51] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1538. [05:28:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1539. [05:28:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1540. [05:28:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1541. [05:28:51] [Server thread/INFO]: Max TNT Explosions: 100
  1542. [05:28:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1543. [05:28:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1544. [05:28:58] [Server thread/INFO]: Preparing start region for dimension minecraft:node_1
  1545. [05:28:58] [Server thread/INFO]: Preparing spawn area: 0%
  1546. [05:28:58] [Server thread/INFO]: Preparing spawn area: 18%
  1547. [05:28:58] [Server thread/INFO]: Time elapsed: 532 ms
  1548. [05:28:58] [Server thread/INFO]: -------- World Settings For [CTF] --------
  1549. [05:28:58] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1550. [05:28:58] [Server thread/INFO]: Item Merge Radius: 2.5
  1551. [05:28:58] [Server thread/INFO]: Item Despawn Rate: 6000
  1552. [05:28:58] [Server thread/INFO]: Mob Spawn Range: 6
  1553. [05:28:58] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1554. [05:28:58] [Server thread/INFO]: Simulation Distance: 10
  1555. [05:28:58] [Server thread/INFO]: View Distance: 10
  1556. [05:28:58] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1557. [05:28:58] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1558. [05:28:58] [Server thread/INFO]: Experience Merge Radius: 3.0
  1559. [05:28:58] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1560. [05:28:58] [Server thread/INFO]: Cane Growth Modifier: 100%
  1561. [05:28:58] [Server thread/INFO]: Melon Growth Modifier: 100%
  1562. [05:28:58] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1563. [05:28:58] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1564. [05:28:58] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1565. [05:28:58] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1566. [05:28:58] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1567. [05:28:58] [Server thread/INFO]: Potato Growth Modifier: 100%
  1568. [05:28:58] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1569. [05:28:58] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1570. [05:28:58] [Server thread/INFO]: Vine Growth Modifier: 100%
  1571. [05:28:58] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1572. [05:28:58] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1573. [05:28:58] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1574. [05:28:58] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1575. [05:28:58] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1576. [05:28:58] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1577. [05:28:58] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1578. [05:28:58] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1579. [05:28:58] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1580. [05:28:58] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1581. [05:28:58] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1582. [05:28:58] [Server thread/INFO]: Max TNT Explosions: 100
  1583. [05:28:58] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1584. [05:28:58] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1585. [05:28:59] [Server thread/INFO]: Preparing start region for dimension minecraft:ctf
  1586. [05:28:59] [Server thread/INFO]: Time elapsed: 335 ms
  1587. [05:28:59] [Server thread/INFO]: -------- World Settings For [Player_Shops] --------
  1588. [05:28:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1589. [05:28:59] [Server thread/INFO]: Item Merge Radius: 2.5
  1590. [05:28:59] [Server thread/INFO]: Item Despawn Rate: 6000
  1591. [05:28:59] [Server thread/INFO]: Mob Spawn Range: 6
  1592. [05:28:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1593. [05:28:59] [Server thread/INFO]: Simulation Distance: 10
  1594. [05:28:59] [Server thread/INFO]: View Distance: 10
  1595. [05:28:59] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1596. [05:28:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1597. [05:28:59] [Server thread/INFO]: Experience Merge Radius: 3.0
  1598. [05:28:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1599. [05:28:59] [Server thread/INFO]: Cane Growth Modifier: 100%
  1600. [05:28:59] [Server thread/INFO]: Melon Growth Modifier: 100%
  1601. [05:28:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1602. [05:28:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1603. [05:28:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1604. [05:28:59] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1605. [05:28:59] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1606. [05:28:59] [Server thread/INFO]: Potato Growth Modifier: 100%
  1607. [05:28:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1608. [05:28:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1609. [05:28:59] [Server thread/INFO]: Vine Growth Modifier: 100%
  1610. [05:28:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1611. [05:28:59] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1612. [05:28:59] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1613. [05:28:59] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1614. [05:28:59] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1615. [05:28:59] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1616. [05:28:59] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1617. [05:28:59] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1618. [05:28:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1619. [05:28:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1620. [05:28:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1621. [05:28:59] [Server thread/INFO]: Max TNT Explosions: 100
  1622. [05:28:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1623. [05:28:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1624. [05:28:59] [Server thread/INFO]: Preparing start region for dimension minecraft:player_shops
  1625. [05:28:59] [Server thread/INFO]: Time elapsed: 162 ms
  1626. [05:28:59] [Server thread/INFO]: -------- World Settings For [Pirate] --------
  1627. [05:28:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1628. [05:28:59] [Server thread/INFO]: Item Merge Radius: 2.5
  1629. [05:28:59] [Server thread/INFO]: Item Despawn Rate: 6000
  1630. [05:28:59] [Server thread/INFO]: Mob Spawn Range: 6
  1631. [05:28:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1632. [05:28:59] [Server thread/INFO]: Simulation Distance: 10
  1633. [05:28:59] [Server thread/INFO]: View Distance: 10
  1634. [05:28:59] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1635. [05:28:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1636. [05:28:59] [Server thread/INFO]: Experience Merge Radius: 3.0
  1637. [05:28:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1638. [05:28:59] [Server thread/INFO]: Cane Growth Modifier: 100%
  1639. [05:28:59] [Server thread/INFO]: Melon Growth Modifier: 100%
  1640. [05:28:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1641. [05:28:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1642. [05:28:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1643. [05:28:59] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1644. [05:28:59] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1645. [05:28:59] [Server thread/INFO]: Potato Growth Modifier: 100%
  1646. [05:28:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1647. [05:28:59] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1648. [05:28:59] [Server thread/INFO]: Vine Growth Modifier: 100%
  1649. [05:28:59] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1650. [05:28:59] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1651. [05:28:59] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1652. [05:28:59] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1653. [05:28:59] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1654. [05:28:59] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1655. [05:28:59] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1656. [05:28:59] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1657. [05:28:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1658. [05:28:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1659. [05:28:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1660. [05:28:59] [Server thread/INFO]: Max TNT Explosions: 100
  1661. [05:28:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1662. [05:28:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1663. [05:29:05] [Server thread/INFO]: Preparing start region for dimension minecraft:pirate
  1664. [05:29:05] [Server thread/INFO]: Preparing spawn area: 0%
  1665. [05:29:06] [Server thread/INFO]: Time elapsed: 160 ms
  1666. [05:29:06] [Server thread/INFO]: -------- World Settings For [Dungeon_hubs] --------
  1667. [05:29:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1668. [05:29:06] [Server thread/INFO]: Item Merge Radius: 2.5
  1669. [05:29:06] [Server thread/INFO]: Item Despawn Rate: 6000
  1670. [05:29:06] [Server thread/INFO]: Mob Spawn Range: 6
  1671. [05:29:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1672. [05:29:06] [Server thread/INFO]: Simulation Distance: 10
  1673. [05:29:06] [Server thread/INFO]: View Distance: 10
  1674. [05:29:06] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1675. [05:29:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1676. [05:29:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  1677. [05:29:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1678. [05:29:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  1679. [05:29:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  1680. [05:29:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1681. [05:29:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1682. [05:29:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1683. [05:29:06] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1684. [05:29:06] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1685. [05:29:06] [Server thread/INFO]: Potato Growth Modifier: 100%
  1686. [05:29:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1687. [05:29:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1688. [05:29:06] [Server thread/INFO]: Vine Growth Modifier: 100%
  1689. [05:29:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1690. [05:29:06] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1691. [05:29:06] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1692. [05:29:06] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1693. [05:29:06] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1694. [05:29:06] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1695. [05:29:06] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1696. [05:29:06] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1697. [05:29:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1698. [05:29:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1699. [05:29:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1700. [05:29:06] [Server thread/INFO]: Max TNT Explosions: 100
  1701. [05:29:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1702. [05:29:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1703. [05:29:06] [Server thread/INFO]: Preparing start region for dimension minecraft:dungeon_hubs
  1704. [05:29:06] [Server thread/INFO]: Time elapsed: 235 ms
  1705. [05:29:06] [Server thread/INFO]: -------- World Settings For [PTB] --------
  1706. [05:29:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1707. [05:29:06] [Server thread/INFO]: Item Merge Radius: 2.5
  1708. [05:29:06] [Server thread/INFO]: Item Despawn Rate: 6000
  1709. [05:29:06] [Server thread/INFO]: Mob Spawn Range: 6
  1710. [05:29:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1711. [05:29:06] [Server thread/INFO]: Simulation Distance: 10
  1712. [05:29:06] [Server thread/INFO]: View Distance: 10
  1713. [05:29:06] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  1714. [05:29:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1715. [05:29:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  1716. [05:29:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1717. [05:29:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  1718. [05:29:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  1719. [05:29:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1720. [05:29:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1721. [05:29:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1722. [05:29:06] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  1723. [05:29:06] [Server thread/INFO]: Carrot Growth Modifier: 100%
  1724. [05:29:06] [Server thread/INFO]: Potato Growth Modifier: 100%
  1725. [05:29:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1726. [05:29:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1727. [05:29:06] [Server thread/INFO]: Vine Growth Modifier: 100%
  1728. [05:29:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  1729. [05:29:06] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  1730. [05:29:06] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  1731. [05:29:06] [Server thread/INFO]: Kelp Growth Modifier: 100%
  1732. [05:29:06] [Server thread/INFO]: TwistingVines Growth Modifier: 100%
  1733. [05:29:06] [Server thread/INFO]: WeepingVines Growth Modifier: 100%
  1734. [05:29:06] [Server thread/INFO]: CaveVines Growth Modifier: 100%
  1735. [05:29:06] [Server thread/INFO]: GlowBerry Growth Modifier: 100%
  1736. [05:29:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true / Isa false
  1737. [05:29:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  1738. [05:29:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1739. [05:29:06] [Server thread/INFO]: Max TNT Explosions: 100
  1740. [05:29:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911 Nether: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
  1741. [05:29:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1742. [05:29:07] [Server thread/INFO]: Preparing start region for dimension minecraft:ptb
  1743. [05:29:07] [Server thread/INFO]: Time elapsed: 102 ms
  1744. [05:29:07] [Server thread/INFO]: [Multiverse-Core] 25 - World(s) loaded.
  1745. [05:29:07] [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.
  1746. [05:29:07] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
  1747. [05:29:07] [Server thread/INFO]: [MovingDevApi] Enabling MovingDevApi v1.1.10
  1748. [05:29:07] [Server thread/INFO]: MovingDevApiAPI is enabled!
  1749. [05:29:07] [Server thread/INFO]: [HolographicPlaceholders] Enabling HolographicPlaceholders v2.1.2 Stable
  1750. [05:29:07] [Server thread/INFO]: ==================[ Starting ]==================
  1751. [05:29:07] [Server thread/INFO]: Using the master configurations because version is V1_18
  1752. [05:29:07] [Server thread/INFO]: [HPE] Enabled: BalTop
  1753. [05:29:07] [Server thread/WARN]: [HolographicDisplays] The plugin HolographicPlaceholders registered the placeholder %server_name% with the old v2 API, but is not compliant with the new format. In order to display it, you must use {%server_name%} instead.
  1754. [05:29:07] [Server thread/INFO]: [HPE] Enabled: PlaceholderAPI
  1755. [05:29:07] [Server thread/INFO]: [HPE] Enabled: ProtocolLib
  1756. [05:29:07] [Server thread/INFO]: [HPE] Enabled: MultiPlaceholders
  1757. [05:29:07] [Server thread/INFO]: [HPE] Enabled: BalTopV2
  1758. [05:29:07] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: holographicplaceholders [2.1.2 Stable]
  1759. [05:29:07] [Server thread/INFO]: =================[ Done: 219ms ]=================
  1760. [05:29:07] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.5
  1761. [05:29:07] [Server thread/INFO]: [SuperbVote] Using clip's PlaceholderAPI to provide extra placeholders.
  1762. [05:29:07] [Server thread/INFO]: [DeluxeHub] Enabling DeluxeHub v3.5.2
  1763. [05:29:07] [Server thread/INFO]: [DeluxeHub] _ _ _ _ _
  1764. [05:29:07] [Server thread/INFO]: [DeluxeHub] | \ |_ | | | \/ |_ |_| | | |_) _)
  1765. [05:29:07] [Server thread/INFO]: [DeluxeHub] |_/ |_ |_ |_| /\ |_ | | |_| |_) _)
  1766. [05:29:07] [Server thread/INFO]: [DeluxeHub]
  1767. [05:29:07] [Server thread/INFO]: [DeluxeHub] Version: 3.5.2
  1768. [05:29:07] [Server thread/INFO]: [DeluxeHub] Author: ItsLewizzz
  1769. [05:29:07] [Server thread/INFO]: [DeluxeHub]
  1770. [05:29:07] [Server thread/INFO]: [DeluxeHub] Hooked into PlaceholderAPI
  1771. [05:29:07] [Server thread/INFO]: [DeluxeHub] Loaded custom menu 'serverselector'.
  1772. [05:29:08] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_18_R2! Trying to find NMS support
  1773. [05:29:08] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_18_R2' loaded!
  1774. [05:29:08] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  1775. [05:29:08] [Server thread/INFO]: [DeluxeHub] Loaded 15 plugin modules.
  1776. [05:29:08] [Server thread/INFO]: [DeluxeHub]
  1777. [05:29:08] [Server thread/INFO]: [DeluxeHub] Successfully loaded in 188ms
  1778. [05:29:08] [Server thread/INFO]: [ChatColor2] Enabling ChatColor2 v1.12.2
  1779. [05:29:08] [Server thread/INFO]: [ChatColor] ChatColor 2 Version 1.12.2 has been enabled.
  1780. [05:29:08] [Server thread/INFO]: [ChatColor] Current update: Custom colours v2.0!
  1781. [05:29:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: cc [1.12.2]
  1782. [05:29:08] [Server thread/INFO]: [ChatColor] PlaceholderAPI has been hooked.
  1783. [05:29:08] [Server thread/INFO]: [ChatColor] Metrics is enabled for this plugin. Stats sent to https://bstats.org/plugin/bukkit/ChatColor2
  1784. [05:29:08] [Server thread/INFO]: [GUIShop] Enabling GUIShop v9.1.6
  1785. [05:29:08] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v4.2.3-b523
  1786. [05:29:08] [Server thread/INFO]: [Multiverse-Inventories] The following worlds for group 'Node_1' are not loaded: market, node_1_the_end
  1787. [05:29:08] [Server thread/INFO]: [Multiverse-Inventories 4.2.3-b523] enabled.
  1788. [05:29:08] [Server thread/INFO]: [LagAssist] Enabling LagAssist v2.23.0
  1789. [05:29:08] [Server thread/INFO]: §c§lLag§f§lAssist §e» §fEnabling Systems:
  1790. [05:29:08] [Server thread/INFO]: §e[§a?§e] §fEconomy manager
  1791. [05:29:08] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_18_R2.WorldServer
  1792. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151)
  1793. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103)
  1794. [05:29:08] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
  1795. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
  1796. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
  1797. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.packets.Reflection.getClass(Reflection.java:171)
  1798. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.packets.Reflection.Enabler(Reflection.java:71)
  1799. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.Main.EnableClasses(Main.java:76)
  1800. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.Main.onEnable(Main.java:63)
  1801. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  1802. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  1803. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  1804. [05:29:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  1805. [05:29:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  1806. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  1807. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  1808. [05:29:08] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  1809. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  1810. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  1811. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  1812. [05:29:08] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_18_R2.ChunkProviderServer
  1813. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151)
  1814. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103)
  1815. [05:29:08] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
  1816. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
  1817. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
  1818. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.packets.Reflection.getClass(Reflection.java:171)
  1819. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.packets.Reflection.Enabler(Reflection.java:72)
  1820. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.Main.EnableClasses(Main.java:76)
  1821. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.Main.onEnable(Main.java:63)
  1822. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  1823. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  1824. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  1825. [05:29:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  1826. [05:29:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  1827. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  1828. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  1829. [05:29:08] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  1830. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  1831. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  1832. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  1833. [05:29:08] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_18_R2.IChatBaseComponent
  1834. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151)
  1835. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103)
  1836. [05:29:08] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
  1837. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
  1838. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
  1839. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.packets.Reflection.getClass(Reflection.java:171)
  1840. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.packets.Reflection.Enabler(Reflection.java:73)
  1841. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.Main.EnableClasses(Main.java:76)
  1842. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.Main.onEnable(Main.java:63)
  1843. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  1844. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  1845. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  1846. [05:29:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  1847. [05:29:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  1848. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  1849. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  1850. [05:29:08] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  1851. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  1852. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  1853. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  1854. [05:29:08] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_18_R2.PacketPlayOutTitle
  1855. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151)
  1856. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103)
  1857. [05:29:08] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
  1858. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
  1859. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
  1860. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.packets.Reflection.getClass(Reflection.java:171)
  1861. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.packets.Reflection.Enabler(Reflection.java:74)
  1862. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.Main.EnableClasses(Main.java:76)
  1863. [05:29:08] [Server thread/WARN]: at LagAssist-2.23.0.jar//cx.sfy.LagAssist.Main.onEnable(Main.java:63)
  1864. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  1865. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  1866. [05:29:08] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  1867. [05:29:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  1868. [05:29:08] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  1869. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  1870. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  1871. [05:29:08] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  1872. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  1873. [05:29:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  1874. [05:29:08] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  1875. [05:29:08] [Server thread/INFO]: §e[§a?§e] §fSmart Mob Tools.
  1876. [05:29:08] [Server thread/INFO]: §e[§a?§e] §fMicroFeatures.
  1877. [05:29:08] [Server thread/INFO]: §e[§a?§e] §fHopper Manager.
  1878. [05:29:08] [Server thread/INFO]: §e[§a?§e] §fRedstone Culler.
  1879. [05:29:08] [Server thread/INFO]: §e[§a?§e] §fPhysics-Tweaker.
  1880. [05:29:08] [Server thread/INFO]: §e[§a?§e] §fLag Monitor.
  1881. [05:29:08] [Server thread/ERROR]: Error occurred while enabling LagAssist v2.23.0 (Is it up to date?)
  1882. java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.server.v1_18_R2.MinecraftServer
  1883. at cx.sfy.LagAssist.Monitor.getNMSClass(Monitor.java:252) ~[LagAssist-2.23.0.jar:?]
  1884. at cx.sfy.LagAssist.Monitor.Enabler(Monitor.java:52) ~[LagAssist-2.23.0.jar:?]
  1885. at cx.sfy.LagAssist.Main.EnableClasses(Main.java:84) ~[LagAssist-2.23.0.jar:?]
  1886. at cx.sfy.LagAssist.Main.onEnable(Main.java:63) ~[LagAssist-2.23.0.jar:?]
  1887. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  1888. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  1889. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  1890. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  1891. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  1892. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  1893. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  1894. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  1895. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  1896. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  1897. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  1898. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_18_R2.MinecraftServer
  1899. at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  1900. at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  1901. at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
  1902. at java.lang.Class.forName0(Native Method) ~[?:?]
  1903. at java.lang.Class.forName(Class.java:375) ~[?:?]
  1904. at cx.sfy.LagAssist.Monitor.getNMSClass(Monitor.java:250) ~[LagAssist-2.23.0.jar:?]
  1905. ... 14 more
  1906. [05:29:08] [Server thread/INFO]: [LagAssist] Disabling LagAssist v2.23.0
  1907. [05:29:08] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.2
  1908. [05:29:08] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
  1909. [05:29:08] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
  1910. [05:29:08] [Server thread/INFO]: [Essentials] No kits found to migrate.
  1911. [05:29:22] [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'
  1912. [05:29:22] [ServerMain/ERROR]: Failed to start the minecraft server
  1913. java.io.IOException: The process cannot access the file because another process has locked a portion of the file
  1914. at sun.nio.ch.FileDispatcherImpl.write0(Native Method) ~[?:?]
  1915. at sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:68) ~[?:?]
  1916. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132) ~[?:?]
  1917. at sun.nio.ch.IOUtil.write(IOUtil.java:76) ~[?:?]
  1918. at sun.nio.ch.IOUtil.write(IOUtil.java:67) ~[?:?]
  1919. at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:288) ~[?:?]
  1920. at net.minecraft.util.DirectoryLock.create(DirectoryLock.java:29) ~[?:?]
  1921. at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.<init>(LevelStorageSource.java:344) ~[?:?]
  1922. at net.minecraft.world.level.storage.LevelStorageSource.createAccess(LevelStorageSource.java:314) ~[?:?]
  1923. at net.minecraft.server.Main.main(Main.java:159) ~[paper-1.18.2.jar:git-Paper-388]
  1924. at org.bukkit.craftbukkit.Main.main(Main.java:289) ~[paper-1.18.2.jar:git-Paper-388]
  1925. at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
  1926. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  1927. t. Please use your plugin's logger instead (JavaPlugin#getLogger).
  1928. [05:29:10] [Server thread/INFO]: [BlockParticles] [STDOUT] [BlockParticles] Successfully loaded config.yml
  1929. [05:29:10] [Server thread/INFO]: [BlockParticles] [STDOUT] [BlockParticles] Loading the data.yml
  1930. [05:29:10] [Server thread/INFO]: [BlockParticles] [STDOUT] [BlockParticles] Successfully loaded data.yml
  1931. [05:29:10] [Server thread/INFO]: [JumpPads] Enabling JumpPads v1.24.2
  1932. [05:29:10] [Server thread/INFO]: [GCoreLegacy] Enabling GCoreLegacy v7.18.1
  1933. [05:29:11] [Server thread/INFO]: [GCoreLegacy] SUCCESS: Loaded config.yml
  1934. [05:29:11] [Server thread/INFO]: [GCoreLegacy] SUCCESS: Using locale en_US (with default backup en_US)
  1935. [05:29:11] [Server thread/INFO]: [GCoreLegacy] SUCCESS: Loaded 164 texts
  1936. [05:29:11] [Server thread/INFO]: [GCoreLegacy] SUCCESS: Registered data manager (using JSON)
  1937. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Created npc protocols compatibility for version 1.18
  1938. [05:29:11] [Server thread/INFO]: [GCoreLegacy] SUCCESS: Enabled NPC manager with ProtocolLib
  1939. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Allowing update check : true
  1940. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Detected server version : 1.18
  1941. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Detected server implementation : PAPERSPIGOT - this implementation isn't officially supported and plugins might not work as expected
  1942. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Created compatibility for version 1.18
  1943. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Initialized economy handler with Vault
  1944. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Initialized permission handler with Vault
  1945. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Not integrating HeadDatabase (not installed)
  1946. [05:29:11] [Server thread/INFO]: [GCoreLegacy] SUCCESS: Registered PlaceholderAPI integration
  1947. [05:29:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gcore [1.0.0]
  1948. [05:29:11] [Server thread/INFO]: [GCoreLegacy] SUCCESS: Integrated PlaceholderAPI
  1949. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Successfully enabled
  1950. [05:29:11] [Server thread/INFO]: [GCoreLegacy] DEBUG: Using metrics : yes
  1951. [05:29:11] [Server thread/INFO]: [GCoreLegacy] SUCCESS: GCoreLegacy v7.18.1 is now enabled (took 292ms) !
  1952. [05:29:11] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v4.9.0
  1953. [05:29:11] [Server thread/INFO]: [ServerSigns] Version 4.9.0 is now enabled.
  1954. [05:29:11] [Server thread/INFO]: [Multiverse-NetherPortals] Enabling Multiverse-NetherPortals v4.2.1-b786
  1955. [05:29:11] [Server thread/INFO]: [Multiverse-NetherPortals 4.2.1-b786] Enabled - By Rigby and fernferret
  1956. [05:29:11] [Server thread/INFO]: [CataMines] Enabling CataMines v2.5.11
  1957. [05:29:11] [Server thread/INFO]: [CataMines] Loading config file
  1958. [05:29:11] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: catamines [2.5.11]
  1959. [05:29:11] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.9.1
  1960. [05:29:11] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
  1961. [05:29:11] [Server thread/WARN]: [AdvancedPortals] Proxy features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml) or if you are using Paper settings.velocity-support.enabled may not be enabled (paper.yml)
  1962. [05:29:11] [Server thread/INFO]: Advanced portals have been successfully enabled!
  1963. [05:29:11] [Server thread/INFO]: [BlockBall] Enabling BlockBall v6.29.3*
  1964. [05:29:11] [Server thread/INFO]: [BlockBall] Loading BlockBall ...
  1965. [05:29:12] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
  1966. [05:29:12] [Server thread/INFO]: [com.github.shynixn.blockball.lib.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
  1967. [05:29:12] [Server thread/INFO]: [BlockBall] Connected to jdbc:sqlite:C:\Users\pc\Desktop\WorstedMC\plugins\BlockBall\BlockBall.db
  1968. [05:29:13] [Server thread/INFO]: [BlockBall] Using NMS Connector v1_18_R2.
  1969. [05:29:13] [Server thread/INFO]: [BlockBall] found dependency [WorldEdit].
  1970. [05:29:13] [Server thread/INFO]: [BlockBall] successfully loaded dependency [WorldEdit] 7.2.10+1742f98.
  1971. [05:29:13] [Server thread/INFO]: [BlockBall] found dependency [PlaceholderAPI].
  1972. [05:29:13] [Server thread/INFO]: [BlockBall] successfully loaded dependency [PlaceholderAPI] 2.11.1.
  1973. [05:29:13] [Server thread/INFO]: [BlockBall] found dependency [Vault].
  1974. [05:29:13] [Server thread/INFO]: [BlockBall] successfully loaded dependency [Vault] 1.7.2-b107.
  1975. [05:29:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: blockball [6.29.3]
  1976. [05:29:13] [Server thread/INFO]: [BlockBall] Enabled BlockBall 6.29.3 by Shynixn, LazoYoung
  1977. [05:29:13] [Server thread/INFO]: [TAB] Enabling TAB v2.8.9
  1978. [05:29:13] [Server thread/INFO]: [TAB] Server version: 1.18.2 (v1_18_R2)
  1979. [05:29:13] [Server thread/INFO]: [TAB] Your server version is completely unsupported. Disabling..
  1980. [05:29:13] [Server thread/INFO]: [TAB] Disabling TAB v2.8.9
  1981. [05:29:13] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.6+1cff55f
  1982. [05:29:13] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1983. [05:29:13] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1984. [05:29:13] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  1985. [05:29:13] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1986. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1987. [05:29:13] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1988. [05:29:13] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1989. [05:29:13] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  1990. [05:29:13] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1991. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1992. [05:29:13] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1993. [05:29:13] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1994. [05:29:13] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  1995. [05:29:13] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1996. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1997. [05:29:13] [Server thread/INFO]: [WorldGuard] (Chaos) TNT ignition is PERMITTED.
  1998. [05:29:13] [Server thread/INFO]: [WorldGuard] (Chaos) Lighters are PERMITTED.
  1999. [05:29:13] [Server thread/INFO]: [WorldGuard] (Chaos) Lava fire is PERMITTED.
  2000. [05:29:13] [Server thread/INFO]: [WorldGuard] (Chaos) Fire spread is UNRESTRICTED.
  2001. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Chaos'
  2002. [05:29:13] [Server thread/INFO]: [WorldGuard] (CTF2) TNT ignition is PERMITTED.
  2003. [05:29:13] [Server thread/INFO]: [WorldGuard] (CTF2) Lighters are PERMITTED.
  2004. [05:29:13] [Server thread/INFO]: [WorldGuard] (CTF2) Lava fire is PERMITTED.
  2005. [05:29:13] [Server thread/INFO]: [WorldGuard] (CTF2) Fire spread is UNRESTRICTED.
  2006. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CTF2'
  2007. [05:29:13] [Server thread/INFO]: [WorldGuard] (Village_Defence) TNT ignition is PERMITTED.
  2008. [05:29:13] [Server thread/INFO]: [WorldGuard] (Village_Defence) Lighters are PERMITTED.
  2009. [05:29:13] [Server thread/INFO]: [WorldGuard] (Village_Defence) Lava fire is PERMITTED.
  2010. [05:29:13] [Server thread/INFO]: [WorldGuard] (Village_Defence) Fire spread is UNRESTRICTED.
  2011. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Village_Defence'
  2012. [05:29:13] [Server thread/INFO]: [WorldGuard] (SlimeBall) TNT ignition is PERMITTED.
  2013. [05:29:13] [Server thread/INFO]: [WorldGuard] (SlimeBall) Lighters are PERMITTED.
  2014. [05:29:13] [Server thread/INFO]: [WorldGuard] (SlimeBall) Lava fire is PERMITTED.
  2015. [05:29:13] [Server thread/INFO]: [WorldGuard] (SlimeBall) Fire spread is UNRESTRICTED.
  2016. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SlimeBall'
  2017. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1) TNT ignition is PERMITTED.
  2018. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1) Lighters are PERMITTED.
  2019. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1) Lava fire is PERMITTED.
  2020. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1) Fire spread is UNRESTRICTED.
  2021. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Season_1'
  2022. [05:29:13] [Server thread/INFO]: [WorldGuard] (SVS) TNT ignition is PERMITTED.
  2023. [05:29:13] [Server thread/INFO]: [WorldGuard] (SVS) Lighters are PERMITTED.
  2024. [05:29:13] [Server thread/INFO]: [WorldGuard] (SVS) Lava fire is PERMITTED.
  2025. [05:29:13] [Server thread/INFO]: [WorldGuard] (SVS) Fire spread is UNRESTRICTED.
  2026. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SVS'
  2027. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1_Nether) TNT ignition is PERMITTED.
  2028. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1_Nether) Lighters are PERMITTED.
  2029. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1_Nether) Lava fire is PERMITTED.
  2030. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1_Nether) Fire spread is UNRESTRICTED.
  2031. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Node_1_Nether'
  2032. [05:29:13] [Server thread/INFO]: [WorldGuard] (Spawnarea) TNT ignition is PERMITTED.
  2033. [05:29:13] [Server thread/INFO]: [WorldGuard] (Spawnarea) Lighters are PERMITTED.
  2034. [05:29:13] [Server thread/INFO]: [WorldGuard] (Spawnarea) Lava fire is PERMITTED.
  2035. [05:29:13] [Server thread/INFO]: [WorldGuard] (Spawnarea) Fire spread is UNRESTRICTED.
  2036. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawnarea'
  2037. [05:29:13] [Server thread/INFO]: [WorldGuard] (Nexus_nether) TNT ignition is PERMITTED.
  2038. [05:29:13] [Server thread/INFO]: [WorldGuard] (Nexus_nether) Lighters are PERMITTED.
  2039. [05:29:13] [Server thread/INFO]: [WorldGuard] (Nexus_nether) Lava fire is PERMITTED.
  2040. [05:29:13] [Server thread/INFO]: [WorldGuard] (Nexus_nether) Fire spread is UNRESTRICTED.
  2041. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Nexus_nether'
  2042. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1_nether) TNT ignition is PERMITTED.
  2043. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1_nether) Lighters are PERMITTED.
  2044. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1_nether) Lava fire is PERMITTED.
  2045. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1_nether) Fire spread is UNRESTRICTED.
  2046. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Season_1_nether'
  2047. [05:29:13] [Server thread/INFO]: [WorldGuard] (Curbruse) TNT ignition is PERMITTED.
  2048. [05:29:13] [Server thread/INFO]: [WorldGuard] (Curbruse) Lighters are PERMITTED.
  2049. [05:29:13] [Server thread/INFO]: [WorldGuard] (Curbruse) Lava fire is PERMITTED.
  2050. [05:29:13] [Server thread/INFO]: [WorldGuard] (Curbruse) Fire spread is UNRESTRICTED.
  2051. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Curbruse'
  2052. [05:29:13] [Server thread/INFO]: [WorldGuard] (BOSS_WORLD) TNT ignition is PERMITTED.
  2053. [05:29:13] [Server thread/INFO]: [WorldGuard] (BOSS_WORLD) Lighters are PERMITTED.
  2054. [05:29:13] [Server thread/INFO]: [WorldGuard] (BOSS_WORLD) Lava fire is PERMITTED.
  2055. [05:29:13] [Server thread/INFO]: [WorldGuard] (BOSS_WORLD) Fire spread is UNRESTRICTED.
  2056. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'BOSS_WORLD'
  2057. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1_end) TNT ignition is PERMITTED.
  2058. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1_end) Lighters are PERMITTED.
  2059. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1_end) Lava fire is PERMITTED.
  2060. [05:29:13] [Server thread/INFO]: [WorldGuard] (Season_1_end) Fire spread is UNRESTRICTED.
  2061. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Season_1_end'
  2062. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1_end) TNT ignition is PERMITTED.
  2063. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1_end) Lighters are PERMITTED.
  2064. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1_end) Lava fire is PERMITTED.
  2065. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1_end) Fire spread is UNRESTRICTED.
  2066. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Node_1_end'
  2067. [05:29:13] [Server thread/INFO]: [WorldGuard] (Nexus) TNT ignition is PERMITTED.
  2068. [05:29:13] [Server thread/INFO]: [WorldGuard] (Nexus) Lighters are PERMITTED.
  2069. [05:29:13] [Server thread/INFO]: [WorldGuard] (Nexus) Lava fire is PERMITTED.
  2070. [05:29:13] [Server thread/INFO]: [WorldGuard] (Nexus) Fire spread is UNRESTRICTED.
  2071. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Nexus'
  2072. [05:29:13] [Server thread/INFO]: [WorldGuard] (Worsted_World) TNT ignition is PERMITTED.
  2073. [05:29:13] [Server thread/INFO]: [WorldGuard] (Worsted_World) Lighters are PERMITTED.
  2074. [05:29:13] [Server thread/INFO]: [WorldGuard] (Worsted_World) Lava fire is PERMITTED.
  2075. [05:29:13] [Server thread/INFO]: [WorldGuard] (Worsted_World) Fire spread is UNRESTRICTED.
  2076. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Worsted_World'
  2077. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1) TNT ignition is PERMITTED.
  2078. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1) Lighters are PERMITTED.
  2079. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1) Lava fire is PERMITTED.
  2080. [05:29:13] [Server thread/INFO]: [WorldGuard] (Node_1) Fire spread is UNRESTRICTED.
  2081. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Node_1'
  2082. [05:29:13] [Server thread/INFO]: [WorldGuard] (CTF) TNT ignition is PERMITTED.
  2083. [05:29:13] [Server thread/INFO]: [WorldGuard] (CTF) Lighters are PERMITTED.
  2084. [05:29:13] [Server thread/INFO]: [WorldGuard] (CTF) Lava fire is PERMITTED.
  2085. [05:29:13] [Server thread/INFO]: [WorldGuard] (CTF) Fire spread is UNRESTRICTED.
  2086. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CTF'
  2087. [05:29:13] [Server thread/INFO]: [WorldGuard] (Player_Shops) TNT ignition is PERMITTED.
  2088. [05:29:13] [Server thread/INFO]: [WorldGuard] (Player_Shops) Lighters are PERMITTED.
  2089. [05:29:13] [Server thread/INFO]: [WorldGuard] (Player_Shops) Lava fire is PERMITTED.
  2090. [05:29:13] [Server thread/INFO]: [WorldGuard] (Player_Shops) Fire spread is UNRESTRICTED.
  2091. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Player_Shops'
  2092. [05:29:13] [Server thread/INFO]: [WorldGuard] (Pirate) TNT ignition is PERMITTED.
  2093. [05:29:13] [Server thread/INFO]: [WorldGuard] (Pirate) Lighters are PERMITTED.
  2094. [05:29:13] [Server thread/INFO]: [WorldGuard] (Pirate) Lava fire is PERMITTED.
  2095. [05:29:13] [Server thread/INFO]: [WorldGuard] (Pirate) Fire spread is UNRESTRICTED.
  2096. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Pirate'
  2097. [05:29:13] [Server thread/INFO]: [WorldGuard] (Dungeon_hubs) TNT ignition is PERMITTED.
  2098. [05:29:13] [Server thread/INFO]: [WorldGuard] (Dungeon_hubs) Lighters are PERMITTED.
  2099. [05:29:13] [Server thread/INFO]: [WorldGuard] (Dungeon_hubs) Lava fire is PERMITTED.
  2100. [05:29:13] [Server thread/INFO]: [WorldGuard] (Dungeon_hubs) Fire spread is UNRESTRICTED.
  2101. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Dungeon_hubs'
  2102. [05:29:13] [Server thread/INFO]: [WorldGuard] (PTB) TNT ignition is PERMITTED.
  2103. [05:29:13] [Server thread/INFO]: [WorldGuard] (PTB) Lighters are PERMITTED.
  2104. [05:29:13] [Server thread/INFO]: [WorldGuard] (PTB) Lava fire is PERMITTED.
  2105. [05:29:13] [Server thread/INFO]: [WorldGuard] (PTB) Fire spread is UNRESTRICTED.
  2106. [05:29:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'PTB'
  2107. [05:29:13] [Server thread/INFO]: [WorldGuard] Loading region data...
  2108. [05:29:14] [Server thread/INFO]: [GParticles] Enabling GParticles v5.2.11
  2109. [05:29:14] [Server thread/INFO]: [GParticles] SUCCESS: Loaded 70 texts
  2110. [05:29:14] [Server thread/INFO]: [GParticles] SUCCESS: Registered data manager (using JSON)
  2111. [05:29:14] [Server thread/INFO]: [GParticles] DEBUG: Successfully enabled
  2112. [05:29:14] [Server thread/INFO]: [GParticles] DEBUG: Using metrics : yes
  2113. [05:29:14] [Server thread/INFO]: [GParticles] SUCCESS: GParticles v5.2.11 is now enabled (took 95ms) ! If you appreciate this plugin, you can support the author by rating the plugin 5-stars at www.spigotmc.org, being active on the community discord or share the plugin page to your friends ! 3
  2114. [05:29:14] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v20.4
  2115. [05:29:14] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  2116. [05:29:14] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  2117. [05:29:14] [Server thread/INFO]: --------------------
  2118. [05:29:14] [Server thread/INFO]: [CoreProtect] Enjoy CoreProtect? Join our Discord!
  2119. [05:29:14] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
  2120. [05:29:14] [Server thread/INFO]: --------------------
  2121. [05:29:14] [Server thread/INFO]: [Harbor] Enabling Harbor v1.6.3
  2122. [05:29:14] [Server thread/INFO]: [VeinMiner] Enabling VeinMiner v1.17.10
  2123. [05:29:14] [Server thread/INFO]: [VeinMiner] Registering events
  2124. [05:29:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: veinminer [1.17.10]
  2125. [05:29:14] [Server thread/INFO]: [VeinMiner] Registering commands
  2126. [05:29:14] [Server thread/INFO]: [VeinMiner] Vault found. Attempting to enable economy support...
  2127. [05:29:14] [Server thread/INFO]: [VeinMiner] Economy found! Hooked successfully.
  2128. [05:29:14] [Server thread/INFO]: [VeinMiner] Enabling Plugin Metrics
  2129. [05:29:14] [Server thread/INFO]: [VeinMiner] Thanks for enabling Metrics! The anonymous stats are appreciated
  2130. [05:29:14] [Server thread/INFO]: [VeinMiner] Loading configuration options to local memory
  2131. [05:29:14] [Server thread/INFO]: [VeinMiner] Performing an update check!
  2132. [05:29:14] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.17.1-2b69191
  2133. [05:29:14] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
  2134. [05:29:14] [ForkJoinPool.commonPool-worker-1/INFO]: [VeinMiner] An update is available! VeinMiner 2.1.0 may be downloaded on SpigotMC
  2135. [05:29:14] [Server thread/INFO]: [GriefPrevention] 5 total claims loaded.
  2136. [05:29:15] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
  2137. [05:29:15] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
  2138. [05:29:15] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
  2139. [05:29:16] [Server thread/INFO]: [GriefPrevention] Boot finished.
  2140. [05:29:16] [Server thread/INFO]: [AureliumSkills] Enabling AureliumSkills vBeta 1.3.19
  2141. [05:29:16] [Server thread/INFO]: [AureliumSkills] WorldGuard Support Enabled!
  2142. [05:29:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: aureliumskills [Beta 1.3.19]
  2143. [05:29:16] [Server thread/INFO]: [AureliumSkills] PlaceholderAPI Support Enabled!
  2144. [05:29:16] [Server thread/INFO]: [AureliumSkills] Vault Support Enabled!
  2145. [05:29:16] [Server thread/INFO]: [AureliumSkills] Loaded 193 config options in 1 ms
  2146. [05:29:16] [Server thread/INFO]: [AureliumSkills] Loaded 303 sources and 10 tags in 15ms
  2147. [05:29:16] [Server thread/INFO]: [AureliumSkills] HolographicDisplays Support Enabled!
  2148. [05:29:16] [Server thread/INFO]: [AureliumSkills] [ACF] Enabled Asynchronous Tab Completion Support!
  2149. [05:29:16] [Server thread/INFO]: [AureliumSkills] Loading languages...
  2150. [05:29:18] [Server thread/INFO]: [AureliumSkills] Loaded 16 languages in 1561ms
  2151. [05:29:18] [Server thread/INFO]: [AureliumSkills] Loaded 30 pattern rewards and 0 level rewards
  2152. [05:29:18] [Server thread/INFO]: [AureliumSkills] Loaded 78 Ability Options in 3ms
  2153. [05:29:18] [Server thread/INFO]: [AureliumSkills] Loaded 6 menus
  2154. [05:29:18] [Server thread/INFO]: [AureliumSkills] Loaded 32 loot entries in 4 pools and 2 tables
  2155. [05:29:18] [Server thread/INFO]: [AureliumSkills] Loaded 19 blocked worlds.
  2156. [05:29:18] [Server thread/INFO]: [AureliumSkills] Aurelium Skills has been enabled
  2157. [05:29:18] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_18_R2! Trying to find NMS support
  2158. [05:29:18] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_18_R2' loaded!
  2159. [05:29:18] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  2160. [05:29:18] [Server thread/INFO]: [LockettePro] Enabling LockettePro v2.10.7
  2161. [05:29:18] [Server thread/INFO]: [LockettePro] Incompatible server version detected: 1.18.2 . Trying to run into 1.16 compatibility mode!
  2162. [05:29:18] [Server thread/WARN]: [LockettePro] ===================================
  2163. [05:29:18] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v5.0.2-a86da3b0
  2164. [05:29:19] [Server thread/INFO]: [MythicMobs] Loading MythicMobs for Paper (MC: 1.18.2)...
  2165. [05:29:19] [Server thread/INFO]: [MythicMobs] The server is running PaperSpigot; enabled PaperSpigot exclusive functionality
  2166. [05:29:19] [Server thread/WARN]: [MythicMobs] Loaded class org.slf4j.impl.StaticLoggerBinder from VotifierPlus v1.0.7 which is not a depend or softdepend of this plugin.
  2167. [05:29:19] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 86 ms to scan 1 urls, producing 3 keys and 21 values
  2168. [05:29:19] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 16 ms to scan 1 urls, producing 6 keys and 94 values
  2169. [05:29:19] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 114 ms to scan 78 urls, producing 0 keys and 0 values
  2170. [05:29:19] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 7 ms to scan 1 urls, producing 3 keys and 36 values
  2171. [05:29:19] [Server thread/WARN]: [MythicMobs] Loaded class me.ryanhamshire.GriefPrevention.GriefPrevention from GriefPrevention v16.17.1-2b69191 which is not a depend or softdepend of this plugin.
  2172. [05:29:19] [Server thread/INFO]: [MythicMobs] MythicMobs GriefPrevention Support has been enabled!
  2173. [05:29:19] [Server thread/INFO]: [MythicMobs] MythicMobs HolographicDisplays Support has been enabled!
  2174. [05:29:19] [Server thread/INFO]: [MythicMobs] MythicMobs LibsDisguises Support has been enabled!
  2175. [05:29:19] [Server thread/INFO]: [MythicMobs] MythicMobs PlaceholderAPI Support has been enabled!
  2176. [05:29:19] [Server thread/INFO]: [MythicMobs] Loaded ProtocolLib packet handlers
  2177. [05:29:19] [Server thread/INFO]: [MythicMobs] MythicMobs ProtocolLib Support has been enabled!
  2178. [05:29:19] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  2179. [05:29:19] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  2180. [05:29:19] [Server thread/INFO]: [MythicMobs] Loading Mob Registry...
  2181. [05:29:19] [Server thread/INFO]: [MythicMobs] Base directory C:\Users\pc\Desktop\WorstedMC\plugins\MythicMobs\SavedData
  2182. [05:29:19] [Server thread/INFO]: [MythicMobs] Module directory C:\Users\pc\Desktop\WorstedMC\plugins\MythicMobs\SavedData\worlds
  2183. [05:29:19] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 32 ms to scan 1 urls, producing 11 keys and 402 values
  2184. [05:29:19] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 44 ms to scan 1 urls, producing 25 keys and 803 values
  2185. [05:29:20] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 12 ms to scan 1 urls, producing 9 keys and 145 values
  2186. [05:29:20] [Server thread/INFO]: [io.lumine.mythic.utils.reflections.Reflections] Reflections took 4 ms to scan 1 urls, producing 2 keys and 11 values
  2187. [05:29:20] [Server thread/INFO]: [MythicMobs] LOADED
  2188. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '5:d=100': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythiccraft.io
  2189. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '5:d=100': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythiccraft.io
  2190. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '5:d=100': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythiccraft.io
  2191. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '5:d=100': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythiccraft.io
  2192. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to parse Placeholder '5:d=100': Math and variables in numeric values require premium! Consider getting MythicMobs Premium at www.mythiccraft.io
  2193. [05:29:20] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'speak{"This<&sp>isent<&sp>even<&sp>my<&sp>full<&sp>potential!"}' in 'Unknown': The 'message' attribute is required.
  2194. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic speak{"This<&sp>isent<&sp>even<&sp>my<&sp>full<&sp>potential!"} @PlayersInRadius{r=20}
  2195. [05:29:20] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  2196. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2197. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
  2198. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2199. [05:29:20] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
  2200. [05:29:20] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
  2201. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:285)
  2202. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.MetaSkill.<init>(MetaSkill.java:151)
  2203. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.SkillExecutor.loadSkills(SkillExecutor.java:120)
  2204. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.config.ConfigManager.load(ConfigManager.java:126)
  2205. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:161)
  2206. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:73)
  2207. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  2208. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  2209. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  2210. [05:29:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  2211. [05:29:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  2212. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  2213. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  2214. [05:29:20] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  2215. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  2216. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  2217. [05:29:20] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  2218. [05:29:20] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "Object.toString()" because "message" is null
  2219. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.mechanics.SpeakMechanic.<init>(SpeakMechanic.java:71)
  2220. [05:29:20] [Server thread/WARN]: ... 22 more
  2221. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic equip{i<&da>grinch_head:4} ~onSpawn
  2222. [05:29:20] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  2223. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2224. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
  2225. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2226. [05:29:20] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
  2227. [05:29:20] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
  2228. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:285)
  2229. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.mobs.MobType.<init>(MobType.java:371)
  2230. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.mobs.MobExecutor.loadMobs(MobExecutor.java:189)
  2231. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.config.ConfigManager.load(ConfigManager.java:127)
  2232. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:161)
  2233. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:73)
  2234. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  2235. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  2236. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  2237. [05:29:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  2238. [05:29:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  2239. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  2240. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  2241. [05:29:20] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  2242. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  2243. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  2244. [05:29:20] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  2245. [05:29:20] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "io.lumine.mythic.api.skills.placeholders.PlaceholderString.isStatic()" because "this.equipString" is null
  2246. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.mechanics.EquipMechanic.<init>(EquipMechanic.java:42)
  2247. [05:29:20] [Server thread/WARN]: ... 22 more
  2248. [05:29:20] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'speak{m<&da>"POG!"}' in 'Unknown': The 'message' attribute is required.
  2249. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic speak{m<&da>"POG!"} @trigger ~onInteract
  2250. [05:29:20] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  2251. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2252. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
  2253. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2254. [05:29:20] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
  2255. [05:29:20] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
  2256. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:285)
  2257. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.mobs.MobType.<init>(MobType.java:371)
  2258. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.mobs.MobExecutor.loadMobs(MobExecutor.java:189)
  2259. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.config.ConfigManager.load(ConfigManager.java:127)
  2260. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:161)
  2261. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:73)
  2262. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  2263. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  2264. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  2265. [05:29:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  2266. [05:29:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  2267. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  2268. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  2269. [05:29:20] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  2270. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  2271. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  2272. [05:29:20] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  2273. [05:29:20] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "Object.toString()" because "message" is null
  2274. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.mechanics.SpeakMechanic.<init>(SpeakMechanic.java:71)
  2275. [05:29:20] [Server thread/WARN]: ... 22 more
  2276. [05:29:20] [Server thread/WARN]: [MythicMobs] Failed to construct mechanic equip{i<&da>worstedsphere_head:4} ~onSpawn
  2277. [05:29:20] [Server thread/WARN]: java.lang.reflect.InvocationTargetException
  2278. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  2279. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
  2280. [05:29:20] [Server thread/WARN]: at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  2281. [05:29:20] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
  2282. [05:29:20] [Server thread/WARN]: at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
  2283. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.SkillExecutor.getMechanic(SkillExecutor.java:285)
  2284. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.mobs.MobType.<init>(MobType.java:371)
  2285. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.mobs.MobExecutor.loadMobs(MobExecutor.java:189)
  2286. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.config.ConfigManager.load(ConfigManager.java:127)
  2287. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.bukkit.MythicBukkit.enable(MythicBukkit.java:161)
  2288. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.utils.plugin.LuminePlugin.onEnable(LuminePlugin.java:73)
  2289. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  2290. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  2291. [05:29:20] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  2292. [05:29:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  2293. [05:29:20] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  2294. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  2295. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  2296. [05:29:20] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  2297. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  2298. [05:29:20] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  2299. [05:29:20] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  2300. [05:29:20] [Server thread/WARN]: Caused by: java.lang.NullPointerException: Cannot invoke "io.lumine.mythic.api.skills.placeholders.PlaceholderString.isStatic()" because "this.equipString" is null
  2301. [05:29:20] [Server thread/WARN]: at MythicMobs-5.0.2.jar//io.lumine.mythic.core.skills.mechanics.EquipMechanic.<init>(EquipMechanic.java:42)
  2302. [05:29:20] [Server thread/WARN]: ... 22 more
  2303. [05:29:20] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'MobsInRadius{r=20}': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  2304. [05:29:20] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'summon{type=EXPLOSION;amount=2;radius=3}' in 'Unknown': The 'type' attribute must be a valid MythicMob or MythicEntity type.
  2305. [05:29:20] [Server thread/INFO]: [MythicMobs] ? Loaded 44 mobs.
  2306. [05:29:20] [Server thread/INFO]: [MythicMobs] ? Loaded 4 vanilla mob overrides.
  2307. [05:29:20] [Server thread/INFO]: [MythicMobs] ? Loaded 0 mob stacks.
  2308. [05:29:20] [Server thread/INFO]: [MythicMobs] ? Loaded 27 skills.
  2309. [05:29:20] [Server thread/INFO]: [MythicMobs] ? Loaded 5 random spawns.
  2310. [05:29:20] [Server thread/INFO]: [MythicMobs] ? Loaded 31 mythic items.
  2311. [05:29:20] [Server thread/INFO]: [MythicMobs] ? Loaded 2 drop tables.
  2312. [05:29:20] [Server thread/INFO]: [MythicMobs] ? Loaded 10 mob spawners.
  2313. [05:29:20] [Server thread/INFO]: [MythicMobs] MythicMobs configuration file loaded successfully.
  2314. [05:29:20] [Server thread/INFO]: [MythicMobs] Started up bStats Metrics
  2315. [05:29:20] [Server thread/INFO]: [MythicMobs] ? MythicMobs v5.0.2 (build a86da3b0) has been successfully loaded!
  2316. [05:29:20] [Server thread/INFO]: [DangerousCaves] Enabling DangerousCaves v2.2.13;24
  2317. [05:29:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: dangerouscaves [1.0]
  2318. [05:29:20] [Server thread/INFO]: [GSit] Enabling GSit v1.2.0
  2319. [05:29:20] [Server thread/INFO]: [GSit] The Plugin was successfully enabled.
  2320. [05:29:20] [Server thread/INFO]: [GSit] Link with WorldGuard successful!
  2321. [05:29:20] [Server thread/INFO]: [GSit] Link with PlaceholderAPI successful!
  2322. [05:29:20] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: gsit [1.2.0]
  2323. [05:29:20] [Server thread/INFO]: [GSit] Link with GriefPrevention successful!
  2324. [05:29:21] [Server thread/INFO]: [GSit] New Version available: 1.4.7!
  2325. [GSit] You are currently running Version: 1.2.0!
  2326. [GSit] Download the latest Version at:
  2327. [GSit] https://www.spigotmc.org/resources/62325
  2328. [05:29:21] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.24.3
  2329. [05:29:21] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
  2330. [05:29:21] [Server thread/INFO]: [PlayerWarps] Found 22 config files to load!
  2331. [05:29:22] [Server thread/INFO]: [PlayerWarps] Permissions plugin found! (LuckPerms)
  2332. [05:29:22] [Server thread/INFO]: [PlayerWarps] Economy plugin found! (EssentialsX Economy)
  2333. [05:29:22] [Server thread/INFO]: [PlayerWarps] Chat plugin found! (LuckPerms)
  2334. [05:29:22] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
  2335. [05:29:22] [Server thread/INFO]: [PlayerWarps] Found Essentials Expansion integrating support...
  2336. [05:29:22] [Server thread/INFO]: [PlayerWarps] SQLite database is enabling...
  2337. [05:29:22] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
  2338. [05:29:22] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
  2339. [05:29:22] [Server thread/INFO]: [Jobs] Enabling Jobs v4.17.0
  2340. [05:29:22] [Server thread/INFO]: [Jobs] [STDOUT] Your server version is not compatible with this plugins version! Plugin will be disabled: v1_18_R2
  2341. [05:29:22] [Server thread/WARN]: Nag author(s): '[phrstbrn, Zrips, montlikadani]' of 'Jobs' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  2342. [05:29:22] [Server thread/ERROR]: Error occurred while enabling Jobs v4.17.0 (Is it up to date?)
  2343. java.lang.NullPointerException: Cannot invoke "com.gamingmesh.jobs.dao.JobsDAO.saveExplore()" because "com.gamingmesh.jobs.Jobs.dao" is null
  2344. at com.gamingmesh.jobs.Jobs.onDisable(Jobs.java:820) ~[Jobs4.17.0.jar:?]
  2345. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  2346. at com.gamingmesh.jobs.Jobs.onEnable(Jobs.java:666) ~[Jobs4.17.0.jar:?]
  2347. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  2348. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  2349. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
  2350. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-388]
  2351. at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-388]
  2352. at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-388]
  2353. at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-388]
  2354. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  2355. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-388]
  2356. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-388]
  2357. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  2358. [05:29:22] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v7.5.0
  2359. [05:29:22] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  2360. [05:29:22] [Server thread/WARN]: [SilkSpawners] Warning! "iron-golems-can-spawn-in-air" is set to false in the paper.yml! Iron Golem farms might not work!
  2361. [05:29:22] [Server thread/INFO]: [SilkSpawners] Loading support for v1_18_R2
  2362. [05:29:22] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled and now running.
  2363. [05:29:22] [Server thread/INFO]: [SilkSpawners] BarAPI is disabled due to config setting.
  2364. [05:29:22] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.30-SNAPSHOT (build 2598)
  2365. [05:29:22] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
  2366. [05:29:23] [Server thread/INFO]: [BloodMoon] Enabling BloodMoon v0.8
  2367. [05:29:23] [Server thread/INFO]: [BloodMoon] [STDOUT] [BloodMoon] This plugin is still in its infancy. If you encounter a bug, please report it to https://www.spigotmc.org/threads/bloodmoon.412741/
  2368. [05:29:23] [Server thread/WARN]: Nag author(s): '[SpectralMemories]' of 'BloodMoon' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  2369. [05:29:23] [Server thread/INFO]: [Disease] Enabling Disease v4.1.4
  2370. [05:29:23] [Server thread/INFO]: Plugin Loading
  2371. [05:29:23] [Server thread/INFO]: Loading configuration file
  2372. [05:29:23] [Server thread/INFO]: Loading Language file
  2373. [05:29:23] [Server thread/INFO]: [Disease] Scoreboard Stats not Found
  2374. [05:29:23] [Server thread/INFO]: [Disease] Citizens plugin Found
  2375. [05:29:23] [Server thread/INFO]: [Disease] Hooking into citizens
  2376. [05:29:23] [Server thread/INFO]: [Disease] Vault plugin Found
  2377. [05:29:23] [Server thread/INFO]: [Disease] Vault Enabled
  2378. [05:29:23] [Server thread/INFO]: [Disease] World Guard disabled in config
  2379. [05:29:23] [Server thread/INFO]: [Disease] Temperature module loaded
  2380. [05:29:23] [Server thread/INFO]: [Disease] §aAdding allowed world: Season_1
  2381. [05:29:23] [Server thread/INFO]: [Disease] §aAdding allowed world: Season_1_nether
  2382. [05:29:23] [Server thread/INFO]: [Disease] §aAdding allowed world: Season_1_end
  2383. [05:29:23] [Server thread/INFO]: [Disease] §aAdding disease: BrokenLeg
  2384. [05:29:23] [Server thread/INFO]: [Disease] Loading disease BrokenLeg
  2385. [05:29:23] [Server thread/INFO]: [Disease] Loaded disease BrokenLeg
  2386. [05:29:23] [Server thread/INFO]: [Disease] §aAdding disease: Plague
  2387. [05:29:23] [Server thread/INFO]: [Disease] Loading disease Plague
  2388. [05:29:23] [Server thread/INFO]: [Disease] Loaded disease Plague
  2389. [05:29:23] [Server thread/INFO]: [Disease] §aAdding disease: SwampFever
  2390. [05:29:23] [Server thread/INFO]: [Disease] Loading disease SwampFever
  2391. [05:29:23] [Server thread/INFO]: [Disease] Loaded disease SwampFever
  2392. [05:29:23] [Server thread/INFO]: [Disease] §aAdding disease: ChickenPox
  2393. [05:29:23] [Server thread/INFO]: [Disease] Loading disease ChickenPox
  2394. [05:29:23] [Server thread/INFO]: [Disease] Loaded disease ChickenPox
  2395. [05:29:23] [Server thread/INFO]: [Disease] §aAdding disease: Cholera
  2396. [05:29:23] [Server thread/INFO]: [Disease] Loading disease Cholera
  2397. [05:29:23] [Server thread/INFO]: [Disease] Loaded disease Cholera
  2398. [05:29:23] [Server thread/INFO]: [Disease] §aAdding remedy: Splint
  2399. [05:29:23] [Server thread/INFO]: [Disease] Loading Remedy Splint
  2400. [05:29:23] [Server thread/INFO]: [Disease] Building remedy Splint Shaped Recipe
  2401. [05:29:23] [Server thread/INFO]: [Disease] Loaded Remedy Splint
  2402. [05:29:23] [Server thread/INFO]: [Disease] §aAdding remedy: WormwoodPotion
  2403. [05:29:23] [Server thread/INFO]: [Disease] Loading Remedy WormwoodPotion
  2404. [05:29:23] [Server thread/INFO]: [Disease] Building remedy WormwoodPotion Shapeless Recipe
  2405. [05:29:23] [Server thread/INFO]: §9Creating custom WormwoodPotion recipe
  2406. [05:29:23] [Server thread/INFO]: [Disease] Loaded Remedy WormwoodPotion
  2407. [05:29:23] [Server thread/INFO]: [Disease] §aAdding remedy: MudbanePotion
  2408. [05:29:23] [Server thread/INFO]: [Disease] Loading Remedy MudbanePotion
  2409. [05:29:23] [Server thread/INFO]: [Disease] Building remedy MudbanePotion Shapeless Recipe
  2410. [05:29:23] [Server thread/INFO]: §9Creating custom MudbanePotion recipe
  2411. [05:29:23] [Server thread/INFO]: [Disease] Loaded Remedy MudbanePotion
  2412. [05:29:23] [Server thread/INFO]: [Disease] §aAdding remedy: HenstoothPotion
  2413. [05:29:23] [Server thread/INFO]: [Disease] Loading Remedy HenstoothPotion
  2414. [05:29:23] [Server thread/INFO]: [Disease] Building remedy HenstoothPotion Shapeless Recipe
  2415. [05:29:23] [Server thread/INFO]: §9Creating custom HenstoothPotion recipe
  2416. [05:29:23] [Server thread/INFO]: [Disease] Loaded Remedy HenstoothPotion
  2417. [05:29:23] [Server thread/INFO]: [Disease] §aAdding remedy: BrightWater
  2418. [05:29:23] [Server thread/INFO]: [Disease] Loading Remedy BrightWater
  2419. [05:29:23] [Server thread/INFO]: [Disease] Building remedy BrightWater Shapeless Recipe
  2420. [05:29:23] [Server thread/INFO]: §9Creating custom BrightWater recipe
  2421. [05:29:23] [Server thread/INFO]: [Disease] Loaded Remedy BrightWater
  2422. [05:29:23] [Server thread/INFO]: [Disease] Loading choking items: [APPLE, BREAD, PORKCHOP, COOKED_PORKCHOP, FISH, COOKED_FISH, BEEF, COOKED_BEEF, CHICKEN, COOKED_CHICKEN, CARROT, POTATO, BAKED_POTATO, RABBIT, RABBIT_STEW, MUTTON, COOKED_MUTTON]
  2423. [05:29:23] [Server thread/INFO]: [Disease] §aBYTE scoreboard disabled in config
  2424. [05:29:23] [Server thread/INFO]: §aCreating Disease Vial Recipe
  2425. [05:29:23] [Server thread/INFO]: §aCreating Syringe Recipe
  2426. [05:29:23] [Server thread/INFO]: §aCreating vaccines Recipe
  2427. [05:29:23] [Server thread/INFO]: §aCreating Disease Arrow Recipe
  2428. [05:29:23] [Server thread/INFO]: §aCreating cold water recipe
  2429. [05:29:23] [Server thread/INFO]: §aCreating boiling milk recipe
  2430. [05:29:23] [Server thread/INFO]: [Disease] §cThanks for using the BYTE Disease plugin - www.byte.org.uk!
  2431. [05:29:23] [Server thread/INFO]: [KitPvP] Enabling KitPvP v2.2.0
  2432. [05:29:23] [Server thread/INFO]: [KIT-PVP] Enabling KitPvP version 2.2.0...
  2433. [05:29:23] [Server thread/INFO]: [KIT-PVP] Loading configuration files...
  2434. [05:29:23] [Server thread/INFO]: [KIT-PVP] Loading kit files...
  2435. [05:29:23] [Server thread/INFO]: [KIT-PVP] Loading Leaderboard caches....
  2436. [05:29:23] [Server thread/INFO]: [KIT-PVP] Hooking into PlaceholderAPI...
  2437. [05:29:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: kitpvp [1.0.0]
  2438. [05:29:23] [Server thread/INFO]: [KIT-PVP] Hooking into WorldGuard...
  2439. [05:29:23] [Server thread/INFO]: [KIT-PVP] Done!
  2440. [05:29:23] [Server thread/INFO]: [Brewery] Enabling Brewery v3.1
  2441. [05:29:23] [Server thread/INFO]: [Brewery] Brewery enabled!
  2442. [05:29:23] [Server thread/INFO]: [CitizensCMD] Enabling CitizensCMD v2.5.1
  2443. [05:29:23] [Server thread/INFO]: [CitizensCMD] CitizensCMD 2.5.1 By Mateus Moreira @LichtHund
  2444. [05:29:23] [Server thread/INFO]: [CitizensCMD] Using English messages!
  2445. [05:29:23] [Server thread/INFO]: [CitizensCMD] Using PlaceholderAPI!
  2446. [05:29:23] [Server thread/INFO]: [CitizensCMD] Using Vault!
  2447. [05:29:23] [Server thread/INFO]: [CitizensCMD] A new version of CitizensCMD is now available:
  2448. [05:29:23] [Server thread/INFO]: [CitizensCMD] https://www.spigotmc.org/resources/30224
  2449. [05:29:23] [Server thread/INFO]: [ExtraHardMode] Enabling ExtraHardMode v3.15.0-e4f17b1
  2450. [05:29:23] [Server thread/WARN]: @EventHandler method com.extrahardmode.features.AntiGrinder#onEntityDeath returns non-void type boolean. This is unsupported behavior and will no longer work in a future version of Paper. This should be reported to the developers of ExtraHardMode v3.15.0-e4f17b1 (RoboMWM,Diemex,Big_Scary)
  2451. [05:29:23] [Server thread/WARN]: @EventHandler method com.extrahardmode.features.AntiGrinder#onEntitySpawn returns non-void type boolean. This is unsupported behavior and will no longer work in a future version of Paper. This should be reported to the developers of ExtraHardMode v3.15.0-e4f17b1 (RoboMWM,Diemex,Big_Scary)
  2452. [05:29:23] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: extrahardmode [3.15.0-e4f17b1]
  2453. [05:29:23] [Server thread/INFO]: [BetterRTP] Enabling BetterRTP v3.2.1-4
  2454. [05:29:24] [Server thread/INFO]: [LevelledMobs] Enabling LevelledMobs v3.9.5 b743
  2455. [05:29:24] [Server thread/INFO]: LevelledMobs: Using NMS version v1_18_R2 for nametag support
  2456. [05:29:24] [Server thread/INFO]: LevelledMobs: File Loader: Loading files...
  2457. [05:29:24] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'rules.yml'...
  2458. [05:29:24] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'settings.yml'...
  2459. [05:29:24] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'messages.yml'...
  2460. [05:29:24] [Server thread/INFO]: LevelledMobs: Listeners: Registering event listeners...
  2461. [05:29:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: LevelledMobs [3.9.5 b743]
  2462. [05:29:24] [Server thread/INFO]: LevelledMobs: Commands: Registering commands...
  2463. [05:29:24] [Server thread/INFO]: LevelledMobs: Running misc procedures
  2464. [05:29:24] [Server thread/INFO]: LevelledMobs: Tasks: Starting async nametag auto update task...
  2465. [05:29:24] [Server thread/INFO]: LevelledMobs: File Loader: Loading file 'customdrops.yml'...
  2466. [05:29:24] [Server thread/INFO]: LevelledMobs: Start-up complete (took 239ms)
  2467. [05:29:24] [Server thread/INFO]: [SpecializedCrates] Enabling SpecializedCrates v3.0.0-Pre1.5
  2468. [05:29:24] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_18_R2! Trying to find NMS support
  2469. [05:29:24] [Server thread/INFO]: [NBTAPI] [NBTAPI] NMS support 'MC1_18_R2' loaded!
  2470. [05:29:24] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
  2471. [05:29:24] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: specializedcrates [3.0.0-Pre1.5]
  2472. [05:29:24] [Thread-57/WARN]: [NBTAPI] [NBTAPI] The NBT-API located at 'package de.tr7zw.specializedcrates.nbtapi' seems to be outdated!
  2473. [05:29:24] [Thread-57/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.9.2' Newest Version: 2.11.3'
  2474. [05:29:24] [Thread-57/WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!
  2475. [05:29:24] [Server thread/INFO]:
  2476. [05:29:24] [Server thread/INFO]: animation_1
  2477. [05:29:24] [Server thread/INFO]: + Success: there were no issues.
  2478. [05:29:24] [Server thread/INFO]:
  2479. [05:29:24] [Server thread/INFO]: animation_2
  2480. [05:29:24] [Server thread/INFO]: + Success: there were no issues.
  2481. [05:29:24] [Server thread/INFO]:
  2482. [05:29:24] [Server thread/INFO]: animation_3
  2483. [05:29:24] [Server thread/INFO]: + Success: there were no issues.
  2484. [05:29:24] [Server thread/INFO]:
  2485. [05:29:24] [Server thread/INFO]: animation_4
  2486. [05:29:24] [Server thread/INFO]: + Success: there were no issues.
  2487. [05:29:24] [Server thread/INFO]:
  2488. [05:29:24] [Server thread/INFO]: animation_5
  2489. [05:29:24] [Server thread/INFO]: + Success: there were no issues.
  2490. [05:29:25] [Server thread/INFO]:
  2491. [05:29:25] [Server thread/INFO]: animation_6
  2492. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2493. [05:29:25] [Server thread/INFO]:
  2494. [05:29:25] [Server thread/INFO]: animation_7
  2495. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2496. [05:29:25] [Server thread/INFO]:
  2497. [05:29:25] [Server thread/INFO]: animation_8
  2498. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2499. [05:29:25] [Server thread/INFO]:
  2500. [05:29:25] [Server thread/INFO]: animation_9
  2501. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2502. [05:29:25] [Server thread/INFO]:
  2503. [05:29:25] [Server thread/INFO]: example_animation
  2504. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2505. [05:29:25] [Server thread/INFO]:
  2506. [05:29:25] [Server thread/INFO]: great_box
  2507. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2508. [05:29:25] [Server thread/INFO]:
  2509. [05:29:25] [Server thread/INFO]: lootbox_animation_1
  2510. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2511. [05:29:25] [Server thread/INFO]:
  2512. [05:29:25] [Server thread/INFO]: nightmare_animation
  2513. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2514. [05:29:25] [Server thread/INFO]:
  2515. [05:29:25] [Server thread/INFO]: portal
  2516. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2517. [05:29:25] [Server thread/INFO]:
  2518. [05:29:25] [Server thread/INFO]: roulette
  2519. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2520. [05:29:25] [Server thread/INFO]:
  2521. [05:29:25] [Server thread/INFO]: semicircle
  2522. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2523. [05:29:25] [Server thread/INFO]:
  2524. [05:29:25] [Server thread/INFO]: slots
  2525. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2526. [05:29:25] [Server thread/INFO]:
  2527. [05:29:25] [Server thread/INFO]: tnt_animation
  2528. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2529. [05:29:25] [Server thread/INFO]: [SpecializedCrates] Hologram handler: HolographicDisplays
  2530. [05:29:25] [Server thread/INFO]:
  2531. [05:29:25] [Server thread/INFO]:
  2532. [05:29:25] [Server thread/INFO]: BasicCrate
  2533. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2534. [05:29:25] [Server thread/INFO]:
  2535. [05:29:25] [Server thread/INFO]: EventCrate
  2536. [05:29:25] [Server thread/INFO]: + Success: there were no issues.
  2537. [05:29:25] [Server thread/INFO]:
  2538. [05:29:25] [Server thread/INFO]: ExpertCrate
  2539. [05:29:26] [Server thread/INFO]: + Success: there were no issues.
  2540. [05:29:26] [Server thread/INFO]:
  2541. [05:29:26] [Server thread/INFO]: MasterCrate
  2542. [05:29:26] [Server thread/INFO]: + Success: there were no issues.
  2543. [05:29:26] [Server thread/INFO]:
  2544. [05:29:26] [Server thread/INFO]: MineChestExample (Disabled)
  2545. [05:29:26] [Server thread/INFO]: + Success: there were no issues.
  2546. [05:29:26] [Server thread/INFO]:
  2547. [05:29:26] [Server thread/INFO]: Nightmare
  2548. [05:29:26] [Server thread/INFO]: Settings
  2549. [05:29:26] [Server thread/INFO]: - Failed to load the 'inventory-name' value.
  2550. [05:29:26] [Server thread/INFO]: CAUSE: The name is longer than 32 characters (Automatically shortening).
  2551. [05:29:26] [Server thread/INFO]: - Failed to load the 'open.crate-animation' value.
  2552. [05:29:26] [Server thread/INFO]: CAUSE: is not a valid animation.
  2553. [05:29:26] [Server thread/INFO]:
  2554. [05:29:26] [Server thread/INFO]: RareCrate
  2555. [05:29:26] [Server thread/INFO]: + Success: there were no issues.
  2556. [05:29:26] [Server thread/INFO]:
  2557. [05:29:26] [Server thread/INFO]: SimpleCrate
  2558. [05:29:26] [Server thread/INFO]: + Success: there were no issues.
  2559. [05:29:26] [Server thread/INFO]:
  2560. [05:29:26] [Server thread/INFO]: AllCrates
  2561. [05:29:26] [Server thread/INFO]: Converting old item format to new item format...
  2562. [05:29:26] [Server thread/INFO]: Failed to convert BeginnerCrate, it is likely not a proper material.
  2563. [05:29:26] [Server thread/INFO]: Converting old item format to new item format...
  2564. [05:29:26] [Server thread/INFO]: Failed to convert MiddleCrate, it is likely not a proper material.
  2565. [05:29:26] [Server thread/INFO]: MultiCrate Inventory
  2566. [05:29:26] [Server thread/INFO]: - Failed to load a multi crate menu item.
  2567. [05:29:26] [Server thread/INFO]: CAUSE: The 'gui.objects.1.material' value does not exist.
  2568. [05:29:26] [Server thread/INFO]: - Failed to load a multi crate menu item.
  2569. [05:29:26] [Server thread/INFO]: CAUSE: The 'gui.objects.2.material' value does not exist.
  2570. [05:29:26] [Server thread/INFO]:
  2571. [05:29:26] [Server thread/INFO]:
  2572. [05:29:26] [Server thread/INFO]: WARNING: The value 'spawn-protection' is set to 16 in the server.properties file. This WILL cause issues with SpecializedCrates - any crates near spawn will only be openable for OP players. Please go to your server.properties file in the main directory of your server and change spawn-protection: 0.
  2573. [05:29:26] [Server thread/INFO]: [DungeonsXL] Enabling DungeonsXL v0.18-SNAPSHOT-1149
  2574. [05:29:26] [Server thread/WARN]: [ItemsXL] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.2-b107 which is not a depend or softdepend of this plugin.
  2575. [05:29:26] [Server thread/INFO]: [DungeonsXL] [##########[DungeonsXL]##########]
  2576. [05:29:26] [Server thread/INFO]: [DungeonsXL] Internals: [v1_18_R2]
  2577. [05:29:26] [Server thread/INFO]: [DungeonsXL] Economy: [true]
  2578. [05:29:26] [Server thread/INFO]: [DungeonsXL] Permissions: [true]
  2579. [05:29:26] [Server thread/INFO]: [DungeonsXL] Metrics: [https://bstats.org/plugin/bukkit/DungeonsXL/1039]
  2580. [05:29:26] [Server thread/INFO]: [DungeonsXL] SpigotMC ID: [9488]
  2581. [05:29:26] [Server thread/INFO]: [DungeonsXL] [################################]
  2582. [05:29:49] [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'
  2583. [05:29:49] [ServerMain/ERROR]: Failed to start the minecraft server
  2584. java.io.IOException: The process cannot access the file because another process has locked a portion of the file
  2585. at sun.nio.ch.FileDispatcherImpl.write0(Native Method) ~[?:?]
  2586. at sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:68) ~[?:?]
  2587. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132) ~[?:?]
  2588. at sun.nio.ch.IOUtil.write(IOUtil.java:76) ~[?:?]
  2589. at sun.nio.ch.IOUtil.write(IOUtil.java:67) ~[?:?]
  2590. at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:288) ~[?:?]
  2591. at net.minecraft.util.DirectoryLock.create(DirectoryLock.java:29) ~[?:?]
  2592. at net.minecraft.world.level.storage.LevelStorageSource$LevelStorageAccess.<init>(LevelStorageSource.java:344) ~[?:?]
  2593. at net.minecraft.world.level.storage.LevelStorageSource.createAccess(LevelStorageSource.java:314) ~[?:?]
  2594. at net.minecraft.server.Main.main(Main.java:159) ~[paper-1.18.2.jar:git-Paper-388]
  2595. at org.bukkit.craftbukkit.Main.main(Main.java:289) ~[paper-1.18.2.jar:git-Paper-388]
  2596. at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?]
  2597. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  2598. not be able to use SignShop signs in spawn!
  2599. [05:29:34] [Server thread/WARN]: [SignShop] Please set 'spawn-protection' to 0 and use a protection plugin to protect spawn instead.
  2600. [05:29:34] [Server thread/INFO]: [SignShop] v3.6.2 Enabled
  2601. [05:29:34] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1*
  2602. [05:29:34] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
  2603. [05:29:34] [Server thread/INFO]: [CommandNPC] Initiating Database
  2604. [05:29:34] [Thread-60/INFO]: [CommandNPC] Loading commands complete!
  2605. [05:29:34] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
  2606. [05:29:34] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
  2607. [05:29:34] [Server thread/INFO]: [PremiumVanish] Enabling PremiumVanish v2.5.19
  2608. [05:29:34] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: premiumvanish [2.5.19]
  2609. [05:29:34] [Server thread/INFO]: [PremiumVanish] Hooked into PlaceholderAPI
  2610. [05:29:34] [Server thread/INFO]: [PremiumVanish] Hooked into LibsDisguises
  2611. [05:29:34] [Server thread/INFO]: [PremiumVanish] Hooked into Essentials
  2612. [05:29:34] [Server thread/INFO]: [PremiumVanish] Hooked into Citizens
  2613. [05:29:34] [Server thread/INFO]: [dtlTraders] Enabling dtlTraders v6.4.8
  2614. [05:29:34] [Server thread/INFO]: dtlTraders> Welcome to dtlTraders v6.4.8!
  2615. [05:29:34] [Server thread/INFO]: dtlTraders> Trying to hook into any Vault supported plugin...
  2616. [05:29:34] [Server thread/INFO]: dtlTraders> Vault found! Trying to hook...
  2617. [05:29:34] [Server thread/INFO]: dtlTraders> Found economy plugin: EssentialsX Economy
  2618. [05:29:34] [Server thread/INFO]: dtlTraders> Loaded 4 guis from the guis config!
  2619. [05:29:34] [Server thread/INFO]: dtlTraders> Hooking into Citizens!
  2620. [05:29:34] [Server thread/INFO]: dtlTraders> Hooking into PlaceholderAPI
  2621. [05:29:34] [Server thread/INFO]: dtlTraders> dtlTraders is managed by Degitise. www.degitise.com
  2622. [05:29:34] [Server thread/INFO]: dtlTraders> Unlock premium features with dtlTradersPlus!
  2623. [05:29:34] [Server thread/INFO]: dtlTraders> Buy your copy at: https://www.spigotmc.org/resources/dtltradersplus.63690/
  2624. [05:29:34] [Server thread/INFO]: [VotifierPlus] Enabling VotifierPlus v1.0.7
  2625. [05:29:34] [Server thread/INFO]: [VotifierPlus] Votifier enabled.
  2626. [05:29:34] [Server thread/INFO]: [VotingPlugin] Enabling VotingPlugin v5.23.3
  2627. [05:29:34] [Server thread/WARN]: java.lang.ClassNotFoundException: net.minecraft.server.v1_18_R2.ItemStack
  2628. [05:29:34] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:151)
  2629. [05:29:34] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:103)
  2630. [05:29:34] [Server thread/WARN]: at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
  2631. [05:29:34] [Server thread/WARN]: at java.base/java.lang.Class.forName0(Native Method)
  2632. [05:29:34] [Server thread/WARN]: at java.base/java.lang.Class.forName(Class.java:375)
  2633. [05:29:34] [Server thread/WARN]: at VotingPlugin.jar//com.Ben12345rocks.VotingPlugin.AdvancedCore.NMSManager.NMSManager.getNMSClass(NMSManager.java:209)
  2634. [05:29:34] [Server thread/WARN]: at VotingPlugin.jar//com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Skull.SkullHandler.load(SkullHandler.java:141)
  2635. [05:29:34] [Server thread/WARN]: at VotingPlugin.jar//com.Ben12345rocks.VotingPlugin.AdvancedCore.AdvancedCorePlugin.loadHook(AdvancedCorePlugin.java:390)
  2636. [05:29:34] [Server thread/WARN]: at VotingPlugin.jar//com.Ben12345rocks.VotingPlugin.AdvancedCore.AdvancedCorePlugin.onEnable(AdvancedCorePlugin.java:748)
  2637. [05:29:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  2638. [05:29:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  2639. [05:29:34] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  2640. [05:29:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  2641. [05:29:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  2642. [05:29:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  2643. [05:29:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  2644. [05:29:34] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  2645. [05:29:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  2646. [05:29:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  2647. [05:29:34] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  2648. [05:29:34] [Server thread/WARN]: java.lang.NoSuchMethodException: org.bukkit.craftbukkit.v1_18_R2.inventory.CraftItemStack.asBukkitCopy(null)
  2649. [05:29:34] [Server thread/WARN]: at java.base/java.lang.Class.getDeclaredMethod(Class.java:2675)
  2650. [05:29:34] [Server thread/WARN]: at VotingPlugin.jar//com.Ben12345rocks.VotingPlugin.AdvancedCore.Util.Skull.SkullHandler.load(SkullHandler.java:150)
  2651. [05:29:34] [Server thread/WARN]: at VotingPlugin.jar//com.Ben12345rocks.VotingPlugin.AdvancedCore.AdvancedCorePlugin.loadHook(AdvancedCorePlugin.java:390)
  2652. [05:29:34] [Server thread/WARN]: at VotingPlugin.jar//com.Ben12345rocks.VotingPlugin.AdvancedCore.AdvancedCorePlugin.onEnable(AdvancedCorePlugin.java:748)
  2653. [05:29:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  2654. [05:29:34] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370)
  2655. [05:29:34] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541)
  2656. [05:29:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560)
  2657. [05:29:34] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474)
  2658. [05:29:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665)
  2659. [05:29:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432)
  2660. [05:29:34] [Server thread/WARN]: at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:316)
  2661. [05:29:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1164)
  2662. [05:29:34] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316)
  2663. [05:29:34] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  2664. [05:29:34] [Server thread/INFO]: [VotingPlugin] Giving VotingPlugin.Player permission by default, can be disabled in the config
  2665. [05:29:34] [Server thread/INFO]: [VotingPlugin] Enabled VotingPlugin 5.23.3
  2666. [05:29:34] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from planetminecraft.com, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
  2667. [05:29:34] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from Minecraftbuzz.com, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
  2668. [05:29:34] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from Minebrowse.com, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
  2669. [05:29:34] [Server thread/WARN]: [VotingPlugin] No vote has been recieved from minecraft-mp.com, may be an invalid service site. Vote on the site and look in console for a service site, if you get nothing then there is an issue with votifier
  2670. [05:29:35] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.25.1
  2671. [05:29:35] [Server thread/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Language is English
  2672. [05:29:35] [Server thread/INFO]: [TabList] Enabling TabList v5.6.1
  2673. [05:29:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Allowed chat mention types: USER, CHANNEL, EMOTE
  2674. [05:29:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] JdaFilter applied
  2675. [05:29:35] [Server thread/INFO]: [TabList] Hooked PlaceholderAPI version: 2.11.1
  2676. [05:29:35] [Server thread/INFO]: [TabList] > Enabled v5.6.1 (95ms)
  2677. [05:29:35] [Server thread/INFO]: [CommandPanels] Enabling CommandPanels v3.17.3.0
  2678. [05:29:35] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.17.3.0 Plugin Loading...
  2679. [05:29:35] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Using bot token supplied from config
  2680. [05:29:35] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: commandpanels [1.0.0]
  2681. [05:29:35] [Server thread/INFO]: [CommandPanels] RockyHawk's CommandPanels v3.17.3.0 Plugin Loaded!
  2682. [05:29:35] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v3.2.3
  2683. [05:29:35] [Server thread/INFO]: [AuctionHouse] Found locale file en_us.json
  2684. [05:29:35] [Server thread/WARN]: [AuctionHouse] A backup of the database has been saved with .backup extension.
  2685. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList] -------------
  2686. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList] New update is available for TabList
  2687. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList] Your version: 5.6.1, New version 5.7.3
  2688. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList] Download: https://www.spigotmc.org/resources/46229/
  2689. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList]
  2690. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList] Always consider upgrading to the latest version, which may include fixes.
  2691. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList]
  2692. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList] To disable update checking, go to the config file (not recommended)
  2693. [05:29:35] [ForkJoinPool.commonPool-worker-1/INFO]: [TabList] -------------
  2694. [05:29:35] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_18_R2
  2695. [05:29:35] [Server thread/INFO]: [AuctionHouse] Enabled DiscordSRV support
  2696. [05:29:35] [Server thread/INFO]: [AuctionHouse] Using en_us locale
  2697. [05:29:35] [Server thread/INFO]: [AuctionHouse] Loaded 0 listings
  2698. [05:29:35] [Server thread/INFO]: [Statz] Enabling Statz v1.6-SNAPSHOT-30
  2699. [05:29:35] [Server thread/INFO]: [Statz] [STDOUT] Generating new PluginLibrary instance
  2700. [05:29:35] [Server thread/WARN]: Nag author(s): '[Staartvin]' of 'Statz' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  2701. [05:29:35] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==***
  2702. [05:29:35] [Server thread/INFO]: [PluginLibrary] ***== Loaded 8 libraries! ==***
  2703. [05:29:35] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Autorank (by Staartvin), Statz (by Staartvin), GriefPrevention (by RoboMWM), Jobs (by Zrips), Vault (by Kainzo), WorldGuard (by sk89q), EssentialsX (by drtshock) and NuVotifier (by Ichbinjoe)
  2704. [05:29:35] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. ***
  2705. [05:29:35] [Server thread/INFO]: [Statz] Using SQLite database!
  2706. [05:29:35] [Server thread/INFO]: [Statz] Logging is disabled!
  2707. [05:29:35] [Server thread/INFO]: [Statz] Language file loaded (lang.yml)
  2708. [05:29:35] [Server thread/INFO]: [Statz] Stats disabled file loaded (disabled-stats.yml)
  2709. [05:29:35] [Server thread/INFO]: [Statz] Statz v1.6-SNAPSHOT-30 has been enabled!
  2710. [05:29:35] [Server thread/INFO]: [Statz] Statistic description file loaded (statistics.yml)
  2711. [05:29:35] [Server thread/INFO]: [Autorank] Enabling Autorank v4.4-SNAPSHOT-108
  2712. [05:29:35] [Server thread/INFO]: [Autorank] [STDOUT] Generating new PluginLibrary instance
  2713. [05:29:35] [Server thread/WARN]: Nag author(s): '[Staartvin, Armarr]' of 'Autorank' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
  2714. [05:29:35] [Server thread/INFO]: [PluginLibrary] ***== Loading libraries ==***
  2715. [05:29:35] [Server thread/INFO]: [PluginLibrary] ***== Loaded 8 libraries! ==***
  2716. [05:29:35] [Server thread/INFO]: [PluginLibrary] Loaded libraries: Autorank (by Staartvin), Statz (by Staartvin), GriefPrevention (by RoboMWM), Jobs (by Zrips), Vault (by Kainzo), WorldGuard (by sk89q), EssentialsX (by drtshock) and NuVotifier (by Ichbinjoe)
  2717. [05:29:35] [Server thread/INFO]: [PluginLibrary] *** Ready for plugins to send/retrieve data. ***
  2718. [05:29:35] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
  2719. [05:29:35] [Server thread/WARN]: [Autorank] You're running a DEV version, be sure to backup your Autorank folder!
  2720. [05:29:35] [Server thread/WARN]: [Autorank] DEV versions are not guaranteed to be stable and generally shouldn't be used on big production servers with lots of players.
  2721. [05:29:35] [Server thread/INFO]: [Autorank] Registered requirement service for adding custom requirements!
  2722. [05:29:35] [Server thread/INFO]: [Autorank] Registered result service for adding custom results!
  2723. [05:29:35] [Server thread/INFO]: [Autorank] Autorank 4.4-SNAPSHOT-108 has been enabled!
  2724. [05:29:35] [pool-186-thread-1/WARN]: [DiscordSRV]
  2725.  
  2726. The current build of DiscordSRV is outdated by 256 commits! Get the latest build at your favorite distribution center.
  2727.  
  2728. Spigot: https://www.spigotmc.org/resources/discordsrv.18494/
  2729. Github: https://github.com/DiscordSRV/DiscordSRV/releases
  2730. Direct Download: https://get.discordsrv.com
  2731.  
  2732. [05:29:36] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  2733. [05:29:36] [Server thread/INFO]: 0 placeholder hook(s) registered!
  2734. [05:29:36] [Server thread/INFO]: Running delayed init tasks
  2735. [05:29:37] [Craft Scheduler Thread - 5 - ViaVersion/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  2736. [05:29:37] [Server thread/INFO]: [PerWorldPlugins] Unregistered all Listeners correctly. (443ms)
  2737. [05:29:37] [Craft Scheduler Thread - 25 - Essentials/INFO]: [Essentials] §6Fetching version information...
  2738. [05:29:37] [Craft Scheduler Thread - 33 - GParticles/INFO]: [GParticles] DEBUG: Initialized UserBoard for GPDataManager (took 0 ms)
  2739. [05:29:37] [Craft Scheduler Thread - 39 - PlayerWarps/INFO]: [PlayerWarps] Loading player warps...
  2740. [05:29:37] [Craft Scheduler Thread - 27 - GCoreLegacy/INFO]: [GCoreLegacy] DEBUG: Loaded StatisticsBoard for GDataManager (took 1 ms)
  2741. [05:29:37] [Craft Scheduler Thread - 27 - GCoreLegacy/INFO]: [GCoreLegacy] DEBUG: Initialized StatisticsBoard for GDataManager (took 14 ms)
  2742. [05:29:37] [Craft Scheduler Thread - 9 - PunishGUI/INFO]: *********************************************************************
  2743. [05:29:37] [Craft Scheduler Thread - 9 - PunishGUI/INFO]: PunishmentGUI is outdated!
  2744. [05:29:37] [Craft Scheduler Thread - 9 - PunishGUI/INFO]: Newest version: 1.1.7
  2745. [05:29:37] [Craft Scheduler Thread - 9 - PunishGUI/INFO]: Your version: 1.0.2
  2746. [05:29:37] [Craft Scheduler Thread - 9 - PunishGUI/INFO]: Please Update Here: https://www.spigotmc.org/resources/52072/
  2747. [05:29:37] [Craft Scheduler Thread - 9 - PunishGUI/INFO]: *********************************************************************
  2748. [05:29:37] [Craft Scheduler Thread - 9 - Autorank/INFO]: [Autorank] Loading UUID storage files...
  2749. [05:29:37] [Craft Scheduler Thread - 135 - Vault/INFO]: [Vault] Checking for Updates ...
  2750. [05:29:37] [Craft Scheduler Thread - 28 - GCoreLegacy/INFO]: [GCoreLegacy] DEBUG: Initialized UserBoard for GDataManager (took 37 ms)
  2751. [05:29:37] [Craft Scheduler Thread - 169 - Statz/INFO]: [Statz] ---------- [Applying Database patches] ----------
  2752. [05:29:37] [Craft Scheduler Thread - 169 - Statz/INFO]: [Statz] ---------- [No patches were applied! Database is already up-to-date.] ----------
  2753. [05:29:37] [Craft Scheduler Thread - 11 - CombatPlus/INFO]: [Combat+]: There is a new version available, Your version 1.5.3 new version 1.6.8
  2754. [05:29:37] [Craft Scheduler Thread - 83 - Autorank/INFO]: [Autorank] Removed 0 old storage entries from database!
  2755. [05:29:37] [Craft Scheduler Thread - 135 - Vault/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.7.2
  2756. [05:29:37] [Craft Scheduler Thread - 135 - Vault/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault
  2757. [05:29:37] [Craft Scheduler Thread - 32 - BlockBall/INFO]: [BlockBall] ================================================
  2758. [05:29:37] [Craft Scheduler Thread - 32 - BlockBall/INFO]: [BlockBall] BlockBall is outdated
  2759. [05:29:37] [Craft Scheduler Thread - 32 - BlockBall/INFO]: [BlockBall] Please download the latest version from github
  2760. [05:29:37] [Craft Scheduler Thread - 32 - BlockBall/INFO]: [BlockBall] ================================================
  2761. [05:29:37] [Craft Scheduler Thread - 36 - AureliumSkills/INFO]: [AureliumSkills] New update available! You are on version Beta 1.3.19, latest version is Beta 1.3.21
  2762. [05:29:37] [Craft Scheduler Thread - 36 - AureliumSkills/INFO]: [AureliumSkills] Download it on Spigot:
  2763. [05:29:37] [Craft Scheduler Thread - 36 - AureliumSkills/INFO]: [AureliumSkills] https://spigotmc.org/resources/81069
  2764. [05:29:37] [Craft Scheduler Thread - 85 - Autorank/INFO]: [Autorank] Primary storage provider of Autorank: FlatFileStorageProvider
  2765. [05:29:37] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.2-b107)!
  2766. [05:29:37] [Server thread/INFO]: §7[§e§lImprovedFactions§7] §aEnabled faction economy
  2767. [05:29:37] [Craft Scheduler Thread - 48 - LevelledMobs/INFO]: [WARN] LevelledMobs: LevelledMobs Update Checker Notice:
  2768. [05:29:37] [Craft Scheduler Thread - 48 - LevelledMobs/INFO]: [WARN] LevelledMobs: Your LevelledMobs version is outdated! Please update to v3.10.3 as soon as possible. (You're running v3.9.5)
  2769. [05:29:37] [Craft Scheduler Thread - 26 - GCoreLegacy/INFO]: [GCoreLegacy] DEBUG: Loaded DataProfileBoard for GDataManager (took 136 ms)
  2770. [05:29:37] [Craft Scheduler Thread - 26 - GCoreLegacy/INFO]: [GCoreLegacy] DEBUG: Initialized DataProfileBoard for GDataManager (took 173 ms)
  2771. [05:29:37] [Server thread/INFO]: [JumpPads] CleanUp found no JumpPads to delete!
  2772. [05:29:37] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
  2773. [05:29:37] [Thread-78/INFO]: §7[§e§lImprovedFactions§7] §aYou have the latest version of this plugin
  2774. [05:29:37] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pw [1.0.0]
  2775. [05:29:37] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  2776. [05:29:37] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Essentials for Vault's Economy API
  2777. [05:29:37] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
  2778. [05:29:37] [Server thread/INFO]: [Multiverse-Inventories] First run!
  2779. [05:29:37] [Server thread/INFO]: [CataMines] Loading mines from files...
  2780. [05:29:37] [Server thread/INFO]: [CataMines] Starting mines and registering commands. Running version 2.5.11
  2781. [05:29:37] [Server thread/INFO]: [CataMines] Registering listeners
  2782. [05:29:37] [Server thread/INFO]: [MythicMobs] ?Using HolographicDisplays plugin for holograms
  2783. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayerInRadius': Failed to load custom targeter PLAYERINRADIUS
  2784. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayerInRadius': Failed to load custom targeter PLAYERINRADIUS
  2785. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=5}': Failed to load custom targeter PLAYERSINRADUIS
  2786. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2787. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2788. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2789. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2790. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2791. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2792. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'lighting' in 'Unknown': Failed to load custom mechanic LIGHTING
  2793. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2794. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2795. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Targeter line 'PlayersInRaduis{r=20}': Failed to load custom targeter PLAYERSINRADUIS
  2796. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'lighting' in 'Unknown': Failed to load custom mechanic LIGHTING
  2797. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'speak{"This<&sp>isent<&sp>even<&sp>my<&sp>full<&sp>potential!"}' in 'Unknown': Failed to load custom mechanic SPEAK
  2798. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'equip{i<&da>grinch_head:4}' in 'Unknown': Failed to load custom mechanic EQUIP
  2799. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'speak{m<&da>"POG!"}' in 'Unknown': Failed to load custom mechanic SPEAK
  2800. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Mechanic line 'equip{i<&da>worstedsphere_head:4}' in 'Unknown': Failed to load custom mechanic EQUIP
  2801. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'FEATHERS 100 100' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2802. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'IRON 1 100' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2803. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'LEATHER_CAP HEAD' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2804. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'WITHER_FLOWER 5' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2805. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'WITHER_HEAD 2' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2806. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'WITHER_FLOWER 5' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2807. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'WITHER_HEAD 2' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2808. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'WITHER_FLOWER 5' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2809. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'IRON_HELM HEAD' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2810. [05:29:37] [Server thread/WARN]: [MythicMobs] ? Config Error for Drop 'Waffle_head HEAD' in 'plugins\MythicMobs\Mobs\ExampleMobs.yml': Drop type not found.
  2811. [05:29:37] [Craft Scheduler Thread - 104 - DungeonsXL/INFO]: [DungeonsXL] The plugin is up to date.
  2812. [05:29:37] [Craft Scheduler Thread - 25 - Essentials/WARN]: [Essentials] §4There is a new EssentialsX version available for download: §c2.20.0§4.
  2813. [05:29:37] [Craft Scheduler Thread - 25 - Essentials/WARN]: [Essentials] §4Download it here:§c https://essentialsx.net/downloads.html?branch=stable
  2814. [05:29:37] [Craft Scheduler Thread - 9 - Autorank/INFO]: [Autorank] Loaded UUID storage in 0 seconds.
  2815. [05:29:37] [Craft Scheduler Thread - 7 - ItemsXL/INFO]: [ItemsXL] The plugin is up to date.
  2816. [05:29:37] [Craft Scheduler Thread - 31 - BlockBall/INFO]: [BlockBall] Reloaded [3] games.
  2817. [05:29:37] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
  2818. [05:29:38] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  2819. [05:29:38] [Server thread/INFO]: [Citizens] Loaded 23 NPCs.
  2820. [05:29:38] [Server thread/INFO]: [Autorank] Found Statz plugin: Statz (by Staartvin)
  2821. [05:29:38] [Server thread/INFO]: [Autorank] Hooked into Statz (by Staartvin)
  2822. [05:29:38] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
  2823. [05:29:38] [Server thread/INFO]: [PremiumVanish] Your current version of PremiumVanish is outdated - New version: '2.8.10'; Currently: '2.5.19'
  2824. [05:29:38] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v3.0.2
  2825. [05:29:38] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  2826. [05:29:38] [Server thread/INFO]: [HolographicDisplays] https://dev.bukkit.org/projects/holographic-displays
  2827. [05:29:38] [Server thread/INFO]: [PlaceholderAPI] An update for PlaceholderAPI (v2.11.3) is available at:
  2828. [05:29:38] [Server thread/INFO]: [PlaceholderAPI] https://www.spigotmc.org/resources/placeholderapi.6245/
  2829. [05:29:38] [Server thread/INFO]: [AuctionHouse] Found PlaceholderAPI plugin
  2830. [05:29:38] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: auctionhouse [3.2.3]
  2831. [05:29:38] [Server thread/INFO]: [AuctionHouse] Registered PlaceholderAPI placeholders
  2832. [05:29:38] [Thread-79/INFO]: --------------------
  2833. [05:29:38] [Thread-79/INFO]: [CoreProtect] Version 21.3 is now available.
  2834. [05:29:38] [Thread-79/INFO]: [CoreProtect] Download: www.coreprotect.net/download/
  2835. [05:29:38] [Thread-79/INFO]: --------------------
  2836. [05:29:38] [Server thread/INFO]: Done (123.394s)! For help, type "help"
  2837. [05:29:38] [Server thread/INFO]: Timings Reset
  2838. [05:29:38] [Craft Scheduler Thread - 25 - JumpPads/INFO]: [Jump Pads] A new update is available at:
  2839. [05:29:38] [Craft Scheduler Thread - 25 - JumpPads/INFO]: https://www.spigotmc.org/resources/44876/updates
  2840. [05:29:38] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
  2841. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Loaded 74 members in guild G:WorstedMC(695001505480310965)
  2842. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:WorstedMC(695001505480310965)
  2843. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:joining-leaving(709704274401165374)
  2844. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules(704554947848437810)
  2845. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcements(704555034460946552)
  2846. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:information(709708069025873961)
  2847. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:applications(709720490578804827)
  2848. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:console-logs(863451760765042728)
  2849. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:roles(709651346940362772)
  2850. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:change_logs(760974298037878865)
  2851. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(695001505480310969)
  2852. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-commands(697697347991371846)
  2853. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:memes(709656308546273280)
  2854. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:builds(709657123423780934)
  2855. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ban-appeals(709709163483103244)
  2856. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:report-bugs(709705374265245709)
  2857. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:suggestions(767111296826081380)
  2858. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:truth-or-dare(867449510589497346)
  2859. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:idleminer(867455340521717760)
  2860. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:partnership-channel(865381006352580629)
  2861. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ingame(768297874161008721)
  2862. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:support-channel(712358562738995292)
  2863. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:link(712413228692406284)
  2864. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:911-we-need-staff-now(709657220522180649)
  2865. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-chat(709707643874443394)
  2866. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:admin-disscusion(709707272875540551)
  2867. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel TC:console-logs(863451760765042728)
  2868. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Chat event cancellation detector has been enabled
  2869. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [ACCOUNT_LINKING DEBUG] Not using JDBC, one of host/port/database was default
  2870. [05:29:38] [DiscordSRV - Presence Updater/INFO]: [DiscordSRV] [PRESENCE DEBUG] Setting presence to "Minecraft" and online status to "ONLINE"
  2871. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling Essentials hook
  2872. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Enabling LuckPerms' instant group updates
  2873. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Enabling LuckPerms' contexts
  2874. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling LuckPerms hook
  2875. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] No chat plugin hooks enabled
  2876. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [MINECRAFT_TO_DISCORD DEBUG] Modern PlayerChatEvent (Paper) is available
  2877. [05:29:38] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Enabling PlaceholderAPI hook
  2878. [05:29:39] [Craft Scheduler Thread - 42 - Brewery/INFO]: [Brewery] Background data loading complete.
  2879. [05:29:40] [Server thread/INFO]: [KIT-PVP] New version found! Please update to v2.2.1 on the Spigot page.
  2880. [05:29:40] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: discordsrv [1.25.1]
  2881. [05:29:40] [Server thread/INFO]: [VotifierPlus] Successfully hooked into vault economy!
  2882. [05:29:40] [Server thread/INFO]: [VotifierPlus] Hooked into vault permissions
  2883. [05:29:40] [Server thread/INFO]: [VotingPlugin] Successfully hooked into vault economy!
  2884. [05:29:40] [Server thread/INFO]: [VotingPlugin] Hooked into vault permissions
  2885. [05:29:40] [Craft Scheduler Thread - 7 - VotifierPlus/INFO]: [VotifierPlus] VotifierPlus is up to date! Version: 1.0.7
  2886. [05:29:41] [Craft Scheduler Thread - 20 - HolographicPlaceholders/INFO]: [Essentials] Found UUID f61b0028-3629-447a-9dba-1fa5d47ff8e7 for player Felspire, but player already has a UUID (cce3c26a-1888-3624-bed8-a92d19286319). Not replacing UUID in usermap.
  2887. java.lang.RuntimeException: null
  2888. at com.earth2me.essentials.UserMap.trackUUID(UserMap.java:155) ~[EssentialsX-2.19.2.jar:?]
  2889. at com.earth2me.essentials.UserMap.load(UserMap.java:182) ~[EssentialsX-2.19.2.jar:?]
  2890. at com.earth2me.essentials.UserMap.load(UserMap.java:30) ~[EssentialsX-2.19.2.jar:?]
  2891. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar:?]
  2892. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar:?]
  2893. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar:?]
  2894. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar:?]
  2895. at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar:?]
  2896. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3989) ~[guava-31.0.1-jre.jar:?]
  2897. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4950) ~[guava-31.0.1-jre.jar:?]
  2898. at com.earth2me.essentials.UserMap.getUser(UserMap.java:129) ~[EssentialsX-2.19.2.jar:?]
  2899. at com.earth2me.essentials.Essentials.getUser(Essentials.java:921) ~[EssentialsX-2.19.2.jar:?]
  2900. at com.earth2me.essentials.api.Economy.getUserByUUID(Economy.java:112) ~[EssentialsX-2.19.2.jar:?]
  2901. at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:158) ~[EssentialsX-2.19.2.jar:?]
  2902. at com.earth2me.essentials.economy.vault.VaultEconomyProvider.getBalance(VaultEconomyProvider.java:116) ~[EssentialsX-2.19.2.jar:?]
  2903. at com.neutralplasma.holographicPlaceholders.addons.baltop.BalTopAddonV2$3.run(BalTopAddonV2.java:139) ~[HolographicPlaceholders-2.1.2 Stable.jar:?]
  2904. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-388]
  2905. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-388]
  2906. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-388]
  2907. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  2908. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  2909. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  2910. [05:29:41] [Craft Scheduler Thread - 7 - VotingPlugin/INFO]: [VotingPlugin] VotingPlugin has an update available! Your Version: 5.23.3 New Version: 6.13.1 Use /av download to get the latest update!
  2911. [05:29:42] [Craft Scheduler Thread - 196 - BuycraftX/INFO]: [BuycraftX] Fetching all due players...
  2912. [05:29:42] [Server thread/INFO]: [ProtocolLib] The updater found an update: 5.0.0 (Running 4.8.0-SNAPSHOT-b540). Download at https://www.spigotmc.org/resources/protocollib.1997/
  2913. [05:29:42] [Craft Scheduler Thread - 196 - BuycraftX/INFO]: [BuycraftX] Fetched due players (0 found).
  2914. [05:29:42] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 5067ms or 101 ticks behind
  2915. [05:29:43] [Craft Scheduler Thread - 214 - VotingPlugin/WARN]: [VotingPlugin] Detected an issue with voting sites, check the server startup log for more details
  2916. [05:29:45] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: ultimateautorestart [Build 53]
  2917. [05:29:45] [Server thread/INFO]: [UltimateAutoRestart] Hooked into PlaceholderAPI!
  2918. [05:29:45] [Server thread/INFO]: [UltimateAutoRestart] Successfully performed 1 hooks!
  2919. [05:29:48] [Server thread/INFO]:
  2920. [05:29:48] [Server thread/INFO]: [UltimateAutoRestart] New update available!
  2921. [05:29:48] [Server thread/INFO]: Current version: Build 53 with latest being Build 54a!
  2922. [05:29:48] [Server thread/INFO]:
  2923. [05:29:48] [Server thread/INFO]: SpigotMC -> https://norska.dev/r/spigot/uar/
  2924. [05:29:48] [Server thread/INFO]: Polymart -> https://norska.dev/r/polymart/uar/
  2925. [05:29:48] [Server thread/INFO]:
  2926. [05:29:49] [pool-190-thread-1/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Tried aggressively stripping blank message
  2927. [05:29:49] [pool-190-thread-1/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Tried stripping blank message
  2928. [05:29:49] [pool-190-thread-1/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Tried aggressively stripping blank message
  2929. [05:29:49] [pool-190-thread-1/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Tried stripping blank message
  2930. [05:29:49] [pool-190-thread-1/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Tried aggressively stripping blank message
  2931. [05:29:49] [pool-190-thread-1/INFO]: [DiscordSRV] [UNCATEGORIZED DEBUG] Tried stripping blank message
  2932. [05:29:49] [Craft Scheduler Thread - 18 - HolographicPlaceholders/INFO]: [Essentials] Found UUID 71ada63c-6fef-4b34-88a8-1e7e299c9a74 for player NeoRusher, but player already has a UUID (fe1971d1-ddcf-3b72-9287-f87149bb2760). Not replacing UUID in usermap.
  2933. java.lang.RuntimeException: null
  2934. at com.earth2me.essentials.UserMap.trackUUID(UserMap.java:155) ~[EssentialsX-2.19.2.jar:?]
  2935. at com.earth2me.essentials.UserMap.load(UserMap.java:182) ~[EssentialsX-2.19.2.jar:?]
  2936. at com.earth2me.essentials.UserMap.load(UserMap.java:30) ~[EssentialsX-2.19.2.jar:?]
  2937. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar:?]
  2938. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar:?]
  2939. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar:?]
  2940. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar:?]
  2941. at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar:?]
  2942. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3989) ~[guava-31.0.1-jre.jar:?]
  2943. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4950) ~[guava-31.0.1-jre.jar:?]
  2944. at com.earth2me.essentials.UserMap.getUser(UserMap.java:129) ~[EssentialsX-2.19.2.jar:?]
  2945. at com.earth2me.essentials.Essentials.getUser(Essentials.java:921) ~[EssentialsX-2.19.2.jar:?]
  2946. at com.earth2me.essentials.api.Economy.getUserByUUID(Economy.java:112) ~[EssentialsX-2.19.2.jar:?]
  2947. at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:158) ~[EssentialsX-2.19.2.jar:?]
  2948. at com.earth2me.essentials.economy.vault.VaultEconomyProvider.getBalance(VaultEconomyProvider.java:116) ~[EssentialsX-2.19.2.jar:?]
  2949. at com.neutralplasma.holographicPlaceholders.addons.baltop.BalTopAddonV2$1.run(BalTopAddonV2.java:73) ~[HolographicPlaceholders-2.1.2 Stable.jar:?]
  2950. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-388]
  2951. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-388]
  2952. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-388]
  2953. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  2954. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  2955. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  2956. [05:29:50] [Craft Scheduler Thread - 204 - Brewery/INFO]: [Brewery] Update available for Brewery-3.1: Brewery v3.1.1
  2957. [05:29:53] [Craft Scheduler Thread - 215 - HolographicPlaceholders/INFO]: [Essentials] Found UUID b801c49b-7ccd-48fb-b532-f0e8496bb866 for player xNoob, but player already has a UUID (e2b6d1c7-7f9f-30fe-b36d-f29e411d0687). Not replacing UUID in usermap.
  2958. java.lang.RuntimeException: null
  2959. at com.earth2me.essentials.UserMap.trackUUID(UserMap.java:155) ~[EssentialsX-2.19.2.jar:?]
  2960. at com.earth2me.essentials.UserMap.load(UserMap.java:182) ~[EssentialsX-2.19.2.jar:?]
  2961. at com.earth2me.essentials.UserMap.load(UserMap.java:30) ~[EssentialsX-2.19.2.jar:?]
  2962. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar:?]
  2963. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar:?]
  2964. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar:?]
  2965. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar:?]
  2966. at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar:?]
  2967. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3989) ~[guava-31.0.1-jre.jar:?]
  2968. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4950) ~[guava-31.0.1-jre.jar:?]
  2969. at com.earth2me.essentials.UserMap.getUser(UserMap.java:129) ~[EssentialsX-2.19.2.jar:?]
  2970. at com.earth2me.essentials.Essentials.getUser(Essentials.java:921) ~[EssentialsX-2.19.2.jar:?]
  2971. at com.earth2me.essentials.api.Economy.getUserByUUID(Economy.java:112) ~[EssentialsX-2.19.2.jar:?]
  2972. at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:158) ~[EssentialsX-2.19.2.jar:?]
  2973. at com.earth2me.essentials.economy.vault.VaultEconomyProvider.getBalance(VaultEconomyProvider.java:116) ~[EssentialsX-2.19.2.jar:?]
  2974. at com.neutralplasma.holographicPlaceholders.addons.baltop.BalTopAddon$3.run(BalTopAddon.java:151) ~[HolographicPlaceholders-2.1.2 Stable.jar:?]
  2975. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-388]
  2976. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-388]
  2977. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-388]
  2978. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  2979. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  2980. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  2981. [05:29:53] [Server thread/INFO]: [MyCommand] found an update for MyCommand. Type /mycommand for more infos.
  2982. [05:29:56] [Craft Scheduler Thread - 18 - HolographicPlaceholders/INFO]: [Essentials] Found UUID 5d4432e8-d0ce-434c-9c76-af8c3208d13c for player qkiba, but player already has a UUID (b05f24bc-af4a-396b-b650-d5b7f2dfdd5e). Not replacing UUID in usermap.
  2983. java.lang.RuntimeException: null
  2984. at com.earth2me.essentials.UserMap.trackUUID(UserMap.java:155) ~[EssentialsX-2.19.2.jar:?]
  2985. at com.earth2me.essentials.UserMap.load(UserMap.java:182) ~[EssentialsX-2.19.2.jar:?]
  2986. at com.earth2me.essentials.UserMap.load(UserMap.java:30) ~[EssentialsX-2.19.2.jar:?]
  2987. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar:?]
  2988. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar:?]
  2989. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar:?]
  2990. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar:?]
  2991. at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar:?]
  2992. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3989) ~[guava-31.0.1-jre.jar:?]
  2993. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4950) ~[guava-31.0.1-jre.jar:?]
  2994. at com.earth2me.essentials.UserMap.getUser(UserMap.java:129) ~[EssentialsX-2.19.2.jar:?]
  2995. at com.earth2me.essentials.Essentials.getUser(Essentials.java:921) ~[EssentialsX-2.19.2.jar:?]
  2996. at com.earth2me.essentials.api.Economy.getUserByUUID(Economy.java:112) ~[EssentialsX-2.19.2.jar:?]
  2997. at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:158) ~[EssentialsX-2.19.2.jar:?]
  2998. at com.earth2me.essentials.economy.vault.VaultEconomyProvider.getBalance(VaultEconomyProvider.java:116) ~[EssentialsX-2.19.2.jar:?]
  2999. at com.neutralplasma.holographicPlaceholders.addons.baltop.BalTopAddonV2$1.run(BalTopAddonV2.java:73) ~[HolographicPlaceholders-2.1.2 Stable.jar:?]
  3000. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-388]
  3001. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-388]
  3002. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-388]
  3003. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  3004. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  3005. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  3006. [05:29:56] [Craft Scheduler Thread - 18 - HolographicPlaceholders/INFO]: [Essentials] Found UUID 1f947c1d-a974-321d-83e0-36d34fa02f1a for player worstedsphere, but player already has a UUID (c5b52dcb-69ce-4979-a76a-c2e96d89484c). Not replacing UUID in usermap.
  3007. java.lang.RuntimeException: null
  3008. at com.earth2me.essentials.UserMap.trackUUID(UserMap.java:155) ~[EssentialsX-2.19.2.jar:?]
  3009. at com.earth2me.essentials.UserMap.load(UserMap.java:182) ~[EssentialsX-2.19.2.jar:?]
  3010. at com.earth2me.essentials.UserMap.load(UserMap.java:30) ~[EssentialsX-2.19.2.jar:?]
  3011. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar:?]
  3012. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar:?]
  3013. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar:?]
  3014. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar:?]
  3015. at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar:?]
  3016. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3989) ~[guava-31.0.1-jre.jar:?]
  3017. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4950) ~[guava-31.0.1-jre.jar:?]
  3018. at com.earth2me.essentials.UserMap.getUser(UserMap.java:129) ~[EssentialsX-2.19.2.jar:?]
  3019. at com.earth2me.essentials.Essentials.getUser(Essentials.java:921) ~[EssentialsX-2.19.2.jar:?]
  3020. at com.earth2me.essentials.api.Economy.getUserByUUID(Economy.java:112) ~[EssentialsX-2.19.2.jar:?]
  3021. at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:158) ~[EssentialsX-2.19.2.jar:?]
  3022. at com.earth2me.essentials.economy.vault.VaultEconomyProvider.getBalance(VaultEconomyProvider.java:116) ~[EssentialsX-2.19.2.jar:?]
  3023. at com.neutralplasma.holographicPlaceholders.addons.baltop.BalTopAddonV2$1.run(BalTopAddonV2.java:73) ~[HolographicPlaceholders-2.1.2 Stable.jar:?]
  3024. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-388]
  3025. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-388]
  3026. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-388]
  3027. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  3028. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  3029. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  3030. [05:30:01] [Craft Scheduler Thread - 18 - HolographicPlaceholders/INFO]: [Essentials] Found UUID 37ec3ddb-8101-304d-8a3e-eaf8c90a37fe for player EliteQne, but player already has a UUID (509a9a7e-c942-44bc-aeeb-b9f2177e8e9f). Not replacing UUID in usermap.
  3031. java.lang.RuntimeException: null
  3032. at com.earth2me.essentials.UserMap.trackUUID(UserMap.java:155) ~[EssentialsX-2.19.2.jar:?]
  3033. at com.earth2me.essentials.UserMap.load(UserMap.java:182) ~[EssentialsX-2.19.2.jar:?]
  3034. at com.earth2me.essentials.UserMap.load(UserMap.java:30) ~[EssentialsX-2.19.2.jar:?]
  3035. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar:?]
  3036. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar:?]
  3037. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar:?]
  3038. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar:?]
  3039. at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar:?]
  3040. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3989) ~[guava-31.0.1-jre.jar:?]
  3041. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4950) ~[guava-31.0.1-jre.jar:?]
  3042. at com.earth2me.essentials.UserMap.getUser(UserMap.java:129) ~[EssentialsX-2.19.2.jar:?]
  3043. at com.earth2me.essentials.Essentials.getUser(Essentials.java:921) ~[EssentialsX-2.19.2.jar:?]
  3044. at com.earth2me.essentials.api.Economy.getUserByUUID(Economy.java:112) ~[EssentialsX-2.19.2.jar:?]
  3045. at com.earth2me.essentials.api.Economy.getMoneyExact(Economy.java:158) ~[EssentialsX-2.19.2.jar:?]
  3046. at com.earth2me.essentials.economy.vault.VaultEconomyProvider.getBalance(VaultEconomyProvider.java:116) ~[EssentialsX-2.19.2.jar:?]
  3047. at com.neutralplasma.holographicPlaceholders.addons.baltop.BalTopAddonV2$1.run(BalTopAddonV2.java:73) ~[HolographicPlaceholders-2.1.2 Stable.jar:?]
  3048. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[paper-1.18.2.jar:git-Paper-388]
  3049. at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[paper-1.18.2.jar:git-Paper-388]
  3050. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[paper-1.18.2.jar:git-Paper-388]
  3051. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  3052. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  3053. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  3054.  
Add Comment
Please, Sign In to add comment