Advertisement
Guest User

Untitled

a guest
Aug 20th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.93 KB | None | 0 0
  1. [17:37:07] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [17:37:07] [Server thread/INFO]: Loading properties
  3. [17:37:07] [Server thread/INFO]: Default game type: SURVIVAL
  4. [17:37:07] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-7aa4900-62a2169 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [17:37:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [17:37:07] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [17:37:07] [Server thread/INFO]: Debug logging is disabled
  8. [17:37:07] [Server thread/INFO]: Data value allowed items:
  9. [17:37:07] [Server thread/INFO]: Generating keypair
  10. [17:37:08] [Server thread/INFO]: Starting Minecraft server on *:PORT
  11. [17:37:08] [Server thread/INFO]: Using epoll channel type
  12. [17:37:08] [Server thread/ERROR]: Could not load 'plugins/Clearlag.jar' in folder 'plugins'
  13. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  14. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:162) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  16. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  17. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  18. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:561) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  19. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  20. Caused by: java.util.zip.ZipException: error in opening zip file
  21. at java.util.zip.ZipFile.open(Native Method) ~[?:1.7.0_79]
  22. at java.util.zip.ZipFile.<init>(ZipFile.java:215) ~[?:1.7.0_79]
  23. at java.util.zip.ZipFile.<init>(ZipFile.java:145) ~[?:1.7.0_79]
  24. at java.util.jar.JarFile.<init>(JarFile.java:154) ~[?:1.7.0_79]
  25. at java.util.jar.JarFile.<init>(JarFile.java:118) ~[?:1.7.0_79]
  26. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  27. ... 5 more
  28. [17:37:08] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  29. [17:37:09] [Server thread/ERROR]: Could not load 'plugins/uSkyBlock.jar' in folder 'plugins'
  30. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: us/talabrek/ultimateskyblock/utils/command/CommandManager$RequirementChecker : Unsupported major.minor version 52.0
  31. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  32. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  33. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  34. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  35. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  36. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:561) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  37. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  38. Caused by: java.lang.UnsupportedClassVersionError: us/talabrek/ultimateskyblock/utils/command/CommandManager$RequirementChecker : Unsupported major.minor version 52.0
  39. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
  40. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
  41. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_79]
  42. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_79]
  43. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
  44. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
  45. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
  46. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  47. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
  48. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  49. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  50. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
  51. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
  52. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
  53. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_79]
  54. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_79]
  55. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_79]
  56. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_79]
  57. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_79]
  58. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
  59. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  60. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
  61. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  62. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  63. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
  64. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
  65. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
  66. at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
  67. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  68. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[server.jar:git-PaperSpigot-7aa4900-62a2169]
  69. ... 6 more
  70. [17:37:09] [Server thread/ERROR]: Could not load 'plugins/cxSkyblock.jar' in folder 'plugins'
  71. org.bukkit.plugin.UnknownDependencyException: uSkyBlock
  72. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  73. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  74. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  75. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:561) [server.jar:git-PaperSpigot-7aa4900-62a2169]
  76. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_79]
  77. [17:37:09] [Server thread/INFO]: [ExecuteEverywhere] Loading ExecuteEverywhere v1.2.3-SNAPSHOT
  78. [17:37:09] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  79. [17:37:09] [Server thread/INFO]: [AntiWDL] Loading AntiWDL v0.1
  80. [17:37:09] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  81. [17:37:09] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b717
  82. [17:37:09] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5-SNAPSHOT-b196
  83. [17:37:09] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  84. [17:37:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  85. [17:37:09] [Server thread/INFO]: [VoidWorld] Loading VoidWorld v1.0
  86. [17:37:09] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  87. [17:37:09] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1267)
  88. [17:37:09] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  89. [17:37:09] [Server thread/INFO]: [GameLibrary] Loading GameLibrary vAlpha 1.0
  90. [17:37:09] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
  91. [17:37:09] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.7.2
  92. [17:37:09] [Server thread/INFO]: [Auctions] Loading Auctions v2.4.1-SNAPSHOT
  93. [17:37:09] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
  94. [17:37:09] [Server thread/INFO]: [MobStacker] Loading MobStacker v1.9.1
  95. [17:37:09] [Server thread/INFO]: [AAC] Loading AAC v1.9.3
  96. [17:37:09] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  97. [17:37:09] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  98. [17:37:09] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  99. [17:37:09] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  100. [17:37:09] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5-SNAPSHOT-b196
  101. [17:37:09] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  102. [17:37:09] [Server thread/INFO]: [VoidWorld] Enabling VoidWorld v1.0
  103. [17:37:09] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  104. [17:37:09] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  105. [17:37:09] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  106. [17:37:09] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  107. [17:37:09] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  108. [17:37:09] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  109. [17:37:09] [Server thread/INFO]: Preparing level "world"
  110. [17:37:09] [Server thread/INFO]: -------- World Settings For [world] --------
  111. [17:37:09] [Server thread/INFO]: Mob Spawn Range: 4
  112. [17:37:09] [Server thread/INFO]: Anti X-Ray: true
  113. [17:37:09] [Server thread/INFO]: Engine Mode: 1
  114. [17:37:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  115. [17:37:09] [Server thread/INFO]: Replace Blocks: [1, 5]
  116. [17:37:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  117. [17:37:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
  118. [17:37:09] [Server thread/INFO]: Cane Growth Modifier: 100%
  119. [17:37:09] [Server thread/INFO]: Melon Growth Modifier: 100%
  120. [17:37:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  121. [17:37:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  122. [17:37:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
  123. [17:37:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
  124. [17:37:09] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  125. [17:37:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  126. [17:37:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  127. [17:37:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  128. [17:37:09] [Server thread/INFO]: Random Lighting Updates: false
  129. [17:37:09] [Server thread/INFO]: Structure Info Saving: true
  130. [17:37:09] [Server thread/INFO]: Sending up to 10 chunks per packet
  131. [17:37:09] [Server thread/INFO]: Max Entity Collisions: 8
  132. [17:37:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  133. [17:37:09] [Server thread/INFO]: Max TNT Explosions: 100
  134. [17:37:09] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  135. [17:37:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
  136. [17:37:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  137. [17:37:09] [Server thread/INFO]: Item Despawn Rate: 6000
  138. [17:37:09] [Server thread/INFO]: Item Merge Radius: 2.5
  139. [17:37:09] [Server thread/INFO]: View Distance: 10
  140. [17:37:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  141. [17:37:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
  142. [17:37:09] [Server thread/INFO]: Clear tick list: false
  143. [17:37:09] [Server thread/INFO]: Experience Merge Radius: 3.0
  144. [17:37:09] [Server thread/INFO]: -------- World Settings For [world] --------
  145. [17:37:09] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  146. [17:37:09] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  147. [17:37:09] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  148. [17:37:09] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  149. [17:37:09] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  150. [17:37:09] [Server thread/INFO]: Water over lava flow speed: 5
  151. [17:37:09] [Server thread/INFO]: Fix TNT cannons: false
  152. [17:37:09] [Server thread/INFO]: Allow undead horse types to be leashed: false
  153. [17:37:09] [Server thread/INFO]: Keep spawn chunk loaded: true
  154. [17:37:09] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  155. [17:37:09] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  156. [17:37:09] [Server thread/INFO]: World async lighting: false
  157. [17:37:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  158. [17:37:10] [Server thread/INFO]: Mob Spawn Range: 4
  159. [17:37:10] [Server thread/INFO]: Anti X-Ray: true
  160. [17:37:10] [Server thread/INFO]: Engine Mode: 1
  161. [17:37:10] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  162. [17:37:10] [Server thread/INFO]: Replace Blocks: [1, 5]
  163. [17:37:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  164. [17:37:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  165. [17:37:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  166. [17:37:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  167. [17:37:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  168. [17:37:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  169. [17:37:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  170. [17:37:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  171. [17:37:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  172. [17:37:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  173. [17:37:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  174. [17:37:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  175. [17:37:10] [Server thread/INFO]: Random Lighting Updates: false
  176. [17:37:10] [Server thread/INFO]: Structure Info Saving: true
  177. [17:37:10] [Server thread/INFO]: Sending up to 10 chunks per packet
  178. [17:37:10] [Server thread/INFO]: Max Entity Collisions: 8
  179. [17:37:10] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  180. [17:37:10] [Server thread/INFO]: Max TNT Explosions: 100
  181. [17:37:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  182. [17:37:10] [Server thread/INFO]: Arrow Despawn Rate: 1200
  183. [17:37:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  184. [17:37:10] [Server thread/INFO]: Item Despawn Rate: 6000
  185. [17:37:10] [Server thread/INFO]: Item Merge Radius: 2.5
  186. [17:37:10] [Server thread/INFO]: View Distance: 10
  187. [17:37:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  188. [17:37:10] [Server thread/INFO]: Chunks to Grow per Tick: 650
  189. [17:37:10] [Server thread/INFO]: Clear tick list: false
  190. [17:37:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  191. [17:37:10] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  192. [17:37:10] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  193. [17:37:10] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  194. [17:37:10] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  195. [17:37:10] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  196. [17:37:10] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  197. [17:37:10] [Server thread/INFO]: Water over lava flow speed: 5
  198. [17:37:10] [Server thread/INFO]: Fix TNT cannons: false
  199. [17:37:10] [Server thread/INFO]: Allow undead horse types to be leashed: false
  200. [17:37:10] [Server thread/INFO]: Keep spawn chunk loaded: true
  201. [17:37:10] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  202. [17:37:10] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  203. [17:37:10] [Server thread/INFO]: World async lighting: false
  204. [17:37:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: -2658252430022732954)
  205. [17:37:11] [Server thread/INFO]: Preparing spawn area: 94%
  206. [17:37:11] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8182490025211143778)
  207. [17:37:12] [Server thread/INFO]: Preparing spawn area: 70%
  208. [17:37:12] [Server thread/INFO]: [ExecuteEverywhere] Enabling ExecuteEverywhere v1.2.3-SNAPSHOT
  209. [17:37:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  210. [17:37:13] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  211. [17:37:13] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  212. [17:37:13] [Server thread/INFO]: [AntiWDL] Enabling AntiWDL v0.1
  213. [17:37:13] [Server thread/INFO]: [AntiWDL] -----------------------------
  214. [17:37:13] [Server thread/INFO]: [AntiWDL] Loading AntiWDL by Upd4ting
  215. [17:37:13] [Server thread/INFO]: [AntiWDL] Check out my twitter: twitter.com/upd4ting
  216. [17:37:13] [Server thread/INFO]: [AntiWDL] -----------------------------
  217. [17:37:13] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b717
  218. [17:37:13] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 8182490025211143778
  219. [17:37:13] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  220. [17:37:13] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 0 Z: 0 P: 0 Y: 0
  221. [17:37:14] [Server thread/ERROR]: [Multiverse-Core] Safe spawn NOT found!!!
  222. [17:37:14] [Server thread/INFO]: -------- World Settings For [Lobby] --------
  223. [17:37:14] [Server thread/INFO]: Mob Spawn Range: 4
  224. [17:37:14] [Server thread/INFO]: Anti X-Ray: true
  225. [17:37:14] [Server thread/INFO]: Engine Mode: 1
  226. [17:37:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  227. [17:37:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  228. [17:37:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  229. [17:37:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  230. [17:37:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  231. [17:37:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  232. [17:37:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  233. [17:37:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  234. [17:37:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  235. [17:37:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  236. [17:37:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  237. [17:37:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  238. [17:37:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  239. [17:37:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  240. [17:37:14] [Server thread/INFO]: Random Lighting Updates: false
  241. [17:37:14] [Server thread/INFO]: Structure Info Saving: true
  242. [17:37:14] [Server thread/INFO]: Sending up to 10 chunks per packet
  243. [17:37:14] [Server thread/INFO]: Max Entity Collisions: 8
  244. [17:37:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  245. [17:37:14] [Server thread/INFO]: Max TNT Explosions: 100
  246. [17:37:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  247. [17:37:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  248. [17:37:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  249. [17:37:14] [Server thread/INFO]: Item Despawn Rate: 6000
  250. [17:37:14] [Server thread/INFO]: Item Merge Radius: 2.5
  251. [17:37:14] [Server thread/INFO]: View Distance: 10
  252. [17:37:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  253. [17:37:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  254. [17:37:14] [Server thread/INFO]: Clear tick list: false
  255. [17:37:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  256. [17:37:14] [Server thread/INFO]: -------- World Settings For [Lobby] --------
  257. [17:37:14] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  258. [17:37:14] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  259. [17:37:14] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  260. [17:37:14] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  261. [17:37:14] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  262. [17:37:14] [Server thread/INFO]: Water over lava flow speed: 5
  263. [17:37:14] [Server thread/INFO]: Fix TNT cannons: false
  264. [17:37:14] [Server thread/INFO]: Allow undead horse types to be leashed: false
  265. [17:37:14] [Server thread/INFO]: Keep spawn chunk loaded: true
  266. [17:37:14] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  267. [17:37:14] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  268. [17:37:14] [Server thread/INFO]: World async lighting: false
  269. [17:37:14] [Server thread/INFO]: Preparing start region for level 2 (Seed: -5071329636323288648)
  270. [17:37:14] [Server thread/INFO]: Could not set generator for world 'skyworld': Plugin 'uSkyBlock' does not exist
  271. [17:37:14] [Server thread/INFO]: -------- World Settings For [skyworld] --------
  272. [17:37:14] [Server thread/INFO]: Mob Spawn Range: 4
  273. [17:37:14] [Server thread/INFO]: Anti X-Ray: true
  274. [17:37:14] [Server thread/INFO]: Engine Mode: 1
  275. [17:37:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  276. [17:37:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  277. [17:37:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  278. [17:37:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  279. [17:37:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  280. [17:37:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  281. [17:37:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  282. [17:37:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  283. [17:37:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  284. [17:37:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  285. [17:37:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  286. [17:37:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  287. [17:37:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  288. [17:37:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  289. [17:37:14] [Server thread/INFO]: Random Lighting Updates: false
  290. [17:37:14] [Server thread/INFO]: Structure Info Saving: true
  291. [17:37:14] [Server thread/INFO]: Sending up to 10 chunks per packet
  292. [17:37:14] [Server thread/INFO]: Max Entity Collisions: 8
  293. [17:37:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  294. [17:37:14] [Server thread/INFO]: Max TNT Explosions: 100
  295. [17:37:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  296. [17:37:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  297. [17:37:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  298. [17:37:14] [Server thread/INFO]: Item Despawn Rate: 6000
  299. [17:37:14] [Server thread/INFO]: Item Merge Radius: 2.5
  300. [17:37:14] [Server thread/INFO]: View Distance: 10
  301. [17:37:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  302. [17:37:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  303. [17:37:14] [Server thread/INFO]: Clear tick list: false
  304. [17:37:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  305. [17:37:14] [Server thread/INFO]: -------- World Settings For [skyworld] --------
  306. [17:37:14] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  307. [17:37:14] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  308. [17:37:14] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  309. [17:37:14] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  310. [17:37:14] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  311. [17:37:14] [Server thread/INFO]: Water over lava flow speed: 5
  312. [17:37:14] [Server thread/INFO]: Fix TNT cannons: false
  313. [17:37:14] [Server thread/INFO]: Allow undead horse types to be leashed: false
  314. [17:37:14] [Server thread/INFO]: Keep spawn chunk loaded: true
  315. [17:37:14] [Server thread/INFO]: WorldServer TickNextTick cap set at 10000
  316. [17:37:14] [Server thread/INFO]: WorldServer TickNextTickList cap always processes redstone: false
  317. [17:37:14] [Server thread/INFO]: World async lighting: false
  318. [17:37:14] [Server thread/INFO]: Preparing start region for level 3 (Seed: -717547789006403205)
  319. [17:37:14] [Server thread/INFO]: Could not set generator for world 'skyworld': Plugin 'uSkyBlock' does not exist
  320. [17:37:14] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  321. [17:37:14] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b717 (API v20) Enabled - By Rigby, fernferret, lithium3141 and main--
  322. [17:37:14] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  323. [17:37:14] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  324. [17:37:15] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  325. [17:37:15] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  326. [17:37:15] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  327. [17:37:15] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  328. [17:37:15] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  329. [17:37:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  330. [17:37:15] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  331. [17:37:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  332. [17:37:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  333. [17:37:15] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  334. [17:37:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  335. [17:37:15] [Server thread/INFO]: [WorldGuard] (Lobby) TNT ignition is PERMITTED.
  336. [17:37:15] [Server thread/INFO]: [WorldGuard] (Lobby) Lighters are PERMITTED.
  337. [17:37:15] [Server thread/INFO]: [WorldGuard] (Lobby) Lava fire is blocked.
  338. [17:37:15] [Server thread/INFO]: [WorldGuard] (Lobby) Fire spread is UNRESTRICTED.
  339. [17:37:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Lobby'
  340. [17:37:15] [Server thread/INFO]: [WorldGuard] (skyworld) TNT ignition is PERMITTED.
  341. [17:37:15] [Server thread/INFO]: [WorldGuard] (skyworld) Lighters are PERMITTED.
  342. [17:37:15] [Server thread/INFO]: [WorldGuard] (skyworld) Lava fire is blocked.
  343. [17:37:15] [Server thread/INFO]: [WorldGuard] (skyworld) Fire spread is UNRESTRICTED.
  344. [17:37:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'skyworld'
  345. [17:37:15] [Server thread/INFO]: [WorldGuard] Loading region data...
  346. [17:37:16] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  347. [17:37:16] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  348. [17:37:16] [Server thread/INFO]: git-PaperSpigot-7aa4900-62a2169 (MC: 1.8.8)
  349. [17:37:16] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  350. [17:37:16] [Server thread/INFO]: Using locale en_US
  351. [17:37:16] [Server thread/INFO]: Using locale en_US
  352. [17:37:16] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  353. [17:37:16] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  354. [17:37:16] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  355. [17:37:16] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1267)
  356. [17:37:16] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  357. [17:37:16] [Server thread/INFO]: [GameLibrary] Enabling GameLibrary vAlpha 1.0
  358. [17:37:17] [Server thread/INFO]: [Library] HikariCP connected to the database successfully.
  359. [17:37:17] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
  360. [17:37:17] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.7.2
  361. [17:37:17] [Server thread/INFO]: Injecting command information into Citizens.
  362. [17:37:17] [Server thread/INFO]: [Auctions] Enabling Auctions v2.4.1-SNAPSHOT
  363. [17:37:17] [Server thread/INFO]: [Auctions] Material "BEDROCK" added as a blocked material.
  364. [17:37:17] [Server thread/INFO]: [Auctions] Added global chat recipient group to the list of broadcast listeners
  365. [17:37:17] [Server thread/INFO]: [Auctions] PlaceholderAPI was not found, chat hooks have NOT been registered
  366. [17:37:17] [Server thread/INFO]: [Auctions] Message handler has been set to TEXT
  367. [17:37:17] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
  368. [17:37:17] [Server thread/WARN]: [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  369. [17:37:17] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'items'
  370. [17:37:17] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
  371. [17:37:17] [Server thread/WARN]: [Server thread] ERROR com.Acrobot.ChestShop.ORMlite.db.SqliteDatabaseType - WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  372. [17:37:17] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating table 'accounts'
  373. [17:37:17] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - creating index 'accounts_shortName_idx' for table 'accounts
  374. [17:37:17] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
  375. [17:37:17] [Server thread/WARN]: [Server thread] INFO com.Acrobot.ChestShop.ORMlite.table.TableUtils - executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  376. [17:37:17] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  377. [17:37:17] [Server thread/INFO]: [MobStacker] Enabling MobStacker v1.9.1
  378. [17:37:17] [Server thread/INFO]: [MobStacker] MobStacker is starting
  379. [17:37:17] [Server thread/INFO]: [MobStacker] Connected to metrics
  380. [17:37:17] [Server thread/INFO]: [MobStacker] Successfully hooked in to WorldGuard!
  381. [17:37:17] [Server thread/INFO]: [MobStacker] MobStacker has successfully started!
  382. [17:37:17] [Server thread/INFO]: [AAC] Enabling AAC v1.9.3
  383. [17:37:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  384. [17:37:18] [Thread-15/INFO]: [AAC] Checking for updates...
  385. [17:37:18] [Server thread/INFO]: Done (8.436s)! For help, type "help" or "?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement