Advertisement
Guest User

Hi

a guest
Jul 8th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.89 KB | None | 0 0
  1. [20:20:50] [Server thread/INFO]: Starting minecraft server version 1.8.3
  2. [20:20:50] [Server thread/INFO]: Loading properties
  3. [20:20:50] [Server thread/INFO]: Default game type: SURVIVAL
  4. [20:20:51] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-2ec6f06-7722428 (MC: 1.8.3) (Implementing API version 1.8.3-R0.1-SNAPSHOT)
  5. [20:20:51] [Server thread/INFO]: Debug logging is disabled
  6. [20:20:51] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [20:20:51] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [20:20:51] [Server thread/INFO]: Generating keypair
  9. [20:20:51] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [20:20:51] [Server thread/INFO]: Using default channel type
  11. [20:20:51] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [20:20:52] [Server thread/ERROR]: Could not load 'plugins\corpses1.8.jar' in folder 'plugins'
  13. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/World
  14. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  17. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  18. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  19. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  20. at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
  21. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R1/World
  22. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
  23. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_79]
  24. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  25. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  26. ... 6 more
  27. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R1.World
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  30. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  31. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  32. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
  33. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_79]
  34. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  35. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  36. ... 6 more
  37. [20:20:52] [Server thread/ERROR]: Could not load 'plugins\StormClouds.jar' in folder 'plugins'
  38. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/jack/stormclouds/Main : Unsupported major.minor version 52.0
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  40. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  41. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  42. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugins(CraftServer.java:291) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  43. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:199) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  44. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  45. at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
  46. Caused by: java.lang.UnsupportedClassVersionError: com/jack/stormclouds/Main : Unsupported major.minor version 52.0
  47. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
  48. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  49. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  50. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  51. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_79]
  52. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  53. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  54. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  55. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_79]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  58. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  59. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  60. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
  61. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_79]
  62. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  63. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  64. ... 6 more
  65. [20:20:52] [Server thread/INFO]: [Lootbox] Loading Lootbox v1.4
  66. [20:20:52] [Server thread/INFO]: [Actionbar] Loading Actionbar v1.1.1
  67. [20:20:52] [Server thread/INFO]: [InventoryBound] Loading InventoryBound v1.0
  68. [20:20:52] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.28 (Phoenix)
  69. [20:20:52] [Server thread/INFO]: [ObsidianBreak] Loading ObsidianBreak v1.0
  70. [20:20:52] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  71. [20:20:52] [Server thread/INFO]: [MotdManager] Loading MotdManager v1.41-b20
  72. [20:20:52] [Server thread/INFO]: [BossShop] Loading BossShop v2.1.0
  73. [20:20:52] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
  74. [20:20:52] [Server thread/INFO]: [Mystic] Loading Mystic v1
  75. [20:20:52] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.9-e0791a0
  76. [20:20:52] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b692
  77. [20:20:52] [Server thread/INFO]: [TerrainControl] Loading TerrainControl v2.7.1-SNAPSHOT
  78. [20:20:52] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.7.3
  79. [20:20:52] [Server thread/INFO]: [DragonCore] Loading DragonCore v1.0
  80. [20:20:52] [Server thread/INFO]: [SilkSpawners] Loading SilkSpawners v3.6.6
  81. [20:20:52] [Server thread/INFO]: [RealisticTNT] Loading RealisticTNT v13a
  82. [20:20:52] [Server thread/INFO]: [Titlebar] Loading Titlebar v1.1.1
  83. [20:20:52] [Server thread/INFO]: [ClaimLevels] Loading ClaimLevels v1.1
  84. [20:20:52] [Server thread/INFO]: [CloudTrade] Loading CloudTrade v1.5
  85. [20:20:52] [Server thread/INFO]: [Clouds] Loading Clouds v0.6
  86. [20:20:52] [Server thread/INFO]: [TreasureChest] Loading TreasureChest v8.4.4
  87. [20:20:52] [Server thread/INFO]: [Kingdoms] Loading Kingdoms v2
  88. [20:20:52] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.7
  89. [20:20:52] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.3-SNAPSHOT-b117
  90. [20:20:52] [Server thread/INFO]: [Commander] Loading Commander v1.2.3
  91. [20:20:52] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.5.2
  92. [20:20:52] [Server thread/INFO]: [HoloAPI] Loading HoloAPI v1.2.3
  93. [20:20:52] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.9
  94. [20:20:52] [Server thread/INFO]: [HorseTamer] Loading HorseTamer v0.1
  95. [20:20:52] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
  96. [20:20:52] [Server thread/INFO]: [EnchantPlus] Loading EnchantPlus v1.3.2
  97. [20:20:52] [Server thread/INFO]: [BS-SingleUse] Loading BS-SingleUse v1.1.0
  98. [20:20:52] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  99. [20:20:52] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  100. [20:20:52] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v5.0
  101. [20:20:52] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  102. [20:20:52] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v8.5.1
  103. [20:20:52] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b713
  104. [20:20:52] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
  105. [20:20:52] [Server thread/INFO]: [RecipeManager] Loading RecipeManager v2.3.4
  106. [20:20:52] [Server thread/INFO]: [KitAdder] Loading KitAdder v2.0
  107. [20:20:52] [Server thread/INFO]: [MythicMobs] Loading MythicMobs v2.0.1
  108. [20:20:52] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  109. [20:20:52] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
  110. [20:20:52] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  111. [20:20:53] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  112. [20:20:53] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  113. [20:20:53] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  114. [20:20:53] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
  115. [20:20:53] [Server thread/INFO]: [TerrainControl] Enabling TerrainControl v2.7.1-SNAPSHOT
  116. [20:20:53] [Server thread/INFO]: [TerrainControl] [INFO] 31 Global custom objects loaded
  117. [20:20:53] [Server thread/INFO]: [TerrainControl] [INFO] Global objects loaded, waiting for worlds to load
  118. [20:20:53] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.3-SNAPSHOT-b117
  119. [20:20:53] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  120. [20:20:53] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
  121. [20:20:55] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  122. [20:20:55] [Server thread/INFO]: Preparing level "world"
  123. [20:20:55] [Server thread/INFO]: -------- World Settings For [world] --------
  124. [20:20:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  125. [20:20:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  126. [20:20:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  127. [20:20:55] [Server thread/INFO]: Item Merge Radius: 2.5
  128. [20:20:55] [Server thread/INFO]: Item Despawn Rate: 6000
  129. [20:20:55] [Server thread/INFO]: Mob Spawn Range: 4
  130. [20:20:55] [Server thread/INFO]: Anti X-Ray: true
  131. [20:20:55] [Server thread/INFO]: Engine Mode: 1
  132. [20:20:55] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  133. [20:20:55] [Server thread/INFO]: Replace Blocks: [1, 5]
  134. [20:20:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  135. [20:20:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  136. [20:20:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  137. [20:20:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  138. [20:20:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  139. [20:20:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  140. [20:20:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  141. [20:20:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  142. [20:20:55] [Server thread/INFO]: View Distance: 10
  143. [20:20:55] [Server thread/INFO]: Sending up to 10 chunks per packet
  144. [20:20:55] [Server thread/INFO]: Max Entity Collisions: 8
  145. [20:20:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  146. [20:20:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
  147. [20:20:55] [Server thread/INFO]: Clear tick list: false
  148. [20:20:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  149. [20:20:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  150. [20:20:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  151. [20:20:55] [Server thread/INFO]: Random Lighting Updates: false
  152. [20:20:55] [Server thread/INFO]: Structure Info Saving: true
  153. [20:20:55] [Server thread/INFO]: Max TNT Explosions: 100
  154. [20:20:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  155. [20:20:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  156. [20:20:55] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  157. [20:20:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  158. [20:20:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  159. [20:20:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  160. [20:20:55] [Server thread/INFO]: Item Merge Radius: 2.5
  161. [20:20:55] [Server thread/INFO]: Item Despawn Rate: 6000
  162. [20:20:55] [Server thread/INFO]: Mob Spawn Range: 4
  163. [20:20:55] [Server thread/INFO]: Anti X-Ray: true
  164. [20:20:55] [Server thread/INFO]: Engine Mode: 1
  165. [20:20:55] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  166. [20:20:55] [Server thread/INFO]: Replace Blocks: [1, 5]
  167. [20:20:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  168. [20:20:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  169. [20:20:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  170. [20:20:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  171. [20:20:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  172. [20:20:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  173. [20:20:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  174. [20:20:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  175. [20:20:55] [Server thread/INFO]: View Distance: 10
  176. [20:20:55] [Server thread/INFO]: Sending up to 10 chunks per packet
  177. [20:20:55] [Server thread/INFO]: Max Entity Collisions: 8
  178. [20:20:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  179. [20:20:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
  180. [20:20:55] [Server thread/INFO]: Clear tick list: false
  181. [20:20:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  182. [20:20:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  183. [20:20:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  184. [20:20:55] [Server thread/INFO]: Random Lighting Updates: false
  185. [20:20:55] [Server thread/INFO]: Structure Info Saving: true
  186. [20:20:55] [Server thread/INFO]: Max TNT Explosions: 100
  187. [20:20:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  188. [20:20:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  189. [20:20:55] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  190. [20:20:55] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  191. [20:20:55] [Server thread/INFO]: Arrow Despawn Rate: 1200
  192. [20:20:55] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  193. [20:20:55] [Server thread/INFO]: Item Merge Radius: 2.5
  194. [20:20:55] [Server thread/INFO]: Item Despawn Rate: 6000
  195. [20:20:55] [Server thread/INFO]: Mob Spawn Range: 4
  196. [20:20:55] [Server thread/INFO]: Anti X-Ray: true
  197. [20:20:55] [Server thread/INFO]: Engine Mode: 1
  198. [20:20:55] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  199. [20:20:55] [Server thread/INFO]: Replace Blocks: [1, 5]
  200. [20:20:55] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  201. [20:20:55] [Server thread/INFO]: Cactus Growth Modifier: 100%
  202. [20:20:55] [Server thread/INFO]: Cane Growth Modifier: 100%
  203. [20:20:55] [Server thread/INFO]: Melon Growth Modifier: 100%
  204. [20:20:55] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  205. [20:20:55] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  206. [20:20:55] [Server thread/INFO]: Sapling Growth Modifier: 100%
  207. [20:20:55] [Server thread/INFO]: Wheat Growth Modifier: 100%
  208. [20:20:55] [Server thread/INFO]: View Distance: 10
  209. [20:20:55] [Server thread/INFO]: Sending up to 10 chunks per packet
  210. [20:20:55] [Server thread/INFO]: Max Entity Collisions: 8
  211. [20:20:55] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  212. [20:20:55] [Server thread/INFO]: Chunks to Grow per Tick: 650
  213. [20:20:55] [Server thread/INFO]: Clear tick list: false
  214. [20:20:55] [Server thread/INFO]: Experience Merge Radius: 3.0
  215. [20:20:55] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  216. [20:20:55] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  217. [20:20:55] [Server thread/INFO]: Random Lighting Updates: false
  218. [20:20:55] [Server thread/INFO]: Structure Info Saving: true
  219. [20:20:55] [Server thread/INFO]: Max TNT Explosions: 100
  220. [20:20:55] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  221. [20:20:55] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  222. [20:20:55] [Server thread/INFO]: Preparing start region for level 0 (Seed: 6126940675855744202)
  223. [20:20:56] [Server thread/INFO]: Preparing spawn area: 82%
  224. [20:20:56] [Server thread/INFO]: Preparing start region for level 1 (Seed: 6126940675855744202)
  225. [20:20:57] [Server thread/INFO]: Preparing start region for level 2 (Seed: 6126940675855744202)
  226. [20:20:57] [Server thread/INFO]: [Lootbox] Enabling Lootbox v1.4
  227. [20:20:57] [Server thread/INFO]: [Actionbar] Enabling Actionbar v1.1.1
  228. [20:20:57] [Server thread/INFO]: Actionbar> Actionbar v1.1.1 enabled!!
  229. [20:20:57] [Server thread/INFO]: [InventoryBound] Enabling InventoryBound v1.0
  230. [20:20:57] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.28 (Phoenix)
  231. [20:20:57] [Server thread/INFO]: GroupManager - INFO - World Found: world
  232. [20:20:57] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  233. [20:20:57] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  234. [20:20:57] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  235. [20:20:57] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is enabled!
  236. [20:20:57] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  237. [20:20:57] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  238. [20:20:57] [Server thread/INFO]: [ObsidianBreak] Enabling ObsidianBreak v1.0
  239. [20:20:57] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  240. [20:20:58] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  241. [20:20:58] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R2 as the Bukkit adapter
  242. [20:20:58] [Server thread/INFO]: [MotdManager] Enabling MotdManager v1.41-b20
  243. [20:20:58] [Server thread/INFO]: [MotdManager] version 1.41-b20 is enabled!
  244. [20:20:58] [Server thread/INFO]: [BossShop] Enabling BossShop v2.1.0
  245. [20:20:58] [Server thread/INFO]: [BossShop] Loading data...
  246. [20:20:58] [Server thread/INFO]: [BossShop] Loaded 9 Shops!
  247. [20:20:58] [Server thread/INFO]: [BossShop] Vault found.
  248. [20:20:58] [Server thread/INFO]: [Mystic] Enabling Mystic v1
  249. [20:20:58] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.9-e0791a0
  250. [20:20:58] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b692
  251. [20:20:58] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into Essentials Economy for Multiverse-Core v2.5-b692
  252. [20:20:59] [Server thread/INFO]: -------- World Settings For [Magical] --------
  253. [20:20:59] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  254. [20:20:59] [Server thread/INFO]: Arrow Despawn Rate: 1200
  255. [20:20:59] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  256. [20:20:59] [Server thread/INFO]: Item Merge Radius: 2.5
  257. [20:20:59] [Server thread/INFO]: Item Despawn Rate: 6000
  258. [20:20:59] [Server thread/INFO]: Mob Spawn Range: 4
  259. [20:20:59] [Server thread/INFO]: Anti X-Ray: true
  260. [20:20:59] [Server thread/INFO]: Engine Mode: 1
  261. [20:20:59] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  262. [20:20:59] [Server thread/INFO]: Replace Blocks: [1, 5]
  263. [20:20:59] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  264. [20:20:59] [Server thread/INFO]: Cactus Growth Modifier: 100%
  265. [20:20:59] [Server thread/INFO]: Cane Growth Modifier: 100%
  266. [20:20:59] [Server thread/INFO]: Melon Growth Modifier: 100%
  267. [20:20:59] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  268. [20:20:59] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  269. [20:20:59] [Server thread/INFO]: Sapling Growth Modifier: 100%
  270. [20:20:59] [Server thread/INFO]: Wheat Growth Modifier: 100%
  271. [20:20:59] [Server thread/INFO]: View Distance: 10
  272. [20:20:59] [Server thread/INFO]: Sending up to 10 chunks per packet
  273. [20:20:59] [Server thread/INFO]: Max Entity Collisions: 8
  274. [20:20:59] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  275. [20:20:59] [Server thread/INFO]: Chunks to Grow per Tick: 650
  276. [20:20:59] [Server thread/INFO]: Clear tick list: false
  277. [20:20:59] [Server thread/INFO]: Experience Merge Radius: 3.0
  278. [20:20:59] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  279. [20:20:59] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  280. [20:20:59] [Server thread/INFO]: Random Lighting Updates: false
  281. [20:20:59] [Server thread/INFO]: Structure Info Saving: true
  282. [20:20:59] [Server thread/INFO]: Max TNT Explosions: 100
  283. [20:20:59] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  284. [20:20:59] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  285. [20:20:59] [Server thread/INFO]: Preparing start region for level 3 (Seed: 227290)
  286. [20:21:00] [Server thread/INFO]: -------- World Settings For [Brawl] --------
  287. [20:21:00] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  288. [20:21:00] [Server thread/INFO]: Arrow Despawn Rate: 1200
  289. [20:21:00] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  290. [20:21:00] [Server thread/INFO]: Item Merge Radius: 2.5
  291. [20:21:00] [Server thread/INFO]: Item Despawn Rate: 6000
  292. [20:21:00] [Server thread/INFO]: Mob Spawn Range: 4
  293. [20:21:00] [Server thread/INFO]: Anti X-Ray: true
  294. [20:21:00] [Server thread/INFO]: Engine Mode: 1
  295. [20:21:00] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  296. [20:21:00] [Server thread/INFO]: Replace Blocks: [1, 5]
  297. [20:21:00] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  298. [20:21:00] [Server thread/INFO]: Cactus Growth Modifier: 100%
  299. [20:21:00] [Server thread/INFO]: Cane Growth Modifier: 100%
  300. [20:21:00] [Server thread/INFO]: Melon Growth Modifier: 100%
  301. [20:21:00] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  302. [20:21:00] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  303. [20:21:00] [Server thread/INFO]: Sapling Growth Modifier: 100%
  304. [20:21:00] [Server thread/INFO]: Wheat Growth Modifier: 100%
  305. [20:21:00] [Server thread/INFO]: View Distance: 10
  306. [20:21:00] [Server thread/INFO]: Sending up to 10 chunks per packet
  307. [20:21:00] [Server thread/INFO]: Max Entity Collisions: 8
  308. [20:21:00] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  309. [20:21:00] [Server thread/INFO]: Chunks to Grow per Tick: 650
  310. [20:21:00] [Server thread/INFO]: Clear tick list: false
  311. [20:21:00] [Server thread/INFO]: Experience Merge Radius: 3.0
  312. [20:21:00] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  313. [20:21:00] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  314. [20:21:00] [Server thread/INFO]: Random Lighting Updates: false
  315. [20:21:00] [Server thread/INFO]: Structure Info Saving: true
  316. [20:21:00] [Server thread/INFO]: Max TNT Explosions: 100
  317. [20:21:00] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  318. [20:21:00] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  319. [20:21:00] [Server thread/INFO]: Preparing start region for level 4 (Seed: 227290)
  320. [20:21:01] [Server thread/INFO]: [TerrainControl] [INFO] Starting to enable world ''StormFactions''...
  321. [20:21:01] [Server thread/INFO]: [TerrainControl] [INFO] 21 world custom objects loaded.
  322. [20:21:02] [Server thread/INFO]: [TerrainControl] [INFO] 61 biomes Loaded
  323. [20:21:02] [Server thread/INFO]: -------- World Settings For [StormFactions] --------
  324. [20:21:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  325. [20:21:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  326. [20:21:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  327. [20:21:02] [Server thread/INFO]: Item Merge Radius: 2.5
  328. [20:21:02] [Server thread/INFO]: Item Despawn Rate: 6000
  329. [20:21:02] [Server thread/INFO]: Mob Spawn Range: 4
  330. [20:21:02] [Server thread/INFO]: Anti X-Ray: true
  331. [20:21:02] [Server thread/INFO]: Engine Mode: 1
  332. [20:21:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  333. [20:21:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  334. [20:21:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  335. [20:21:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  336. [20:21:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  337. [20:21:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  338. [20:21:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  339. [20:21:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  340. [20:21:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  341. [20:21:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  342. [20:21:02] [Server thread/INFO]: View Distance: 10
  343. [20:21:02] [Server thread/INFO]: Sending up to 10 chunks per packet
  344. [20:21:02] [Server thread/INFO]: Max Entity Collisions: 8
  345. [20:21:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  346. [20:21:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  347. [20:21:02] [Server thread/INFO]: Clear tick list: false
  348. [20:21:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  349. [20:21:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  350. [20:21:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  351. [20:21:02] [Server thread/INFO]: Random Lighting Updates: false
  352. [20:21:02] [Server thread/INFO]: Structure Info Saving: true
  353. [20:21:02] [Server thread/INFO]: Max TNT Explosions: 100
  354. [20:21:02] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  355. [20:21:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  356. [20:21:02] [Server thread/INFO]: [TerrainControl] [INFO] World StormFactions is now enabled!
  357. [20:21:02] [Server thread/INFO]: Preparing start region for level 5 (Seed: 3630334052033808148)
  358. [20:21:03] [Server thread/INFO]: Preparing spawn area for StormFactions, 65%
  359. [20:21:03] [Server thread/INFO]: [TerrainControl] [INFO] Starting to enable world ''SurvivalKingdom''...
  360. [20:21:03] [Server thread/INFO]: [TerrainControl] [INFO] 15 world custom objects loaded.
  361. [20:21:04] [Server thread/INFO]: [TerrainControl] [INFO] 61 biomes Loaded
  362. [20:21:04] [Server thread/INFO]: -------- World Settings For [SurvivalKingdom] --------
  363. [20:21:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  364. [20:21:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
  365. [20:21:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  366. [20:21:04] [Server thread/INFO]: Item Merge Radius: 2.5
  367. [20:21:04] [Server thread/INFO]: Item Despawn Rate: 6000
  368. [20:21:04] [Server thread/INFO]: Mob Spawn Range: 4
  369. [20:21:04] [Server thread/INFO]: Anti X-Ray: true
  370. [20:21:04] [Server thread/INFO]: Engine Mode: 1
  371. [20:21:04] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  372. [20:21:04] [Server thread/INFO]: Replace Blocks: [1, 5]
  373. [20:21:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  374. [20:21:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
  375. [20:21:04] [Server thread/INFO]: Cane Growth Modifier: 100%
  376. [20:21:04] [Server thread/INFO]: Melon Growth Modifier: 100%
  377. [20:21:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  378. [20:21:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  379. [20:21:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
  380. [20:21:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
  381. [20:21:04] [Server thread/INFO]: View Distance: 10
  382. [20:21:04] [Server thread/INFO]: Sending up to 10 chunks per packet
  383. [20:21:04] [Server thread/INFO]: Max Entity Collisions: 8
  384. [20:21:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  385. [20:21:04] [Server thread/INFO]: Chunks to Grow per Tick: 650
  386. [20:21:04] [Server thread/INFO]: Clear tick list: false
  387. [20:21:04] [Server thread/INFO]: Experience Merge Radius: 3.0
  388. [20:21:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  389. [20:21:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  390. [20:21:04] [Server thread/INFO]: Random Lighting Updates: false
  391. [20:21:04] [Server thread/INFO]: Structure Info Saving: true
  392. [20:21:04] [Server thread/INFO]: Max TNT Explosions: 100
  393. [20:21:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  394. [20:21:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  395. [20:21:04] [Server thread/INFO]: [TerrainControl] [INFO] World SurvivalKingdom is now enabled!
  396. [20:21:04] [Server thread/INFO]: Preparing start region for level 6 (Seed: 1098527605452904588)
  397. [20:21:05] [Server thread/INFO]: Preparing spawn area for SurvivalKingdom, 60%
  398. [20:21:06] [Server thread/INFO]: [Multiverse-Core] 7 - World(s) loaded.
  399. [20:21:06] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b692 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
  400. [20:21:06] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.7.3
  401. [20:21:06] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  402. [20:21:06] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  403. [20:21:06] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  404. [20:21:06] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  405. [20:21:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  406. [20:21:06] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  407. [20:21:06] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  408. [20:21:06] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  409. [20:21:06] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  410. [20:21:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  411. [20:21:06] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  412. [20:21:06] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  413. [20:21:06] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  414. [20:21:06] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  415. [20:21:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  416. [20:21:06] [Server thread/INFO]: [WorldGuard] (Magical) TNT ignition is PERMITTED.
  417. [20:21:06] [Server thread/INFO]: [WorldGuard] (Magical) Lighters are PERMITTED.
  418. [20:21:06] [Server thread/INFO]: [WorldGuard] (Magical) Lava fire is blocked.
  419. [20:21:06] [Server thread/INFO]: [WorldGuard] (Magical) Fire spread is UNRESTRICTED.
  420. [20:21:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Magical'
  421. [20:21:06] [Server thread/INFO]: [WorldGuard] (Brawl) TNT ignition is PERMITTED.
  422. [20:21:06] [Server thread/INFO]: [WorldGuard] (Brawl) Lighters are PERMITTED.
  423. [20:21:06] [Server thread/INFO]: [WorldGuard] (Brawl) Lava fire is blocked.
  424. [20:21:06] [Server thread/INFO]: [WorldGuard] (Brawl) Fire spread is UNRESTRICTED.
  425. [20:21:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Brawl'
  426. [20:21:06] [Server thread/INFO]: [WorldGuard] (StormFactions) TNT ignition is PERMITTED.
  427. [20:21:06] [Server thread/INFO]: [WorldGuard] (StormFactions) Lighters are PERMITTED.
  428. [20:21:06] [Server thread/INFO]: [WorldGuard] (StormFactions) Lava fire is blocked.
  429. [20:21:06] [Server thread/INFO]: [WorldGuard] (StormFactions) Fire spread is UNRESTRICTED.
  430. [20:21:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'StormFactions'
  431. [20:21:06] [Server thread/INFO]: [WorldGuard] (SurvivalKingdom) TNT ignition is PERMITTED.
  432. [20:21:06] [Server thread/INFO]: [WorldGuard] (SurvivalKingdom) Lighters are PERMITTED.
  433. [20:21:06] [Server thread/INFO]: [WorldGuard] (SurvivalKingdom) Lava fire is blocked.
  434. [20:21:06] [Server thread/INFO]: [WorldGuard] (SurvivalKingdom) Fire spread is UNRESTRICTED.
  435. [20:21:06] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SurvivalKingdom'
  436. [20:21:06] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world'
  437. [20:21:06] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  438. [20:21:06] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  439. [20:21:06] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Magical'
  440. [20:21:06] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'Brawl'
  441. [20:21:06] [Server thread/INFO]: [WorldGuard] 2 regions loaded for 'StormFactions'
  442. [20:21:06] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'SurvivalKingdom'
  443. [20:21:06] [Server thread/INFO]: [DragonCore] Enabling DragonCore v1.0
  444. [20:21:06] [Server thread/INFO]: [INFO] Loading addons
  445. [20:21:06] [Server thread/INFO]: [INFO] No addons found
  446. [20:21:06] [Server thread/INFO]: [SilkSpawners] Enabling SilkSpawners v3.6.6
  447. [20:21:06] [Server thread/INFO]: [SilkSpawners] WorldGuard was found and support is enabled
  448. [20:21:06] [Server thread/INFO]: [SilkSpawners] Loading support for v1_8_R2
  449. [20:21:06] [Server thread/INFO]: [SilkSpawners] AutoUpdater is enabled.
  450. [20:21:06] [Server thread/INFO]: [SilkSpawners] Result from AutoUpdater is: NO_UPDATE
  451. [20:21:06] [Server thread/INFO]: [SilkSpawners] BarAPI was not found and remains disabled!
  452. [20:21:06] [Server thread/INFO]: [RealisticTNT] Enabling RealisticTNT v13a
  453. [20:21:06] [Server thread/ERROR]: Error occurred while enabling RealisticTNT v13a (Is it up to date?)
  454. java.lang.NoSuchFieldError: LOCKED_CHEST
  455. at net.obnoxint.mcdev.realistictnt.RealisticTNTConfiguration.<clinit>(RealisticTNTConfiguration.java:29) ~[?:?]
  456. at net.obnoxint.mcdev.realistictnt.RealisticTNT.onEnable(RealisticTNT.java:48) ~[?:?]
  457. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  458. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  459. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  460. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  461. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  462. at net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:416) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  463. at net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:382) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  464. at net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  465. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:257) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  466. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  467. at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
  468. [20:21:06] [Server thread/INFO]: [Titlebar] Enabling Titlebar v1.1.1
  469. [20:21:06] [Server thread/INFO]: Titlebar> Titlebar v1.1.1 enabled!!
  470. [20:21:07] [Server thread/INFO]: [ClaimLevels] Enabling ClaimLevels v1.1
  471. [20:21:07] [Server thread/INFO]: [CloudTrade] Enabling CloudTrade v1.5
  472. [20:21:07] [Server thread/INFO]: [CloudTrade] Loaded Language File: Default English
  473. [20:21:07] [Server thread/INFO]: [Clouds] Enabling Clouds v0.6
  474. [20:21:07] [Server thread/INFO]: [TreasureChest] Enabling TreasureChest v8.4.4
  475. [20:21:07] [Server thread/INFO]: [Kingdoms] Enabling Kingdoms v2
  476. [20:21:07] [Server thread/INFO]: Loaded 0 kingdoms.
  477. [20:21:07] [Server thread/INFO]: World Guard found, enabling WorldGuard support.
  478. [20:21:07] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.7
  479. [20:21:07] [Server thread/INFO]: [ClearLag] Loading modules...
  480. [20:21:07] [Server thread/WARN]: [ClearLag] mob-range requires you to use bukkit v1.7_r4 (1.7.10)
  481. [20:21:07] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  482. [20:21:07] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  483. [20:21:07] [Thread-12/INFO]: [ClearLag] Checking for updates...
  484. [20:21:07] [Server thread/INFO]: [Commander] Enabling Commander v1.2.3
  485. [20:21:07] [Server thread/INFO]: [Commander] Successfully imported 4 patterns from playercmd.txt
  486. [20:21:07] [Server thread/INFO]: [Commander] Successfully imported 6 patterns from playerchat.txt
  487. [20:21:07] [Server thread/INFO]: [Commander] Successfully imported 1 patterns from consolecmd.txt
  488. [20:21:07] [Server thread/INFO]: [Commander] Enabled
  489. [20:21:07] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.5.2
  490. [20:21:07] [Server thread/INFO]: [HoloAPI] Enabling HoloAPI v1.2.3
  491. [20:21:07] [Thread-12/INFO]: [ClearLag] No updates found!
  492. [20:21:07] [Server thread/INFO]: [HoloAPI] [Vault] Successfully hooked
  493. [20:21:07] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.9
  494. [20:21:07] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  495. [20:21:07] [Server thread/INFO]: [HorseTamer] Enabling HorseTamer v0.1
  496. [20:21:07] [Server thread/INFO]: [EnchantPlus] Enabling EnchantPlus v1.3.2
  497. [20:21:07] [Server thread/INFO]: [EnchantPlus] This plugin is using Metrics by Hidendra!
  498. [20:21:07] [Server thread/INFO]: [EnchantPlus] Plugin version 1.3.2 activated! (17 ms)
  499. [20:21:07] [Server thread/INFO]: [BS-SingleUse] Enabling BS-SingleUse v1.1.0
  500. [20:21:07] [Server thread/INFO]: [BossShop] Enabling Addon BS-SingleUse
  501. [20:21:07] [Server thread/INFO]: [BS-SingleUse] Loaded 0 SingleUse Items
  502. [20:21:07] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  503. [20:21:07] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  504. [20:21:07] [Server thread/INFO]: git-Spigot-2ec6f06-7722428 (MC: 1.8.3)
  505. [20:21:07] [Server thread/INFO]: 1.8.3-R0.1-SNAPSHOT
  506. [20:21:07] [Server thread/INFO]: Using locale en_US
  507. [20:21:08] [Server thread/INFO]: Using locale en_US
  508. [20:21:08] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  509. [20:21:08] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  510. [20:21:08] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  511. [20:21:08] [Server thread/INFO]: [SimpleRename] Enabling SimpleRename v5.0
  512. [20:21:08] [Server thread/INFO]: SimpleRename enabled!
  513. [20:21:08] [Server thread/INFO]: [SimpleRename] en
  514. [20:21:08] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  515. [20:21:08] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v8.5.1
  516. [20:21:08] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.5-b713
  517. [20:21:08] [Server thread/INFO]: [Multiverse-Portals] - Version 2.5-b713 Enabled - By Rigby and fernferret
  518. [20:21:08] [Server thread/INFO]: [MVPLogging] 0 - Portals(s) loaded
  519. [20:21:08] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
  520. [20:21:08] [Server thread/ERROR]: Error occurred while enabling EssentialsGeoIP vTeamCity (Is it up to date?)
  521. java.lang.NoClassDefFoundError: com/maxmind/geoip/LookupService
  522. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.reloadConfig(EssentialsGeoIPPlayerListener.java:132) ~[?:?]
  523. at com.earth2me.essentials.geoip.EssentialsGeoIPPlayerListener.<init>(EssentialsGeoIPPlayerListener.java:41) ~[?:?]
  524. at com.earth2me.essentials.geoip.EssentialsGeoIP.onEnable(EssentialsGeoIP.java:34) ~[?:?]
  525. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  526. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  527. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  528. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  529. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  530. at net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:416) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  531. at net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:382) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  532. at net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  533. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:257) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  534. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  535. at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
  536. Caused by: java.lang.ClassNotFoundException: com.maxmind.geoip.LookupService
  537. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  538. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  539. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  540. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_79]
  541. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  542. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  543. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  544. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  545. ... 14 more
  546. [20:21:08] [Server thread/INFO]: [RecipeManager] Enabling RecipeManager v2.3.4
  547. [20:21:12] [Server thread/INFO]: [RecipeManager] New version: 2.5! You're using 2.3.4
  548. [20:21:12] [Server thread/INFO]: [RecipeManager] Grab it at: http://servermods.cursecdn.com/files/887/46/RecipeManager.jar
  549. [20:21:12] [Server thread/INFO]: [RecipeManager] You can disable this check from config.yml.
  550. [20:21:12] [Server thread/INFO]: [KitAdder] Enabling KitAdder v2.0
  551. [20:21:12] [Server thread/INFO]: [KitAdder] KitAdder has been enabled!
  552. [20:21:12] [Server thread/INFO]: [MythicMobs] Enabling MythicMobs v2.0.1
  553. [20:21:12] [Server thread/INFO]: [MythicMobs] Loading MythicMobs...
  554. [20:21:12] [Server thread/INFO]: [MythicMobs] MythicMobs Lib's Disguises Support has been enabled!
  555. [20:21:12] [Server thread/INFO]: [MythicMobs] MythicMobs mcMMO Support has been enabled!
  556. [20:21:12] [Server thread/INFO]: [MythicMobs] MythicMobs Vault Support has been enabled!
  557. [20:21:12] [Server thread/INFO]: [MythicMobs] MythicMobs WorldGuard Support has been enabled!
  558. [20:21:12] [Server thread/ERROR]: Cannot load plugins\MythicMobs\Items\ExampleItems.yml
  559. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  560. in 'string', line 14, column 3:
  561. Id: 307
  562. ^
  563. expected <block end>, but found Scalar
  564. in 'string', line 16, column 25:
  565. Display: '&e&l&0Titan's Hauberk'
  566. ^
  567.  
  568. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  569. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  570. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  571. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  572. at net.elseland.xikage.MythicMobs.IO.IOLoader.reloadCustomConfig(IOLoader.java:57) [MythicMobs-2.0.1.jar:?]
  573. at net.elseland.xikage.MythicMobs.IO.IOLoader.<init>(IOLoader.java:40) [MythicMobs-2.0.1.jar:?]
  574. at net.elseland.xikage.MythicMobs.IO.Load.Configuration.LoadAll(Configuration.java:77) [MythicMobs-2.0.1.jar:?]
  575. at net.elseland.xikage.MythicMobs.MythicMobs.onEnable(MythicMobs.java:124) [MythicMobs-2.0.1.jar:?]
  576. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  577. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  578. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  579. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  580. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  581. at net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:416) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  582. at net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:382) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  583. at net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  584. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:257) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  585. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  586. at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
  587. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  588. in 'string', line 14, column 3:
  589. Id: 307
  590. ^
  591. expected <block end>, but found Scalar
  592. in 'string', line 16, column 25:
  593. Display: '&e&l&0Titan's Hauberk'
  594. ^
  595.  
  596. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  597. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  598. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  599. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  600. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  601. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  602. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  603. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  604. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  605. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  606. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  607. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  608. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  609. ... 18 more
  610. [20:21:12] [Server thread/ERROR]: Cannot load plugins\MythicMobs\Items\ExampleItems.yml
  611. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  612. in 'string', line 14, column 3:
  613. Id: 307
  614. ^
  615. expected <block end>, but found Scalar
  616. in 'string', line 16, column 25:
  617. Display: '&e&l&0Titan's Hauberk'
  618. ^
  619.  
  620. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  621. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  622. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  623. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  624. at net.elseland.xikage.MythicMobs.IO.IOLoader.reloadCustomConfig(IOLoader.java:57) [MythicMobs-2.0.1.jar:?]
  625. at net.elseland.xikage.MythicMobs.IO.IOLoader.<init>(IOLoader.java:40) [MythicMobs-2.0.1.jar:?]
  626. at net.elseland.xikage.MythicMobs.IO.IOHandler.getSaveLoad(IOHandler.java:24) [MythicMobs-2.0.1.jar:?]
  627. at net.elseland.xikage.MythicMobs.IO.Load.Configuration.LoadAll(Configuration.java:97) [MythicMobs-2.0.1.jar:?]
  628. at net.elseland.xikage.MythicMobs.MythicMobs.onEnable(MythicMobs.java:124) [MythicMobs-2.0.1.jar:?]
  629. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  630. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  631. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  632. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  633. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  634. at net.minecraft.server.v1_8_R2.MinecraftServer.r(MinecraftServer.java:416) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  635. at net.minecraft.server.v1_8_R2.MinecraftServer.k(MinecraftServer.java:382) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  636. at net.minecraft.server.v1_8_R2.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  637. at net.minecraft.server.v1_8_R2.DedicatedServer.init(DedicatedServer.java:257) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  638. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:522) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  639. at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
  640. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  641. in 'string', line 14, column 3:
  642. Id: 307
  643. ^
  644. expected <block end>, but found Scalar
  645. in 'string', line 16, column 25:
  646. Display: '&e&l&0Titan's Hauberk'
  647. ^
  648.  
  649. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  650. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  651. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  652. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:226) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  653. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  654. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  655. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  656. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  657. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  658. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  659. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  660. at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  661. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  662. ... 19 more
  663. [20:21:12] [Server thread/INFO]: [MythicMobs] Loaded 13 mobs.
  664. [20:21:12] [Server thread/INFO]: [MythicMobs] Loaded 0 mob stacks.
  665. [20:21:12] [Server thread/INFO]: [MythicMobs] Loaded 12 skills.
  666. [20:21:12] [Server thread/INFO]: [MythicMobs] Loaded 1 random spawns.
  667. [20:21:12] [Server thread/INFO]: [MythicMobs] Loaded 0 mythic items.
  668. [20:21:12] [Server thread/INFO]: [MythicMobs] Loaded 5 drop tables.
  669. [20:21:12] [Server thread/INFO]: [MythicMobs] Loaded 0 mob spawners.
  670. [20:21:12] [Server thread/INFO]: [MythicMobs] v2.0.1 has been successfully loaded!
  671. [20:21:13] [Server thread/INFO]: [MythicMobs] A new version of MythicMobs is available: MythicMobs v2.0.6
  672. [20:21:13] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  673. [20:21:13] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  674. [20:21:13] [Server thread/INFO]: Done (18.362s)! For help, type "help" or "?"
  675. [20:21:13] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.1.10
  676. [20:21:13] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  677. [20:21:13] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  678. [20:21:13] [Server thread/INFO]: [PlayerVaults] ** Vaults have already been converted to UUIDs. If this is incorrect, shutdown your server and rename the plugins\PlayerVaults\uuidvaults directory.
  679. [20:21:13] [Craft Scheduler Thread - 23/INFO]: [PlayerVaults] We didn't find an update!
  680. [20:21:13] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  681. [20:21:13] [Craft Scheduler Thread - 19/INFO]: [Vault] Checking for Updates ...
  682. [20:21:13] [Craft Scheduler Thread - 19/INFO]: [Vault] No new version available
  683. [20:21:13] [Craft Scheduler Thread - 24/INFO]: [RecipeManager] Loading all recipes...
  684. [20:21:14] [Craft Scheduler Thread - 24/INFO]: [RecipeManager] Parsed 10 recipes from 10 files without errors, elapsed time 0.521 seconds.
  685. [20:21:14] [Server thread/INFO]: [RecipeManager] Parsed 0 recipe books.
  686. [20:21:14] [Server thread/INFO]: [RecipeManager] All done in 0.585 seconds, 10 recipes processed.
  687. [20:21:14] [User Authenticator #1/INFO]: UUID of player CageCreeper is c3a7c55e-8044-4b46-9ec0-906bbd7871df
  688. [20:21:14] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to HoloAPI v1.2.3
  689. org.bukkit.event.EventException
  690. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  691. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  692. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  693. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  694. at net.minecraft.server.v1_8_R2.PlayerList.onPlayerJoin(PlayerList.java:296) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  695. at net.minecraft.server.v1_8_R2.PlayerList.a(PlayerList.java:156) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  696. at net.minecraft.server.v1_8_R2.LoginListener.b(LoginListener.java:144) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  697. at net.minecraft.server.v1_8_R2.LoginListener.c(LoginListener.java:54) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  698. at net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:231) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  699. at net.minecraft.server.v1_8_R2.ServerConnection.c(ServerConnection.java:148) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  700. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:811) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  701. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  702. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  703. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  704. at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
  705. Caused by: java.lang.NoClassDefFoundError: net/minecraft/util/io/netty/channel/ChannelDuplexHandler
  706. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
  707. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  708. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  709. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  710. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_79]
  711. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  712. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  713. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  714. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_79]
  715. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  716. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  717. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  718. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  719. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  720. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  721. at com.dsh105.holoapi.protocol.InjectionStrategy$2.inject(InjectionStrategy.java:39) ~[?:?]
  722. at com.dsh105.holoapi.protocol.InjectionManager.inject(InjectionManager.java:101) ~[?:?]
  723. at com.dsh105.holoapi.protocol.InjectionManager$1.onJoin(InjectionManager.java:74) ~[?:?]
  724. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
  725. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_79]
  726. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_79]
  727. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_79]
  728. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  729. ... 14 more
  730. Caused by: java.lang.ClassNotFoundException: net.minecraft.util.io.netty.channel.ChannelDuplexHandler
  731. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  732. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  733. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  734. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  735. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
  736. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  737. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  738. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  739. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_79]
  740. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  741. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  742. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  743. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_79]
  744. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  745. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  746. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  747. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  748. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  749. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  750. at com.dsh105.holoapi.protocol.InjectionStrategy$2.inject(InjectionStrategy.java:39) ~[?:?]
  751. at com.dsh105.holoapi.protocol.InjectionManager.inject(InjectionManager.java:101) ~[?:?]
  752. at com.dsh105.holoapi.protocol.InjectionManager$1.onJoin(InjectionManager.java:74) ~[?:?]
  753. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
  754. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_79]
  755. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_79]
  756. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_79]
  757. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  758. ... 14 more
  759. [20:21:20] [Server thread/INFO]: CageCreeper[/127.0.0.1:53852] logged in with entity id 592 at ([StormFactions]406.90513687178253, 188.9702170927121, -24.672525562998594)
  760. [20:21:23] [Server thread/INFO]: [HoloAPI] Holograms loaded
  761. [20:21:58] [Server thread/INFO]: CageCreeper issued server command: /gm 1
  762. [20:22:01] [Server thread/INFO]: CageCreeper issued server command: /storm
  763. [20:22:05] [Server thread/INFO]: CageCreeper issued server command: /sun
  764. [20:22:11] [Server thread/INFO]: CageCreeper issued server command: /sc
  765. [20:22:13] [Server thread/INFO]: CageCreeper issued server command: /stormcloud
  766. [20:22:15] [Server thread/INFO]: CageCreeper issued server command: /help stormcloud
  767. [20:22:37] [Server thread/INFO]: CageCreeper issued server command: /stormcloud summon
  768. [20:22:43] [Server thread/INFO]: CageCreeper issued server command: /d
  769. [20:22:48] [Server thread/INFO]: CageCreeper issued server command: /d Armor_Stand
  770. [20:22:52] [Server thread/INFO]: CageCreeper issued server command: /ud
  771. [20:22:53] [Server thread/INFO]: CageCreeper issued server command: /u d
  772. [20:24:07] [Server thread/INFO]: Stopping the server
  773. [20:24:07] [Server thread/INFO]: Stopping server
  774. [20:24:07] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
  775. [20:24:07] [Server thread/INFO]: [MythicMobs] Disabling MythicMobs v2.0.1
  776. [20:24:07] [Server thread/INFO]: [MythicMobs] Disabling Mythic Mobs...
  777. [20:24:07] [Server thread/INFO]: [MythicMobs] All active settings have been saved.
  778. [20:24:07] [Server thread/INFO]: [MythicMobs] v2.0.1 has been Disabled!
  779. [20:24:07] [Server thread/INFO]: [KitAdder] Disabling KitAdder v2.0
  780. [20:24:07] [Server thread/INFO]: [KitAdder] KitAdder has been disabled!
  781. [20:24:07] [Server thread/INFO]: [RecipeManager] Disabling RecipeManager v2.3.4
  782. [20:24:07] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP vTeamCity
  783. [20:24:07] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.5-b713
  784. [20:24:07] [Server thread/INFO]: [LibsDisguises] Disabling LibsDisguises v8.5.1
  785. [20:24:07] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  786. [20:24:07] [Server thread/INFO]: [SimpleRename] Disabling SimpleRename v5.0
  787. [20:24:07] [Server thread/INFO]: SimpleRename disabled!
  788. [20:24:07] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vTeamCity
  789. [20:24:07] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  790. [20:24:07] [Server thread/INFO]: [Vault][Economy] Essentials Economy unhooked.
  791. [20:24:07] [Server thread/INFO]: [BS-SingleUse] Disabling BS-SingleUse v1.1.0
  792. [20:24:07] [Server thread/INFO]: [BossShop] Disabling Addon BS-SingleUse
  793. [20:24:07] [Server thread/INFO]: [EnchantPlus] Disabling EnchantPlus v1.3.2
  794. [20:24:07] [Server thread/INFO]: [EnchantPlus] Plugin deactivated!
  795. [20:24:07] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.5.00-b3547
  796. [20:24:10] [Server thread/INFO]: [HorseTamer] Disabling HorseTamer v0.1
  797. [20:24:10] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.1.9
  798. [20:24:10] [Server thread/INFO]: [HoloAPI] Disabling HoloAPI v1.2.3
  799. [20:24:10] [Server thread/INFO]: [PlayerVaults] Disabling PlayerVaults v3.5.2
  800. [20:24:10] [Server thread/INFO]: [Commander] Disabling Commander v1.2.3
  801. [20:24:10] [Server thread/INFO]: [Commander] Disabled
  802. [20:24:10] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.3-SNAPSHOT-b117
  803. [20:24:10] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.7.7
  804. [20:24:10] [Server thread/INFO]: [Kingdoms] Disabling Kingdoms v2
  805. [20:24:10] [Server thread/INFO]: [TreasureChest] Disabling TreasureChest v8.4.4
  806. [20:24:10] [Server thread/INFO]: [Clouds] Disabling Clouds v0.6
  807. [20:24:10] [Server thread/INFO]: [CloudTrade] Disabling CloudTrade v1.5
  808. [20:24:10] [Server thread/INFO]: [ClaimLevels] Disabling ClaimLevels v1.1
  809. [20:24:10] [Server thread/INFO]: [Titlebar] Disabling Titlebar v1.1.1
  810. [20:24:10] [Server thread/INFO]: Titlebar> Titlebar v1.1.1 disabled!!
  811. [20:24:10] [Server thread/INFO]: [RealisticTNT] Disabling RealisticTNT v13a
  812. [20:24:10] [Server thread/ERROR]: Error occurred while disabling RealisticTNT v13a (Is it up to date?)
  813. java.lang.NullPointerException
  814. at net.obnoxint.mcdev.realistictnt.RealisticTNT.onDisable(RealisticTNT.java:40) ~[?:?]
  815. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  816. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:359) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  817. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  818. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  819. at org.bukkit.craftbukkit.v1_8_R2.CraftServer.disablePlugins(CraftServer.java:335) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  820. at net.minecraft.server.v1_8_R2.MinecraftServer.stop(MinecraftServer.java:458) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  821. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:590) [spigot-1.8.3.jar:git-Spigot-2ec6f06-7722428]
  822. at java.lang.Thread.run(Unknown Source) [?:1.7.0_79]
  823. [20:24:10] [Server thread/INFO]: [SilkSpawners] Disabling SilkSpawners v3.6.6
  824. [20:24:10] [Server thread/INFO]: [DragonCore] Disabling DragonCore v1.0
  825. [20:24:10] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.7.3
  826. [20:24:10] [Server thread/INFO]: [TerrainControl] Disabling TerrainControl v2.7.1-SNAPSHOT
  827. [20:24:10] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b692
  828. [20:24:10] [Server thread/INFO]: [PlayerHeads] Disabling PlayerHeads v3.9-e0791a0
  829. [20:24:10] [Server thread/INFO]: [Mystic] Disabling Mystic v1
  830. [20:24:10] [Server thread/INFO]: [Vault] Disabling Vault v1.5.3-b37
  831. [20:24:10] [Server thread/INFO]: [BossShop] Disabling BossShop v2.1.0
  832. [20:24:10] [Server thread/INFO]: [BossShop] Disabling... bye!
  833. [20:24:10] [Server thread/INFO]: [MotdManager] Disabling MotdManager v1.41-b20
  834. [20:24:10] [Server thread/INFO]: [MotdManager] version 1.41-b20 is disabled!
  835. [20:24:10] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1;no_git_id
  836. [20:24:10] [Server thread/INFO]: [ObsidianBreak] Disabling ObsidianBreak v1.0
  837. [20:24:10] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.1.28 (Phoenix)
  838. [20:24:10] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
  839. [20:24:10] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is disabled!
  840. [20:24:10] [Server thread/INFO]: [InventoryBound] Disabling InventoryBound v1.0
  841. [20:24:10] [Server thread/INFO]: [Actionbar] Disabling Actionbar v1.1.1
  842. [20:24:10] [Server thread/INFO]: Actionbar> Actionbar v1.1.1 disabled!!
  843. [20:24:10] [Server thread/INFO]: [Lootbox] Disabling Lootbox v1.4
  844. [20:24:10] [Server thread/INFO]: Saving players
  845. [20:24:10] [Server thread/INFO]: CageCreeper lost connection: Server closed
  846. [20:24:10] [Server thread/INFO]: CageCreeper left the game.
  847. [20:24:10] [Server thread/INFO]: Saving worlds
  848. [20:24:10] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  849. [20:24:10] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  850. [20:24:10] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  851. [20:24:10] [Server thread/INFO]: Saving chunks for level 'Magical'/Overworld
  852. [20:24:10] [Server thread/INFO]: Saving chunks for level 'Brawl'/Overworld
  853. [20:24:10] [Server thread/INFO]: Saving chunks for level 'StormFactions'/Overworld
  854. [20:24:10] [Server thread/INFO]: Saving chunks for level 'SurvivalKingdom'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement