Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.19 KB | None | 0 0
  1. [17:07:39] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [17:07:39] [Server thread/INFO]: Loading properties
  3. [17:07:39] [Server thread/INFO]: Default game type: ADVENTURE
  4. [17:07:39] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [17:07:40] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [17:07:40] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [17:07:40] [Server thread/INFO]: Debug logging is disabled
  8. [17:07:40] [Server thread/INFO]: Generating keypair
  9. [17:07:40] [Server thread/INFO]: Starting Minecraft server on *:25623
  10. [17:07:40] [Server thread/INFO]: Using epoll channel type
  11. [17:07:40] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [17:07:40] [Server thread/ERROR]: Could not load 'plugins/EssentialsChat.jar' in folder 'plugins'
  13. org.bukkit.plugin.UnknownDependencyException: Essentials
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot.jar:git-Spigot-db6de12-18fbb24]
  15. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.jar:git-Spigot-db6de12-18fbb24]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-db6de12-18fbb24]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  19. [17:07:40] [Server thread/ERROR]: Could not load 'plugins/EssentialsSpawn-2.x-SNAPSHOT.jar' in folder 'plugins'
  20. org.bukkit.plugin.UnknownDependencyException: Essentials
  21. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [spigot.jar:git-Spigot-db6de12-18fbb24]
  22. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.jar:git-Spigot-db6de12-18fbb24]
  23. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-db6de12-18fbb24]
  24. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  25. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  26. [17:07:40] [Server thread/ERROR]: Could not load 'plugins/DisguiseCraft.jar' in folder 'plugins'
  27. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
  28. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  29. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  30. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-db6de12-18fbb24]
  31. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot.jar:git-Spigot-db6de12-18fbb24]
  32. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot.jar:git-Spigot-db6de12-18fbb24]
  33. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  34. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  35. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R2/Packet
  36. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_91]
  37. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_91]
  38. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  40. ... 6 more
  41. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R2.Packet
  42. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  43. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  44. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_91]
  45. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_91]
  46. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_91]
  47. at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_91]
  48. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  49. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  50. ... 6 more
  51. [17:07:40] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
  52. [17:07:40] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  53. [17:07:40] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v2.0
  54. [17:07:40] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.2.3
  55. [17:07:40] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v2.5.2
  56. [17:07:40] [Server thread/INFO]: [PacketListenerAPI] Using INCHandler
  57. [17:07:40] [Server thread/INFO]: [PacketListenerAPI] Injected custom Channel handler.
  58. [17:07:40] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  59. [17:07:40] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  60. [17:07:40] [Server thread/INFO]: [EasyWarp] Loading EasyWarp v3.3
  61. [17:07:40] [Server thread/INFO]: [PingPlayer] Loading PingPlayer v1.3.0
  62. [17:07:40] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  63. [17:07:40] [Server thread/INFO]: [ZavAutoMessager] Loading ZavAutoMessager v3.2
  64. [17:07:40] [Server thread/INFO]: [ChatManager] Loading ChatManager v5.5
  65. [17:07:40] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.5-SNAPSHOT-b210
  66. [17:07:41] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  67. [17:07:41] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  68. [17:07:41] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.0.6
  69. [17:07:41] [Server thread/INFO]: [CustomTab] Loading CustomTab v1.1
  70. [17:07:41] [Server thread/INFO]: [BeTheMob] Loading BeTheMob v1.12
  71. [17:07:41] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.12
  72. [17:07:41] [Server thread/INFO]: [VH] Loading VIPHide v1.3.2
  73. [17:07:41] [Server thread/INFO]: [BW] Loading Bedwars v2.4.4
  74. [17:07:41] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
  75. [17:07:41] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
  76. [17:07:41] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  77. [17:07:41] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  78. [17:07:41] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  79. [17:07:41] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  80. [17:07:41] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  81. [17:07:41] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.5-SNAPSHOT-b210
  82. [17:07:41] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  83. [17:07:41] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  84. [17:07:41] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  85. [17:07:41] [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.
  86. [17:07:41] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  87. [17:07:41] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  88. [17:07:41] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  89. [17:07:41] [Server thread/INFO]: Preparing level "world"
  90. [17:07:41] [Server thread/INFO]: -------- World Settings For [world] --------
  91. [17:07:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  92. [17:07:41] [Server thread/INFO]: Random Lighting Updates: false
  93. [17:07:41] [Server thread/INFO]: Structure Info Saving: true
  94. [17:07:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  95. [17:07:41] [Server thread/INFO]: Max Entity Collisions: 8
  96. [17:07:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  97. [17:07:41] [Server thread/INFO]: Max TNT Explosions: 100
  98. [17:07:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  99. [17:07:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  100. [17:07:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  101. [17:07:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  102. [17:07:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  103. [17:07:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  104. [17:07:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  105. [17:07:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  106. [17:07:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  107. [17:07:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  108. [17:07:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  109. [17:07:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  110. [17:07:41] [Server thread/INFO]: Mob Spawn Range: 4
  111. [17:07:41] [Server thread/INFO]: Anti X-Ray: true
  112. [17:07:41] [Server thread/INFO]: Engine Mode: 1
  113. [17:07:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  114. [17:07:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  115. [17:07:41] [Server thread/INFO]: Item Despawn Rate: 6000
  116. [17:07:41] [Server thread/INFO]: Item Merge Radius: 2.5
  117. [17:07:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  118. [17:07:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  119. [17:07:41] [Server thread/INFO]: View Distance: 10
  120. [17:07:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  121. [17:07:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  122. [17:07:41] [Server thread/INFO]: Clear tick list: false
  123. [17:07:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  124. [17:07:41] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  125. [17:07:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  126. [17:07:41] [Server thread/INFO]: Random Lighting Updates: false
  127. [17:07:41] [Server thread/INFO]: Structure Info Saving: true
  128. [17:07:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  129. [17:07:41] [Server thread/INFO]: Max Entity Collisions: 8
  130. [17:07:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  131. [17:07:41] [Server thread/INFO]: Max TNT Explosions: 100
  132. [17:07:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  133. [17:07:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  134. [17:07:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  135. [17:07:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  136. [17:07:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  137. [17:07:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  138. [17:07:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  139. [17:07:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  140. [17:07:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  141. [17:07:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  142. [17:07:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  143. [17:07:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  144. [17:07:41] [Server thread/INFO]: Mob Spawn Range: 4
  145. [17:07:41] [Server thread/INFO]: Anti X-Ray: true
  146. [17:07:41] [Server thread/INFO]: Engine Mode: 1
  147. [17:07:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  148. [17:07:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  149. [17:07:41] [Server thread/INFO]: Item Despawn Rate: 6000
  150. [17:07:41] [Server thread/INFO]: Item Merge Radius: 2.5
  151. [17:07:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  152. [17:07:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  153. [17:07:41] [Server thread/INFO]: View Distance: 10
  154. [17:07:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  155. [17:07:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  156. [17:07:41] [Server thread/INFO]: Clear tick list: false
  157. [17:07:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  158. [17:07:41] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  159. [17:07:41] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  160. [17:07:41] [Server thread/INFO]: Random Lighting Updates: false
  161. [17:07:41] [Server thread/INFO]: Structure Info Saving: true
  162. [17:07:41] [Server thread/INFO]: Sending up to 10 chunks per packet
  163. [17:07:41] [Server thread/INFO]: Max Entity Collisions: 8
  164. [17:07:41] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  165. [17:07:41] [Server thread/INFO]: Max TNT Explosions: 100
  166. [17:07:41] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  167. [17:07:41] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  168. [17:07:41] [Server thread/INFO]: Cactus Growth Modifier: 100%
  169. [17:07:41] [Server thread/INFO]: Cane Growth Modifier: 100%
  170. [17:07:41] [Server thread/INFO]: Melon Growth Modifier: 100%
  171. [17:07:41] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  172. [17:07:41] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  173. [17:07:41] [Server thread/INFO]: Sapling Growth Modifier: 100%
  174. [17:07:41] [Server thread/INFO]: Wheat Growth Modifier: 100%
  175. [17:07:41] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  176. [17:07:41] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  177. [17:07:41] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  178. [17:07:41] [Server thread/INFO]: Mob Spawn Range: 4
  179. [17:07:41] [Server thread/INFO]: Anti X-Ray: true
  180. [17:07:41] [Server thread/INFO]: Engine Mode: 1
  181. [17:07:41] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  182. [17:07:41] [Server thread/INFO]: Replace Blocks: [1, 5]
  183. [17:07:41] [Server thread/INFO]: Item Despawn Rate: 6000
  184. [17:07:41] [Server thread/INFO]: Item Merge Radius: 2.5
  185. [17:07:41] [Server thread/INFO]: Arrow Despawn Rate: 1200
  186. [17:07:41] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  187. [17:07:41] [Server thread/INFO]: View Distance: 10
  188. [17:07:41] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  189. [17:07:41] [Server thread/INFO]: Chunks to Grow per Tick: 650
  190. [17:07:41] [Server thread/INFO]: Clear tick list: false
  191. [17:07:41] [Server thread/INFO]: Experience Merge Radius: 3.0
  192. [17:07:41] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6853627859607124878)
  193. [17:07:42] [Server thread/INFO]: Preparing spawn area: 61%
  194. [17:07:42] [Server thread/INFO]: Preparing start region for level 1 (Seed: 6853627859607124878)
  195. [17:07:43] [Server thread/INFO]: Preparing spawn area: 78%
  196. [17:07:43] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6853627859607124878)
  197. [17:07:43] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  198. [17:07:44] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  199. [17:07:44] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  200. [17:07:44] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v2.0
  201. [17:07:44] [Server thread/INFO]: [ColoredSigns] ColoredSigns enabling.
  202. [17:07:44] [Server thread/WARN]: [ColoredSigns] PermissionsEx support is disabled.
  203. [17:07:44] [Server thread/INFO]: [ColoredSigns] Starting services.. loading file and library's.
  204. [17:07:44] [Server thread/INFO]: [iDisguise] Enabling iDisguise v5.2.3
  205. [17:07:44] [Server thread/INFO]: [iDisguise] iDisguise 5.2.3 enabled!
  206. [17:07:44] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v2.5.2
  207. [17:07:44] [Server thread/INFO]: [PacketListenerAPI] Metrics started.
  208. [17:07:44] [Server thread/INFO]: [PacketListenerAPI] Adding channels for all online players...
  209. [17:07:44] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  210. [17:07:44] [Server thread/INFO]: [PermissionsEx] Initializing sql backend
  211. [17:07:45] [Server thread/INFO]: [PermissionsEx] Successfully connected to SQL database
  212. [17:07:45] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  213. [17:07:45] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  214. [17:07:45] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  215. [17:07:45] [Server thread/INFO]: [EasyWarp] Enabling EasyWarp v3.3
  216. [17:07:45] [Server thread/INFO]: [PingPlayer] Enabling PingPlayer v1.3.0
  217. [17:07:45] [Server thread/INFO]: [PingPlayer] Thank you for enabling Metrics!
  218. [17:07:45] [Server thread/INFO]: [PingPlayer] PingPlayer v1.3.0 enabled.
  219. [17:07:45] [Server thread/INFO]: [ZavAutoMessager] Enabling ZavAutoMessager v3.2
  220. [17:07:45] [Server thread/INFO]: [ChatManager] Enabling ChatManager v5.5
  221. [17:07:45] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  222. [17:07:45] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  223. [17:07:45] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  224. [17:07:45] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  225. [17:07:45] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  226. [17:07:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  227. [17:07:45] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  228. [17:07:45] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  229. [17:07:45] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  230. [17:07:45] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  231. [17:07:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  232. [17:07:45] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  233. [17:07:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  234. [17:07:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  235. [17:07:45] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  236. [17:07:45] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  237. [17:07:45] [Server thread/INFO]: [WorldGuard] Loading region data...
  238. [17:07:46] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  239. [17:07:46] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  240. [17:07:46] [Server thread/INFO]: [AllPay] - Version 10.0 - using only an item based economy for Multiverse-Core v2.4-b527
  241. [17:07:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 6853627859607124878
  242. [17:07:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 6853627859607124878
  243. [17:07:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 6853627859607124878
  244. [17:07:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Spawn' - Env: NORMAL - Type: FLAT & seed: 2660936275876506541
  245. [17:07:46] [Server thread/INFO]: -------- World Settings For [Spawn] --------
  246. [17:07:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  247. [17:07:46] [Server thread/INFO]: Random Lighting Updates: false
  248. [17:07:46] [Server thread/INFO]: Structure Info Saving: true
  249. [17:07:46] [Server thread/INFO]: Sending up to 10 chunks per packet
  250. [17:07:46] [Server thread/INFO]: Max Entity Collisions: 8
  251. [17:07:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  252. [17:07:46] [Server thread/INFO]: Max TNT Explosions: 100
  253. [17:07:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  254. [17:07:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  255. [17:07:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
  256. [17:07:46] [Server thread/INFO]: Cane Growth Modifier: 100%
  257. [17:07:46] [Server thread/INFO]: Melon Growth Modifier: 100%
  258. [17:07:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  259. [17:07:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  260. [17:07:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
  261. [17:07:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
  262. [17:07:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  263. [17:07:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  264. [17:07:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  265. [17:07:46] [Server thread/INFO]: Mob Spawn Range: 4
  266. [17:07:46] [Server thread/INFO]: Anti X-Ray: true
  267. [17:07:46] [Server thread/INFO]: Engine Mode: 1
  268. [17:07:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  269. [17:07:46] [Server thread/INFO]: Replace Blocks: [1, 5]
  270. [17:07:46] [Server thread/INFO]: Item Despawn Rate: 6000
  271. [17:07:46] [Server thread/INFO]: Item Merge Radius: 2.5
  272. [17:07:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
  273. [17:07:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  274. [17:07:46] [Server thread/INFO]: View Distance: 10
  275. [17:07:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  276. [17:07:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
  277. [17:07:46] [Server thread/INFO]: Clear tick list: false
  278. [17:07:46] [Server thread/INFO]: Experience Merge Radius: 3.0
  279. [17:07:46] [Server thread/INFO]: Preparing start region for level 3 (Seed: 2660936275876506541)
  280. [17:07:46] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
  281. [17:07:46] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
  282. [17:07:46] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is blocked.
  283. [17:07:46] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
  284. [17:07:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
  285. [17:07:46] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Aztecs_Temple' - Env: NORMAL - Type: NORMAL & seed: 6377170970085593759 & generator: CleanroomGenerator:.
  286. [17:07:46] [Server thread/INFO]: -------- World Settings For [Aztecs_Temple] --------
  287. [17:07:46] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  288. [17:07:46] [Server thread/INFO]: Random Lighting Updates: false
  289. [17:07:46] [Server thread/INFO]: Structure Info Saving: true
  290. [17:07:46] [Server thread/INFO]: Sending up to 10 chunks per packet
  291. [17:07:46] [Server thread/INFO]: Max Entity Collisions: 8
  292. [17:07:46] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  293. [17:07:46] [Server thread/INFO]: Max TNT Explosions: 100
  294. [17:07:46] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  295. [17:07:46] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  296. [17:07:46] [Server thread/INFO]: Cactus Growth Modifier: 100%
  297. [17:07:46] [Server thread/INFO]: Cane Growth Modifier: 100%
  298. [17:07:46] [Server thread/INFO]: Melon Growth Modifier: 100%
  299. [17:07:46] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  300. [17:07:46] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  301. [17:07:46] [Server thread/INFO]: Sapling Growth Modifier: 100%
  302. [17:07:46] [Server thread/INFO]: Wheat Growth Modifier: 100%
  303. [17:07:46] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  304. [17:07:46] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  305. [17:07:46] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  306. [17:07:46] [Server thread/INFO]: Mob Spawn Range: 4
  307. [17:07:46] [Server thread/INFO]: Anti X-Ray: true
  308. [17:07:46] [Server thread/INFO]: Engine Mode: 1
  309. [17:07:46] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  310. [17:07:46] [Server thread/INFO]: Replace Blocks: [1, 5]
  311. [17:07:46] [Server thread/INFO]: Item Despawn Rate: 6000
  312. [17:07:46] [Server thread/INFO]: Item Merge Radius: 2.5
  313. [17:07:46] [Server thread/INFO]: Arrow Despawn Rate: 1200
  314. [17:07:46] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  315. [17:07:46] [Server thread/INFO]: View Distance: 10
  316. [17:07:46] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  317. [17:07:46] [Server thread/INFO]: Chunks to Grow per Tick: 650
  318. [17:07:46] [Server thread/INFO]: Clear tick list: false
  319. [17:07:46] [Server thread/INFO]: Experience Merge Radius: 3.0
  320. [17:07:46] [Server thread/INFO]: Preparing start region for level 4 (Seed: 6377170970085593759)
  321. [17:07:46] [Server thread/INFO]: [WorldGuard] (Aztecs_Temple) TNT ignition is PERMITTED.
  322. [17:07:46] [Server thread/INFO]: [WorldGuard] (Aztecs_Temple) Lighters are PERMITTED.
  323. [17:07:46] [Server thread/INFO]: [WorldGuard] (Aztecs_Temple) Lava fire is blocked.
  324. [17:07:46] [Server thread/INFO]: [WorldGuard] (Aztecs_Temple) Fire spread is UNRESTRICTED.
  325. [17:07:46] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Aztecs_Temple'
  326. [17:07:46] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  327. [17:07:46] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.0.6
  328. [17:07:46] [Server thread/INFO]: [LibsDisguises] Discovered MC version: v1_8_R3
  329. [17:07:46] [Server thread/ERROR]: Error occurred while enabling LibsDisguises v9.0.6 (Is it up to date?)
  330. java.lang.NoSuchFieldError: REL_ENTITY_MOVE_LOOK
  331. at me.libraryaddict.disguise.utilities.packetlisteners.PacketListenerViewDisguises.<init>(PacketListenerViewDisguises.java:31) ~[?:?]
  332. at me.libraryaddict.disguise.utilities.PacketsManager.init(PacketsManager.java:626) ~[?:?]
  333. at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:63) ~[?:?]
  334. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
  335. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24]
  336. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24]
  337. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24]
  338. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24]
  339. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot.jar:git-Spigot-db6de12-18fbb24]
  340. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot.jar:git-Spigot-db6de12-18fbb24]
  341. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot.jar:git-Spigot-db6de12-18fbb24]
  342. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot.jar:git-Spigot-db6de12-18fbb24]
  343. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot.jar:git-Spigot-db6de12-18fbb24]
  344. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  345. [17:07:46] [Server thread/INFO]: [CustomTab] Enabling CustomTab v1.1
  346. [17:07:46] [Server thread/INFO]: [BeTheMob] Enabling BeTheMob v1.12
  347. [17:07:46] [Server thread/WARN]: [BeTheMob] BeTheMob has not been tested with this version of bukkit yet.
  348. [17:07:46] [Server thread/WARN]: [BeTheMob] The plugin might not work in 'v1_8_R3'!
  349. [17:07:46] [Server thread/INFO]: [BeTheMob] Hooked with ProtocolLib
  350. [17:07:46] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.12
  351. [17:07:46] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  352. [17:07:46] [Server thread/WARN]: [HolographicDisplays] Hologram 'testsg' was in the world 'Haupt-Lobby' but it wasn't loaded.
  353. [17:07:46] [Server thread/WARN]: [HolographicDisplays] Hologram 'jumpnrun' was in the world 'Haupt-Lobby' but it wasn't loaded.
  354. [17:07:46] [Server thread/WARN]: [HolographicDisplays] Hologram 'skywars' was in the world 'Haupt-Lobby' but it wasn't loaded.
  355. [17:07:46] [Server thread/INFO]: [VH] Enabling VIPHide v1.3.2
  356. [17:07:46] [Server thread/INFO]: [VIPHide] Hooked into iDisguise
  357. [17:07:46] [Server thread/INFO]: [VIPHide] Hooked into BeTheMob
  358. [17:07:46] [Server thread/INFO]: [VIPHide] Hooked into LibsDisguises
  359. [17:07:47] [Server thread/INFO]: [BW] Enabling Bedwars v2.4.4
  360. [17:07:47] [Server thread/INFO]: [Bedwars] Found VIPHide!
  361. [17:07:47] [Server thread/INFO]: [Bedwars] MySQL loaded
  362. [17:07:47] [Server thread/INFO]: [Bedwars] Loaded game Aztecs_Temple
  363. [17:07:47] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  364. [17:07:47] [Server thread/INFO]: Done (6.165s)! For help, type "help" or "?"
  365. [17:07:47] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.1.13
  366. [17:07:47] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  367. [17:07:47] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  368. [17:07:47] [Craft Scheduler Thread - 9/INFO]: [Vault] Checking for Updates ...
  369. [17:07:47] [Craft Scheduler Thread - 9/INFO]: [Vault] No new version available
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement