worstedsphere

Untitled

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