Advertisement
Guest User

log

a guest
Jun 22nd, 2021
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.59 KB | None | 0 0
  1. [21:49:33] [Server thread/INFO]: Starting minecraft server version 1.15.2
  2. [21:49:33] [Server thread/INFO]: Loading properties
  3. [21:49:34] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-800b93f-8160e29 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
  4. [21:49:34] [Server thread/INFO]: Debug logging is disabled
  5. [21:49:34] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [21:49:34] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [21:49:34] [Server thread/INFO]: Default game type: SURVIVAL
  8. [21:49:34] [Server thread/INFO]: Generating keypair
  9. [21:49:35] [Server thread/INFO]: Starting Minecraft server on *:6215
  10. [21:49:35] [Server thread/INFO]: Using epoll channel type
  11. [21:49:38] [Server thread/ERROR]: Ambiguous plugin name `RealScoreboard' for files `plugins/RealScoreboard (1).jar' and `plugins/RealScoreboard.jar' in `plugins'
  12. [21:49:51] [Server thread/WARN]: Plugin BungeeAliases v1.1.6 does not specify an api-version.
  13. [21:49:51] [Server thread/ERROR]: Could not load 'plugins/BungeeAliases-1.1.6.jar' in folder 'plugins'
  14. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Listener
  15. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139) ~[server.jar:git-Spigot-800b93f-8160e29]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:334) ~[server.jar:git-Spigot-800b93f-8160e29]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:253) [server.jar:git-Spigot-800b93f-8160e29]
  18. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.loadPlugins(CraftServer.java:351) [server.jar:git-Spigot-800b93f-8160e29]
  19. at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:203) [server.jar:git-Spigot-800b93f-8160e29]
  20. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [server.jar:git-Spigot-800b93f-8160e29]
  21. at java.lang.Thread.run(Thread.java:834) [?:?]
  22. Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Listener
  23. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  24. at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
  25. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) ~[?:?]
  26. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:142) ~[server.jar:git-Spigot-800b93f-8160e29]
  27. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[server.jar:git-Spigot-800b93f-8160e29]
  28. at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
  29. at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
  30. at java.lang.Class.forName0(Native Method) ~[?:?]
  31. at java.lang.Class.forName(Class.java:398) ~[?:?]
  32. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:60) ~[server.jar:git-Spigot-800b93f-8160e29]
  33. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-800b93f-8160e29]
  34. ... 6 more
  35. Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Listener
  36. at java.net.URLClassLoader.findClass(URLClassLoader.java:471) ~[?:?]
  37. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:146) ~[server.jar:git-Spigot-800b93f-8160e29]
  38. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[server.jar:git-Spigot-800b93f-8160e29]
  39. at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
  40. at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
  41. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?]
  42. at java.lang.ClassLoader.defineClass(ClassLoader.java:1017) ~[?:?]
  43. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174) ~[?:?]
  44. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:142) ~[server.jar:git-Spigot-800b93f-8160e29]
  45. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[server.jar:git-Spigot-800b93f-8160e29]
  46. at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
  47. at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
  48. at java.lang.Class.forName0(Native Method) ~[?:?]
  49. at java.lang.Class.forName(Class.java:398) ~[?:?]
  50. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:60) ~[server.jar:git-Spigot-800b93f-8160e29]
  51. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-Spigot-800b93f-8160e29]
  52. ... 6 more
  53. [21:49:51] [Server thread/WARN]: Plugin DevHider v0.8 does not specify an api-version.
  54. [21:49:51] [Server thread/WARN]: Plugin Announcer v1.7 does not specify an api-version.
  55. [21:49:51] [Server thread/WARN]: Plugin Multiverse-Core v2.5-b719 does not specify an api-version.
  56. [21:49:53] [Server thread/WARN]: Plugin dynmap v3.1-457 does not specify an api-version.
  57. [21:49:56] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.72
  58. [21:49:56] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.1.0;8e55131
  59. [21:49:58] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2826a1ec]
  60. [21:49:58] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.1.1
  61. [21:49:58] [Server thread/INFO]: [ClearLag] Loading ClearLag v3.2.2
  62. [21:49:58] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.2.2
  63. [21:49:58] [Server thread/INFO]: [DevHider] Loading DevHider v0.8
  64. [21:49:58] [Server thread/INFO]: [Announcer] Loading Announcer v1.7
  65. [21:49:58] [Server thread/INFO]: [ServersNPC] Loading ServersNPC v3.1
  66. [21:49:58] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.2-SNAPSHOT;bf2593e
  67. [21:49:58] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b719
  68. [21:49:58] [Server thread/INFO]: [AdvancedPortals] Loading AdvancedPortals v0.5.12
  69. [21:49:58] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.0.2
  70. [21:49:58] [Server thread/INFO]: [PlaceItemsOnGroundRebuilt] Loading PlaceItemsOnGroundRebuilt v1.0.6
  71. [21:49:58] [Server thread/INFO]: [BackLobby] Loading BackLobby v1.0
  72. [21:49:58] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v3.2.1
  73. [21:49:58] [Server thread/INFO]: [ViaVersion] ViaVersion 3.2.1 is now loaded, injecting!
  74. [21:50:00] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading 1.12 -> 1.13 mappings...
  75. [21:50:01] [Via-Mappingloader-1/INFO]: [ViaVersion] Loading 1.13 -> 1.13.2 mappings...
  76. [21:50:01] [Via-Mappingloader-2/INFO]: [ViaVersion] Loading 1.13.2 -> 1.14 mappings...
  77. [21:50:01] [Via-Mappingloader-3/INFO]: [ViaVersion] Loading 1.14 -> 1.15 mappings...
  78. [21:50:01] [Via-Mappingloader-4/INFO]: [ViaVersion] Loading 1.15 -> 1.16 mappings...
  79. [21:50:02] [Server thread/INFO]: [ServerRestorer] Loading ServerRestorer v1.0.32
  80. [21:50:02] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  81. [21:50:02] [Server thread/INFO]: [dynmap] Loading dynmap v3.1-457
  82. [21:50:02] [Via-Mappingloader-5/INFO]: [ViaVersion] Loading 1.16 -> 1.16.2 mappings...
  83. [21:50:02] [Server thread/INFO]: [dynmap] version=git-Spigot-800b93f-8160e29 (MC: 1.15.2)
  84. [21:50:02] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
  85. [21:50:03] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
  86. [21:50:03] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
  87. [21:50:04] [Server thread/INFO]: [dynmap] Mod Support API available
  88. [21:50:04] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.0
  89. [21:50:04] [Server thread/INFO]: [Towny] Loading Towny v0.96.7.0
  90. [21:50:04] [Server thread/INFO]: [RandomTP] Loading RandomTP v1.0.7.2
  91. [21:50:04] [Server thread/INFO]: [DeadChest] Loading DeadChest v3.5
  92. [21:50:04] [Server thread/INFO]: [RealScoreboard] Loading RealScoreboard v11-4-2021 Build 1
  93. [21:50:04] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v2.2.0
  94. [21:50:04] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.6.0
  95. [21:50:09] [Server thread/INFO]: [TreasureChest] Loading TreasureChest v8.5
  96. [21:50:09] [Server thread/INFO]: [AuctionHouse] Loading AuctionHouse v2.1.12
  97. [21:50:09] [Server thread/INFO]: [TownyChat] Loading TownyChat v0.86
  98. [21:50:09] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP v2.17.2.0
  99. [21:50:09] [Server thread/INFO]: [Shopkeepers] Loading Shopkeepers v2.9.3
  100. [21:50:09] [Server thread/INFO]: [Shopkeepers] Loading config.
  101. [21:50:09] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
  102. [21:50:09] [Server thread/INFO]: [Shopkeepers] Registering defaults.
  103. [21:50:09] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.2.0
  104. [21:50:09] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.0
  105. [21:50:09] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.17.2.0
  106. [21:50:09] [Server thread/INFO]: [TAB] Loading TAB v2.7.4
  107. [21:50:09] [Server thread/INFO]: [SuperVanish] Loading SuperVanish v6.2.0
  108. [21:50:09] [Server thread/INFO]: [Dynmap-Towny] Loading Dynmap-Towny v0.84
  109. [21:50:09] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.0
  110. [21:50:09] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.4.6
  111. [21:50:09] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.72
  112. [21:50:09] [Server thread/INFO]:   __ 
  113. [21:50:09] [Server thread/INFO]:  | |__) LuckPerms v5.0.72
  114. [21:50:09] [Server thread/INFO]:  |___ | Running on Bukkit - CraftBukkit
  115. [21:50:09] [Server thread/INFO]: 
  116. [21:50:09] [Server thread/INFO]: [LuckPerms] Loading configuration...
  117. [21:50:10] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  118. [21:50:12] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  119. [21:50:12] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  120. [21:50:13] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 4257ms)
  121. [21:50:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.1.0;8e55131
  122. [21:50:13] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  123. [21:50:14] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_15_R2 as the Bukkit adapter
  124. [21:50:17] [Server thread/WARN]: [WorldEdit] ====================================================
  125. [21:50:17] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
  126. [21:50:17] [Server thread/WARN]: [WorldEdit] as your server software.
  127. [21:50:17] [Server thread/WARN]: [WorldEdit]
  128. [21:50:17] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
  129. [21:50:17] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
  130. [21:50:17] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
  131. [21:50:17] [Server thread/WARN]: [WorldEdit]
  132. [21:50:17] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
  133. [21:50:17] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
  134. [21:50:17] [Server thread/WARN]: [WorldEdit]
  135. [21:50:17] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
  136. [21:50:17] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
  137. [21:50:17] [Server thread/WARN]: [WorldEdit]
  138. [21:50:17] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
  139. [21:50:17] [Server thread/WARN]: [WorldEdit] ====================================================
  140. [21:50:17] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  141. [21:50:17] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  142. [21:50:17] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  143. [21:50:17] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  144. [21:50:17] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  145. [21:50:17] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  146. [21:50:18] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.6.0
  147. [21:50:18] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  148. [21:50:18] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  149. [21:50:18] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  150. [21:50:18] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  151. [21:50:18] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  152. [21:50:18] [Server thread/INFO]: Preparing level "world"
  153. [21:50:18] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  154. [21:50:35] [Server thread/INFO]: Loaded 6 recipes
  155. [21:50:36] [Server thread/INFO]: -------- World Settings For [world] --------
  156. [21:50:36] [Server thread/INFO]: Experience Merge Radius: 3.0
  157. [21:50:36] [Server thread/INFO]: Mob Spawn Range: 6
  158. [21:50:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  159. [21:50:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  160. [21:50:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  161. [21:50:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  162. [21:50:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  163. [21:50:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  164. [21:50:36] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  165. [21:50:36] [Server thread/INFO]: Carrot Growth Modifier: 100%
  166. [21:50:36] [Server thread/INFO]: Potato Growth Modifier: 100%
  167. [21:50:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  168. [21:50:36] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  169. [21:50:36] [Server thread/INFO]: Vine Growth Modifier: 100%
  170. [21:50:36] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  171. [21:50:36] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  172. [21:50:36] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  173. [21:50:36] [Server thread/INFO]: Kelp Growth Modifier: 100%
  174. [21:50:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  175. [21:50:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  176. [21:50:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  177. [21:50:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  178. [21:50:36] [Server thread/INFO]: Max TNT Explosions: 100
  179. [21:50:36] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  180. [21:50:36] [Server thread/INFO]: View Distance: 10
  181. [21:50:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  182. [21:50:36] [Server thread/INFO]: Item Despawn Rate: 6000
  183. [21:50:36] [Server thread/INFO]: Item Merge Radius: 2.5
  184. [21:50:36] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  185. [21:50:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  186. [21:50:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  187. [21:50:36] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  188. [21:50:37] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  189. [21:50:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  190. [21:50:37] [Server thread/INFO]: Mob Spawn Range: 6
  191. [21:50:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  192. [21:50:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  193. [21:50:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  194. [21:50:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  195. [21:50:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  196. [21:50:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  197. [21:50:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  198. [21:50:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
  199. [21:50:37] [Server thread/INFO]: Potato Growth Modifier: 100%
  200. [21:50:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  201. [21:50:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  202. [21:50:37] [Server thread/INFO]: Vine Growth Modifier: 100%
  203. [21:50:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  204. [21:50:37] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  205. [21:50:37] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  206. [21:50:37] [Server thread/INFO]: Kelp Growth Modifier: 100%
  207. [21:50:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  208. [21:50:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  209. [21:50:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  210. [21:50:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  211. [21:50:37] [Server thread/INFO]: Max TNT Explosions: 100
  212. [21:50:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  213. [21:50:37] [Server thread/INFO]: View Distance: 10
  214. [21:50:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  215. [21:50:37] [Server thread/INFO]: Item Despawn Rate: 6000
  216. [21:50:37] [Server thread/INFO]: Item Merge Radius: 2.5
  217. [21:50:37] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  218. [21:50:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  219. [21:50:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  220. [21:50:37] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  221. [21:50:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  222. [21:50:37] [Server thread/INFO]: Mob Spawn Range: 6
  223. [21:50:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  224. [21:50:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  225. [21:50:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  226. [21:50:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  227. [21:50:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  228. [21:50:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  229. [21:50:37] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  230. [21:50:37] [Server thread/INFO]: Carrot Growth Modifier: 100%
  231. [21:50:37] [Server thread/INFO]: Potato Growth Modifier: 100%
  232. [21:50:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  233. [21:50:37] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  234. [21:50:37] [Server thread/INFO]: Vine Growth Modifier: 100%
  235. [21:50:37] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  236. [21:50:37] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  237. [21:50:37] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  238. [21:50:37] [Server thread/INFO]: Kelp Growth Modifier: 100%
  239. [21:50:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  240. [21:50:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  241. [21:50:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  242. [21:50:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  243. [21:50:37] [Server thread/INFO]: Max TNT Explosions: 100
  244. [21:50:37] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  245. [21:50:37] [Server thread/INFO]: View Distance: 10
  246. [21:50:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  247. [21:50:37] [Server thread/INFO]: Item Despawn Rate: 6000
  248. [21:50:37] [Server thread/INFO]: Item Merge Radius: 2.5
  249. [21:50:37] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  250. [21:50:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  251. [21:50:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  252. [21:50:37] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
  253. [21:50:39] [poi IO worker/WARN]: Chunk [10, 10] is allocated, but stream is missing
  254. [21:50:40] [poi IO worker/WARN]: Chunk [15, 20] is allocated, but stream is missing
  255. [21:50:40] [Server thread/INFO]: Preparing spawn area: 0%
  256. [21:50:40] [Server thread/INFO]: Preparing spawn area: 0%
  257. [21:50:40] [Server thread/INFO]: Preparing spawn area: 0%
  258. [21:50:40] [Server thread/INFO]: Preparing spawn area: 0%
  259. [21:50:40] [Server thread/INFO]: Preparing spawn area: 0%
  260. [21:50:40] [Server thread/INFO]: Preparing spawn area: 0%
  261. [21:50:40] [Server thread/INFO]: Preparing spawn area: 0%
  262. [21:50:41] [Server thread/INFO]: Preparing spawn area: 69%
  263. [21:50:41] [Server thread/INFO]: Time elapsed: 4157 ms
  264. [21:50:41] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
  265. [21:50:43] [Server thread/INFO]: Preparing spawn area: 0%
  266. [21:50:43] [Server thread/INFO]: Preparing spawn area: 0%
  267. [21:50:43] [Server thread/INFO]: Preparing spawn area: 0%
  268. [21:50:43] [Server thread/INFO]: Preparing spawn area: 0%
  269. [21:50:43] [Server thread/INFO]: Preparing spawn area: 0%
  270. [21:50:44] [Server thread/INFO]: Preparing spawn area: 43%
  271. [21:50:44] [Server-Worker-2/INFO]: Preparing spawn area: 96%
  272. [21:50:45] [Server thread/INFO]: Preparing spawn area: 96%
  273. [21:50:45] [Server-Worker-2/INFO]: Preparing spawn area: 96%
  274. [21:50:46] [Server-Worker-3/INFO]: Preparing spawn area: 96%
  275. [21:50:46] [Server thread/INFO]: Time elapsed: 4975 ms
  276. [21:50:46] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
  277. [21:50:47] [Server thread/INFO]: Preparing spawn area: 0%
  278. [21:50:47] [Server thread/INFO]: Preparing spawn area: 0%
  279. [21:50:47] [Server thread/INFO]: Preparing spawn area: 0%
  280. [21:50:48] [Server thread/INFO]: Time elapsed: 1351 ms
  281. [21:50:48] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.1.1
  282. [21:50:48] [Server thread/INFO]: [ClearLag] Enabling ClearLag v3.2.2
  283. [21:50:48] [Server thread/INFO]: [ClearLag] Using version-adapter: LatestVersionAdapter
  284. [21:50:48] [Server thread/INFO]: [ClearLag] Loading modules...
  285. [21:50:48] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  286. [21:50:48] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  287. [21:50:48] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  288. [21:50:48] [Thread-15/INFO]: [ClearLag] Checking for updates compatible with your bukkit version [1.15]...
  289. [21:50:48] [Server thread/INFO]: [PlugMan] Enabling PlugMan v2.2.2
  290. [21:50:48] [Server thread/INFO]: [DevHider] Enabling DevHider v0.8
  291. [21:50:48] [Server thread/INFO]: 
  292. [21:50:48] [Server thread/INFO]: DevHider enabled! Coded by DevAnonymous | version 0.8
  293. [21:50:48] [Server thread/INFO]: 
  294. [21:50:48] [Server thread/INFO]: [Announcer] Enabling Announcer v1.7
  295. [21:50:48] [Thread-16/WARN]: [Announcer] Could not reach BukkitDev file stream for update checking. Is dev.bukkit.org offline?
  296. [21:50:48] [Server thread/INFO]: Announcer v1.7 is enabled!
  297.  
  298. [21:50:48] [Server thread/INFO]: [ServersNPC] Enabling ServersNPC v3.1
  299. [21:50:48] [Server thread/WARN]: Skipping cache for CONSTRUCTOR net.minecraft.server.v1_15_R1.PlayerInteractManager
  300. [21:50:48] [Server thread/WARN]: Skipping cache for CONSTRUCTOR net.minecraft.server.v1_15_R1.PacketPlayOutEntityEquipment
  301. [21:50:48] [Server thread/WARN]: Skipping cache for CONSTRUCTOR net.minecraft.server.v1_15_R1.PacketPlayOutEntityEquipment
  302. [21:50:48] [Server thread/WARN]: Skipping cache for METHOD setCustomName
  303. [21:50:48] [Server thread/WARN]: Skipping cache for METHOD watch
  304. [21:50:48] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.2-SNAPSHOT;bf2593e
  305. [21:50:49] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  306. [21:50:49] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  307. [21:50:49] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
  308. [21:50:49] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  309. [21:50:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  310. [21:50:49] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  311. [21:50:49] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  312. [21:50:49] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
  313. [21:50:49] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  314. [21:50:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  315. [21:50:49] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  316. [21:50:49] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  317. [21:50:49] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
  318. [21:50:49] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  319. [21:50:49] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  320. [21:50:49] [Server thread/INFO]: [WorldGuard] Loading region data...
  321. [21:50:49] [Thread-15/INFO]: [ClearLag] No updates found!
  322. [21:50:50] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b719
  323. [21:50:50] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v2.5-b719" 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 [Rigby, fernferret, lithium3141, main--].
  324. [21:50:50] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  325. [21:50:50] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  326. [21:50:50] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  327. [21:50:50] [Server thread/WARN]: [Multiverse-Core] Exception while loading value for environment
  328. [21:50:50] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: veglegess
  329. [21:50:50] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  330. [21:50:50] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: spawn2
  331. [21:50:50] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  332. [21:50:50] [Server thread/INFO]: -------- World Settings For [flatrom] --------
  333. [21:50:50] [Server thread/INFO]: Experience Merge Radius: 3.0
  334. [21:50:50] [Server thread/INFO]: Mob Spawn Range: 6
  335. [21:50:50] [Server thread/INFO]: Cactus Growth Modifier: 100%
  336. [21:50:50] [Server thread/INFO]: Cane Growth Modifier: 100%
  337. [21:50:50] [Server thread/INFO]: Melon Growth Modifier: 100%
  338. [21:50:50] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  339. [21:50:50] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  340. [21:50:50] [Server thread/INFO]: Sapling Growth Modifier: 100%
  341. [21:50:50] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  342. [21:50:50] [Server thread/INFO]: Carrot Growth Modifier: 100%
  343. [21:50:50] [Server thread/INFO]: Potato Growth Modifier: 100%
  344. [21:50:50] [Server thread/INFO]: Wheat Growth Modifier: 100%
  345. [21:50:50] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  346. [21:50:50] [Server thread/INFO]: Vine Growth Modifier: 100%
  347. [21:50:50] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  348. [21:50:50] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  349. [21:50:50] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  350. [21:50:50] [Server thread/INFO]: Kelp Growth Modifier: 100%
  351. [21:50:50] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  352. [21:50:50] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  353. [21:50:50] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  354. [21:50:50] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  355. [21:50:50] [Server thread/INFO]: Max TNT Explosions: 100
  356. [21:50:50] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  357. [21:50:50] [Server thread/INFO]: View Distance: 10
  358. [21:50:50] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  359. [21:50:50] [Server thread/INFO]: Item Despawn Rate: 6000
  360. [21:50:50] [Server thread/INFO]: Item Merge Radius: 2.5
  361. [21:50:50] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  362. [21:50:50] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  363. [21:50:50] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  364. [21:50:50] [Server thread/INFO]: Preparing start region for dimension 'flatrom'/minecraft:overworld
  365. [21:50:51] [Server thread/INFO]: Preparing spawn area: 0%
  366. [21:50:51] [Server thread/INFO]: Preparing spawn area: 0%
  367. [21:50:51] [Server thread/INFO]: Time elapsed: 1054 ms
  368. [21:50:51] [Server thread/INFO]: [WorldGuard] (flatrom) TNT ignition is PERMITTED.
  369. [21:50:51] [Server thread/INFO]: [WorldGuard] (flatrom) Lighters are PERMITTED.
  370. [21:50:51] [Server thread/INFO]: [WorldGuard] (flatrom) Lava fire is PERMITTED.
  371. [21:50:51] [Server thread/INFO]: [WorldGuard] (flatrom) Fire spread is UNRESTRICTED.
  372. [21:50:51] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'flatrom'
  373. [21:50:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: flatroom
  374. [21:50:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  375. [21:50:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: survival
  376. [21:50:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  377. [21:50:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: spawn(vegleges)
  378. [21:50:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  379. [21:50:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: sasd
  380. [21:50:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  381. [21:50:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: spawn4
  382. [21:50:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  383. [21:50:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: spawn3
  384. [21:50:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  385. [21:50:51] [Server thread/INFO]: Could not set generator for world 'IridiumSkyblock': Plugin 'IridiumSkyblock' does not exist
  386. [21:50:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: IridiumSkyblock
  387. [21:50:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  388. [21:50:51] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: surv
  389. [21:50:51] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  390. [21:50:51] [Server thread/INFO]: -------- World Settings For [Vadon] --------
  391. [21:50:51] [Server thread/INFO]: Experience Merge Radius: 3.0
  392. [21:50:51] [Server thread/INFO]: Mob Spawn Range: 6
  393. [21:50:51] [Server thread/INFO]: Cactus Growth Modifier: 100%
  394. [21:50:51] [Server thread/INFO]: Cane Growth Modifier: 100%
  395. [21:50:51] [Server thread/INFO]: Melon Growth Modifier: 100%
  396. [21:50:51] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  397. [21:50:51] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  398. [21:50:51] [Server thread/INFO]: Sapling Growth Modifier: 100%
  399. [21:50:51] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  400. [21:50:51] [Server thread/INFO]: Carrot Growth Modifier: 100%
  401. [21:50:51] [Server thread/INFO]: Potato Growth Modifier: 100%
  402. [21:50:51] [Server thread/INFO]: Wheat Growth Modifier: 100%
  403. [21:50:51] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  404. [21:50:51] [Server thread/INFO]: Vine Growth Modifier: 100%
  405. [21:50:51] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  406. [21:50:51] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  407. [21:50:51] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  408. [21:50:51] [Server thread/INFO]: Kelp Growth Modifier: 100%
  409. [21:50:51] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  410. [21:50:51] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  411. [21:50:51] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  412. [21:50:51] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  413. [21:50:51] [Server thread/INFO]: Max TNT Explosions: 100
  414. [21:50:51] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  415. [21:50:51] [Server thread/INFO]: View Distance: 10
  416. [21:50:51] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  417. [21:50:51] [Server thread/INFO]: Item Despawn Rate: 6000
  418. [21:50:51] [Server thread/INFO]: Item Merge Radius: 2.5
  419. [21:50:51] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  420. [21:50:51] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  421. [21:50:51] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  422. [21:50:51] [Server thread/INFO]: Preparing start region for dimension 'Vadon'/minecraft:overworld
  423. [21:50:53] [Server thread/INFO]: Preparing spawn area: 0%
  424. [21:50:53] [Server thread/INFO]: Preparing spawn area: 0%
  425. [21:50:53] [Server thread/INFO]: Preparing spawn area: 0%
  426. [21:50:53] [Server thread/INFO]: Preparing spawn area: 0%
  427. [21:50:53] [Server thread/INFO]: Time elapsed: 2088 ms
  428. [21:50:53] [Server thread/INFO]: [WorldGuard] (Vadon) TNT ignition is PERMITTED.
  429. [21:50:53] [Server thread/INFO]: [WorldGuard] (Vadon) Lighters are PERMITTED.
  430. [21:50:53] [Server thread/INFO]: [WorldGuard] (Vadon) Lava fire is PERMITTED.
  431. [21:50:53] [Server thread/INFO]: [WorldGuard] (Vadon) Fire spread is UNRESTRICTED.
  432. [21:50:53] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Vadon'
  433. [21:50:53] [Server thread/INFO]: -------- World Settings For [epites] --------
  434. [21:50:53] [Server thread/INFO]: Experience Merge Radius: 3.0
  435. [21:50:53] [Server thread/INFO]: Mob Spawn Range: 6
  436. [21:50:53] [Server thread/INFO]: Cactus Growth Modifier: 100%
  437. [21:50:53] [Server thread/INFO]: Cane Growth Modifier: 100%
  438. [21:50:53] [Server thread/INFO]: Melon Growth Modifier: 100%
  439. [21:50:53] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  440. [21:50:53] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  441. [21:50:53] [Server thread/INFO]: Sapling Growth Modifier: 100%
  442. [21:50:53] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  443. [21:50:53] [Server thread/INFO]: Carrot Growth Modifier: 100%
  444. [21:50:53] [Server thread/INFO]: Potato Growth Modifier: 100%
  445. [21:50:53] [Server thread/INFO]: Wheat Growth Modifier: 100%
  446. [21:50:53] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  447. [21:50:53] [Server thread/INFO]: Vine Growth Modifier: 100%
  448. [21:50:53] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  449. [21:50:53] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  450. [21:50:53] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  451. [21:50:53] [Server thread/INFO]: Kelp Growth Modifier: 100%
  452. [21:50:53] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  453. [21:50:53] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  454. [21:50:53] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  455. [21:50:53] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  456. [21:50:53] [Server thread/INFO]: Max TNT Explosions: 100
  457. [21:50:53] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  458. [21:50:53] [Server thread/INFO]: View Distance: 10
  459. [21:50:53] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  460. [21:50:53] [Server thread/INFO]: Item Despawn Rate: 6000
  461. [21:50:53] [Server thread/INFO]: Item Merge Radius: 2.5
  462. [21:50:53] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  463. [21:50:53] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  464. [21:50:53] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  465. [21:50:53] [Server thread/INFO]: Preparing start region for dimension 'epites'/minecraft:overworld
  466. [21:50:55] [Server thread/INFO]: Preparing spawn area: 0%
  467. [21:50:55] [Server thread/INFO]: Preparing spawn area: 0%
  468. [21:50:55] [Server thread/INFO]: Preparing spawn area: 0%
  469. [21:50:55] [Server thread/INFO]: Preparing spawn area: 4%
  470. [21:51:00] [Server-Worker-1/INFO]: Preparing spawn area: 83%
  471. [21:51:00] [Server-Worker-1/INFO]: Preparing spawn area: 83%
  472. [21:51:00] [Server-Worker-1/INFO]: Preparing spawn area: 83%
  473. [21:51:00] [Server-Worker-3/INFO]: Preparing spawn area: 83%
  474. [21:51:00] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  475. [21:51:00] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  476. [21:51:00] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  477. [21:51:00] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  478. [21:51:00] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  479. [21:51:00] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  480. [21:51:00] [Server-Worker-1/INFO]: Preparing spawn area: 83%
  481. [21:51:01] [Server-Worker-1/INFO]: Preparing spawn area: 83%
  482. [21:51:01] [Server-Worker-3/INFO]: Preparing spawn area: 83%
  483. [21:51:02] [Server-Worker-3/INFO]: Preparing spawn area: 83%
  484. [21:51:02] [Server-Worker-3/INFO]: Preparing spawn area: 83%
  485. [21:51:03] [Server-Worker-2/INFO]: Preparing spawn area: 83%
  486. [21:51:03] [Server-Worker-2/INFO]: Preparing spawn area: 84%
  487. [21:51:04] [Server thread/INFO]: Preparing spawn area: 85%
  488. [21:51:04] [Server-Worker-1/INFO]: Preparing spawn area: 88%
  489. [21:51:05] [Server-Worker-1/INFO]: Preparing spawn area: 90%
  490. [21:51:05] [Server-Worker-1/INFO]: Preparing spawn area: 93%
  491. [21:51:06] [Server-Worker-2/INFO]: Preparing spawn area: 96%
  492. [21:51:06] [Server thread/INFO]: Time elapsed: 12854 ms
  493. [21:51:06] [Server thread/INFO]: [WorldGuard] (epites) TNT ignition is PERMITTED.
  494. [21:51:06] [Server thread/INFO]: [WorldGuard] (epites) Lighters are PERMITTED.
  495. [21:51:06] [Server thread/INFO]: [WorldGuard] (epites) Lava fire is PERMITTED.
  496. [21:51:06] [Server thread/INFO]: [WorldGuard] (epites) Fire spread is UNRESTRICTED.
  497. [21:51:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'epites'
  498. [21:51:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: spawn
  499. [21:51:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  500. [21:51:06] [Server thread/WARN]: java.lang.NullPointerException
  501. [21:51:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.createWorld(CraftServer.java:955)
  502. [21:51:06] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:458)
  503. [21:51:06] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:320)
  504. [21:51:06] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
  505. [21:51:06] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
  506. [21:51:06] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
  507. [21:51:06] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
  508. [21:51:06] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:309)
  509. [21:51:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  510. [21:51:06] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
  511. [21:51:06] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
  512. [21:51:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462)
  513. [21:51:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376)
  514. [21:51:06] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:457)
  515. [21:51:06] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:267)
  516. [21:51:06] [Server thread/WARN]: at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784)
  517. [21:51:06] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:834)
  518. [21:51:06] [Server thread/ERROR]: [Multiverse-Core] The world 'lobby' could NOT be loaded because it contains errors and is probably corrupt!
  519. [21:51:06] [Server thread/ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'lobby'
  520. [21:51:06] [Server thread/ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer
  521. [21:51:06] [Server thread/INFO]: Could not set generator for world 'IridiumSkyblock_nether': Plugin 'IridiumSkyblock' does not exist
  522. [21:51:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: IridiumSkyblock_nether
  523. [21:51:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  524. [21:51:06] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: fa
  525. [21:51:06] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
  526. [21:51:06] [Server thread/INFO]: -------- World Settings For [Spawn] --------
  527. [21:51:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  528. [21:51:06] [Server thread/INFO]: Mob Spawn Range: 6
  529. [21:51:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  530. [21:51:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  531. [21:51:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  532. [21:51:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  533. [21:51:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  534. [21:51:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  535. [21:51:06] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  536. [21:51:06] [Server thread/INFO]: Carrot Growth Modifier: 100%
  537. [21:51:06] [Server thread/INFO]: Potato Growth Modifier: 100%
  538. [21:51:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  539. [21:51:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  540. [21:51:06] [Server thread/INFO]: Vine Growth Modifier: 100%
  541. [21:51:06] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  542. [21:51:06] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  543. [21:51:06] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  544. [21:51:06] [Server thread/INFO]: Kelp Growth Modifier: 100%
  545. [21:51:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  546. [21:51:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  547. [21:51:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  548. [21:51:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  549. [21:51:06] [Server thread/INFO]: Max TNT Explosions: 100
  550. [21:51:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  551. [21:51:06] [Server thread/INFO]: View Distance: 10
  552. [21:51:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  553. [21:51:06] [Server thread/INFO]: Item Despawn Rate: 6000
  554. [21:51:06] [Server thread/INFO]: Item Merge Radius: 2.5
  555. [21:51:06] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  556. [21:51:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  557. [21:51:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  558. [21:51:06] [Server thread/INFO]: Preparing start region for dimension 'Spawn'/minecraft:overworld
  559. [21:51:08] [Server thread/INFO]: Preparing spawn area: 0%
  560. [21:51:08] [Server thread/INFO]: Preparing spawn area: 0%
  561. [21:51:08] [Server thread/INFO]: Preparing spawn area: 0%
  562. [21:51:08] [Server thread/INFO]: Preparing spawn area: 0%
  563. [21:51:08] [Server thread/INFO]: Time elapsed: 2077 ms
  564. [21:51:08] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
  565. [21:51:08] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
  566. [21:51:08] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is PERMITTED.
  567. [21:51:08] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
  568. [21:51:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
  569. [21:51:09] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
  570. [21:51:09] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b719 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  571. [21:51:09] [Server thread/INFO]: [AdvancedPortals] Enabling AdvancedPortals v0.5.12
  572. [21:51:09] [Server thread/INFO]: [AdvancedPortals] BLOCK_PORTAL_TRAVEL found
  573. [21:51:09] [Server thread/WARN]: [AdvancedPortals] Advanced bungee features disabled for Advanced Portals as bungee isn't enabled on the server (spigot.yml)
  574. [21:51:09] [Server thread/INFO]: Advanced portals have been successfully enabled!
  575. [21:51:09] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.0.2
  576. [21:51:10] [Server thread/INFO]: [SkinsRestorer] [!] WARNING [!]
  577. [SkinsRestorer] Below message about "Illegal reflective access" can be IGNORED, we will fix this in a later release!
  578. [21:51:10] [Server thread/INFO]: [SkinsRestorer] Unsupported plugin (ViaVersion or ProtocolSupport) detected, forcing OldSkinRefresher
  579. [21:51:10] [Server thread/INFO]: ?e[?2SkinsRestorer?e] ?r[SkinsRestorer] Using SpigotSkinRefresher
  580. [21:51:10] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_15_R1, using UniversalSkinFactory.
  581. [21:51:12] [Server thread/INFO]: [PlaceItemsOnGroundRebuilt] Enabling PlaceItemsOnGroundRebuilt v1.0.6
  582. [21:51:12] [Server thread/INFO]: [BackLobby] Enabling BackLobby v1.0
  583. [21:51:12] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v3.2.1
  584. [21:51:12] [Server thread/INFO]: [ServerRestorer] Enabling ServerRestorer v1.0.32
  585. [21:51:12] [Server thread/INFO]: [dynmap] Enabling dynmap v3.1-457
  586. [21:51:12] [Server thread/INFO]: [dynmap] Using LuckPerms 5.0.72 for access control
  587. [21:51:13] [Server thread/INFO]: [dynmap] Mod Support processing completed
  588. [21:51:14] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
  589. [21:51:14] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  590. [21:51:14] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
  591. [21:51:14] [Server thread/INFO]: [dynmap] Starting enter/exit processing
  592. [21:51:14] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
  593. [21:51:15] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
  594. [21:51:15] [Server thread/INFO]: [dynmap] version 3.1-457 is enabled - core version 3.1-457
  595. [21:51:15] [Server thread/INFO]: [dynmap] For support, visit https://reddit.com/r/Dynmap or our Discord at https://discord.gg/s3rd5qn
  596. [21:51:15] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
  597. [21:51:15] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
  598. [21:51:15] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
  599. [21:51:15] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  600. [21:51:15] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  601. [21:51:15] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'flatrom'.
  602. [21:51:15] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Vadon'.
  603. [21:51:16] [Server thread/INFO]: [dynmap] Loaded 37 pending tile renders for world 'Vadon'
  604. [21:51:16] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'epites'.
  605. [21:51:16] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Spawn'.
  606. [21:51:16] [Server thread/INFO]: [dynmap] Enabled
  607. [21:51:16] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.0
  608. [21:51:16] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  609. [21:51:16] [Server thread/INFO]: No kits found to migrate.
  610. [21:51:16] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  611. [21:51:16] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  612. [21:51:16] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  613. [21:51:17] [Server thread/INFO]: Loaded 21018 items from items.json.
  614. [21:51:17] [Server thread/INFO]: Using locale hu
  615. [21:51:17] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  616. [21:51:17] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  617. [21:51:17] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
  618. [21:51:17] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  619. [21:51:17] [Server thread/INFO]: [Towny] Enabling Towny v0.96.7.0
  620. [21:51:17] [Server thread/INFO]: ==================== Towny ========================
  621. [21:51:17] [Server thread/INFO]: [Towny] Lang: english.yml v0.97 loaded.
  622. [21:51:17] [Server thread/INFO]: [Towny] Database: [Load] flatfile [Save] flatfile
  623. [21:51:17] [Server thread/INFO]: [Towny] Database: Loaded in 266ms.
  624. [21:51:17] [Server thread/INFO]: [Towny] Database: 100% of residents have stored UUIDs.
  625. [21:51:17] [Server thread/INFO]: [Towny] Searching for third-party plugins...
  626. [21:51:17] [Server thread/INFO]: [Towny] Plugins found:
  627. Permissions: TownyPerms, LuckPerms 5.0.72 via Vault
  628. Economy: Essentials Economy via Vault
  629. [21:51:17] [Server thread/INFO]: Add-ons: TownyChat v0.86
  630. [21:51:17] [Server thread/INFO]: [Towny] Warning: Essentials Economy has been known to reset
  631. town and nation bank accounts to their default amount.
  632. The authors of Essentials recommend using another
  633. economy plugin until they have fixed this bug.
  634. [21:51:17] [Server thread/INFO]: [Towny] Time until a New Day: 14 hours, 8 minutes, 43 seconds
  635. [21:51:17] [ForkJoinPool.commonPool-worker-3/INFO]: [Towny] Cleaning up old backups...
  636. [21:51:17] [ForkJoinPool.commonPool-worker-3/INFO]: [Towny] Successfully cleaned backups.
  637. [21:51:17] [ForkJoinPool.commonPool-worker-3/INFO]: [Towny] Making backup...
  638. [21:51:17] [ForkJoinPool.commonPool-worker-3/INFO]: [Towny] Towny flatfiles and settings successfully backed up.
  639. [21:51:18] [Server thread/INFO]: =============================================================
  640. [21:51:18] [Server thread/INFO]: [Towny] Version: 0.96.7.0 - Plugin Enabled
  641. [21:51:18] [Server thread/INFO]: =============================================================
  642. [21:51:18] [Server thread/INFO]: [RandomTP] Enabling RandomTP v1.0.7.2
  643. [21:51:18] [Server thread/INFO]: [RandomTP] Linked with WorldGuard
  644. [21:51:18] [Server thread/INFO]: [RandomTP] Linked with Towny
  645. [21:51:18] [Server thread/INFO]: [RandomTP] The plugin has been sucessfully enabled!
  646. [21:51:18] [Server thread/INFO]: [DeadChest] Enabling DeadChest v3.5
  647. [21:51:19] [Server thread/INFO]: [RealScoreboard] Enabling RealScoreboard v11-4-2021 Build 1
  648. [21:51:19] [Server thread/INFO]: [RealScoreboard] ------------------- RealScoreboard 11-4-2021 Build 1 -------------------
  649. [21:51:19] [Server thread/WARN]: [RealScoreboard] PlaceholderAPI is not installed on the server.
  650. [21:51:19] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  651. [21:51:19] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
  652. [21:51:19] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  653. [21:51:19] [Server thread/INFO]: [RealScoreboard] Your config version is: 8
  654. [21:51:19] [Server thread/INFO]: [RealScoreboard] Your config file is updated to the latest version.
  655. [21:51:19] [Server thread/INFO]: [RealScoreboard] Finished loading RealScoreboard.
  656. [21:51:19] [Server thread/INFO]: [RealScoreboard] Server version: v1_15_R1 | Plugin Version: 11-4-2021 Build 1
  657. [21:51:19] [Server thread/INFO]: [RealScoreboard] ------------------- RealScoreboard 11-4-2021 Build 1 -------------------
  658. [21:51:19] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.2.0
  659. [21:51:19] [Server thread/INFO]: [CommandSigns] Plugin vault detected
  660. [21:51:19] [Server thread/INFO]: [CommandSigns] Vault economy [Essentials Economy] linked with command signs !
  661. [21:51:19] [Server thread/WARN]: [CommandSigns] Some command signs were not loaded because their location is not valid: 8,9
  662. [21:51:19] [Server thread/WARN]: [CommandSigns] Some command signs were not loaded because their world could not be found: 2,4
  663. [21:51:19] [Server thread/INFO]: [CommandSigns] If this plugin is useful to you, you can make a donation at: https://www.paypal.me/nokorbis
  664. [21:51:19] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.5
  665. [21:51:19] [Server thread/INFO]: [AuctionHouse] Enabling AuctionHouse v2.1.12
  666. [21:51:19] [Server thread/INFO]: [AuctionHouse] Found locale file en_us.json
  667. [21:51:19] [Server thread/WARN]: [AuctionHouse] A backup of the database has been saved with .backup extension.
  668. [21:51:19] [Server thread/INFO]: [AuctionHouse] Using NMS version v1_15_R1
  669. [21:51:20] [Server thread/INFO]: [AuctionHouse] Using en_us locale
  670. [21:51:20] [Server thread/INFO]: [AuctionHouse] Loaded 11 listings
  671. [21:51:20] [Server thread/INFO]: [TownyChat] Enabling TownyChat v0.86
  672. [21:51:20] [Server thread/ERROR]: [TownyChat] Failed to load ChatConfig!
  673. [21:51:20] [Server thread/ERROR]: [TownyChat] Please check that the file passes a YAML Parser test:
  674. [21:51:20] [Server thread/ERROR]: [TownyChat] Online YAML Parser: https://yaml-online-parser.appspot.com/
  675. [21:51:20] [Server thread/INFO]: [TownyChat] Default Channel set to general
  676. [21:51:20] [Server thread/INFO]: [TownyChat] Towny version 0.96.7.0 found.
  677. [21:51:20] [Server thread/ERROR]: [TownyChat] Could not schedule onLoadedTask.
  678. [21:51:20] [Server thread/ERROR]: [TownyChat] Disabling TownyChat...
  679. [21:51:20] [Server thread/INFO]: [TownyChat] Disabling TownyChat v0.86
  680. [21:51:20] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP v2.17.2.0
  681. [21:51:20] [Server thread/WARN]: config broken for xmpp
  682. [21:51:20] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.9.3
  683. [21:51:20] [Server thread/INFO]: [Shopkeepers] Loading data of 10 shopkeepers..
  684. [21:51:20] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.2.0
  685. [21:51:20] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
  686. [21:51:21] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.0
  687. [21:51:21] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.17.2.0
  688. [21:51:21] [Server thread/WARN]: Missing translation key "geoIpLicenseMissing" in translation file hu
  689. java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key geoIpLicenseMissing
  690. at java.util.ResourceBundle.getObject(ResourceBundle.java:564) ~[?:?]
  691. at java.util.ResourceBundle.getObject(ResourceBundle.java:558) ~[?:?]
  692. at java.util.ResourceBundle.getString(ResourceBundle.java:521) ~[?:?]
  693. at com.earth2me.essentials.I18n.translate(I18n.java:64) [EssentialsX-2.17.2.0.jar:?]
  694. at com.earth2me.essentials.I18n.tl(I18n.java:77) [EssentialsX-2.17.2.0.jar:?]
  695. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.downloadDatabase(EssentialsGeoIPPlayerListener.java:181) [EssentialsXGeoIP-2.17.2.0.jar:?]
  696. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:141) [EssentialsXGeoIP-2.17.2.0.jar:?]
  697. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:43) [EssentialsXGeoIP-2.17.2.0.jar:?]
  698. at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:31) [EssentialsXGeoIP-2.17.2.0.jar:?]
  699. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [server.jar:git-Spigot-800b93f-8160e29]
  700. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [server.jar:git-Spigot-800b93f-8160e29]
  701. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [server.jar:git-Spigot-800b93f-8160e29]
  702. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [server.jar:git-Spigot-800b93f-8160e29]
  703. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [server.jar:git-Spigot-800b93f-8160e29]
  704. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:457) [server.jar:git-Spigot-800b93f-8160e29]
  705. at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:267) [server.jar:git-Spigot-800b93f-8160e29]
  706. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [server.jar:git-Spigot-800b93f-8160e29]
  707. at java.lang.Thread.run(Thread.java:834) [?:?]
  708. [21:51:21] [Server thread/ERROR]: No license key found! Please visit https://essentialsx.cf/geoip for first time setup instructions.
  709. [21:51:21] [Server thread/ERROR]: Nem tudom beolvasni a GeoIP adatb?zist!
  710. java.io.FileNotFoundException: plugins/EssentialsGeoIP/GeoIP2-Country.mmdb (No such file or directory)
  711. at java.io.RandomAccessFile.open0(Native Method) ~[?:?]
  712. at java.io.RandomAccessFile.open(RandomAccessFile.java:345) ~[?:?]
  713. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:259) ~[?:?]
  714. at java.io.RandomAccessFile.<init>(RandomAccessFile.java:214) ~[?:?]
  715. at com.maxmind.db.BufferHolder.<init>(BufferHolder.java:19) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
  716. at com.maxmind.db.Reader.<init>(Reader.java:116) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
  717. at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:66) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
  718. at com.maxmind.geoip2.DatabaseReader.<init>(DatabaseReader.java:54) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
  719. at com.maxmind.geoip2.DatabaseReader$Builder.build(DatabaseReader.java:160) ~[EssentialsXGeoIP-2.17.2.0.jar:?]
  720. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:158) [EssentialsXGeoIP-2.17.2.0.jar:?]
  721. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:43) [EssentialsXGeoIP-2.17.2.0.jar:?]
  722. at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:31) [EssentialsXGeoIP-2.17.2.0.jar:?]
  723. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [server.jar:git-Spigot-800b93f-8160e29]
  724. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [server.jar:git-Spigot-800b93f-8160e29]
  725. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [server.jar:git-Spigot-800b93f-8160e29]
  726. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [server.jar:git-Spigot-800b93f-8160e29]
  727. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [server.jar:git-Spigot-800b93f-8160e29]
  728. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:457) [server.jar:git-Spigot-800b93f-8160e29]
  729. at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:267) [server.jar:git-Spigot-800b93f-8160e29]
  730. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [server.jar:git-Spigot-800b93f-8160e29]
  731. at java.lang.Thread.run(Thread.java:834) [?:?]
  732. [21:51:21] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
  733. [21:51:21] [Server thread/INFO]: [TAB] Enabling TAB v2.7.4
  734. [21:51:21] [Server thread/INFO]: [TAB] Server version: 1.15.2 (v1_15_R1)
  735. [21:51:21] [Server thread/INFO]: [TAB] File plugins/TAB/errors.txt exists and is not empty. Please take a look at the errors and try to correct them. You can also join our discord for assistance. After you resolve them, delete the file.
  736. [21:51:21] [Server thread/INFO]: [TAB] Both unlimited nametag mode and belowname features are enabled, this will result in the worst combination: belowname objective not appearing on players, only NPCs. Check wiki for more info.
  737. [21:51:21] [Server thread/INFO]: [TAB] There were 2 startup warnings.
  738. [21:51:21] [Server thread/INFO]: [TAB] Enabled in 188ms
  739. [21:51:21] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.0
  740. [21:51:21] [Server thread/INFO]: [SuperVanish] Hooked into dynmap
  741. [21:51:21] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
  742. [21:51:21] [Server thread/INFO]: [Dynmap-Towny] Enabling Dynmap-Towny v0.84
  743. [21:51:21] [Server thread/INFO]: [Dynmap-Towny] initializing
  744. [21:51:21] [Server thread/ERROR]: Error occurred while enabling Dynmap-Towny v0.84 (Is it up to date?)
  745. java.lang.NoClassDefFoundError: com/palmergames/bukkit/TownyChat/Chat
  746. at org.dynmap.towny.DynmapTownyPlugin.onEnable(DynmapTownyPlugin.java:977) ~[?:?]
  747. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[server.jar:git-Spigot-800b93f-8160e29]
  748. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352) [server.jar:git-Spigot-800b93f-8160e29]
  749. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [server.jar:git-Spigot-800b93f-8160e29]
  750. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:462) [server.jar:git-Spigot-800b93f-8160e29]
  751. at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:376) [server.jar:git-Spigot-800b93f-8160e29]
  752. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:457) [server.jar:git-Spigot-800b93f-8160e29]
  753. at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:267) [server.jar:git-Spigot-800b93f-8160e29]
  754. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:784) [server.jar:git-Spigot-800b93f-8160e29]
  755. at java.lang.Thread.run(Thread.java:834) [?:?]
  756. Caused by: java.lang.ClassNotFoundException: com.palmergames.bukkit.TownyChat.Chat
  757. at java.net.URLClassLoader.findClass(URLClassLoader.java:471) ~[?:?]
  758. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:146) ~[server.jar:git-Spigot-800b93f-8160e29]
  759. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:92) ~[server.jar:git-Spigot-800b93f-8160e29]
  760. at java.lang.ClassLoader.loadClass(ClassLoader.java:589) ~[?:?]
  761. at java.lang.ClassLoader.loadClass(ClassLoader.java:522) ~[?:?]
  762. ... 10 more
  763. [21:51:21] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.0
  764. [21:51:21] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.4.6
  765. [21:51:21] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  766. [21:51:21] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  767. [21:51:23] [Server thread/INFO]: Done (64.665s)! For help, type "help"
  768. [21:51:23] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.15.2(578)
  769. [21:51:23] [Craft Scheduler Thread - 4/INFO]: [PlaceItemsOnGroundRebuilt] No updates found!
  770. [21:51:23] [Server thread/INFO]: [AuctionHouse] Registered Service Provider Vault for Vault's Economy API
  771. [21:51:23] [Server thread/INFO]: [AuctionHouse] Registered Service Provider LuckPerms for Vault's Chat API
  772. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer] ----------------------------------------------
  773. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer]  +===============+
  774. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer]  | SkinsRestorer |
  775. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer]  |---------------|
  776. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer]  | Bukkit only |
  777. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer]  +===============+
  778. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer] ----------------------------------------------
  779. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer]  Current version: 14.0.2
  780. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer]  This is the latest version!
  781. [21:51:23] [Craft Scheduler Thread - 2/INFO]: [SkinsRestorer] ----------------------------------------------
  782. [21:51:23] [Craft Scheduler Thread - 3/INFO]: [RealScoreboard] There is a new update available!
  783. [21:51:24] [User Authenticator #1/INFO]: UUID of player Hitherteki is 86b7e25b-018d-34b9-8617-99ecd42b160b
  784. [21:51:24] [Server thread/INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor!
  785. [21:51:24] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
  786. [21:51:24] [Server thread/WARN]: [ViaVersion] There is a newer version available: 4.0.0, you're on: 3.2.1
  787. [21:51:24] [Server thread/INFO]: [SuperVanish] Your current version of SuperVanish is outdated - New version: '6.2.6'; Currently: '6.2.0'
  788. [21:51:24] [Server thread/INFO]: com.mojang.authlib.GameProfile@79003842[id=86b7e25b-018d-34b9-8617-99ecd42b160b,name=Hitherteki,properties={},legacy=false] (/127.0.0.1:39535) lost connection: Disconnected
  789. [21:51:24] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
  790. [21:51:24] [Craft Scheduler Thread - 4/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.7.2
  791. [21:51:24] [Craft Scheduler Thread - 4/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault
  792. [21:52:33] [User Authenticator #2/INFO]: UUID of player Hitherteki is 86b7e25b-018d-34b9-8617-99ecd42b160b
  793. [21:52:35] [Server thread/INFO]: Hitherteki[/127.0.0.1:48795] logged in with entity id 425 at ([Vadon]14559.300000011921, 5.0, 14340.984743745357)
  794. [21:52:35] [Server thread/WARN]: [Essentials] Task #299 for Essentials v2.17.2.0 generated an exception
  795. java.lang.NullPointerException: null
  796. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:146) ~[?:?]
  797. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:113) ~[?:?]
  798. at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[server.jar:git-Spigot-800b93f-8160e29]
  799. at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394) [server.jar:git-Spigot-800b93f-8160e29]
  800. at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1036) [server.jar:git-Spigot-800b93f-8160e29]
  801. at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:399) [server.jar:git-Spigot-800b93f-8160e29]
  802. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984) [server.jar:git-Spigot-800b93f-8160e29]
  803. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824) [server.jar:git-Spigot-800b93f-8160e29]
  804. at java.lang.Thread.run(Thread.java:834) [?:?]
  805. [21:52:35] [Craft Scheduler Thread - 4/WARN]: [Essentials] Plugin Essentials v2.17.2.0 generated an exception while executing task 300
  806. java.lang.NullPointerException: null
  807. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.delayedJoin(EssentialsGeoIPPlayerListener.java:80) ~[?:?]
  808. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.lambda$onPlayerJoin$0(EssentialsGeoIPPlayerListener.java:48) ~[?:?]
  809. at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[server.jar:git-Spigot-800b93f-8160e29]
  810. at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) [server.jar:git-Spigot-800b93f-8160e29]
  811. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
  812. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
  813. at java.lang.Thread.run(Thread.java:834) [?:?]
  814. [21:52:35] [Server thread/INFO]: [+] [J?t?kos]Hitherteki!
  815. [22:00:07] [Server thread/INFO]: Hitherteki issued server command: /spawn
  816. [22:00:08] [Server thread/WARN]: [Essentials] Permissions lag notice with (ModernVaultHandler). Response took 28.766643ms. Summary: Getting prefix for Hitherteki
  817. [22:00:29] [Server thread/INFO]: Hitherteki issued server command: /warp piac
  818. [22:04:00] [Server thread/INFO]: Hitherteki issued server command: /home
  819. [22:15:32] [Server thread/INFO]: Hitherteki issued server command: /spawn
  820. [22:25:40] [Server thread/INFO]: Hitherteki issued server command: /home
  821. [22:26:03] [Server thread/INFO]: Hitherteki issued server command: /t deposit 65650
  822. [22:26:03] [Server thread/INFO]: [Town Msg] CinemaCity: Hitherteki deposited 65650 into the Town bank.
  823. [22:26:49] [Server thread/INFO]: Hitherteki issued server command: /warp piac
  824. [22:28:04] [Server thread/INFO]: Hitherteki lost connection: Disconnected
  825. [22:28:04] [Server thread/INFO]: [-] [J?t?kos]Hitherteki
  826. [22:28:04] [Server thread/WARN]: [Essentials] Task #6615 for Essentials v2.17.2.0 generated an exception
  827. java.lang.NullPointerException: null
  828. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:142) ~[?:?]
  829. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:113) ~[?:?]
  830. at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81) ~[server.jar:git-Spigot-800b93f-8160e29]
  831. at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394) [server.jar:git-Spigot-800b93f-8160e29]
  832. at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1036) [server.jar:git-Spigot-800b93f-8160e29]
  833. at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:399) [server.jar:git-Spigot-800b93f-8160e29]
  834. at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984) [server.jar:git-Spigot-800b93f-8160e29]
  835. at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824) [server.jar:git-Spigot-800b93f-8160e29]
  836. at java.lang.Thread.run(Thread.java:834) [?:?]
  837. [22:51:23] [Craft Scheduler Thread - 29/INFO]: [PlaceItemsOnGroundRebuilt] No updates found!
  838. [23:51:23] [Craft Scheduler Thread - 56/INFO]: [PlaceItemsOnGroundRebuilt] No updates found!
  839.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement