Advertisement
Guest User

MC Logs

a guest
Jul 17th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.75 KB | None | 0 0
  1. [04:30:57] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [04:30:57] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
  3. [04:30:57] [Server thread/INFO]: Loading properties
  4. [04:30:57] [Server thread/INFO]: Default game type: SURVIVAL
  5. [04:30:57] [Server thread/INFO]: Generating keypair
  6. [04:30:57] [Server thread/INFO]: Starting Minecraft server on 184.154.99.44:25565
  7. [04:30:57] [Server thread/INFO]: Using default channel type
  8. [04:30:57] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  9. [04:30:58] [Server thread/ERROR]: Could not load 'plugins/MyWorkingPlugin.jar' in folder 'plugins'
  10. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  11. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  12. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  13. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  14. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  15. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  16. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  17. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  18. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  19. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  20. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  21. ... 9 more
  22. [04:30:58] [Server thread/INFO]: [INFO][NoCheatPlus] Sun Jul 17 04:30:58 CDT 2016
  23. [04:30:58] [Server thread/INFO]: Player instances are stored for efficiency.
  24. [04:30:58] [Server thread/ERROR]: Could not load 'plugins/HubMagic-0.2.5-SNAPSHOT.jar' in folder 'plugins'
  25. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  26. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  27. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  28. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  29. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  30. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  31. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  32. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  33. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  34. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  35. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  36. Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  37. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_77]
  38. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  39. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  40. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  41. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_77]
  42. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  43. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  44. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_77]
  45. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_77]
  46. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  48. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  49. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  50. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_77]
  51. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_77]
  52. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  53. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  54. ... 9 more
  55. Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
  56. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_77]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  58. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  59. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  60. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  61. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_77]
  62. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  63. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  64. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  65. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_77]
  66. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  67. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  68. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_77]
  69. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_77]
  70. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  71. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  72. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  73. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  74. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_77]
  75. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_77]
  76. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  77. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  78. ... 9 more
  79. [04:30:59] [Server thread/INFO]: [MuteManager] Loading MuteManager v0.16-51
  80. [04:30:59] [Server thread/INFO]: [FirstLastSeen] Loading FirstLastSeen v0.1
  81. [04:30:59] [Server thread/INFO]: [JoinCommands] Loading JoinCommands v4.0.0
  82. [04:30:59] [Server thread/INFO]: [VoidWorld] Loading VoidWorld v1.0
  83. [04:30:59] [Server thread/INFO]: [DisableMe] Loading DisableMe v1.3
  84. [04:30:59] [Server thread/INFO]: [WorldCommand] Loading WorldCommand v1.0
  85. [04:30:59] [Server thread/INFO]: [LuckyBlock] Loading LuckyBlock v1.8
  86. [04:30:59] [Server thread/INFO]: [SpawnJoin] Loading SpawnJoin v2.0.0
  87. [04:30:59] [Server thread/INFO]: [PlayerLaunchpad] Loading PlayerLaunchpad v1.2
  88. [04:30:59] [Server thread/INFO]: [NoBed] Loading NoBed v1.1
  89. [04:30:59] [Server thread/INFO]: [AntiBed] Loading AntiBed v1.0.1
  90. [04:30:59] [Server thread/INFO]: [aAntiSpam] Loading aAntiSpam v1.2
  91. [04:30:59] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v0.7
  92. [04:30:59] [Server thread/INFO]: [Void2Spawn] Loading Void2Spawn v1.1.0
  93. [04:30:59] [Server thread/INFO]: [ControlTPA] Loading ControlTPA v2.0
  94. [04:30:59] [Server thread/INFO]: [MaxBans] Loading MaxBans v2.0
  95. [04:30:59] [Server thread/INFO]: [ViaVersion] Loading ViaVersion v0.9.7
  96. [04:30:59] [Server thread/INFO]: [ViaVersion] ViaVersion 0.9.7 is now loaded, injecting!
  97. [04:30:59] [Server thread/INFO]: [Tablist] Loading Tablist v1.3.0.2
  98. [04:30:59] [Server thread/INFO]: [HideStream] Loading HideStream v3.8
  99. [04:30:59] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  100. [04:30:59] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.3
  101. [04:30:59] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.9.1
  102. [04:30:59] [Server thread/INFO]: [AutoBroadcaster] Loading AutoBroadcaster v1.0
  103. [04:30:59] [Server thread/INFO]: [PerWorldWarps] Loading PerWorldWarps v0.4
  104. [04:30:59] [Server thread/INFO]: [Fly] Loading Fly v1.1
  105. [04:30:59] [Server thread/INFO]: [SimpleHomes] Loading SimpleHomes v2.0.3
  106. [04:30:59] [Server thread/INFO]: [SurvivalGames] Loading SurvivalGames v5.0
  107. [04:30:59] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v10.1.1
  108. [04:30:59] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  109. [04:30:59] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.0.2
  110. [04:30:59] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) is lower than the minimum (MC: 1.9.0)
  111. [04:30:59] [Server thread/INFO]: [MSG] Loading MSG v2.0
  112. [04:30:59] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.13.7-RC-sMD5NET-b925
  113. [04:30:59] [Server thread/INFO]: onLoad: Early set up of static API, configuration, logging.
  114. [04:30:59] [Server thread/INFO]: [SEVERE][NoCheatPlus] Sun Jul 17 04:30:59 CDT 2016
  115. [04:30:59] [Server thread/INFO]: Could not load config.yml (see exception below). Continue with default settings...
  116. [04:30:59] [Server thread/INFO]: [SEVERE][NoCheatPlus] Sun Jul 17 04:30:59 CDT 2016
  117. [04:30:59] [Server thread/INFO]: org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  118. in 'string', line 34, column 7:
  119. active: true
  120. ^
  121. expected <block end>, but found BlockSequenceStart
  122. in 'string', line 38, column 8:
  123. - plugins
  124. ^
  125.  
  126. org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57)
  127. org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226)
  128. org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169)
  129. fr.neatmonster.nocheatplus.config.ConfigManager.init(ConfigManager.java:198)
  130. fr.neatmonster.nocheatplus.NoCheatPlus.setupBasics(NoCheatPlus.java:795)
  131. fr.neatmonster.nocheatplus.NoCheatPlus.onLoad(NoCheatPlus.java:781)
  132. org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:294)
  133. org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251)
  134. net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69)
  135. net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14)
  136. net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179)
  137. net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504)
  138. java.lang.Thread.run(Unknown Source)
  139.  
  140. [04:30:59] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  141. [04:30:59] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.8.8
  142. [04:30:59] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v8.2.0
  143. [04:30:59] [Server thread/INFO]: [BOSEconomy] Loading BOSEconomy v0.7.8.1
  144. [04:30:59] [Server thread/INFO]: [ColoredTags] Loading ColoredTags v0.2
  145. [04:30:59] [Server thread/INFO]: [NoHopper] Loading NoHopper v1.4
  146. [04:30:59] [Server thread/INFO]: [HubThat] Loading HubThat v4.2
  147. [04:30:59] [Server thread/INFO]: [KitPlugin] Loading KitPlugin v7.6
  148. [04:30:59] [Server thread/INFO]: [FeedingHealing] Loading FeedingHealing v1.1.0
  149. [04:30:59] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  150. [04:30:59] [Server thread/INFO]: [PingAPI] Loading PingAPI v0.1.5
  151. [04:30:59] [Server thread/INFO]: [BalloonFiesta] Loading BalloonFiesta v1.2.2
  152. [04:30:59] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.2
  153. [04:30:59] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  154. [04:30:59] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.8.19
  155. [04:30:59] [Server thread/INFO]: TimeUnit.MILLIS_PER_MINUTE: 60000
  156. [04:30:59] [Server thread/INFO]: [PlayerSkinChanger] Loading PlayerSkinChanger v0.3
  157. [04:30:59] [Server thread/INFO]: [PerWorldInventory] Loading PerWorldInventory v1.5.8
  158. [04:30:59] [Server thread/INFO]: [Trading] Loading Trading v3.2
  159. [04:30:59] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  160. [04:30:59] [Server thread/INFO]: [Factions] Loading Factions v2.8.19
  161. [04:30:59] [Server thread/INFO]: [ASkyBlock] Loading ASkyBlock v3.0.1
  162. [04:30:59] [Server thread/INFO]: [ChestCommands] Loading ChestCommands v3.1.4
  163. [04:30:59] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.5.7-b${BUILD_NUMBER}
  164. [04:30:59] [Server thread/INFO]: [iAuction] Loading iAuction v5.0.7
  165. [04:30:59] [Server thread/INFO]: [Smileychat] Loading Smileychat v3.2
  166. [04:30:59] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11
  167. [04:30:59] [Server thread/INFO]: [ChangeSkin] Loading ChangeSkin v1.2
  168. [04:30:59] [Server thread/INFO]: [RandomTP] Loading RandomTP v2.3 - noID
  169. [04:30:59] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b717
  170. [04:30:59] [Server thread/INFO]: [CouponCodes] Loading CouponCodes v3.2
  171. [04:30:59] [Server thread/INFO]: [Backpack] Loading Backpack vb131
  172. [04:30:59] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.4
  173. [04:30:59] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.5-b725
  174. [04:30:59] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
  175. [04:30:59] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2
  176. [04:30:59] [Server thread/INFO]: [MultiWorldMoney] Loading MultiWorldMoney v2.2
  177. [04:30:59] [Server thread/INFO]: [VoidWorld] Enabling VoidWorld v1.0
  178. [04:30:59] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.0.2
  179. [04:30:59] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  180. [04:30:59] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  181. [04:30:59] [Server thread/INFO]: [Vault] [Economy] BOSEconomy7 found: Waiting
  182. [04:31:00] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  183. [04:31:00] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  184. [04:31:00] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  185. [04:31:00] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  186. [04:31:00] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.8.19
  187. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] === ENABLE START ===
  188. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eLoading Cachefile datas...
  189. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eLoading Onlineplayer datas...
  190. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eLoading Registry datas...
  191. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eSaving Cachefile...
  192. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eSetup of IdUtil took §d28§ems.
  193. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsBasics§e set to §dMinecraft 1.7.10+ [1_7_R4+]
  194. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsBoard§e set to §dMinecraft 1.8.0+ [1_8_R1+]
  195. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsChat§e set to §dMinecraft 1.8.3+ [1_8_R2+]
  196. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsEntityDamageEvent§e set to §dMinecraft 1.7.10+ [1_7_R4+]
  197. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsEntityGet§e set to §dMinecraft 1.8.0+ [1_8_R1+]
  198. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsItemStackCreate§e set to §dMinecraft 1.7.10+ [1_7_R4+]
  199. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsItemStackTooltip§e set to §dMinecraft 1.8.0+ [1_8_R1+]
  200. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsPermissions§e set to §dMinecraft 1.7.10+ [1_7_R4+]
  201. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsPlayerInventoryCreate§e set to §dMinecraft 1.7.10+ [1_7_R4+]
  202. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dNmsSkullMeta§e set to §dMinecraft 1.8.0+ [1_8_R1+]
  203. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §aIntegration Activated §dIntegrationVault
  204. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinEvent§e set to §dDefault
  205. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinActionbar§e set to §dDefault
  206. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinActual§e set to §dDefault
  207. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinCommand§e set to §dDefault
  208. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinDisplayName§e set to §dDefault
  209. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinGamemode§e set to §dDefault
  210. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinInventory§e set to §dDefault
  211. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinKick§e set to §dDefault
  212. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinMessage§e set to §dDefault
  213. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinModification§e set to §dDefault
  214. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinPlayed§e set to §dDefault
  215. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinSenderPs§e set to §dDefault
  216. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinTeleport§e set to §dDefault
  217. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinTitle§e set to §dDefault
  218. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinVisibility§e set to §dDefault
  219. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] §eMixin §dMixinWorld§e set to §dDefault
  220. [04:31:00] [Server thread/INFO]: [MassiveCore 2.8.19] === ENABLE §aCOMPLETE §e(Took §d666ms§e) ===
  221. [04:31:00] [Server thread/INFO]: [ASkyBlock] Enabling ASkyBlock v3.0.1
  222. [04:31:00] [Server thread/WARN]: [ASkyBlock] ***********************************************************
  223. [04:31:00] [Server thread/WARN]: [ASkyBlock] Config file is out of date. See config.new.yml for updates!
  224. [04:31:00] [Server thread/WARN]: [ASkyBlock] config.yml version is '3.0.0'
  225. [04:31:00] [Server thread/WARN]: [ASkyBlock] Latest config version is '3.0.1'
  226. [04:31:00] [Server thread/WARN]: [ASkyBlock] ***********************************************************
  227. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (BEETROOT_BLOCK) in blockvalues.yml blocks section. Skipping...
  228. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_ACACIA) in blockvalues.yml blocks section. Skipping...
  229. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_BIRCH) in blockvalues.yml blocks section. Skipping...
  230. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_DARK_OAK) in blockvalues.yml blocks section. Skipping...
  231. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_JUNGLE) in blockvalues.yml blocks section. Skipping...
  232. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (BOAT_SPRUCE) in blockvalues.yml blocks section. Skipping...
  233. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (CHORUS_FLOWER) in blockvalues.yml blocks section. Skipping...
  234. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (CHORUS_PLANT) in blockvalues.yml blocks section. Skipping...
  235. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (END_BRICKS) in blockvalues.yml blocks section. Skipping...
  236. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (FROSTED_ICE) in blockvalues.yml blocks section. Skipping...
  237. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_BLOCK) in blockvalues.yml blocks section. Skipping...
  238. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_DOUBLE_SLAB) in blockvalues.yml blocks section. Skipping...
  239. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_PILLAR) in blockvalues.yml blocks section. Skipping...
  240. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_SLAB) in blockvalues.yml blocks section. Skipping...
  241. [04:31:00] [Server thread/WARN]: [ASkyBlock] Unknown material (PURPUR_STAIRS) in blockvalues.yml blocks section. Skipping...
  242. [04:31:01] [Server thread/INFO]: [ASkyBlock] Loading schematic The Original (island.schematic) for all players, order 1
  243. [04:31:01] [Server thread/INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
  244. [04:31:01] [Server thread/INFO]: [ASkyBlock] Loading schematic Island Duo (double.schematic) for all players, order 2
  245. [04:31:01] [Server thread/INFO]: [ASkyBlock] Loading schematic §lBlack §bDiamonds (harder.schematic) for all players, order 3
  246. [04:31:01] [Server thread/INFO]: [ASkyBlock] Loading offline messages...
  247. [04:31:01] [Server thread/INFO]: Preparing level "FactionSpawn"
  248. [04:31:01] [Server thread/INFO]: Preparing start region for level 0 (Seed: -848618635898287433)
  249. [04:31:01] [Server thread/INFO]: Preparing start region for level 3 (Seed: 2047571888614190358)
  250. [04:31:01] [Server thread/INFO]: Creating ASkyBlock's Nether...
  251. [04:31:01] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8186644171232582271)
  252. [04:31:02] [Server thread/INFO]: Preparing spawn area: 6%
  253. [04:31:03] [Server thread/INFO]: Preparing spawn area: 70%
  254. [04:31:03] [Server thread/INFO]: Preparing start region for level 1 (Seed: -848618635898287433)
  255. [04:31:03] [Server thread/INFO]: Preparing start region for level 2 (Seed: -848618635898287433)
  256. [04:31:04] [Server thread/INFO]: Preparing start region for level 3 (Seed: 2047571888614190358)
  257. [04:31:04] [Server thread/INFO]: Preparing start region for level 4 (Seed: 8186644171232582271)
  258. [04:31:04] [Server thread/INFO]: [MuteManager] Enabling MuteManager v0.16-51
  259. [04:31:04] [Server thread/INFO]: [MuteManager] Configuration loaded.
  260. [04:31:04] [Server thread/INFO]: [MuteManager] Loading mute list from file: muted-players.ser
  261. [04:31:04] [Server thread/INFO]: [MuteManager] MuteManager main loop running.
  262. [04:31:04] [Server thread/INFO]: [FirstLastSeen] Enabling FirstLastSeen v0.1
  263. [04:31:04] [Server thread/INFO]: [FirstLastSeen] version 0.1 loaded.
  264. [04:31:04] [Server thread/INFO]: [JoinCommands] Enabling JoinCommands v4.0.0
  265. [04:31:04] [Server thread/INFO]: JoinCommands v 4.0.0 - Do not forget to change the config.yml before using.
  266. [04:31:04] [Server thread/INFO]: [DisableMe] Enabling DisableMe v1.3
  267. [04:31:04] [Server thread/INFO]: DisableMe§c Has Been Enabled.Version: 1.3 Website: null
  268. [04:31:04] [Server thread/INFO]: [WorldCommand] Enabling WorldCommand v1.0
  269. [04:31:04] [Server thread/INFO]: AdminManagement has been enabled!
  270. [04:31:04] [Server thread/INFO]: AdminManagement is developed by JeremyPark123999 for play.tumbleweed-mc.net
  271. [04:31:04] [Server thread/INFO]: [LuckyBlock] Enabling LuckyBlock v1.8
  272. [04:31:04] [Server thread/INFO]: ===========[LuckyBlock]===========
  273. [04:31:04] [Server thread/INFO]: [LuckyBlock] Enable LuckyBlock!
  274. [04:31:04] [Server thread/INFO]: [LuckyBlock] The version 1.8 is for the Minecraft Version 1.8 / 1.9!
  275. [04:31:04] [Server thread/INFO]: [LuckyBlock] Version: 1.8
  276. [04:31:04] [Server thread/INFO]: [LuckyBlock] Check for update = true
  277. [04:31:04] [Server thread/INFO]: [LuckyBlock] There is an update of LuckyBlock Download Link: http://bit.ly/1JNEDcS
  278. [04:31:04] [Server thread/INFO]: ===========[LuckyBlock]===========
  279. [04:31:04] [Server thread/INFO]: [SpawnJoin] Enabling SpawnJoin v2.0.0
  280. [04:31:04] [Server thread/INFO]: [PlayerLaunchpad] Enabling PlayerLaunchpad v1.2
  281. [04:31:04] [Server thread/INFO]: PlayerLaunchpadVersion 1.2 Has Been Enabled!
  282. [04:31:04] [Server thread/INFO]: [NoBed] Enabling NoBed v1.1
  283. [04:31:04] [Server thread/INFO]: [AntiBed] Enabling AntiBed v1.0.1
  284. [04:31:04] [Server thread/INFO]: AntiBed enabled.
  285. [04:31:04] [Server thread/INFO]: [aAntiSpam] Enabling aAntiSpam v1.2
  286. [04:31:04] [Server thread/INFO]: aAntiSpam activated.
  287. [04:31:04] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v0.7
  288. [04:31:04] [Server thread/ERROR]: Error occurred while enabling OldCombatMechanics v0.7 (Is it up to date?)
  289. java.lang.NoClassDefFoundError: org/bukkit/scoreboard/Team$Option
  290. at gvlfm78.plugin.OldCombatMechanics.OCMMain.createTeam(OCMMain.java:92) ~[?:?]
  291. at gvlfm78.plugin.OldCombatMechanics.OCMMain.onEnable(OCMMain.java:39) ~[?:?]
  292. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  293. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  294. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  295. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  296. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  297. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  298. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  299. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  300. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  301. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  302. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  303. Caused by: java.lang.ClassNotFoundException: org.bukkit.scoreboard.Team$Option
  304. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  305. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  306. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  307. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  308. ... 13 more
  309. [04:31:04] [Server thread/INFO]: [Void2Spawn] Enabling Void2Spawn v1.1.0
  310. [04:31:04] [Server thread/INFO]: [Void2Spawn] Void2Spawn Starting!
  311. [04:31:04] [Server thread/INFO]: [ControlTPA] Enabling ControlTPA v2.0
  312. [04:31:04] [Server thread/INFO]: [ControlTPA] ControlTPA by Terranova Productions! (Adzwoolly)
  313. [04:31:04] [Server thread/INFO]: [MaxBans] Enabling MaxBans v2.0
  314. [04:31:04] [Server thread/INFO]: [MaxBans] Using SQLite
  315. [04:31:04] [Server thread/INFO]: [MaxBans] Loading from DB...
  316. [04:31:04] [Server thread/INFO]: [MaxBans] Loading bans
  317. [04:31:04] [Server thread/INFO]: [MaxBans] Loading ipbans
  318. [04:31:04] [Server thread/INFO]: [MaxBans] Loading mutes
  319. [04:31:04] [Server thread/INFO]: [MaxBans] Loading player names...
  320. [04:31:04] [Server thread/INFO]: [MaxBans] Loading IP History
  321. [04:31:04] [Server thread/INFO]: [MaxBans] Loading warn history...
  322. [04:31:04] [Server thread/INFO]: [MaxBans] Loading chat commands...
  323. [04:31:04] [Server thread/INFO]: [MaxBans] Loading history...
  324. [04:31:04] [Server thread/INFO]: [MaxBans] Starting DNS blacklist
  325. [04:31:04] [Server thread/INFO]: [MaxBans] Loading proxys...
  326. [04:31:04] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v0.9.7
  327. [04:31:04] [Server thread/INFO]: [ViaVersion] You have anti-xray on in your config, since you're not using spigot it won't fix xray!
  328. [04:31:04] [Server thread/INFO]: [Tablist] Enabling Tablist v1.3.0.2
  329. [04:31:04] [Server thread/INFO]: Tablist> Tablist v1.3.0.2 enabled!!
  330. [04:31:04] [Server thread/INFO]: [HideStream] Enabling HideStream v3.8
  331. [04:31:04] [Server thread/INFO]: [HideStream] Version 3.8 enabled.
  332. [04:31:04] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  333. [04:31:05] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  334. [04:31:05] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
  335. [04:31:05] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.3
  336. [04:31:05] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.9.1
  337. [04:31:05] [Server thread/INFO]: [ClearLag] Loading modules...
  338. [04:31:05] [Server thread/INFO]: [ClearLag] Modules enabed, loading config values
  339. [04:31:05] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  340. [04:31:05] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  341. [04:31:05] [Server thread/INFO]: [AutoBroadcaster] Enabling AutoBroadcaster v1.0
  342. [04:31:05] [Server thread/WARN]: [AutoBroadcaster] Could not save messages.txt to plugins/AutoBroadcaster/messages.txt because messages.txt already exists.
  343. [04:31:05] [Thread-21/INFO]: [ClearLag] Checking for updates...
  344. [04:31:05] [Server thread/INFO]: [AutoBroadcaster] Metrics has connected. Thank you!
  345. [04:31:05] [Server thread/INFO]: [AutoBroadcaster] has been enabled and is running V1.0
  346. [04:31:05] [Server thread/INFO]: [PerWorldWarps] Enabling PerWorldWarps v0.4
  347. [04:31:05] [Server thread/ERROR]: Error occurred while enabling PerWorldWarps v0.4 (Is it up to date?)
  348. java.lang.NullPointerException
  349. at java.util.concurrent.ConcurrentHashMap.putVal(Unknown Source) ~[?:1.8.0_77]
  350. at java.util.concurrent.ConcurrentHashMap.put(Unknown Source) ~[?:1.8.0_77]
  351. at me.giraffeknee.pww.WarpManager.loadWarpsFromFile(WarpManager.java:55) ~[?:?]
  352. at me.giraffeknee.pww.PerWorldWarps.onEnable(PerWorldWarps.java:27) ~[?:?]
  353. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  354. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  355. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  356. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  357. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  358. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  359. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  360. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  361. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  362. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  363. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  364. [04:31:05] [Server thread/INFO]: [Fly] Enabling Fly v1.1
  365. [04:31:05] [Server thread/INFO]: [Fly] Found Vault! Hooking into Vault...
  366. [04:31:05] [Server thread/INFO]: [SimpleHomes] Enabling SimpleHomes v2.0.3
  367. [04:31:05] [Server thread/INFO]: [SimpleHomes] AutoUpdater Enabled: Notify
  368. [04:31:06] [Server thread/INFO]: [SimpleHomes] No update found.
  369. [04:31:06] [Server thread/INFO]: [SimpleHomes] SimpleHomes Enabled!
  370. [04:31:06] [Server thread/INFO]: [SurvivalGames] Enabling SurvivalGames v5.0
  371. [04:31:06] [Thread-21/INFO]: [ClearLag] No updates found!
  372. [04:31:06] [Server thread/INFO]: [SurvivalGames] has been enabled!
  373. [04:31:06] [Server thread/INFO]: [SurvivalGames] Top signs updater is about to start!
  374. [04:31:06] [Server thread/INFO]: [SurvivalGames] Top signs updater has started!
  375. [04:31:06] [Server thread/INFO]: [SurvivalGames] Creating winners map...
  376. [04:31:06] [Server thread/INFO]: [SurvivalGames] Created the winners map!
  377. [04:31:06] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v10.1.1
  378. [04:31:06] [Server thread/INFO]: [BuycraftX] Validating your server key...
  379. [04:31:06] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
  380. [04:31:06] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  381. [04:31:06] [Server thread/INFO]: [Votifier] Votifier enabled.
  382. [04:31:06] [Server thread/INFO]: [MSG] Enabling MSG v2.0
  383. [04:31:06] [Server thread/INFO]: [MSG] [ReefCore] Config file loaded.
  384. [04:31:06] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.13.7-RC-sMD5NET-b925
  385. [04:31:06] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.8.4-1.8.8 / Spigot-CB-1.8_R3
  386. [04:31:06] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  387. [04:31:06] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  388. [04:31:06] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  389. [04:31:06] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.8 blocks.
  390. [04:31:06] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  391. [04:31:06] [Server thread/INFO]: [NoCheatPlus] Adding packet level hooks for ProtocolLib (MC 1.8.8)...
  392. [04:31:06] [Server thread/INFO]: [NoCheatPlus] No packet level hooks activated.
  393. [04:31:07] [Server thread/INFO]: [NoCheatPlus] Version 3.13.7-RC-sMD5NET-b925 is enabled.
  394. [04:31:07] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v8.2.0
  395. [04:31:07] [Server thread/ERROR]: Error occurred while enabling LibsDisguises v8.2.0 (Is it up to date?)
  396. java.lang.ExceptionInInitializerError
  397. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getWatcherObject(WrappedWatchableObject.java:73) ~[?:?]
  398. at com.comphenix.protocol.wrappers.WrappedWatchableObject.getIndex(WrappedWatchableObject.java:81) ~[?:?]
  399. at me.libraryaddict.disguise.LibsDisguises.registerValues(LibsDisguises.java:219) ~[?:?]
  400. at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:112) ~[?:?]
  401. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  402. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  403. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  404. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  405. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  406. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  407. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  408. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  409. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  410. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  411. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  412. Caused by: java.lang.RuntimeException: Cannot find class net.minecraft.server.v1_8_R3.DataWatcherObject
  413. at com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:78) ~[?:?]
  414. at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:1974) ~[?:?]
  415. at com.comphenix.protocol.utility.MinecraftReflection.getDataWatcherObjectClass(MinecraftReflection.java:1319) ~[?:?]
  416. at com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject.<clinit>(WrappedDataWatcher.java:548) ~[?:?]
  417. ... 15 more
  418. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.DataWatcherObject
  419. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  420. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  421. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  422. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  423. at com.comphenix.protocol.utility.ClassSource$1.loadClass(ClassSource.java:37) ~[?:?]
  424. at com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:69) ~[?:?]
  425. at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:1974) ~[?:?]
  426. at com.comphenix.protocol.utility.MinecraftReflection.getDataWatcherObjectClass(MinecraftReflection.java:1319) ~[?:?]
  427. at com.comphenix.protocol.wrappers.WrappedDataWatcher$WrappedDataWatcherObject.<clinit>(WrappedDataWatcher.java:548) ~[?:?]
  428. ... 15 more
  429. [04:31:07] [Server thread/INFO]: [BOSEconomy] Enabling BOSEconomy v0.7.8.1
  430. [04:31:07] [Server thread/INFO]: BOSEconomy v0.7.8.1 enabled.
  431. [04:31:07] [Server thread/INFO]: [Vault][Economy] BOSEconomy hooked.
  432. [04:31:07] [Server thread/INFO]: [ColoredTags] Enabling ColoredTags v0.2
  433. [04:31:07] [Server thread/INFO]: [ColoredTags] ColoredTags has successfully loaded!
  434. [04:31:07] [Server thread/INFO]: [NoHopper] Enabling NoHopper v1.4
  435. [04:31:07] [Server thread/INFO]: Plugin successfully enabled
  436. [04:31:07] [Server thread/INFO]: [HubThat] Enabling HubThat v4.2
  437. [04:31:07] [Server thread/INFO]: [KitPlugin] Enabling KitPlugin v7.6
  438. [04:31:07] [Server thread/INFO]: [KitPlugin] Found Vault. Checking for economy plugin.
  439. [04:31:07] [Server thread/INFO]: [KitPlugin] Found economy plugin. Using that.
  440. [04:31:07] [Server thread/INFO]: [KitPlugin] version 7.6 enabled!
  441. [04:31:07] [Server thread/INFO]: [FeedingHealing] Enabling FeedingHealing v1.1.0
  442. [04:31:07] [Server thread/INFO]: [FeedingHealing] Activated!
  443. [04:31:07] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  444. [04:31:07] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  445. [04:31:07] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  446. [04:31:07] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  447. [04:31:07] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  448. [04:31:07] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  449. [04:31:07] [Server thread/INFO]: [PingAPI] Enabling PingAPI v0.1.5
  450. [04:31:07] [Server thread/WARN]: java.lang.ClassNotFoundException: com.skionz.pingapi.v1_8_R3.PingInjector
  451. [04:31:07] [Server thread/WARN]: at java.net.URLClassLoader.findClass(Unknown Source)
  452. [04:31:07] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77)
  453. [04:31:07] [Server thread/WARN]: at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62)
  454. [04:31:07] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  455. [04:31:07] [Server thread/WARN]: at java.lang.ClassLoader.loadClass(Unknown Source)
  456. [04:31:07] [Server thread/WARN]: at java.lang.Class.forName0(Native Method)
  457. [04:31:07] [Server thread/WARN]: at java.lang.Class.forName(Unknown Source)
  458. [04:31:07] [Server thread/WARN]: at com.skionz.pingapi.PingAPI.onEnable(PingAPI.java:18)
  459. [04:31:07] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  460. [04:31:07] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  461. [04:31:07] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
  462. [04:31:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342)
  463. [04:31:07] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314)
  464. [04:31:07] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406)
  465. [04:31:07] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370)
  466. [04:31:07] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325)
  467. [04:31:07] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235)
  468. [04:31:07] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504)
  469. [04:31:07] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  470. [04:31:07] [Server thread/INFO]: [BalloonFiesta] Enabling BalloonFiesta v1.2.2
  471. [04:31:07] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib...
  472. [04:31:07] [Server thread/INFO]: [CS-CoreLib] Successfully loaded!
  473. [04:31:07] [Server thread/INFO]: [CS-CoreLib] CS-CoreLib initialized!
  474. [04:31:07] [Server thread/INFO]: [CS-CoreLib] Internal Clock is now at 2016-07-17-04-31
  475. [04:31:07] [Server thread/INFO]: [BalloonFiesta] BalloonFiesta v1.2.2 has been enabled!
  476. [04:31:07] [Server thread/INFO]: [CS-CoreLib] Successfully loaded Plugin "BalloonFiesta"
  477. [04:31:07] [Server thread/INFO]: [GAListener] Enabling GAListener v1.3.2
  478. [04:31:07] [Server thread/INFO]: [GAListener] GAListener v1.3.2 Enabled
  479. [04:31:07] [Server thread/INFO]: [PlayerSkinChanger] Enabling PlayerSkinChanger v0.3
  480. [04:31:07] [Server thread/ERROR]: Error occurred while enabling PlayerSkinChanger v0.3 (Is it up to date?)
  481. java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
  482. at fr.skyost.playerskinchanger.PlayerDisplayModifier.<init>(PlayerDisplayModifier.java:52) ~[?:?]
  483. at fr.skyost.playerskinchanger.PlayerSkinChanger.onEnable(PlayerSkinChanger.java:38) ~[?:?]
  484. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  485. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  486. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  487. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  488. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  489. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  490. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  491. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  492. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  493. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  494. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  495. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Enabling PerWorldInventory v1.5.8
  496. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Starting metrics...
  497. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Registering commands...
  498. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Commands registered! Registering listeners...
  499. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Registered PlayerChangedWorldListener.
  500. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Registered PlayerQuitListener.
  501. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Registered PlayerGameModeChangeListener.
  502. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Listeners enabled!
  503. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Vault found! Hooking into it...
  504. [04:31:07] [Server thread/INFO]: [PerWorldInventory] Hooked into Vault!
  505. [04:31:07] [Server thread/INFO]: [Trading] Enabling Trading v3.2
  506. [04:31:07] [Server thread/INFO]: [Trading] Trading has been enabled
  507. [04:31:07] [Server thread/INFO]: [Trading] Vault and Economy have been found!
  508. [04:31:07] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  509. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn) TNT ignition is PERMITTED.
  510. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn) Lighters are PERMITTED.
  511. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn) Lava fire is blocked.
  512. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn) Fire spread is UNRESTRICTED.
  513. [04:31:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionSpawn'
  514. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn_nether) TNT ignition is PERMITTED.
  515. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn_nether) Lighters are PERMITTED.
  516. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn_nether) Lava fire is blocked.
  517. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn_nether) Fire spread is UNRESTRICTED.
  518. [04:31:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionSpawn_nether'
  519. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn_the_end) TNT ignition is PERMITTED.
  520. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn_the_end) Lighters are PERMITTED.
  521. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn_the_end) Lava fire is blocked.
  522. [04:31:08] [Server thread/INFO]: [WorldGuard] (FactionSpawn_the_end) Fire spread is UNRESTRICTED.
  523. [04:31:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FactionSpawn_the_end'
  524. [04:31:08] [Server thread/INFO]: [WorldGuard] (ASkyBlock) TNT ignition is PERMITTED.
  525. [04:31:08] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lighters are PERMITTED.
  526. [04:31:08] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Lava fire is blocked.
  527. [04:31:08] [Server thread/INFO]: [WorldGuard] (ASkyBlock) Fire spread is UNRESTRICTED.
  528. [04:31:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock'
  529. [04:31:08] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) TNT ignition is PERMITTED.
  530. [04:31:08] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lighters are PERMITTED.
  531. [04:31:08] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Lava fire is blocked.
  532. [04:31:08] [Server thread/INFO]: [WorldGuard] (ASkyBlock_nether) Fire spread is UNRESTRICTED.
  533. [04:31:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'ASkyBlock_nether'
  534. [04:31:08] [Server thread/INFO]: [WorldGuard] Loading region data...
  535. [04:31:08] [Server thread/INFO]: [Factions] Enabling Factions v2.8.19
  536. [04:31:08] [Server thread/INFO]: [Factions 2.8.19] === ENABLE START ===
  537. [04:31:08] [Server thread/INFO]: [Factions 2.8.19] Integration Activated IntegrationWorldGuard
  538. [04:31:08] [Server thread/INFO]: [Factions 2.8.19] Integration Activated IntegrationSpigot
  539. [04:31:08] [Server thread/INFO]: [Factions 2.8.19] === ENABLE COMPLETE (Took 237ms) ===
  540. [04:31:08] [Server thread/INFO]: [ChestCommands] Enabling ChestCommands v3.1.4
  541. [04:31:08] [Server thread/INFO]: [PlayerVaults] Enabling PlayerVaults v3.5.7-b${BUILD_NUMBER}
  542. [04:31:08] [Server thread/INFO]: [iAuction] Enabling iAuction v5.0.7
  543. [04:31:08] [Server thread/INFO]: [iAuction] [iAuction] No Chat plugin found: Enabling Non-ChannelCHat
  544. [04:31:08] [Server thread/INFO]: [Smileychat] Enabling Smileychat v3.2
  545. [04:31:08] [Server thread/INFO]: [SmileyChat] version 3.2 Has been Enabled!
  546. [04:31:08] [Server thread/INFO]: [SmileyChat] Using: Normal Minecraft Chat.
  547. [04:31:08] [Server thread/INFO]: [CombatLog] Enabling CombatLog v1.8.11
  548. [04:31:08] [Server thread/INFO]: [CombatLog] Loading messages.properties.
  549. [04:31:08] [Server thread/INFO]: [CombatLog] Loading config.yml.
  550. [04:31:08] [Server thread/INFO]: [CombatLog] DisguiseCraft plugin not found! Disguise removal will not work.
  551. [04:31:08] [Server thread/INFO]: [CombatLog] CombatLog v1.8.11 Enabled.
  552. [04:31:08] [Server thread/INFO]: [ChangeSkin] Enabling ChangeSkin v1.2
  553. [04:31:08] [Server thread/INFO]: [ChangeSkin] Hooked into ProtocolLib!
  554. [04:31:08] [Server thread/ERROR]: Error occurred while enabling ChangeSkin v1.2 (Is it up to date?)
  555. java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.maximumSize(I)Lcom/google/common/cache/CacheBuilder;
  556. at me.clip.changeskin.factory.SkinFactory.<init>(SkinFactory.java:59) ~[?:?]
  557. at me.clip.changeskin.ChangeSkin.initialize(ChangeSkin.java:82) ~[?:?]
  558. at me.clip.changeskin.ChangeSkin.onEnable(ChangeSkin.java:67) ~[?:?]
  559. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  560. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  561. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  562. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  563. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  564. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  565. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  566. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  567. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  568. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  569. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  570. [04:31:08] [Server thread/INFO]: [RandomTP] Enabling RandomTP v2.3 - noID
  571. [04:31:08] [Server thread/INFO]: [RandomTP] Checking/Fixing format of portals.yml
  572. [04:31:08] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b717
  573. [04:31:09] [Server thread/INFO]: Preparing start region for level 5 (Seed: 6103072217043787124)
  574. [04:31:09] [Server thread/INFO]: [WorldGuard] (SkyWarsNotSkyBlock) TNT ignition is PERMITTED.
  575. [04:31:09] [Server thread/INFO]: [WorldGuard] (SkyWarsNotSkyBlock) Lighters are PERMITTED.
  576. [04:31:09] [Server thread/INFO]: [WorldGuard] (SkyWarsNotSkyBlock) Lava fire is blocked.
  577. [04:31:09] [Server thread/INFO]: [WorldGuard] (SkyWarsNotSkyBlock) Fire spread is UNRESTRICTED.
  578. [04:31:09] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyWarsNotSkyBlock'
  579. [04:31:09] [Server thread/INFO]: Preparing start region for level 6 (Seed: -3778087628635542555)
  580. [04:31:09] [Server thread/INFO]: [WorldGuard] (SkyWars) TNT ignition is PERMITTED.
  581. [04:31:09] [Server thread/INFO]: [WorldGuard] (SkyWars) Lighters are PERMITTED.
  582. [04:31:09] [Server thread/INFO]: [WorldGuard] (SkyWars) Lava fire is blocked.
  583. [04:31:09] [Server thread/INFO]: [WorldGuard] (SkyWars) Fire spread is UNRESTRICTED.
  584. [04:31:09] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SkyWars'
  585. [04:31:09] [Server thread/INFO]: Preparing start region for level 7 (Seed: -1571066069735369244)
  586. [04:31:09] [Server thread/INFO]: [WorldGuard] (island-0) TNT ignition is PERMITTED.
  587. [04:31:09] [Server thread/INFO]: [WorldGuard] (island-0) Lighters are PERMITTED.
  588. [04:31:09] [Server thread/INFO]: [WorldGuard] (island-0) Lava fire is blocked.
  589. [04:31:09] [Server thread/INFO]: [WorldGuard] (island-0) Fire spread is UNRESTRICTED.
  590. [04:31:09] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'island-0'
  591. [04:31:09] [Server thread/INFO]: Preparing start region for level 8 (Seed: -7154747231138183949)
  592. [04:31:10] [Server thread/INFO]: [WorldGuard] (FriendSurvivalWorld) TNT ignition is PERMITTED.
  593. [04:31:10] [Server thread/INFO]: [WorldGuard] (FriendSurvivalWorld) Lighters are PERMITTED.
  594. [04:31:10] [Server thread/INFO]: [WorldGuard] (FriendSurvivalWorld) Lava fire is blocked.
  595. [04:31:10] [Server thread/INFO]: [WorldGuard] (FriendSurvivalWorld) Fire spread is UNRESTRICTED.
  596. [04:31:10] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'FriendSurvivalWorld'
  597. [04:31:10] [Server thread/INFO]: Preparing start region for level 9 (Seed: 5517480210524585693)
  598. [04:31:11] [Server thread/INFO]: Preparing spawn area for SurvivalGamesSpawn, 81%
  599. [04:31:11] [Server thread/INFO]: [WorldGuard] (SurvivalGamesSpawn) TNT ignition is PERMITTED.
  600. [04:31:11] [Server thread/INFO]: [WorldGuard] (SurvivalGamesSpawn) Lighters are PERMITTED.
  601. [04:31:11] [Server thread/INFO]: [WorldGuard] (SurvivalGamesSpawn) Lava fire is blocked.
  602. [04:31:11] [Server thread/INFO]: [WorldGuard] (SurvivalGamesSpawn) Fire spread is UNRESTRICTED.
  603. [04:31:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SurvivalGamesSpawn'
  604. [04:31:11] [Server thread/INFO]: Preparing start region for level 10 (Seed: 3486800168914204965)
  605. [04:31:12] [Server thread/INFO]: Attempted to place a tile entity (net.minecraft.server.v1_8_R3.TileEntityCommand@3a9fc1ec) at -7,84,16 (AIR) where there was no entity tile!
  606. [04:31:12] [Server thread/INFO]: Chunk coordinates: -16,16
  607. [04:31:12] [Server thread/WARN]: java.lang.Exception
  608. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.Chunk.a(Chunk.java:758)
  609. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.Chunk.a(Chunk.java:736)
  610. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:430)
  611. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46)
  612. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  613. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  614. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  615. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  616. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115)
  617. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97)
  618. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.createWorld(CraftServer.java:908)
  619. [04:31:12] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:473)
  620. [04:31:12] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
  621. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
  622. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
  623. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
  624. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
  625. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:310)
  626. [04:31:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  627. [04:31:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  628. [04:31:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
  629. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342)
  630. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314)
  631. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406)
  632. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370)
  633. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325)
  634. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235)
  635. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504)
  636. [04:31:12] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  637. [04:31:12] [Server thread/WARN]: java.lang.NullPointerException
  638. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.WorldServer.b(WorldServer.java:540)
  639. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadEntities(ChunkRegionLoader.java:449)
  640. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:46)
  641. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:1)
  642. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:337)
  643. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295)
  644. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16)
  645. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115)
  646. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97)
  647. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.createWorld(CraftServer.java:908)
  648. [04:31:12] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:473)
  649. [04:31:12] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261)
  650. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466)
  651. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447)
  652. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422)
  653. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725)
  654. [04:31:12] [Server thread/WARN]: at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:310)
  655. [04:31:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  656. [04:31:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  657. [04:31:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
  658. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342)
  659. [04:31:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314)
  660. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406)
  661. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370)
  662. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325)
  663. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235)
  664. [04:31:12] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504)
  665. [04:31:12] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  666. [04:31:12] [Server thread/ERROR]: [Multiverse-Core] The world 'PVPHUB' could NOT be loaded because it contains errors and is probably corrupt!
  667. [04:31:12] [Server thread/ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'PVPHUB'
  668. [04:31:12] [Server thread/ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer
  669. [04:31:12] [Server thread/INFO]: Preparing start region for level 11 (Seed: 341687286)
  670. [04:31:13] [Server thread/INFO]: [WorldGuard] (SurvivalGames4) TNT ignition is PERMITTED.
  671. [04:31:13] [Server thread/INFO]: [WorldGuard] (SurvivalGames4) Lighters are PERMITTED.
  672. [04:31:13] [Server thread/INFO]: [WorldGuard] (SurvivalGames4) Lava fire is blocked.
  673. [04:31:13] [Server thread/INFO]: [WorldGuard] (SurvivalGames4) Fire spread is UNRESTRICTED.
  674. [04:31:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SurvivalGames4'
  675. [04:31:13] [Server thread/INFO]: Preparing start region for level 12 (Seed: -2769499197746899064)
  676. [04:31:13] [Server thread/INFO]: [WorldGuard] (SurvivalGames) TNT ignition is PERMITTED.
  677. [04:31:13] [Server thread/INFO]: [WorldGuard] (SurvivalGames) Lighters are PERMITTED.
  678. [04:31:13] [Server thread/INFO]: [WorldGuard] (SurvivalGames) Lava fire is blocked.
  679. [04:31:13] [Server thread/INFO]: [WorldGuard] (SurvivalGames) Fire spread is UNRESTRICTED.
  680. [04:31:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'SurvivalGames'
  681. [04:31:13] [Server thread/INFO]: Preparing start region for level 13 (Seed: 0)
  682. [04:31:15] [Server thread/INFO]: Preparing spawn area for Breeze2, 61%
  683. [04:31:15] [Server thread/INFO]: [WorldGuard] (Breeze2) TNT ignition is PERMITTED.
  684. [04:31:15] [Server thread/INFO]: [WorldGuard] (Breeze2) Lighters are PERMITTED.
  685. [04:31:15] [Server thread/INFO]: [WorldGuard] (Breeze2) Lava fire is blocked.
  686. [04:31:15] [Server thread/INFO]: [WorldGuard] (Breeze2) Fire spread is UNRESTRICTED.
  687. [04:31:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Breeze2'
  688. [04:31:15] [Server thread/INFO]: Preparing start region for level 14 (Seed: 9105194732940710955)
  689. [04:31:17] [Server thread/INFO]: Preparing spawn area for mobarena, 16%
  690. [04:31:18] [Server thread/INFO]: Preparing spawn area for mobarena, 28%
  691. [04:31:19] [Server thread/INFO]: Preparing spawn area for mobarena, 36%
  692. [04:31:20] [Server thread/INFO]: Preparing spawn area for mobarena, 36%
  693. [04:31:21] [Server thread/INFO]: Preparing spawn area for mobarena, 40%
  694. [04:31:22] [Server thread/INFO]: Preparing spawn area for mobarena, 40%
  695. [04:31:24] [Server thread/INFO]: Preparing spawn area for mobarena, 40%
  696. [04:31:25] [Server thread/INFO]: Preparing spawn area for mobarena, 44%
  697. [04:31:27] [Server thread/INFO]: Preparing spawn area for mobarena, 44%
  698. [04:31:30] [Server thread/INFO]: Preparing spawn area for mobarena, 44%
  699. [04:31:33] [Server thread/INFO]: Preparing spawn area for mobarena, 44%
  700. [04:31:36] [Server thread/ERROR]: Error occurred while enabling Multiverse-Core v2.5-b717 (Is it up to date?)
  701. java.lang.OutOfMemoryError: Java heap space
  702. at java.util.Arrays.copyOfRange(Unknown Source) ~[?:1.8.0_77]
  703. at java.lang.String.<init>(Unknown Source) ~[?:1.8.0_77]
  704. at java.io.DataInputStream.readUTF(Unknown Source) ~[?:1.8.0_77]
  705. at java.io.DataInputStream.readUTF(Unknown Source) ~[?:1.8.0_77]
  706. at net.minecraft.server.v1_8_R3.NBTTagCompound.b(SourceFile:399) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  707. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:67) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  708. at net.minecraft.server.v1_8_R3.NBTTagList.load(NBTTagList.java:54) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  709. at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  710. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  711. at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  712. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  713. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(SourceFile:106) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  714. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(SourceFile:71) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  715. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(SourceFile:67) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  716. at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:68) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  717. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:25) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  718. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  719. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:336) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  720. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:295) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  721. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:16) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  722. at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:115) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  723. at net.minecraft.server.v1_8_R3.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:97) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  724. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.createWorld(CraftServer.java:908) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  725. at org.bukkit.Bukkit.createWorld(Bukkit.java:473) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  726. at org.bukkit.WorldCreator.createWorld(WorldCreator.java:261) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  727. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:466) ~[?:?]
  728. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:447) ~[?:?]
  729. at com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:422) ~[?:?]
  730. at com.onarandombox.MultiverseCore.utils.WorldManager.loadWorlds(WorldManager.java:725) ~[?:?]
  731. at com.onarandombox.MultiverseCore.MultiverseCore.onEnable(MultiverseCore.java:310) ~[?:?]
  732. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  733. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  734. [04:31:38] [Server thread/INFO]: [CouponCodes] Enabling CouponCodes v3.2
  735. [04:31:49] [Netty Server IO #0/WARN]: Failed to create a new channel from an accepted socket.
  736. java.lang.OutOfMemoryError: Java heap space
  737. at java.util.Arrays.copyOf(Unknown Source) ~[?:1.8.0_77]
  738. at sun.misc.Resource.getBytes(Unknown Source) ~[?:1.8.0_77]
  739. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  740. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_77]
  741. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  742. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  743. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_77]
  744. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_77]
  745. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  746. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  747. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  748. at io.netty.channel.socket.nio.NioServerSocketChannel.doReadMessages(NioServerSocketChannel.java:139) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  749. at io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe.read(AbstractNioMessageChannel.java:68) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  750. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  751. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  752. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  753. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  754. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  755. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  756. [04:32:06] [Server thread/ERROR]: Error occurred while enabling CouponCodes v3.2 (Is it up to date?)
  757. java.lang.OutOfMemoryError: Java heap space
  758. at java.util.Arrays.copyOf(Unknown Source) ~[?:1.8.0_77]
  759. at sun.misc.Resource.getBytes(Unknown Source) ~[?:1.8.0_77]
  760. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  761. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_77]
  762. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  763. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  764. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_77]
  765. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_77]
  766. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  767. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  768. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:73) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  769. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  770. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  771. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  772. at com.drevelopment.couponcodes.bukkit.BukkitPlugin.onEnable(BukkitPlugin.java:103) ~[?:?]
  773. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  774. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  775. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  776. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  777. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  778. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  779. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  780. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  781. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  782. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  783. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  784. [04:32:50] [Server thread/INFO]: [Backpack] Enabling Backpack vb131
  785. [04:32:51] [Server thread/INFO]: [Backpack] Successfully hooked into Vault for economy transactions
  786. [04:32:51] [Server thread/INFO]: [Backpack] Successfully hooked into Vault for permissions
  787. [04:32:58] [Server thread/ERROR]: Error occurred while enabling Backpack vb131 (Is it up to date?)
  788. java.lang.OutOfMemoryError: Java heap space
  789. at java.util.Arrays.copyOf(Unknown Source) ~[?:1.8.0_77]
  790. at sun.misc.Resource.getBytes(Unknown Source) ~[?:1.8.0_77]
  791. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_77]
  792. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_77]
  793. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  794. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_77]
  795. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_77]
  796. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_77]
  797. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  798. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  799. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:73) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  800. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  801. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  802. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_77]
  803. at com.almuramc.backpack.bukkit.BackpackPlugin.onEnable(BackpackPlugin.java:68) ~[?:?]
  804. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  805. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  806. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  807. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  808. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  809. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  810. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  811. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  812. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  813. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit_1.8.8_latest.jar:git-Bukkit-e1ebe52]
  814. at java.lang.Thread.run(Unknown Source) [?:1.8.0_77]
  815. [04:33:59] [Netty Server IO #1/WARN]: Failed to initialize a channel. Closing: [id: 0xccaff21a, /219.79.208.161:58625 => /184.154.99.44:25565]
  816. java.lang.OutOfMemoryError: Java heap space
  817. [04:34:11] [Server thread/ERROR]: Encountered an unexpected exception
  818. java.lang.OutOfMemoryError: Java heap space
  819. [04:34:11] [Netty Server IO #1/WARN]: An exception was thrown by a user handler's exceptionCaught() method while handling the following exception:
  820. java.lang.OutOfMemoryError: Java heap space
  821. [04:34:17] [Server thread/INFO]: Stopping server
  822. [04:34:19] [Server thread/INFO]: [Backpack] Disabling Backpack vb131
  823. [04:34:25] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling Backpack vb131 (Is it up to date?)
  824. java.lang.OutOfMemoryError: Java heap space
  825. [04:34:28] [Server thread/INFO]: [CouponCodes] Disabling CouponCodes v3.2
  826. [04:34:35] [Server thread/ERROR]: Error occurred (in the plugin loader) while disabling CouponCodes v3.2 (Is it up to date?)
  827. java.lang.OutOfMemoryError: Java heap space
  828. [04:34:37] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5-b717
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement