Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.67 KB | None | 0 0
  1. [22:42:19] [Server thread/INFO]: Starting minecraft server version 1.14.4
  2. [22:42:19] [Server thread/INFO]: Loading properties
  3. [22:42:19] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-9de398a-9c887d4 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
  4. [22:42:20] [Server thread/WARN]: Couldn't load server icon
  5. java.lang.IllegalArgumentException: Must be 64 pixels wide
  6. at org.apache.commons.lang.Validate.isTrue(Validate.java:136) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  7. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadServerIcon0(CraftServer.java:1717) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  8. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadServerIcon0(CraftServer.java:1705) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  9. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadIcon(CraftServer.java:824) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  10. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.<init>(CraftServer.java:313) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  11. at net.minecraft.server.v1_14_R1.PlayerList.<init>(PlayerList.java:76) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  12. at net.minecraft.server.v1_14_R1.DedicatedPlayerList.<init>(SourceFile:14) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  13. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:151) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  14. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  15. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  16. [22:42:20] [Server thread/INFO]: Server Ping Player Sample Count: 12
  17. [22:42:20] [Server thread/INFO]: Using 4 threads for Netty based IO
  18. [22:42:20] [Server thread/INFO]: Debug logging is disabled
  19. [22:42:20] [Server thread/INFO]: Default game type: SURVIVAL
  20. [22:42:20] [Server thread/INFO]: Generating keypair
  21. [22:42:21] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25602
  22. [22:42:21] [Server thread/INFO]: Using epoll channel type
  23. [22:42:21] [Server thread/ERROR]: Could not load 'plugins/Dynmap-GriefPrevention-1.0-Forge.jar' in folder 'plugins'
  24. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  25. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  26. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:138) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  27. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  28. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  29. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  30. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  31. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  32. ... 6 more
  33. [22:42:26] [Server thread/WARN]: Plugin dynmap v3.0-beta-5-218 does not specify an api-version.
  34. [22:42:28] [Server thread/WARN]: Plugin AdvancedBanAutoBan v1.0.1 does not specify an api-version.
  35. [22:42:28] [Server thread/WARN]: Plugin OpenInv v4.0.6 does not specify an api-version.
  36. [22:42:28] [Server thread/WARN]: Plugin AdvancedBan v2.1.3-RELEASE does not specify an api-version.
  37. [22:42:28] [Server thread/WARN]: Plugin PlayTime v2.2-1.8 does not specify an api-version.
  38. [22:42:28] [Server thread/ERROR]: Could not load 'plugins/HackDetective.jar' in folder 'plugins'
  39. org.bukkit.plugin.UnknownDependencyException: ProtocolLib
  40. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:221) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  41. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:350) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  42. at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  43. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:776) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  44. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  45. [22:42:28] [Server thread/WARN]: Plugin AdvancedBanGUI v2.2 does not specify an api-version.
  46. [22:42:28] [Server thread/WARN]: Plugin ChatEx v1.6 does not specify an api-version.
  47. [22:42:28] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.17.5
  48. [22:42:28] [Server thread/INFO]: [dynmap] Loading dynmap v3.0-beta-5-218
  49. [22:42:28] [Server thread/INFO]: [dynmap] version=git-Spigot-9de398a-9c887d4 (MC: 1.14.4)
  50. [22:42:28] [Server thread/INFO]: [dynmap] Unload queue not found - default to unload all chunks
  51. [22:42:28] [Server thread/INFO]: [dynmap] inhabitedTicks field not found - inhabited shader not functional
  52. [22:42:28] [Server thread/INFO]: [dynmap] Mod Support API available
  53. [22:42:28] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v4.4.1
  54. [22:42:28] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.1-SNAPSHOT;78488d9
  55. [22:42:29] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1368c58b]
  56. [22:42:29] [Server thread/INFO]: [AdvancedBanAutoBan] Loading AdvancedBanAutoBan v1.0.1
  57. [22:42:29] [Server thread/INFO]: [OpenInv] Loading OpenInv v4.0.6
  58. [22:42:29] [Server thread/INFO]: [MineableSpawners] Loading MineableSpawners v2.0.5
  59. [22:42:29] [Server thread/INFO]: [AdvancedBan] Loading AdvancedBan v2.1.3-RELEASE
  60. [22:42:29] [Server thread/INFO]: [PlayTime] Loading PlayTime v2.2-1.8
  61. [22:42:29] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
  62. [22:42:29] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
  63. [22:42:29] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.1-SNAPSHOT;556b638
  64. [22:42:29] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.7.4
  65. [22:42:29] [Server thread/INFO]: [MovingDevApi] Loading MovingDevApi v1.0.6
  66. [22:42:29] [Server thread/INFO]: [AdvancedBanGUI] Loading AdvancedBanGUI v2.2
  67. [22:42:29] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
  68. [22:42:29] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.10-SNAPSHOT (build 137)
  69. [22:42:29] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.1-SNAPSHOT;556b638 loaded.
  70. [22:42:29] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.1.0
  71. [22:42:29] [Server thread/INFO]: [RewardPRO] Loading RewardPRO v4.0.4
  72. [22:42:29] [Server thread/INFO]: [SmoothSleep] Loading SmoothSleep v2.5.1
  73. [22:42:29] [Server thread/INFO]: [BentoBox] Loading BentoBox v1.6.0
  74. [22:42:29] [Server thread/INFO]: [TAB] Loading TAB v2.4.15
  75. [22:42:29] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.6
  76. [22:42:29] [Server thread/INFO]: [SetTheSpawn] Loading SetTheSpawn v2.4
  77. [22:42:29] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.1.0-b775
  78. [22:42:29] [Server thread/INFO]: [DiscordSRV] Loading DiscordSRV v1.17.1
  79. [22:42:29] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.4.1
  80. [22:42:29] [Server thread/INFO]: __
  81. [22:42:29] [Server thread/INFO]: | |__) LuckPerms v4.4.1
  82. [22:42:29] [Server thread/INFO]: |___ | Running on Bukkit - CraftBukkit
  83. [22:42:29] [Server thread/INFO]: [LuckPerms] Loading configuration...
  84. [22:42:29] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
  85. [22:42:29] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
  86. [22:42:30] [Server thread/INFO]: [LuckPerms] Performing initial data load...
  87. [22:42:30] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 944ms)
  88. [22:42:30] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.1-SNAPSHOT;78488d9
  89. [22:42:30] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  90. [22:42:30] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R4 as the Bukkit adapter
  91. [22:42:31] [Server thread/WARN]: [WorldEdit] ====================================================
  92. [22:42:31] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
  93. [22:42:31] [Server thread/WARN]: [WorldEdit] as your server software.
  94. [22:42:31] [Server thread/WARN]: [WorldEdit]
  95. [22:42:31] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
  96. [22:42:31] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
  97. [22:42:31] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
  98. [22:42:31] [Server thread/WARN]: [WorldEdit]
  99. [22:42:31] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
  100. [22:42:31] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
  101. [22:42:31] [Server thread/WARN]: [WorldEdit]
  102. [22:42:31] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
  103. [22:42:31] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
  104. [22:42:31] [Server thread/WARN]: [WorldEdit]
  105. [22:42:31] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
  106. [22:42:31] [Server thread/WARN]: [WorldEdit] ====================================================
  107. [22:42:31] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
  108. [22:42:31] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  109. [22:42:31] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  110. [22:42:31] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
  111. [22:42:31] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
  112. [22:42:31] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  113. [22:42:31] [Server thread/INFO]: [BentoBox] Enabling BentoBox v1.6.0
  114. [22:42:31] [Server thread/INFO]: [BentoBox] Loading Settings from config.yml...
  115. [22:42:31] [Server thread/INFO]: [BentoBox] Hooking with Vault...
  116. [22:42:31] [Server thread/INFO]: [BentoBox] Loading addons...
  117. [22:42:31] [Server thread/INFO]: [BentoBox] Loaded 1 addons.
  118. [22:42:31] [Server thread/INFO]: Preparing level "world"
  119. [22:42:31] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit, customizable armor stands v2.4.0.zip, datapacks, more mob heads v2.1.0.zip, nether portal coords v1.0.0.zip, player head drops v1.0.0.zip
  120. [22:42:32] [Server thread/INFO]: Loaded 6 recipes
  121. [22:42:32] [Server thread/WARN]: Found validation problem in {minecraft:entities/shulker}.pools[2].entries[0]: Unknown loot table called minecraft:entities/reference/extra/shulker
  122. [22:42:32] [Server thread/WARN]: Found validation problem in {minecraft:entities/ender_dragon}.pools[0].entries[0]: Unknown loot table called minecraft:entities/reference/extra/ender_dragon
  123. [22:42:32] [Server thread/INFO]: Loaded 33 custom command functions
  124. [22:42:32] [Server thread/INFO]: -------- World Settings For [world] --------
  125. [22:42:32] [Server thread/INFO]: Experience Merge Radius: 3.0
  126. [22:42:32] [Server thread/INFO]: Mob Spawn Range: 8
  127. [22:42:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
  128. [22:42:32] [Server thread/INFO]: Cane Growth Modifier: 100%
  129. [22:42:32] [Server thread/INFO]: Melon Growth Modifier: 100%
  130. [22:42:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  131. [22:42:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  132. [22:42:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
  133. [22:42:32] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  134. [22:42:32] [Server thread/INFO]: Carrot Growth Modifier: 100%
  135. [22:42:32] [Server thread/INFO]: Potato Growth Modifier: 100%
  136. [22:42:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
  137. [22:42:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  138. [22:42:32] [Server thread/INFO]: Vine Growth Modifier: 100%
  139. [22:42:32] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  140. [22:42:32] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  141. [22:42:32] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  142. [22:42:32] [Server thread/INFO]: Kelp Growth Modifier: 100%
  143. [22:42:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  144. [22:42:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  145. [22:42:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  146. [22:42:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  147. [22:42:32] [Server thread/INFO]: Max TNT Explosions: 100
  148. [22:42:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  149. [22:42:32] [Server thread/INFO]: View Distance: 10
  150. [22:42:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  151. [22:42:32] [Server thread/INFO]: Item Despawn Rate: 6000
  152. [22:42:32] [Server thread/INFO]: Item Merge Radius: 2.5
  153. [22:42:32] [Server thread/INFO]: Arrow Despawn Rate: 1200
  154. [22:42:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  155. [22:42:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  156. [22:42:32] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
  157. [22:42:33] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  158. [22:42:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  159. [22:42:33] [Server thread/INFO]: Mob Spawn Range: 8
  160. [22:42:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  161. [22:42:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  162. [22:42:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  163. [22:42:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  164. [22:42:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  165. [22:42:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  166. [22:42:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  167. [22:42:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
  168. [22:42:33] [Server thread/INFO]: Potato Growth Modifier: 100%
  169. [22:42:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  170. [22:42:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  171. [22:42:33] [Server thread/INFO]: Vine Growth Modifier: 100%
  172. [22:42:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  173. [22:42:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  174. [22:42:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  175. [22:42:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
  176. [22:42:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  177. [22:42:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  178. [22:42:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  179. [22:42:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  180. [22:42:33] [Server thread/INFO]: Max TNT Explosions: 100
  181. [22:42:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  182. [22:42:33] [Server thread/INFO]: View Distance: 10
  183. [22:42:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  184. [22:42:33] [Server thread/INFO]: Item Despawn Rate: 6000
  185. [22:42:33] [Server thread/INFO]: Item Merge Radius: 2.5
  186. [22:42:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
  187. [22:42:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  188. [22:42:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  189. [22:42:33] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  190. [22:42:33] [Server thread/INFO]: Experience Merge Radius: 3.0
  191. [22:42:33] [Server thread/INFO]: Mob Spawn Range: 8
  192. [22:42:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
  193. [22:42:33] [Server thread/INFO]: Cane Growth Modifier: 100%
  194. [22:42:33] [Server thread/INFO]: Melon Growth Modifier: 100%
  195. [22:42:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  196. [22:42:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  197. [22:42:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
  198. [22:42:33] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  199. [22:42:33] [Server thread/INFO]: Carrot Growth Modifier: 100%
  200. [22:42:33] [Server thread/INFO]: Potato Growth Modifier: 100%
  201. [22:42:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
  202. [22:42:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  203. [22:42:33] [Server thread/INFO]: Vine Growth Modifier: 100%
  204. [22:42:33] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  205. [22:42:33] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  206. [22:42:33] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  207. [22:42:33] [Server thread/INFO]: Kelp Growth Modifier: 100%
  208. [22:42:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  209. [22:42:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  210. [22:42:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  211. [22:42:33] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  212. [22:42:33] [Server thread/INFO]: Max TNT Explosions: 100
  213. [22:42:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  214. [22:42:33] [Server thread/INFO]: View Distance: 10
  215. [22:42:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  216. [22:42:33] [Server thread/INFO]: Item Despawn Rate: 6000
  217. [22:42:33] [Server thread/INFO]: Item Merge Radius: 2.5
  218. [22:42:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
  219. [22:42:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  220. [22:42:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  221. [22:42:33] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
  222. [22:42:34] [Server thread/INFO]: Preparing spawn area: 0%
  223. [22:42:34] [Server thread/INFO]: Preparing spawn area: 0%
  224. [22:42:34] [Server thread/INFO]: Preparing spawn area: 0%
  225. [22:42:34] [Server thread/INFO]: Time elapsed: 1546 ms
  226. [22:42:34] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
  227. [22:42:35] [Server thread/INFO]: Preparing spawn area: 0%
  228. [22:42:35] [Server thread/INFO]: Preparing spawn area: 0%
  229. [22:42:35] [Server thread/INFO]: Time elapsed: 844 ms
  230. [22:42:35] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
  231. [22:42:35] [Server thread/INFO]: Preparing spawn area: 0%
  232. [22:42:36] [Server thread/INFO]: Time elapsed: 457 ms
  233. [22:42:36] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.17.5
  234. [22:42:36] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  235. [22:42:36] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  236. [22:42:36] [Server thread/INFO]: [dynmap] Enabling dynmap v3.0-beta-5-218
  237. [22:42:36] [Server thread/INFO]: [dynmap] Using LuckPerms 4.4.1 for access control
  238. [22:42:36] [Server thread/INFO]: [dynmap] Mod Support processing completed
  239. [22:42:36] [Server thread/INFO]: [dynmap] Loaded 25 shaders.
  240. [22:42:37] [Server thread/INFO]: [dynmap] Loaded 82 perspectives.
  241. [22:42:37] [Server thread/INFO]: [dynmap] Loaded 14 lightings.
  242. [22:42:37] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8128
  243. [22:42:37] [Server thread/INFO]: [dynmap] version 3.0-beta-5-218 is enabled - core version 3.0-beta-5-218
  244. [22:42:37] [Server thread/INFO]: [dynmap] For support, visit https://forums.dynmap.us
  245. [22:42:37] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
  246. [22:42:37] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
  247. [22:42:37] [Server thread/INFO]: [dynmap] Loaded 8 pending tile renders for world 'world'
  248. [22:42:37] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
  249. [22:42:37] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
  250. [22:42:37] [Server thread/INFO]: [dynmap] Enabled
  251. [22:42:37] [Server thread/INFO]: [AdvancedBanAutoBan] Enabling AdvancedBanAutoBan v1.0.1
  252. [22:42:37] [Server thread/INFO]: [AdvancedBanAutoBan] Plugin Loaded
  253. [22:42:37] [Server thread/INFO]: [AdvancedBanAutoBan] This plugin is in early alpha! Please report any bugs!
  254. [22:42:37] [Server thread/INFO]: [OpenInv] Enabling OpenInv v4.0.6
  255. [22:42:37] [Server thread/INFO]: [MineableSpawners] Enabling MineableSpawners v2.0.5
  256. [22:42:37] [Server thread/INFO]: [AdvancedBan] Enabling AdvancedBan v2.1.3-RELEASE
  257. [22:42:39] [Server thread/INFO]:
  258.  
  259. []=====[Enabling AdvancedBan]=====[]
  260. | Information:
  261. | Name: AdvancedBan
  262. | Developer: Leoko
  263. | Version: 2.1.3-RELEASE
  264. | Storage: HSQLDB (local)
  265. | Support:
  266. | Skype: Leoko33
  267. | Mail: Leoko4433@gmail.com
  268. | Update:
  269. | You have the newest version
  270. []================================[]
  271.  
  272. [22:42:39] [Server thread/INFO]: [PlayTime] Enabling PlayTime v2.2-1.8
  273. [22:42:39] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
  274. [22:42:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  275. [22:42:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  276. [22:42:39] [Server thread/INFO]: [WorldBorder] [CONFIG] Successfully hooked into DynMap for the ability to display borders.
  277. [22:42:39] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 16.0 Y: 69.0 Z: -2.0
  278. [22:42:39] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
  279. [22:42:39] [Server thread/INFO]: [BuycraftX] Validating your server key...
  280. [22:42:40] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  281. [22:42:41] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.1-SNAPSHOT;556b638
  282. [22:42:41] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  283. [22:42:41] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  284. [22:42:41] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  285. [22:42:41] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  286. [22:42:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  287. [22:42:41] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  288. [22:42:41] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  289. [22:42:41] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  290. [22:42:41] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  291. [22:42:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  292. [22:42:41] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  293. [22:42:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  294. [22:42:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  295. [22:42:41] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  296. [22:42:41] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  297. [22:42:41] [Server thread/INFO]: [WorldGuard] Loading region data...
  298. [22:42:41] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.7.4
  299. [22:42:41] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.7.4 has been enabled
  300. [22:42:41] [Server thread/INFO]: [MovingDevApi] Enabling MovingDevApi v1.0.6
  301. [22:42:41] [Server thread/INFO]: MovingDevApiAPI is enabled!
  302. [22:42:41] [Server thread/INFO]: [AdvancedBanGUI] Enabling AdvancedBanGUI v2.2
  303. [22:42:41] [Server thread/INFO]: *********************************************************************
  304. [22:42:41] [Server thread/INFO]: [INFO] Initializing AdvancedBanGUI Version: 2.2
  305. [22:42:41] [Server thread/INFO]: [INFO] Created by: BGHDDevelopment
  306. [22:42:41] [Server thread/INFO]: [INFO] Website: https://bghddevelopment.com
  307. [22:42:41] [Server thread/INFO]: [INFO] Spigot Link: https://spigotmc.org/resources/59570
  308. [22:42:41] [Server thread/INFO]: [INFO] Support Link: https://bghddevelopment.com/discord
  309. [22:42:41] [Server thread/INFO]: *********************************************************************
  310. [22:42:41] [Server thread/INFO]: [INFO] Plugin Loading...
  311. [22:42:41] [Server thread/INFO]: [INFO] Registering Managers...
  312. [22:42:41] [Server thread/INFO]: [INFO] Managers Registered!
  313. [22:42:41] [Server thread/INFO]: [INFO] Registering Listeners...
  314. [22:42:41] [Server thread/INFO]: [INFO] Listeners Registered!
  315. [22:42:41] [Server thread/INFO]: [INFO] Registering Commands...
  316. [22:42:41] [Server thread/INFO]: [INFO] Commands Registered!
  317. [22:42:41] [Server thread/INFO]: [INFO] Loading Config's...
  318. [22:42:41] [Server thread/INFO]: [INFO] Config's Registered!
  319. [22:42:41] [Server thread/INFO]: [SUCCESS] AdvancedBanGUI Version: 2.2 Loaded.
  320. [22:42:41] [Server thread/INFO]: *********************************************************************
  321. [22:42:41] [Server thread/INFO]: [INFO] Checking for updates...
  322. [22:42:41] [Server thread/INFO]: [SUCCESS] AdvancedBanGUI is up to date!
  323. [22:42:41] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.10-SNAPSHOT (build 137)
  324. [22:42:42] [Server thread/INFO]: [ChestShop] Using Essentials Economy as the Economy provider now.
  325. [22:42:42] [Server thread/INFO]: [ChestShop] Vault loaded!
  326. [22:42:42] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.1.0
  327. [22:42:42] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
  328. [22:42:42] [Server thread/INFO]: No kits found to migrate.
  329. [22:42:42] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
  330. [22:42:42] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
  331. [22:42:42] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
  332. [22:42:42] [Server thread/INFO]: Loaded 20977 items from items.json.
  333. [22:42:42] [Server thread/INFO]: Using locale en_US
  334. [22:42:42] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
  335. [22:42:42] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
  336. [22:42:42] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
  337. [22:42:42] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
  338. [22:42:42] [Server thread/INFO]: [RewardPRO] Enabling RewardPRO v4.0.4
  339. [22:42:42] [Server thread/ERROR]: [RewardPRO] Plugin RewardPRO v4.0.4 has failed to register events for class eu.superm.minecraft.rewardpro.h.c because com/vexsoftware/votifier/model/VotifierEvent does not exist.
  340. [22:42:42] [Server thread/INFO]: RewardPro >>> Plugin RewardPro is enabled with plugin version: '4.0.4' and on spigot version: '1144'
  341. [22:42:42] [Server thread/INFO]: [SmoothSleep] Enabling SmoothSleep v2.5.1
  342. [22:42:42] [Server thread/INFO]: [SmoothSleep : WARN] Installed version: 2.5.1, current version: 2.6.3
  343. [22:42:42] [Server thread/INFO]: [SmoothSleep : WARN] Download the current version at https://www.spigotmc.org/resources/32043/
  344. [22:42:42] [Server thread/INFO]: [SmoothSleep : INFO] SmoothSleep: Hooked to Essentials v2.17.1.0
  345. [22:42:42] [Server thread/INFO]: [TAB] Enabling TAB v2.4.15
  346. [22:42:42] [Server thread/INFO]: [TAB] Enabled in 75ms
  347. [22:42:42] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.6
  348. [22:42:42] [Server thread/INFO]: [ChatEx] Loading updater by TheJeterLP. Project id: 65863
  349. [22:42:42] [Server thread/INFO]: [ChatEx] Loading updater-config...
  350. [22:42:42] [Server thread/INFO]: [ChatEx] Done!
  351. [22:42:42] [Server thread/INFO]: [ChatEx] Updatechecker is enabled.
  352. [22:42:42] [Server thread/INFO]: [ChatEx] Successfully hooked into: LuckPerms
  353. [22:42:42] [Server thread/INFO]: [ChatEx] Listener registered with Priority: HIGHEST
  354. [22:42:42] [Server thread/INFO]: [ChatEx] is now enabled!
  355. [22:42:42] [Server thread/INFO]: [SetTheSpawn] Enabling SetTheSpawn v2.4
  356. [22:42:43] [Server thread/INFO]: [SetTheSpawn] You're running the latest version.
  357. [22:42:43] [Server thread/INFO]: [SetTheSpawn] Metrics enabled.
  358. [22:42:43] [Server thread/INFO]: [SetTheSpawn] > The plugin successfully enabled v2.4!
  359. [22:42:43] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.1.0-b775
  360. [22:42:43] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.1.0-b775" 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--, dumptruckman].
  361. [22:42:43] [Server thread/INFO]: [Multiverse-Core] We are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do. The performance impact is negligible.
  362. [22:42:43] [Server thread/INFO]: -------- World Settings For [bskyblock_world_nether] --------
  363. [22:42:43] [Server thread/INFO]: Experience Merge Radius: 3.0
  364. [22:42:43] [Server thread/INFO]: Mob Spawn Range: 8
  365. [22:42:43] [Server thread/INFO]: Cactus Growth Modifier: 100%
  366. [22:42:43] [Server thread/INFO]: Cane Growth Modifier: 100%
  367. [22:42:43] [Server thread/INFO]: Melon Growth Modifier: 100%
  368. [22:42:43] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  369. [22:42:43] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  370. [22:42:43] [Server thread/INFO]: Sapling Growth Modifier: 100%
  371. [22:42:43] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  372. [22:42:43] [Server thread/INFO]: Carrot Growth Modifier: 100%
  373. [22:42:43] [Server thread/INFO]: Potato Growth Modifier: 100%
  374. [22:42:43] [Server thread/INFO]: Wheat Growth Modifier: 100%
  375. [22:42:43] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  376. [22:42:43] [Server thread/INFO]: Vine Growth Modifier: 100%
  377. [22:42:43] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  378. [22:42:43] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  379. [22:42:43] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  380. [22:42:43] [Server thread/INFO]: Kelp Growth Modifier: 100%
  381. [22:42:43] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  382. [22:42:43] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  383. [22:42:43] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  384. [22:42:43] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  385. [22:42:43] [Server thread/INFO]: Max TNT Explosions: 100
  386. [22:42:43] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  387. [22:42:43] [Server thread/INFO]: View Distance: 10
  388. [22:42:43] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  389. [22:42:43] [Server thread/INFO]: Item Despawn Rate: 6000
  390. [22:42:43] [Server thread/INFO]: Item Merge Radius: 2.5
  391. [22:42:43] [Server thread/INFO]: Arrow Despawn Rate: 1200
  392. [22:42:43] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  393. [22:42:43] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  394. [22:42:43] [Server thread/INFO]: Preparing start region for dimension 'bskyblock_world_nether'/minecraft:the_nether
  395. [22:42:43] [Server thread/INFO]: Preparing spawn area: 0%
  396. [22:42:44] [Server-Worker-1/INFO]: Preparing spawn area: 83%
  397. [22:42:44] [Server thread/INFO]: Time elapsed: 989 ms
  398. [22:42:44] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) TNT ignition is PERMITTED.
  399. [22:42:44] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Lighters are PERMITTED.
  400. [22:42:44] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Lava fire is blocked.
  401. [22:42:44] [Server thread/INFO]: [WorldGuard] (bskyblock_world_nether) Fire spread is UNRESTRICTED.
  402. [22:42:44] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world_nether'
  403. [22:42:44] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'bskyblock_world_nether'.
  404. [22:42:44] [Server thread/INFO]: -------- World Settings For [bskyblock_world_the_end] --------
  405. [22:42:44] [Server thread/INFO]: Experience Merge Radius: 3.0
  406. [22:42:44] [Server thread/INFO]: Mob Spawn Range: 8
  407. [22:42:44] [Server thread/INFO]: Cactus Growth Modifier: 100%
  408. [22:42:44] [Server thread/INFO]: Cane Growth Modifier: 100%
  409. [22:42:44] [Server thread/INFO]: Melon Growth Modifier: 100%
  410. [22:42:44] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  411. [22:42:44] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  412. [22:42:44] [Server thread/INFO]: Sapling Growth Modifier: 100%
  413. [22:42:44] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  414. [22:42:44] [Server thread/INFO]: Carrot Growth Modifier: 100%
  415. [22:42:44] [Server thread/INFO]: Potato Growth Modifier: 100%
  416. [22:42:44] [Server thread/INFO]: Wheat Growth Modifier: 100%
  417. [22:42:44] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  418. [22:42:44] [Server thread/INFO]: Vine Growth Modifier: 100%
  419. [22:42:44] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  420. [22:42:44] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  421. [22:42:44] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  422. [22:42:44] [Server thread/INFO]: Kelp Growth Modifier: 100%
  423. [22:42:44] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  424. [22:42:44] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  425. [22:42:44] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  426. [22:42:44] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  427. [22:42:44] [Server thread/INFO]: Max TNT Explosions: 100
  428. [22:42:44] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  429. [22:42:44] [Server thread/INFO]: View Distance: 10
  430. [22:42:44] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  431. [22:42:44] [Server thread/INFO]: Item Despawn Rate: 6000
  432. [22:42:44] [Server thread/INFO]: Item Merge Radius: 2.5
  433. [22:42:44] [Server thread/INFO]: Arrow Despawn Rate: 1200
  434. [22:42:44] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  435. [22:42:44] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  436. [22:42:44] [Server thread/INFO]: Preparing start region for dimension 'bskyblock_world_the_end'/minecraft:the_end
  437. [22:42:44] [Server thread/INFO]: Preparing spawn area: 0%
  438. [22:42:45] [Server thread/INFO]: Time elapsed: 485 ms
  439. [22:42:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) TNT ignition is PERMITTED.
  440. [22:42:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Lighters are PERMITTED.
  441. [22:42:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Lava fire is blocked.
  442. [22:42:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world_the_end) Fire spread is UNRESTRICTED.
  443. [22:42:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world_the_end'
  444. [22:42:45] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'bskyblock_world_the_end'.
  445. [22:42:45] [Server thread/INFO]: -------- World Settings For [bskyblock_world] --------
  446. [22:42:45] [Server thread/INFO]: Experience Merge Radius: 3.0
  447. [22:42:45] [Server thread/INFO]: Mob Spawn Range: 8
  448. [22:42:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
  449. [22:42:45] [Server thread/INFO]: Cane Growth Modifier: 100%
  450. [22:42:45] [Server thread/INFO]: Melon Growth Modifier: 100%
  451. [22:42:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  452. [22:42:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  453. [22:42:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
  454. [22:42:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  455. [22:42:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
  456. [22:42:45] [Server thread/INFO]: Potato Growth Modifier: 100%
  457. [22:42:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
  458. [22:42:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  459. [22:42:45] [Server thread/INFO]: Vine Growth Modifier: 100%
  460. [22:42:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  461. [22:42:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  462. [22:42:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  463. [22:42:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
  464. [22:42:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  465. [22:42:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  466. [22:42:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  467. [22:42:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  468. [22:42:45] [Server thread/INFO]: Max TNT Explosions: 100
  469. [22:42:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  470. [22:42:45] [Server thread/INFO]: View Distance: 10
  471. [22:42:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  472. [22:42:45] [Server thread/INFO]: Item Despawn Rate: 6000
  473. [22:42:45] [Server thread/INFO]: Item Merge Radius: 2.5
  474. [22:42:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
  475. [22:42:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  476. [22:42:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  477. [22:42:45] [Server thread/INFO]: Preparing start region for dimension 'bskyblock_world'/minecraft:overworld
  478. [22:42:45] [Server thread/INFO]: Preparing spawn area: 0%
  479. [22:42:45] [Server thread/INFO]: Time elapsed: 314 ms
  480. [22:42:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world) TNT ignition is PERMITTED.
  481. [22:42:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Lighters are PERMITTED.
  482. [22:42:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Lava fire is blocked.
  483. [22:42:45] [Server thread/INFO]: [WorldGuard] (bskyblock_world) Fire spread is UNRESTRICTED.
  484. [22:42:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'bskyblock_world'
  485. [22:42:45] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'bskyblock_world'.
  486. [22:42:45] [Server thread/INFO]: -------- World Settings For [Testing] --------
  487. [22:42:45] [Server thread/INFO]: Experience Merge Radius: 3.0
  488. [22:42:45] [Server thread/INFO]: Mob Spawn Range: 8
  489. [22:42:45] [Server thread/INFO]: Cactus Growth Modifier: 100%
  490. [22:42:45] [Server thread/INFO]: Cane Growth Modifier: 100%
  491. [22:42:45] [Server thread/INFO]: Melon Growth Modifier: 100%
  492. [22:42:45] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  493. [22:42:45] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  494. [22:42:45] [Server thread/INFO]: Sapling Growth Modifier: 100%
  495. [22:42:45] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  496. [22:42:45] [Server thread/INFO]: Carrot Growth Modifier: 100%
  497. [22:42:45] [Server thread/INFO]: Potato Growth Modifier: 100%
  498. [22:42:45] [Server thread/INFO]: Wheat Growth Modifier: 100%
  499. [22:42:45] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  500. [22:42:45] [Server thread/INFO]: Vine Growth Modifier: 100%
  501. [22:42:45] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  502. [22:42:45] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  503. [22:42:45] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  504. [22:42:45] [Server thread/INFO]: Kelp Growth Modifier: 100%
  505. [22:42:45] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  506. [22:42:45] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  507. [22:42:45] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  508. [22:42:45] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
  509. [22:42:45] [Server thread/INFO]: Max TNT Explosions: 100
  510. [22:42:45] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  511. [22:42:45] [Server thread/INFO]: View Distance: 10
  512. [22:42:45] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  513. [22:42:45] [Server thread/INFO]: Item Despawn Rate: 6000
  514. [22:42:45] [Server thread/INFO]: Item Merge Radius: 2.5
  515. [22:42:45] [Server thread/INFO]: Arrow Despawn Rate: 1200
  516. [22:42:45] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  517. [22:42:45] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  518. [22:42:45] [Server thread/INFO]: Preparing start region for dimension 'Testing'/minecraft:overworld
  519. [22:42:45] [Server thread/INFO]: Preparing spawn area: 0%
  520. [22:42:46] [Server-Worker-2/INFO]: Preparing spawn area: 98%
  521. [22:42:46] [Server thread/INFO]: Time elapsed: 876 ms
  522. [22:42:46] [Server thread/INFO]: [WorldGuard] (Testing) TNT ignition is PERMITTED.
  523. [22:42:46] [Server thread/INFO]: [WorldGuard] (Testing) Lighters are PERMITTED.
  524. [22:42:46] [Server thread/INFO]: [WorldGuard] (Testing) Lava fire is blocked.
  525. [22:42:46] [Server thread/INFO]: [WorldGuard] (Testing) Fire spread is UNRESTRICTED.
  526. [22:42:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Testing'
  527. [22:42:46] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'Testing'.
  528. [22:42:46] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
  529. [22:42:47] [Server thread/INFO]: [Multiverse-Core] Version 4.1.0-b775 (API v24) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
  530. [22:42:47] [Server thread/INFO]: [Multiverse-Core] Help dumptruckman keep this project alive. Become a patron! https://www.patreon.com/dumptruckman
  531. [22:42:47] [Server thread/INFO]: [Multiverse-Core] One time donations are also appreciated: https://www.paypal.me/dumptruckman
  532. [22:42:47] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.17.1
  533. [22:42:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  534. [22:42:47] [Server thread/INFO]: Done (15.801s)! For help, type "help"
  535. [22:42:47] [Server thread/ERROR]: Couldn't load server icon
  536. java.lang.IllegalStateException: Must be 64 pixels wide
  537. at org.bukkit.craftbukkit.libs.org.apache.commons.lang3.Validate.validState(Validate.java:829) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  538. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:942) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  539. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:780) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  540. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  541. [22:42:47] [Server thread/INFO]: [BentoBox] Enabling addons...
  542. [22:42:47] [Server thread/INFO]: [BentoBox] Enabling BSkyBlock...
  543. [22:42:47] [Server thread/INFO]: [BentoBox] Addons successfully enabled.
  544. [22:42:47] [Server thread/INFO]: [BentoBox] Hooking with Multiverse-Core...
  545. [22:42:47] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world'!
  546. [22:42:47] [Server thread/INFO]: Success! Property generator was set to BentoBox
  547. [22:42:47] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world_nether'!
  548. [22:42:47] [Server thread/INFO]: Success! Property generator was set to BentoBox
  549. [22:42:47] [Server thread/INFO]: Multiverse already knows about 'bskyblock_world_the_end'!
  550. [22:42:47] [Server thread/INFO]: Success! Property generator was set to BentoBox
  551. [22:42:47] [Server thread/INFO]: [BentoBox] Hooking with dynmap...
  552. [22:42:47] [Server thread/INFO]: [BentoBox] Hooking with WorldEdit...
  553. [22:42:47] [Server thread/INFO]:
  554. ____ _ ____
  555. | _ \ | | | _ \ by tastybento and Poslovitch
  556. | |_) | ___ _ __ | |_ ___ | |_) | _____ __ 2017 - 2019
  557. | _ < / _ \ '_ \| __/ _ \| _ < / _ \ \/ /
  558. | |_) | __/ | | | || (_) | |_) | (_) > < v1.6.0
  559. |____/ \___|_| |_|\__\___/|____/ \___/_/\_\ Loaded in 917ms.
  560.  
  561. [22:42:47] [Server thread/INFO]: [CoreProtect] WorldEdit logging successfully initialized.
  562. [22:42:48] [Server thread/INFO]: [BentoBox] Added world BSkyBlock (PEACEFUL)
  563. [22:42:48] [Craft Scheduler Thread - 12/INFO]: [Vault] Checking for Updates ...
  564. [22:42:48] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Loaded Blueprint Bundle 'default' for BSkyBlock
  565. [22:42:48] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Loaded Blueprint Bundle 'double_island' for BSkyBlock
  566. [22:42:48] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Loaded Blueprint Bundle 'harder_island' for BSkyBlock
  567. [22:42:48] [Craft Scheduler Thread - 9/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  568.  
  569. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  570. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  571. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  572. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  573. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  574. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  575. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
  576. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:342)
  577. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2197)
  578. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2230)
  579. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2025)
  580. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:778)
  581. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  582. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  583. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  584. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  585. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  586. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  587. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
  588. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  589. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  590. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  591. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.movingdev.minecraft.api.database.DatabaseHandler$1.run(DatabaseHandler.java:32)
  592. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  593. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
  594. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  595. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  596. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.lang.Thread.run(Thread.java:745)
  597. [22:42:48] [Craft Scheduler Thread - 9/WARN]: Caused by: java.net.ConnectException: Connection refused (Connection refused)
  598. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method)
  599. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  600. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  601. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  602. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  603. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at java.net.Socket.connect(Socket.java:589)
  604. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
  605. [22:42:48] [Craft Scheduler Thread - 9/WARN]: at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:301)
  606. [22:42:48] [Craft Scheduler Thread - 9/WARN]: ... 20 more
  607. [22:42:48] [Craft Scheduler Thread - 9/INFO]: MovingDevApiAPI is diabled!
  608. [22:42:48] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Loaded blueprint 'harder' for BSkyBlock
  609. [22:42:48] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Loaded blueprint 'double' for BSkyBlock
  610. [22:42:48] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Loaded blueprint 'island' for BSkyBlock
  611. [22:42:48] [Craft Scheduler Thread - 12/INFO]: [Vault] No new version available
  612. [22:42:48] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Loaded blueprint 'end-island' for BSkyBlock
  613. [22:42:48] [Craft Scheduler Thread - 14/INFO]: [BentoBox] Loaded blueprint 'nether-island' for BSkyBlock
  614. [22:42:48] [Dynmap Render Thread/INFO]: [dynmap] Loading default resource pack
  615. [22:42:48] [DiscordSRV - Initialization/INFO]: [DiscordSRV] DiscordSRV is up-to-date. (35bc27bf421604a08ea637646123433ee9794e69)
  616. [22:42:49] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Language initialized as English
  617. [22:42:49] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §8===============================================================================
  618. [22:42:49] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §a Need a server host? Try PebbleHost! Plans starting at $1/GB!
  619. [22:42:49] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §a Use promo code "DISCORDSRV" at checkout for 15% off your first three bills!
  620. [22:42:49] [DiscordSRV - Initialization/INFO]: [DiscordSRV] §8===============================================================================
  621. [22:42:49] [Craft Scheduler Thread - 14/INFO]: [BuycraftX] Fetching all due players...
  622. [22:42:49] [Craft Scheduler Thread - 12/INFO]: [BentoBox] Downloading data from GitHub...
  623. [22:42:49] [Craft Scheduler Thread - 14/INFO]: [BuycraftX] Fetched due players (0 found).
  624. [22:42:49] [Craft Scheduler Thread - 12/INFO]: [BentoBox] Successfully downloaded data from GitHub.
  625. [22:42:50] [Server thread/ERROR]: [ChatEx] Error on trying to check remote versions. Error: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.curseforge.com/servermods/files?projectIds=65863
  626. [22:42:50] [Server thread/WARN]: java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.curseforge.com/servermods/files?projectIds=65863
  627. [22:42:50] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
  628. [22:42:50] [Server thread/WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
  629. [22:42:50] [Server thread/WARN]: at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
  630. [22:42:50] [Server thread/WARN]: at de.JeterLP.ChatManager.update.Updater.read(Updater.java:290)
  631. [22:42:50] [Server thread/WARN]: at de.JeterLP.ChatManager.update.Updater$1.run(Updater.java:141)
  632. [22:42:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  633. [22:42:50] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  634. [22:42:50] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1023)
  635. [22:42:50] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  636. [22:42:50] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:971)
  637. [22:42:50] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:816)
  638. [22:42:50] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  639. [22:42:52] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
  640. [22:42:52] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
  641. [22:42:52] [Server thread/WARN]: java.lang.NullPointerException
  642. [22:42:52] [Server thread/WARN]: at com.movingdev.minecraft.api.database.DatabaseHandler.selectListSqlStatement(DatabaseHandler.java:126)
  643. [22:42:52] [Server thread/WARN]: at eu.superm.minecraft.rewardpro.d.d.a(MySQLSettings.java:20)
  644. [22:42:52] [Server thread/WARN]: at eu.superm.minecraft.rewardpro.mainclasses.RewardPro$3.run(RewardPro.java:248)
  645. [22:42:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  646. [22:42:52] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  647. [22:42:52] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1023)
  648. [22:42:52] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  649. [22:42:52] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:971)
  650. [22:42:52] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:816)
  651. [22:42:52] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  652. [22:42:52] [Server thread/INFO]: RewardPro >>> Plugin RewardPro is diabled
  653. [22:42:53] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Finished Loading!
  654. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Found server G:Legacy Survival(604357565635362951)
  655. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:welcome(604358689737932816)
  656. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-ip(608086400494993429)
  657. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:announcments(604357739539464192)
  658. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:events(613843791945662485)
  659. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:rules-and-information(604358817072939053)
  660. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-help(604358643378552832)
  661. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:help-the-server(615175126110961704)
  662. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:polls(604358505285025802)
  663. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:whitelist-requests(604358749938909336)
  664. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:stolen-items-claim(611714931305349130)
  665. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:ban-appeals(613561368544542721)
  666. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:general(604357565635363007)
  667. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:live-map(604358784982319137)
  668. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:youtube-vids(612311314718785537)
  669. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:market(604358904062672897)
  670. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:build-projects(604358967237541904)
  671. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:in-game-chat(604358879794692139)
  672. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:offtopic(604358990352089108)
  673. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:server-suggestions(604410551673815066)
  674. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:bot-commands(604395653459869716)
  675. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:shop-news(608016536787091629)
  676. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-talks(604398861808566380)
  677. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-log(604408169543893007)
  678. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:staff-commands(604803968924647464)
  679. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] - TC:whitelist-log(609122418421792773)
  680. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Console forwarding assigned to channel 609122418421792773
  681. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] Not using JDBC, one of host/port/database was default
  682. [22:42:53] [DiscordSRV - Initialization/INFO]: [DiscordSRV] No chat plugin hooks enabled
  683. [22:43:06] [User Authenticator #1/INFO]: UUID of player JohnKakMinecraft is a5e07a9c-6b91-4cde-939e-17e62827ac5d
  684. [22:43:07] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to RewardPRO v4.0.4
  685. org.bukkit.event.EventException: null
  686. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  687. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  688. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:529) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  689. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:514) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  690. at net.minecraft.server.v1_14_R1.PlayerList.a(PlayerList.java:173) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  691. at net.minecraft.server.v1_14_R1.LoginListener.c(LoginListener.java:154) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  692. at net.minecraft.server.v1_14_R1.LoginListener.tick(LoginListener.java:53) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  693. at net.minecraft.server.v1_14_R1.NetworkManager.a(NetworkManager.java:220) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  694. at net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:119) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  695. at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1092) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  696. at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  697. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:971) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  698. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:816) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  699. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  700. Caused by: java.lang.NullPointerException
  701. at com.movingdev.minecraft.api.database.DatabaseHandler.selectSqlStatement(DatabaseHandler.java:95) ~[?:?]
  702. at eu.superm.minecraft.rewardpro.d.a.a(MySQLDailyReward.java:14) ~[?:?]
  703. at eu.superm.minecraft.rewardpro.mainclasses.RewardPro.onJoin(RewardPro.java:149) ~[?:?]
  704. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
  705. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
  706. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  707. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  708. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  709. ... 13 more
  710. [22:43:07] [Server thread/INFO]: [DiscordSRV] Player JohnKakMinecraft joined with silent joining permission, not sending a join message
  711. [22:43:07] [Server thread/INFO]: JohnKakMinecraft[/69.47.229.91:51111] logged in with entity id 391 at ([world]-1782.6225541161662, 85.0, -726.0297897613569)
  712. [22:44:23] [Server thread/INFO]: JohnKakMinecraft issued server command: /daily
  713. [22:44:23] [Server thread/ERROR]: null
  714. org.bukkit.command.CommandException: Unhandled exception executing command 'daily' in plugin RewardPRO v4.0.4
  715. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  716. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  717. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:710) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  718. at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1641) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  719. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  720. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  721. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  722. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  723. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  724. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  725. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  726. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  727. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:910) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  728. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:903) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  729. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  730. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:887) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  731. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:820) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  732. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  733. Caused by: java.lang.NullPointerException
  734. at com.movingdev.minecraft.api.database.DatabaseHandler.selectListSqlStatement(DatabaseHandler.java:126) ~[?:?]
  735. at eu.superm.minecraft.rewardpro.d.a.d(MySQLDailyReward.java:64) ~[?:?]
  736. at eu.superm.minecraft.rewardpro.c.b.<init>(DailyRewardUI.java:32) ~[?:?]
  737. at eu.superm.minecraft.rewardpro.mainclasses.PlayerCommandHandler.executeDailyReward(PlayerCommandHandler.java:246) ~[?:?]
  738. at eu.superm.minecraft.rewardpro.mainclasses.PlayerCommandHandler.onCommand(PlayerCommandHandler.java:187) ~[?:?]
  739. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  740. ... 17 more
  741. [22:44:40] [Server thread/INFO]: JohnKakMinecraft issued server command: /rewardpro reload
  742. [22:44:42] [Server thread/INFO]: JohnKakMinecraft issued server command: /daily
  743. [22:44:42] [Server thread/ERROR]: null
  744. org.bukkit.command.CommandException: Unhandled exception executing command 'daily' in plugin RewardPRO v4.0.4
  745. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  746. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  747. at org.bukkit.craftbukkit.v1_14_R1.CraftServer.dispatchCommand(CraftServer.java:710) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  748. at net.minecraft.server.v1_14_R1.PlayerConnection.handleCommand(PlayerConnection.java:1641) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  749. at net.minecraft.server.v1_14_R1.PlayerConnection.a(PlayerConnection.java:1481) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  750. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  751. at net.minecraft.server.v1_14_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  752. at net.minecraft.server.v1_14_R1.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:19) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  753. at net.minecraft.server.v1_14_R1.TickTask.run(SourceFile:18) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  754. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:144) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  755. at net.minecraft.server.v1_14_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  756. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:118) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  757. at net.minecraft.server.v1_14_R1.MinecraftServer.aX(MinecraftServer.java:910) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  758. at net.minecraft.server.v1_14_R1.MinecraftServer.executeNext(MinecraftServer.java:903) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  759. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:127) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  760. at net.minecraft.server.v1_14_R1.MinecraftServer.sleepForTick(MinecraftServer.java:887) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  761. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:820) [spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  762. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  763. Caused by: java.lang.NullPointerException
  764. at com.movingdev.minecraft.api.database.DatabaseHandler.selectListSqlStatement(DatabaseHandler.java:126) ~[?:?]
  765. at eu.superm.minecraft.rewardpro.d.a.d(MySQLDailyReward.java:64) ~[?:?]
  766. at eu.superm.minecraft.rewardpro.c.b.<init>(DailyRewardUI.java:32) ~[?:?]
  767. at eu.superm.minecraft.rewardpro.mainclasses.PlayerCommandHandler.executeDailyReward(PlayerCommandHandler.java:246) ~[?:?]
  768. at eu.superm.minecraft.rewardpro.mainclasses.PlayerCommandHandler.onCommand(PlayerCommandHandler.java:187) ~[?:?]
  769. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-1.14.4.jar:git-Spigot-9de398a-9c887d4]
  770. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement