Advertisement
Guest User

Untitled

a guest
Dec 9th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.35 KB | None | 0 0
  1. [15:48:06] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [15:48:06] [Server thread/INFO]: Loading properties
  3. [15:48:06] [Server thread/INFO]: Default game type: ADVENTURE
  4. [15:48:06] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-d5bf866-917e46a (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  5. [15:48:06] [Server thread/INFO]: Debug logging is disabled
  6. [15:48:06] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [15:48:06] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [15:48:06] [Server thread/INFO]: Generating keypair
  9. [15:48:06] [Server thread/INFO]: Starting Minecraft server on *:25569
  10. [15:48:07] [Server thread/WARN]: Plugin `Frame_Protector v1.2' uses the space-character (0x20) in its name `Frame Protector' - this is discouraged
  11. [15:48:07] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [15:48:07] [Server thread/ERROR]: Could not load 'plugins\JSONAPI.jar' in folder 'plugins'
  13. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/util/io/netty/channel/SimpleChannelInboundHandler
  14. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-d5bf866-917e46a]
  17. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:288) [spigot.jar:git-Spigot-d5bf866-917e46a]
  18. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-d5bf866-917e46a]
  19. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [spigot.jar:git-Spigot-d5bf866-917e46a]
  20. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  21. Caused by: java.lang.NoClassDefFoundError: net/minecraft/util/io/netty/channel/SimpleChannelInboundHandler
  22. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
  23. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  24. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  25. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  26. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_25]
  27. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  28. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  29. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  30. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  33. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  34. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  35. at com.alecgorge.minecraft.jsonapi.JSONAPI.<init>(JSONAPI.java:95) ~[?:?]
  36. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
  37. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
  38. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
  39. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_25]
  40. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_25]
  41. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  42. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  43. ... 6 more
  44. Caused by: java.lang.ClassNotFoundException: net.minecraft.util.io.netty.channel.SimpleChannelInboundHandler
  45. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  47. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  48. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  49. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
  50. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  51. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  52. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  53. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_25]
  54. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  55. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  56. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  57. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  58. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  59. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  60. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  61. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  62. at com.alecgorge.minecraft.jsonapi.JSONAPI.<init>(JSONAPI.java:95) ~[?:?]
  63. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_25]
  64. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
  65. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_25]
  66. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_25]
  67. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_25]
  68. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  69. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  70. ... 6 more
  71. [15:48:07] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.0
  72. [15:48:07] [Server thread/INFO]: [VoxelSniper] Loading VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
  73. [15:48:07] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.1.0
  74. [15:48:07] [Server thread/INFO]: [Colors] Loading Colors v1.0
  75. [15:48:07] [Server thread/INFO]: [Simple-AutoSave] Loading Simple-AutoSave v0.2.2
  76. [15:48:07] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.10.0
  77. [15:48:07] [Server thread/INFO]: [icJukeBox] Loading icJukeBox v1.5.0
  78. [15:48:09] [Server thread/INFO]: [Warn] Invalid inventory-size for icJukeBox menu!
  79. [15:48:09] [Server thread/INFO]: [Warn] Illegal size: 69 ! - Size must be devidable by 9!
  80. [15:48:09] [Server thread/INFO]: [Warn] Using default-size set by plugin ...
  81. [15:48:09] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.9-e0791a0
  82. [15:48:09] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0.1-SNAPSHOT;3343-34dc26bd
  83. [15:48:09] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
  84. [15:48:09] [Server thread/INFO]: [OpenInv] Loading OpenInv v2.2.4
  85. [15:48:09] [Server thread/INFO]: [URLToSign] Loading URLToSign v2.0
  86. [15:48:09] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  87. [15:48:09] [Server thread/INFO]: [ShadowHub] Loading ShadowHub v1.0
  88. [15:48:09] [Server thread/INFO]: [SimpleUc] Loading SimpleUc v1.4.5
  89. [15:48:09] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.2
  90. [15:48:09] [Server thread/INFO]: [Frame_Protector] Loading Frame_Protector v1.2
  91. [15:48:09] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  92. [15:48:09] [Server thread/INFO]: [Freeze] Loading Freeze v1.4.3
  93. [15:48:09] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
  94. [15:48:09] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.3-SNAPSHOT
  95. [15:48:09] [Server thread/INFO]: [ShadowCraft] Loading ShadowCraft v1.0
  96. [15:48:09] [Server thread/INFO]: [NaughtyAdmin] Loading NaughtyAdmin v0.0.1
  97. [15:48:09] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  98. [15:48:09] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23
  99. [15:48:09] [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*!
  100. [15:48:09] [Server thread/INFO]: [SignEditor] Loading SignEditor v1.0
  101. [15:48:09] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b699
  102. [15:48:09] [Server thread/INFO]: [Vault] Loading Vault v1.5.0-b28
  103. [15:48:09] [Server thread/INFO]: [PrivateMessages] Loading PrivateMessages v1.0
  104. [15:48:09] [Server thread/INFO]: [CrossServerMessaging] Loading CrossServerMessaging v1.0
  105. [15:48:09] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.3
  106. [15:48:09] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.0-bukkit
  107. [15:48:09] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.59-SNAPSHOT
  108. [15:48:09] [Server thread/INFO]: [AutoAnnouncer] Loading AutoAnnouncer v1.7-03.23
  109. [15:48:09] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v1.8.12
  110. [15:48:09] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.0.0-beta-02
  111. [15:48:09] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.1
  112. [15:48:09] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.0.7
  113. [15:48:09] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  114. [15:48:09] [Server thread/INFO]: [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
  115. [15:48:09] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
  116. [15:48:09] [Server thread/INFO]: [Skins] Loading Skins v1.8.3
  117. [15:48:09] [Server thread/INFO]: [ServerSigns] Loading ServerSigns v3.1.0
  118. [15:48:09] [Server thread/INFO]: [MassiveBooks] Loading MassiveBooks v2.7.3
  119. [15:48:09] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  120. [15:48:09] [Server thread/INFO]: [MassiveHat] Loading MassiveHat v2.7.3
  121. [15:48:09] [Server thread/INFO]: [Statues] Loading Statues v2.0
  122. [15:48:09] [Server thread/INFO]: [WhatIsIt] Loading WhatIsIt v1.3.8
  123. [15:48:09] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.5.0-b16
  124. [15:48:09] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.7.3
  125. [15:48:09] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.3-SNAPSHOT
  126. [15:48:09] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  127. [15:48:09] [Server thread/INFO]: [Vault] Enabling Vault v1.5.0-b28
  128. [15:48:09] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  129. [15:48:09] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  130. [15:48:09] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  131. [15:48:09] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  132. [15:48:09] [Server thread/INFO]: [Vault] Enabled Version 1.5.0-b28
  133. [15:48:09] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.3
  134. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] === ENABLE START ===
  135. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] Loading Cachefile datas...
  136. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] Loading Onlineplayer datas...
  137. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] Loading Registry datas...
  138. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] Skipping Dbmojangapi datas since offline mode...
  139. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] Saving Cachefile...
  140. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] Setup of IdUtil took 38ms.
  141. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] Activated integration with Vault
  142. [15:48:09] [Server thread/INFO]: [MassiveCore 2.7.3] === ENABLE COMPLETE (Took 185ms) ===
  143. [15:48:09] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.59-SNAPSHOT
  144. [15:48:09] [Server thread/ERROR]: [BKCommonLib] This version of BKCommonLib is not compatible with: Spigot (git-Spigot-d5bf866-917e46a) : v1_8_R1 (Minecraft 1.8)
  145. [15:48:09] [Server thread/ERROR]: [BKCommonLib] It could be that BKCommonLib has to be updated, as the current version is built for MC v1_7_R4
  146. [15:48:09] [Server thread/ERROR]: [BKCommonLib] Please look for an available BKCommonLib version that is compatible:
  147. [15:48:09] [Server thread/ERROR]: [BKCommonLib] http://dev.bukkit.org/server-mods/bkcommonlib/
  148. [15:48:09] [Server thread/ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...
  149. [15:48:09] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.59-SNAPSHOT
  150. [15:48:09] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  151. [15:48:09] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  152. [15:48:09] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  153. [15:48:09] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  154. [15:48:09] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  155. [15:48:09] [Server thread/INFO]: Preparing level "MAP"
  156. [15:48:09] [Server thread/INFO]: -------- World Settings For [MAP] --------
  157. [15:48:09] [Server thread/INFO]: Item Merge Radius: 2.5
  158. [15:48:09] [Server thread/INFO]: Item Despawn Rate: 6000
  159. [15:48:09] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  160. [15:48:09] [Server thread/INFO]: View Distance: 10
  161. [15:48:09] [Server thread/INFO]: Arrow Despawn Rate: 1200
  162. [15:48:09] [Server thread/INFO]: Cactus Growth Modifier: 100%
  163. [15:48:09] [Server thread/INFO]: Cane Growth Modifier: 100%
  164. [15:48:09] [Server thread/INFO]: Melon Growth Modifier: 100%
  165. [15:48:09] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  166. [15:48:09] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  167. [15:48:09] [Server thread/INFO]: Sapling Growth Modifier: 100%
  168. [15:48:09] [Server thread/INFO]: Wheat Growth Modifier: 100%
  169. [15:48:09] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  170. [15:48:09] [Server thread/INFO]: Mob Spawn Range: 4
  171. [15:48:09] [Server thread/INFO]: Anti X-Ray: true
  172. [15:48:09] [Server thread/INFO]: Engine Mode: 1
  173. [15:48:09] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  174. [15:48:09] [Server thread/INFO]: Replace Blocks: [1, 5]
  175. [15:48:09] [Server thread/INFO]: Sending up to 5 chunks per packet
  176. [15:48:09] [Server thread/INFO]: Structure Info Saving: true
  177. [15:48:09] [Server thread/INFO]: Max TNT Explosions: 100
  178. [15:48:09] [Server thread/INFO]: Alternative Hopper Ticking: false
  179. [15:48:09] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  180. [15:48:09] [Server thread/INFO]: Random Lighting Updates: false
  181. [15:48:09] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  182. [15:48:09] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  183. [15:48:09] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  184. [15:48:09] [Server thread/INFO]: Experience Merge Radius: 3.0
  185. [15:48:09] [Server thread/INFO]: Chunks to Grow per Tick: 650
  186. [15:48:09] [Server thread/INFO]: Clear tick list: false
  187. [15:48:09] [Server thread/INFO]: Max Entity Collisions: 8
  188. [15:48:09] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  189. [15:48:09] [Server thread/INFO]: Preparing start region for level 0 (Seed: -2020323303418145465)
  190. [15:48:10] [Server thread/INFO]: Preparing spawn area: 76%
  191. [15:48:10] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.0
  192. [15:48:10] [Server thread/INFO]: [ClearChat] Analyzing Files...
  193. [15:48:10] [Server thread/INFO]: [ClearChat] Plugin Enabled!
  194. [15:48:10] [Server thread/INFO]: [VoxelSniper] Enabling VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1
  195. [15:48:10] [Server thread/INFO]: [VoxelSniper] Registered 75 Sniper Brushes with 149 handles.
  196. [15:48:10] [Server thread/INFO]: [VoxelSniper] Registered Sniper Listener.
  197. [15:48:10] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.1.0
  198. [15:48:10] [Server thread/INFO]: [Colors] Enabling Colors v1.0
  199. [15:48:10] [Server thread/INFO]: [Colors] Analyzing Files...
  200. [15:48:10] [Server thread/INFO]: [Colors] Plugin Enabled!
  201. [15:48:10] [Server thread/INFO]: [Simple-AutoSave] Enabling Simple-AutoSave v0.2.2
  202. [15:48:10] [Server thread/INFO]: [Simple-AutoSave] [Simple-AutoSave] 0.2.2 enabled.
  203. [15:48:10] [Server thread/INFO]: [Simple-AutoSave] Autosave Started.
  204. [15:48:10] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.10.0
  205. [15:48:10] [Server thread/INFO]: [CoreProtect] Invalid WorldEdit version found.
  206. [15:48:11] [Server thread/INFO]: CoreProtect version 2.10.0 is enabled!
  207. [15:48:11] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  208. [15:48:11] [Server thread/INFO]: [icJukeBox] Enabling icJukeBox v1.5.0
  209. [15:48:11] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.9-e0791a0
  210. [15:48:11] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0.1-SNAPSHOT;3343-34dc26bd
  211. [15:48:12] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  212. [15:48:12] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
  213. [15:48:12] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
  214. [15:48:12] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
  215. [15:48:12] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
  216. [15:48:12] [Server thread/INFO]: [Skript] ~ created by & © Peter Güttinger aka Njol ~
  217. [15:48:12] [Server thread/INFO]: [OpenInv] Enabling OpenInv v2.2.4
  218. [15:48:12] [Server thread/INFO]: [OpenInv] Your version of CraftBukkit is not supported.
  219. [15:48:12] [Server thread/INFO]: [OpenInv] Please look for an updated version of OpenInv.
  220. [15:48:12] [Server thread/INFO]: [OpenInv] Disabling OpenInv v2.2.4
  221. [15:48:12] [Server thread/INFO]: [URLToSign] Enabling URLToSign v2.0
  222. [15:48:12] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  223. [15:48:12] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  224. [15:48:12] [Server thread/INFO]: git-Spigot-d5bf866-917e46a (MC: 1.8)
  225. [15:48:12] [Server thread/INFO]: 1.8-R0.1-SNAPSHOT
  226. [15:48:12] [Server thread/INFO]: Using locale en_US
  227. [15:48:12] [Server thread/INFO]: Using locale en_US
  228. [15:48:12] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  229. [15:48:12] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  230. [15:48:13] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  231. [15:48:13] [Server thread/INFO]: [ShadowHub] Enabling ShadowHub v1.0
  232. [15:48:13] [Server thread/INFO]: [SimpleUc] Enabling SimpleUc v1.4.5
  233. [15:48:13] [Server thread/INFO]: [SimpleUc] Enabling Metrics...
  234. [15:48:13] [Server thread/INFO]: [SimpleUc] Metrics enabled.
  235. [15:48:13] [Server thread/INFO]: [SimpleUc] SimpleUc enabled.
  236. [15:48:13] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.2
  237. [15:48:13] [Server thread/INFO]: [ClearLag] Loading modules...
  238. [15:48:13] [Server thread/WARN]: [ClearLag] mob-range requires you to use bukkit v1.7_r4 (1.7.10)
  239. [15:48:13] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  240. [15:48:13] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  241. [15:48:13] [Thread-16/INFO]: [ClearLag] Checking for updates...
  242. [15:48:13] [Server thread/INFO]: [Frame_Protector] Enabling Frame_Protector v1.2
  243. [15:48:13] [Server thread/INFO]: [Frame_Protector] Frame Protector version 1.2 has been enabled.
  244. [15:48:13] [Server thread/INFO]: [Frame_Protector] Developed by: [lst96]
  245. [15:48:13] [Thread-15/INFO]: [Skyupdater] No update found for 'URLToSign'.
  246. [15:48:13] [Thread-16/INFO]: [ClearLag] No updates found!
  247. [15:48:13] [Server thread/INFO]: [Frame_Protector] §aFrame Protector v1.2 is the latest version available!
  248. [15:48:13] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  249. [15:48:13] [Server thread/INFO]: [Votifier] Loaded vote listener: WerrisExecuteCommandListener
  250. [15:48:13] [Server thread/INFO]: [Votifier] Votifier enabled.
  251. [15:48:13] [Server thread/INFO]: [Freeze] Enabling Freeze v1.4.3
  252. [15:48:13] [Server thread/INFO]: [Freeze] Enabled.
  253. [15:48:13] [Server thread/INFO]: [Freeze] Searching for update...
  254. [15:48:13] [Server thread/INFO]: Invalid URL or file.
  255. [15:48:13] [Server thread/WARN]: [Freeze] The version file can't be downloaded : can't check if there is a new version.
  256. [15:48:13] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
  257. [15:48:13] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b691
  258. [15:48:13] [Server thread/INFO]: -------- World Settings For [Hub] --------
  259. [15:48:13] [Server thread/INFO]: Item Merge Radius: 2.5
  260. [15:48:13] [Server thread/INFO]: Item Despawn Rate: 6000
  261. [15:48:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  262. [15:48:13] [Server thread/INFO]: View Distance: 10
  263. [15:48:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
  264. [15:48:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  265. [15:48:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  266. [15:48:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  267. [15:48:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  268. [15:48:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  269. [15:48:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  270. [15:48:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  271. [15:48:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  272. [15:48:13] [Server thread/INFO]: Mob Spawn Range: 4
  273. [15:48:13] [Server thread/INFO]: Anti X-Ray: true
  274. [15:48:13] [Server thread/INFO]: Engine Mode: 1
  275. [15:48:13] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  276. [15:48:13] [Server thread/INFO]: Replace Blocks: [1, 5]
  277. [15:48:13] [Server thread/INFO]: Sending up to 5 chunks per packet
  278. [15:48:13] [Server thread/INFO]: Structure Info Saving: true
  279. [15:48:13] [Server thread/INFO]: Max TNT Explosions: 100
  280. [15:48:13] [Server thread/INFO]: Alternative Hopper Ticking: false
  281. [15:48:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  282. [15:48:13] [Server thread/INFO]: Random Lighting Updates: false
  283. [15:48:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  284. [15:48:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  285. [15:48:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  286. [15:48:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  287. [15:48:13] [Server thread/INFO]: Chunks to Grow per Tick: 650
  288. [15:48:13] [Server thread/INFO]: Clear tick list: false
  289. [15:48:13] [Server thread/INFO]: Max Entity Collisions: 8
  290. [15:48:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  291. [15:48:13] [Server thread/INFO]: Preparing start region for level 1 (Seed: -7033226925746631964)
  292. [15:48:14] [Server thread/INFO]: -------- World Settings For [SMP] --------
  293. [15:48:14] [Server thread/INFO]: Item Merge Radius: 2.5
  294. [15:48:14] [Server thread/INFO]: Item Despawn Rate: 6000
  295. [15:48:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  296. [15:48:14] [Server thread/INFO]: View Distance: 10
  297. [15:48:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  298. [15:48:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  299. [15:48:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  300. [15:48:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  301. [15:48:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  302. [15:48:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  303. [15:48:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  304. [15:48:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  305. [15:48:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  306. [15:48:14] [Server thread/INFO]: Mob Spawn Range: 4
  307. [15:48:14] [Server thread/INFO]: Anti X-Ray: true
  308. [15:48:14] [Server thread/INFO]: Engine Mode: 1
  309. [15:48:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  310. [15:48:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  311. [15:48:14] [Server thread/INFO]: Sending up to 5 chunks per packet
  312. [15:48:14] [Server thread/INFO]: Structure Info Saving: true
  313. [15:48:14] [Server thread/INFO]: Max TNT Explosions: 100
  314. [15:48:14] [Server thread/INFO]: Alternative Hopper Ticking: false
  315. [15:48:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  316. [15:48:14] [Server thread/INFO]: Random Lighting Updates: false
  317. [15:48:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  318. [15:48:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  319. [15:48:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  320. [15:48:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  321. [15:48:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  322. [15:48:14] [Server thread/INFO]: Clear tick list: false
  323. [15:48:14] [Server thread/INFO]: Max Entity Collisions: 8
  324. [15:48:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  325. [15:48:14] [Server thread/INFO]: Preparing start region for level 2 (Seed: 3554819766616062803)
  326. [15:48:14] [Server thread/INFO]: -------- World Settings For [Adonis] --------
  327. [15:48:14] [Server thread/INFO]: Item Merge Radius: 2.5
  328. [15:48:14] [Server thread/INFO]: Item Despawn Rate: 6000
  329. [15:48:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  330. [15:48:14] [Server thread/INFO]: View Distance: 10
  331. [15:48:14] [Server thread/INFO]: Arrow Despawn Rate: 1200
  332. [15:48:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
  333. [15:48:14] [Server thread/INFO]: Cane Growth Modifier: 100%
  334. [15:48:14] [Server thread/INFO]: Melon Growth Modifier: 100%
  335. [15:48:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  336. [15:48:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  337. [15:48:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
  338. [15:48:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
  339. [15:48:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  340. [15:48:14] [Server thread/INFO]: Mob Spawn Range: 4
  341. [15:48:14] [Server thread/INFO]: Anti X-Ray: true
  342. [15:48:14] [Server thread/INFO]: Engine Mode: 1
  343. [15:48:14] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  344. [15:48:14] [Server thread/INFO]: Replace Blocks: [1, 5]
  345. [15:48:14] [Server thread/INFO]: Sending up to 5 chunks per packet
  346. [15:48:14] [Server thread/INFO]: Structure Info Saving: true
  347. [15:48:14] [Server thread/INFO]: Max TNT Explosions: 100
  348. [15:48:14] [Server thread/INFO]: Alternative Hopper Ticking: false
  349. [15:48:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  350. [15:48:14] [Server thread/INFO]: Random Lighting Updates: false
  351. [15:48:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  352. [15:48:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  353. [15:48:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  354. [15:48:14] [Server thread/INFO]: Experience Merge Radius: 3.0
  355. [15:48:14] [Server thread/INFO]: Chunks to Grow per Tick: 650
  356. [15:48:14] [Server thread/INFO]: Clear tick list: false
  357. [15:48:14] [Server thread/INFO]: Max Entity Collisions: 8
  358. [15:48:14] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  359. [15:48:14] [Server thread/INFO]: Preparing start region for level 3 (Seed: -218566122411543727)
  360. [15:48:15] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  361. [15:48:15] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  362. [15:48:15] [Server thread/INFO]: [ShadowCraft] Enabling ShadowCraft v1.0
  363. [15:48:15] [Server thread/INFO]: ShadowCraft Version 1.0 Has Been Enabled! Author: ShadowCrafter829
  364. [15:48:15] [Server thread/INFO]: [NaughtyAdmin] Enabling NaughtyAdmin v0.0.1
  365. [15:48:15] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  366. [15:48:15] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23
  367. [15:48:15] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  368. [15:48:15] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  369. [15:48:15] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  370. [15:48:15] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  371. [15:48:15] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  372. [15:48:15] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  373. [15:48:15] [Server thread/INFO]: [SignEditor] Enabling SignEditor v1.0
  374. [15:48:15] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b699
  375. [15:48:15] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b699 Enabled - By Rigby and fernferret
  376. [15:48:15] [Server thread/INFO]: [MVPLogging] 3 - Portals(s) loaded
  377. [15:48:15] [Server thread/INFO]: [PrivateMessages] Enabling PrivateMessages v1.0
  378. [15:48:15] [Server thread/INFO]: PrivateMessages Version 1.0 Has Been Enabled Mother Fucker!
  379. [15:48:15] [Server thread/INFO]: [CrossServerMessaging] Enabling CrossServerMessaging v1.0
  380. [15:48:15] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.7.0-bukkit
  381. [15:48:16] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  382. [15:48:16] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  383. [15:48:16] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.10 or above found, enabling version 2 player handling.
  384. [15:48:16] [Server thread/INFO]: [Enjin Minecraft Plugin] Votifier plugin found, enabling Votifier support.
  385. [15:48:16] [Server thread/INFO]: [AutoAnnouncer] Enabling AutoAnnouncer v1.7-03.23
  386. [15:48:16] [Server thread/WARN]: [AutoAnnouncer] No permission system enabled!
  387. [15:48:16] [Server thread/INFO]: [AutoAnnouncer] Settings Loaded (5 announces).
  388. [15:48:16] [Server thread/INFO]: [AutoAnnouncer] Scheduled every 15 minutes!
  389. [15:48:16] [Server thread/INFO]: [AutoAnnouncer] v1.7-03.23 is enabled!
  390. [15:48:16] [Server thread/INFO]: [AutoAnnouncer] Developed by: [Sharkiller]
  391. [15:48:16] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v1.8.12
  392. [15:48:16] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  393. [15:48:16] [Server thread/INFO]: [HolographicDisplays] Loaded animation 'example.txt', speed 10.
  394. [15:48:16] [Server thread/WARN]: [HolographicDisplays] Hologram 'welcome-to' was in the world 'world' but it wasn't loaded.
  395. [15:48:16] [Server thread/WARN]: [HolographicDisplays] Hologram 'prison' was in the world 'Prison' but it wasn't loaded.
  396. [15:48:16] [Server thread/WARN]: [HolographicDisplays] Hologram 'frostys_house' was in the world 'THGD' but it wasn't loaded.
  397. [15:48:16] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.0.0-beta-02
  398. [15:48:16] [Server thread/ERROR]: Error occurred while enabling WorldGuard v6.0.0-beta-02 (Is it up to date?)
  399. java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
  400. at com.sk89q.worldguard.blacklist.Blacklist.<init>(Blacklist.java:53) ~[?:?]
  401. at com.sk89q.worldguard.bukkit.BukkitBlacklist.<init>(BukkitBlacklist.java:31) ~[?:?]
  402. at com.sk89q.worldguard.bukkit.WorldConfiguration.loadConfiguration(WorldConfiguration.java:518) ~[?:?]
  403. at com.sk89q.worldguard.bukkit.WorldConfiguration.<init>(WorldConfiguration.java:211) ~[?:?]
  404. at com.sk89q.worldguard.bukkit.ConfigurationManager.get(ConfigurationManager.java:235) ~[?:?]
  405. at com.sk89q.worldguard.bukkit.ConfigurationManager.load(ConfigurationManager.java:202) ~[?:?]
  406. at com.sk89q.worldguard.bukkit.WorldGuardPlugin.onEnable(WorldGuardPlugin.java:200) ~[?:?]
  407. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-d5bf866-917e46a]
  408. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot.jar:git-Spigot-d5bf866-917e46a]
  409. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-d5bf866-917e46a]
  410. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:352) [spigot.jar:git-Spigot-d5bf866-917e46a]
  411. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:313) [spigot.jar:git-Spigot-d5bf866-917e46a]
  412. at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot.jar:git-Spigot-d5bf866-917e46a]
  413. at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot.jar:git-Spigot-d5bf866-917e46a]
  414. at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot.jar:git-Spigot-d5bf866-917e46a]
  415. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot.jar:git-Spigot-d5bf866-917e46a]
  416. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:494) [spigot.jar:git-Spigot-d5bf866-917e46a]
  417. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  418. [15:48:16] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.1
  419. [15:48:16] [Server thread/INFO]: [BungeePortals] Metrics initiated!
  420. [15:48:16] [Server thread/INFO]: [BungeePortals] Commands registered!
  421. [15:48:16] [Server thread/INFO]: [BungeePortals] Events registered!
  422. [15:48:16] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
  423. [15:48:16] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
  424. [15:48:16] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
  425. [15:48:16] [Server thread/INFO]: [BungeePortals] Portal data loaded! (1ms)
  426. [15:48:16] [Server thread/INFO]: [BungeePortals] Save task started!
  427. [15:48:16] [Server thread/INFO]: [BungeePortals] Version 1.1 has been enabled. (13ms)
  428. [15:48:16] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.0.7
  429. [15:48:16] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  430. [15:48:16] [Server thread/INFO]: [Multiverse-Inventories] Enabling Multiverse-Inventories v2.5-b335
  431. [15:48:16] [Server thread/INFO]: [Multiverse-Inventories 2.5-b335] enabled.
  432. [15:48:16] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
  433. [15:48:16] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
  434. [15:48:16] [Server thread/INFO]: [Skins] Enabling Skins v1.8.3
  435. [15:48:16] [Server thread/INFO]: [ServerSigns] Enabling ServerSigns v3.1.0
  436. [15:48:16] [Server thread/INFO]: [ServerSigns] Successfully hooked into Vault
  437. [15:48:16] [Server thread/INFO]: [ServerSigns] Update checking skipped - To enable this, set 'automaticUpdateChecks' to true in your config.yml
  438. [15:48:16] [Server thread/INFO]: [ServerSigns] Version 3.1.0 is now enabled.
  439. [15:48:16] [Server thread/INFO]: [MassiveBooks] Enabling MassiveBooks v2.7.3
  440. [15:48:16] [Server thread/INFO]: [MassiveBooks 2.7.3] === ENABLE START ===
  441. [15:48:16] [Server thread/INFO]: [MassiveBooks 2.7.3] === ENABLE COMPLETE (Took 48ms) ===
  442. [15:48:16] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  443. [15:48:16] [Server thread/INFO]: [MassiveHat] Enabling MassiveHat v2.7.3
  444. [15:48:16] [Server thread/INFO]: [MassiveHat 2.7.3] === ENABLE START ===
  445. [15:48:16] [Server thread/INFO]: [MassiveHat 2.7.3] === ENABLE COMPLETE (Took 7ms) ===
  446. [15:48:16] [Server thread/INFO]: [Statues] Enabling Statues v2.0
  447. [15:48:16] [Server thread/ERROR]: [Statues] Could not enable 'Statues v2.0' because dependency 'BKCommonLib' failed to enable!
  448. [15:48:16] [Server thread/ERROR]: [Statues] Perhaps the dependency has to be updated? Please check the log for any errors related to BKCommonLib
  449. [15:48:16] [Server thread/INFO]: [Statues] Disabling Statues v2.0
  450. [15:48:16] [Server thread/INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.8
  451. [15:48:16] [Server thread/INFO]: [WhatIsIt] has been enabled.
  452. [15:48:16] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.5.0-b16
  453. [15:48:16] [Server thread/INFO]: [EchoPet] [INFO] EchoPet 2.5.0-b16 is not compatible with this version of CraftBukkit
  454. [15:48:16] [Server thread/INFO]: [EchoPet] [INFO] Initialisation failed. Please update the plugin.
  455. [15:48:16] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.7.3
  456. [15:48:16] [Server thread/ERROR]: [FramePicture] You use a not-supported bukkit version!
  457. [15:48:16] [Server thread/ERROR]: [FramePicture] This FramePicture version is for Bukkit 1.7.10!
  458. [15:48:16] [Server thread/INFO]: [FramePicture] Disabling FramePicture v1.7.3
  459. [15:48:16] [Server thread/INFO]: [FramePicture] Plugin disabled!
  460. [15:48:17] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  461. [15:48:17] [Server thread/INFO]: Done (7.545s)! For help, type "help" or "?"
  462. [15:48:17] [Craft Scheduler Thread - 14/INFO]: [Skript] Checking for the latest version of Skript...
  463. [15:48:17] [Server thread/ERROR]: [Skript] can't understand this event: 'has permission "tablist.red"' ( highlight owner in tablist.sk, line 1: has permission "tablist.red":')
  464. [15:48:17] [Server thread/INFO]: [Skript] Loaded 1 script with a total of 0 triggers and 0 commands in 0.01 seconds
  465. [15:48:17] [Server thread/INFO]: [Skript] Finished loading.
  466. [15:48:17] [Server thread/INFO]: [MassiveCore 2.7.3] Loading Cachefile datas...
  467. [15:48:17] [Server thread/INFO]: [MassiveCore 2.7.3] Loading Onlineplayer datas...
  468. [15:48:17] [Server thread/INFO]: [MassiveCore 2.7.3] Loading Registry datas...
  469. [15:48:17] [Server thread/INFO]: [MassiveCore 2.7.3] Skipping Dbmojangapi datas since offline mode...
  470. [15:48:17] [Server thread/INFO]: [MassiveCore 2.7.3] Saving Cachefile...
  471. [15:48:17] [Server thread/INFO]: [MassiveCore 2.7.3] Upgrading from player name to player uuid...
  472. [15:48:17] [Server thread/INFO]: [MassiveCore 2.7.3]  ... done!
  473. [15:48:17] [Server thread/INFO]: [MassiveCore 2.7.3] (database saving will now commence which might lock the server for a while)
  474. [15:48:17] [Craft Scheduler Thread - 6/INFO]: [Vault] Checking for Updates ...
  475. [15:48:17] [Craft Scheduler Thread - 6/INFO]: [Vault] No new version available
  476. [15:48:18] [Skript update thread/INFO]: [Skript] You're currently running the latest stable version of Skript.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement