Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.20 KB | None | 0 0
  1. Last login: Fri Jan 22 19:44:55 on ttys000
  2. /Users/EliseMcKillop/Downloads/Op\ Prison/start_server.command ; exit;
  3. Elises-iMac:~ EliseMcKillop$ /Users/EliseMcKillop/Downloads/Op\ Prison/start_server.command ; exit;
  4. Loading libraries, please wait...
  5. [19:49:07 INFO]: Starting minecraft server version 1.8.8
  6. [19:49:07 INFO]: Loading properties
  7. [19:49:07 INFO]: Default game type: SURVIVAL
  8. [19:49:07 INFO]: Generating keypair
  9. [19:49:07 INFO]: Starting Minecraft server on *:25565
  10. [19:49:07 INFO]: Using default channel type
  11. [19:49:07 INFO]: This server is running CraftBukkit version git-Bukkit-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  12. [19:49:08 ERROR]: Ambiguous plugin name `AutoInventory' for files `plugins/Blocks.jar' and `plugins/AutoInventory.jar' in `plugins'
  13. [19:49:08 ERROR]: Cannot load plugins/MysteryCrate/keys.yml
  14. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  15. in 'string', line 1, column 1:
  16. KeyName:
  17. ^
  18. expected <block end>, but found BlockSequenceStart
  19. in 'string', line 3, column 2:
  20. - CrateName ##What does this key ...
  21. ^
  22.  
  23. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  24. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  25. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  26. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Bukkit-18fbb24]
  27. at net.prefixaut.mysterycrate.Main.<clinit>(Main.java:49) [MysteryCrate.jar:?]
  28. at java.lang.Class.forName0(Native Method) [?:1.8.0_45]
  29. at java.lang.Class.forName(Class.java:348) [?:1.8.0_45]
  30. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) [craftbukkit.jar:git-Bukkit-18fbb24]
  31. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [craftbukkit.jar:git-Bukkit-18fbb24]
  32. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) [craftbukkit.jar:git-Bukkit-18fbb24]
  33. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-18fbb24]
  34. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit.jar:git-Bukkit-18fbb24]
  35. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit.jar:git-Bukkit-18fbb24]
  36. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-18fbb24]
  37. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-18fbb24]
  38. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit.jar:git-Bukkit-18fbb24]
  39. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  40. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  41. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  42. in 'string', line 1, column 1:
  43. KeyName:
  44. ^
  45. expected <block end>, but found BlockSequenceStart
  46. in 'string', line 3, column 2:
  47. - CrateName ##What does this key ...
  48. ^
  49.  
  50. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  51. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  52. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  53. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  54. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  55. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  56. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  57. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  58. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  59. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  60. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  61. ... 17 more
  62. [19:49:08 ERROR]: Cannot load plugins/MysteryCrate/crates.yml
  63. org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
  64. in 'string', line 2, column 8:
  65. items: ##Items that will given from t ...
  66. ^
  67.  
  68. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  69. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  70. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  71. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Bukkit-18fbb24]
  72. at net.prefixaut.mysterycrate.Main.<clinit>(Main.java:69) [MysteryCrate.jar:?]
  73. at java.lang.Class.forName0(Native Method) [?:1.8.0_45]
  74. at java.lang.Class.forName(Class.java:348) [?:1.8.0_45]
  75. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) [craftbukkit.jar:git-Bukkit-18fbb24]
  76. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) [craftbukkit.jar:git-Bukkit-18fbb24]
  77. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) [craftbukkit.jar:git-Bukkit-18fbb24]
  78. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-18fbb24]
  79. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit.jar:git-Bukkit-18fbb24]
  80. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251) [craftbukkit.jar:git-Bukkit-18fbb24]
  81. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-18fbb24]
  82. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-18fbb24]
  83. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit.jar:git-Bukkit-18fbb24]
  84. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  85. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  86. Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
  87. in 'string', line 2, column 8:
  88. items: ##Items that will given from t ...
  89. ^
  90.  
  91. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:871) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  92. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  93. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  94. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  95. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  96. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  97. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  98. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  99. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  100. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  101. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  102. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  103. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  104. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  105. ... 17 more
  106. [19:49:09 INFO]: [Trails] Loading Trails v2.48
  107. [19:49:09 INFO]: [DamageIndicatorHolograms] Loading DamageIndicatorHolograms v1.2
  108. [19:49:09 INFO]: [BarAPI] Loading BarAPI v3.3
  109. [19:49:09 INFO]: [GroupManager] Loading GroupManager vPre2.14.1.3 FINAL (Phoenix)
  110. [19:49:09 INFO]: [ItemNamer] Loading ItemNamer v0.6
  111. [19:49:09 INFO]: [PlugMan] Loading PlugMan v2.0.8
  112. [19:49:09 INFO]: [Buycraft] Loading Buycraft v6.8.2
  113. [19:49:09 INFO]: [AlphaChest] Loading AlphaChest v1.16.0
  114. [19:49:09 INFO]: [Announcer] Loading Announcer v1.4.5
  115. [19:49:09 INFO]: [SpawnJoin] Loading SpawnJoin v1.0.7
  116. [19:49:09 INFO]: [NametagEdit] Loading NametagEdit v2.1
  117. [19:49:09 INFO]: [FlyDisabler] Loading FlyDisabler v0.3
  118. [19:49:09 INFO]: [MysteryCrate] Loading MysteryCrate v0.5
  119. [19:49:09 INFO]: [InfiniteDispensersAndDroppers] Loading InfiniteDispensersAndDroppers v4.0.0
  120. [19:49:09 INFO]: [PaintGun] Loading PaintGun v0.1
  121. [19:49:09 INFO]: [BarAnnouncer] Loading BarAnnouncer v1.0
  122. [19:49:09 INFO]: [PointShop] Loading PointShop v2.0.1
  123. [19:49:09 INFO]: [Block] Loading Block v1.0
  124. [19:49:09 INFO]: [BossShop] Loading BossShop v2.0.5
  125. [19:49:09 INFO]: [AutoInventory] Loading AutoInventory v1.0
  126. [19:49:09 INFO]: [CoreProtect] Loading CoreProtect v2.0.9
  127. [19:49:09 INFO]: [FrameProtect] Loading FrameProtect v2.5
  128. [19:49:09 INFO]: [WorldEdit] Loading WorldEdit v5.6.1
  129. [19:49:09 INFO]: [Fountain] Loading Fountain v1.0
  130. [19:49:09 INFO]: [PlayTime] Loading Playtime v1.4.5
  131. [19:49:09 INFO]: [PlayTime] Loading Configuration mananger...
  132. [19:49:09 INFO]: [PlayTime] Loading language manager...
  133. [19:49:11 INFO]: [HealthBar] Loading HealthBar v1.8.2
  134. [19:49:11 INFO]: [BossBroadcast] Loading BossBroadcast v1.0.2
  135. [19:49:11 INFO]: [Essentials] Loading Essentials vTeamCity
  136. [19:49:11 INFO]: [ClearLag] Loading ClearLag v2.8.4
  137. [19:49:11 INFO]: [PreviewKit] Loading PreviewKit v1.0.3
  138. [19:49:11 INFO]: [ApocEndReset] Loading ApocEndReset v1.0.4
  139. [19:49:11 INFO]: [NoPluginViewer] Loading NoPluginViewer v1.0
  140. [19:49:11 INFO]: [Votifier] Loading Votifier v1.9
  141. [19:49:11 INFO]: [ProtocolLib] Loading ProtocolLib v3.4.0
  142. [19:49:11 WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
  143. [19:49:11 ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot load ProtocolLib.
  144. If this problem hasn't already been reported, please open a ticket
  145. at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
  146. ===== STACK TRACE =====
  147. java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.build(Lcom/google/common/cache/CacheLoader;)Lcom/google/common/cache/Cache;
  148. at com.comphenix.protocol.utility.MinecraftReflection.<clinit>(MinecraftReflection.java:155)
  149. at com.comphenix.protocol.injector.PacketFilterManager.<init>(PacketFilterManager.java:259)
  150. at com.comphenix.protocol.injector.PacketFilterBuilder.buildInternal(PacketFilterBuilder.java:250)
  151. at com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:233)
  152. at com.comphenix.protocol.ProtocolLibrary.onLoad(ProtocolLibrary.java:216)
  153. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:294)
  154. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:251)
  155. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69)
  156. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14)
  157. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179)
  158. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504)
  159. at java.lang.Thread.run(Thread.java:745)
  160. ===== DUMP =====
  161. Parameters:
  162. [NULL]
  163. Sender:
  164. com.comphenix.protocol.ProtocolLibrary@39b231d0[
  165. statistisc=<null>
  166. backgroundCompiler=<null>
  167. packetTask=-1
  168. tickCounter=0
  169. unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@7aab5e5d
  170. configExpectedMod=-1
  171. updater=com.comphenix.protocol.metrics.Updater@78e97173
  172. logger=org.bukkit.plugin.PluginLogger@793deca6
  173. redirectHandler=<null>
  174. commandProtocol=<null>
  175. commandPacket=<null>
  176. commandFilter=<null>
  177. skipDisable=false
  178. isEnabled=false
  179. loader=org.bukkit.plugin.java.JavaPluginLoader@229fc6af
  180. server=CraftServer{serverName=CraftBukkit,serverVersion=git-Bukkit-18fbb24,minecraftVersion=1.8.8}
  181. file=plugins/ProtocolLib-3.4.0 (2).jar
  182. description=org.bukkit.plugin.PluginDescriptionFile@385cefe3
  183. dataFolder=plugins/ProtocolLib
  184. classLoader=org.bukkit.plugin.java.PluginClassLoader@3a9db002
  185. naggable=true
  186. ebean=<null>
  187. newConfig=YamlConfiguration[path='', root='YamlConfiguration']
  188. configFile=plugins/ProtocolLib/config.yml
  189. logger=org.bukkit.plugin.PluginLogger@793deca6
  190. ]
  191. Version:
  192. ProtocolLib v3.4.0
  193. Server:
  194. git-Bukkit-18fbb24 (MC: 1.8.8)
  195.  
  196. [19:49:11 INFO]: [LibsDisguises] Loading LibsDisguises v8.2.6
  197. [19:49:11 INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.12-RC-sMD5NET-b700
  198. [19:49:11 INFO]: [ChatLocks] Loading ChatLocks v1.0.1
  199. [19:49:11 INFO]: [csm] Loading CustomServerMessages v5.2
  200. [19:49:11 INFO]: [MorePotions] Loading MorePotions v1.8
  201. [19:49:11 INFO]: [SimpleJoinMessage] Loading SimpleJoinMessage vL1.5.4
  202. [19:49:11 INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  203. [19:49:11 INFO]: [MSBar] Loading MSBar v1.0
  204. [19:49:11 INFO]: [Microblocks] Loading Microblocks v2.0
  205. [19:49:11 INFO]: [MMode] Loading MMode v2.0
  206. [19:49:11 INFO]: [LagMeter] Loading LagMeter v1.16.0
  207. [19:49:11 INFO]: [NoWeather] Loading NoWeather v1.7.7
  208. [19:49:11 INFO]: [AntiCropTrample] Loading AntiCropTrample v0.2
  209. [19:49:11 INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
  210. [19:49:11 INFO]: [mwStop] Loading mwStop v0.6
  211. [19:49:11 INFO]: [StaffChat] Loading StaffChat v1.0.0
  212. [19:49:11 INFO]: [GAListener] Loading GAListener v1.3.1
  213. [19:49:11 INFO]: [Vault] Loading Vault v1.4.1-b436
  214. [19:49:11 INFO]: [AntiTab] Loading AntiTab v1.0
  215. [19:49:11 INFO]: [ServerTutorial] Loading ServerTutorial v2.0.0
  216. [19:49:11 INFO]: [PlayerPoints] Loading PlayerPoints v2.1.2
  217. [19:49:11 INFO]: [WorldGuard] Loading WorldGuard v5.8
  218. [19:49:11 INFO]: [EssentialsXMPP] Loading EssentialsXMPP vTeamCity
  219. [19:49:11 INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  220. [19:49:11 INFO]: [OtherDrops] Loading OtherDrops v2.7.1
  221. [19:49:11 INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
  222. [19:49:11 INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
  223. [19:49:11 INFO]: [PlayerVaults] Loading PlayerVaults v3.5.0
  224. [19:49:11 INFO]: [ServerSigns] Loading ServerSigns v3.0.0
  225. [19:49:11 INFO]: [MessageFilter] Loading MessageFilter v0.1.1
  226. [19:49:11 INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  227. [19:49:11 INFO]: [MyCommand] Loading MyCommand v5.1.0
  228. [19:49:11 INFO]: [Commandspy] Loading Commandspy v2.9.2.2
  229. [19:49:11 INFO]: [EZRanksLite] Loading EZRanksLite v1.1.9
  230. [19:49:11 INFO]: [PlotMe] Loading PlotMe v0.13b
  231. [19:49:11 INFO]: [GroupSell] Loading GroupSell v1.0
  232. [19:49:11 INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  233. [19:49:11 INFO]: [WhatIsIt] Loading WhatIsIt v1.3.8
  234. [19:49:11 INFO]: [Citizens] Loading Citizens v2.0.13-SNAPSHOT (build 1130)
  235. [19:49:11 INFO]: [EchoPet] Loading EchoPet v2.3.3-b408
  236. [19:49:11 INFO]: [OGBal] Loading OGBalance v1.0
  237. [19:49:11 INFO]: [MineResetLite] Loading MineResetLite v0.3.6
  238. [19:49:11 INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  239. [19:49:11 INFO]: [ChestShop] Loading ChestShop v3.7.15
  240. [19:49:11 INFO]: [floAuction] Loading floAuction v2.10.3
  241. [19:49:11 INFO]: [HolographicDisplays] Loading HolographicDisplays v1.8.3
  242. [19:49:11 INFO]: [CommandNPC] Loading CommandNPC v1.3
  243. [19:49:11 INFO]: [ProtocolLib] Enabling ProtocolLib v3.4.0
  244. [19:49:11 ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot enable ProtocolLib.
  245. If this problem hasn't already been reported, please open a ticket
  246. at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
  247. ===== STACK TRACE =====
  248. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.utility.MinecraftReflection
  249. at com.comphenix.protocol.injector.packet.PacketRegistry.initialize(PacketRegistry.java:78)
  250. at com.comphenix.protocol.injector.packet.PacketRegistry.getPacketClassFromType(PacketRegistry.java:356)
  251. at com.comphenix.protocol.utility.ChatExtensions.getJsonFormatConstructor(ChatExtensions.java:218)
  252. at com.comphenix.protocol.utility.ChatExtensions.<clinit>(ChatExtensions.java:56)
  253. at com.comphenix.protocol.ProtocolLibrary.onEnable(ProtocolLibrary.java:377)
  254. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  255. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  256. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404)
  257. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342)
  258. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314)
  259. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:252)
  260. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69)
  261. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14)
  262. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179)
  263. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504)
  264. at java.lang.Thread.run(Thread.java:745)
  265. ===== DUMP =====
  266. Sender:
  267. com.comphenix.protocol.ProtocolLibrary@39b231d0[
  268. statistisc=<null>
  269. backgroundCompiler=<null>
  270. packetTask=-1
  271. tickCounter=0
  272. unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@7aab5e5d
  273. configExpectedMod=-1
  274. updater=com.comphenix.protocol.metrics.Updater@78e97173
  275. logger=org.bukkit.plugin.PluginLogger@793deca6
  276. redirectHandler=<null>
  277. commandProtocol=<null>
  278. commandPacket=<null>
  279. commandFilter=<null>
  280. skipDisable=false
  281. isEnabled=true
  282. loader=org.bukkit.plugin.java.JavaPluginLoader@229fc6af
  283. server=CraftServer{serverName=CraftBukkit,serverVersion=git-Bukkit-18fbb24,minecraftVersion=1.8.8}
  284. file=plugins/ProtocolLib-3.4.0 (2).jar
  285. description=org.bukkit.plugin.PluginDescriptionFile@385cefe3
  286. dataFolder=plugins/ProtocolLib
  287. classLoader=org.bukkit.plugin.java.PluginClassLoader@3a9db002
  288. naggable=true
  289. ebean=<null>
  290. newConfig=YamlConfiguration[path='', root='YamlConfiguration']
  291. configFile=plugins/ProtocolLib/config.yml
  292. logger=org.bukkit.plugin.PluginLogger@793deca6
  293. ]
  294. Version:
  295. ProtocolLib v3.4.0
  296. Server:
  297. git-Bukkit-18fbb24 (MC: 1.8.8)
  298.  
  299. [19:49:11 INFO]: [ProtocolLib] Disabling ProtocolLib v3.4.0
  300. [19:49:11 INFO]: [MMode] Enabling MMode v2.0
  301. [19:49:11 ERROR]: Error occurred while enabling MMode v2.0 (Is it up to date?)
  302. java.lang.NoClassDefFoundError: com/comphenix/protocol/ProtocolLibrary
  303. at mmode.Main.onEnable(Main.java:44) ~[?:?]
  304. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  305. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  306. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  307. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  308. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  309. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.<init>(CraftServer.java:252) [craftbukkit.jar:git-Bukkit-18fbb24]
  310. at net.minecraft.server.v1_8_R3.PlayerList.<init>(PlayerList.java:69) [craftbukkit.jar:git-Bukkit-18fbb24]
  311. at net.minecraft.server.v1_8_R3.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-18fbb24]
  312. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:179) [craftbukkit.jar:git-Bukkit-18fbb24]
  313. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  314. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  315. Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.ProtocolLibrary
  316. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_45]
  317. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  318. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  319. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
  320. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
  321. ... 12 more
  322. [19:49:11 INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
  323. [19:49:11 INFO]: [mcMMO] HealthBar plugin found, mcMMO's healthbars are automatically disabled.
  324. [19:49:11 WARN]: [mcMMO] NoCheatPlus plugin found, but CompatNoCheatPlus was not found!
  325. [19:49:11 WARN]: [mcMMO] mcMMO will not work properly alongside NoCheatPlus without CompatNoCheatPlus
  326. [19:49:12 INFO]: [Vault] Enabling Vault v1.4.1-b436
  327. [19:49:12 INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  328. [19:49:12 INFO]: [Vault] [Permission] GroupManager found: Waiting
  329. [19:49:12 INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  330. [19:49:12 INFO]: [Vault] [Chat] GroupManager found: Waiting
  331. [19:49:12 INFO]: [Vault] Enabled Version 1.4.1-b436
  332. [19:49:12 INFO]: [PlotMe] Enabling PlotMe v0.13b
  333. [19:49:15 INFO]: §9[PlotMe] §r 403 plots loaded
  334. [19:49:15 INFO]: Preparing level "world"
  335. [19:49:15 INFO]: Preparing start region for level 0 (Seed: 0)
  336. [19:49:15 INFO]: Preparing start region for level 1 (Seed: 6713677136878292608)
  337. [19:49:16 INFO]: Preparing spawn area: 92%
  338. [19:49:16 INFO]: Preparing start region for level 2 (Seed: 0)
  339. [19:49:17 INFO]: [Trails] Enabling Trails v2.48
  340. [19:49:17 INFO]: [DamageIndicatorHolograms] Enabling DamageIndicatorHolograms v1.2
  341. [19:49:17 INFO]:
  342.  
  343. ***************************************************
  344. This version of DamageIndicatorHolograms can
  345. only work on Bukkit 1.7.
  346. The plugin will be disabled.
  347. ***************************************************
  348.  
  349. [19:49:22 INFO]: [DamageIndicatorHolograms] Disabling DamageIndicatorHolograms v1.2
  350. [19:49:22 INFO]: [BarAPI] Enabling BarAPI v3.3
  351. [19:49:22 INFO]: [BarAPI] Loaded
  352. [19:49:22 INFO]: [GroupManager] Enabling GroupManager vPre2.14.1.3 FINAL (Phoenix)
  353. [19:49:22 INFO]: GroupManager - INFO - World Found: world
  354. [19:49:22 INFO]: GroupManager - INFO - Superperms support enabled.
  355. [19:49:22 INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  356. [19:49:22 INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  357. [19:49:22 INFO]: GroupManager version Pre2.14.1.3 FINAL (Phoenix) is enabled!
  358. [19:49:22 INFO]: [Vault][Permission] GroupManager hooked.
  359. [19:49:22 INFO]: [Vault][Chat] GroupManager - Chat hooked.
  360. [19:49:22 INFO]: [ItemNamer] Enabling ItemNamer v0.6
  361. [19:49:22 INFO]: Item Namer V0.6 is now enabled!
  362. [19:49:22 INFO]: [PlugMan] Enabling PlugMan v2.0.8
  363. [19:49:22 ERROR]: Cannot load plugins/PlugMan/config.yml
  364. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  365. in 'string', line 6, column 1:
  366. ignored-plugins: [PlugMan],[Grou ...
  367. ^
  368. expected <block end>, but found FlowEntry
  369. in 'string', line 6, column 27:
  370. ignored-plugins: [PlugMan],[GroupManger]
  371. ^
  372.  
  373. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  374. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  375. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  376. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Bukkit-18fbb24]
  377. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:188) [craftbukkit.jar:git-Bukkit-18fbb24]
  378. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [craftbukkit.jar:git-Bukkit-18fbb24]
  379. at com.rylinaux.plugman.PlugMan.initConfig(PlugMan.java:102) [PlugMan.jar:?]
  380. at com.rylinaux.plugman.PlugMan.onEnable(PlugMan.java:72) [PlugMan.jar:?]
  381. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit.jar:git-Bukkit-18fbb24]
  382. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  383. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  384. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  385. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  386. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit.jar:git-Bukkit-18fbb24]
  387. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Bukkit-18fbb24]
  388. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Bukkit-18fbb24]
  389. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit.jar:git-Bukkit-18fbb24]
  390. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  391. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  392. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  393. in 'string', line 6, column 1:
  394. ignored-plugins: [PlugMan],[Grou ...
  395. ^
  396. expected <block end>, but found FlowEntry
  397. in 'string', line 6, column 27:
  398. ignored-plugins: [PlugMan],[GroupManger]
  399. ^
  400.  
  401. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  402. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  403. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  404. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  405. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  406. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  407. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  408. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  409. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  410. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  411. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  412. ... 18 more
  413. [19:49:22 INFO]: [Buycraft] Enabling Buycraft v6.8.2
  414. [19:49:22 INFO]: [Buycraft] Loaded all signs from disk
  415. [19:49:22 WARN]: [Buycraft] Missing world for HeadSign location: RealSpawn,-17,57,30
  416. [19:49:22 WARN]: [Buycraft] Missing world for HeadSign location: RealSpawn,-17,57,29
  417. [19:49:22 WARN]: [Buycraft] Missing world for HeadSign location: RealSpawn,-17,57,28
  418. [19:49:22 WARN]: [Buycraft] Missing world for HeadSign location: RealSpawn,-17,57,27
  419. [19:49:22 WARN]: [Buycraft] Missing world for HeadSign location: RealSpawn,-17,57,26
  420. [19:49:22 INFO]: [AlphaChest] Enabling AlphaChest v1.16.0
  421. [19:49:22 INFO]: [AlphaChest] loaded 32 chests
  422. [19:49:22 INFO]: [Announcer] Enabling Announcer v1.4.5
  423. [19:49:23 INFO]: Announcer v1.4.5 is enabled!
  424.  
  425. [19:49:23 INFO]: [SpawnJoin] Enabling SpawnJoin v1.0.7
  426. [19:49:23 INFO]: [NametagEdit] Enabling NametagEdit v2.1
  427. [19:49:23 INFO]: [FlyDisabler] Enabling FlyDisabler v0.3
  428. [19:49:23 INFO]: [FlyDisabler] Plugin author: _abc33_
  429. [19:49:23 INFO]: [FlyDisabler] Checking configuration...
  430. [19:49:23 INFO]: [FlyDisabler] Metrics integration enabled.
  431. [19:49:23 INFO]: [MysteryCrate] Enabling MysteryCrate v0.5
  432. [19:49:23 INFO]: [MysteryCrate] Started successfully!
  433. [19:49:23 INFO]: [InfiniteDispensersAndDroppers] Enabling InfiniteDispensersAndDroppers v4.0.0
  434. [19:49:23 INFO]: [InfiniteDispensersAndDroppers] Checking for updates.....
  435. [19:49:31 INFO]: UUID of player skaterdude2700 is c9ec969c-3b46-4506-97d7-4719b0a24b6f
  436. [19:50:24 INFO]: [InfiniteDispensersAndDroppers] Could not check for updates...
  437. [19:50:24 INFO]: [InfiniteDispensersAndDroppers] Infinite Dispensers & Droppers is enabled!
  438. [19:50:24 INFO]: [PaintGun] Enabling PaintGun v0.1
  439. [19:50:24 INFO]: [PaintGun] Enabling PaintGun v0.1
  440. [19:50:24 INFO]: [PaintGun] Auto Updating is currently disabled
  441. [19:50:24 INFO]: [BarAnnouncer] Enabling BarAnnouncer v1.0
  442. [19:50:24 INFO]: [BarAnnouncer] Bar Announcer Starting up!
  443. [19:50:24 INFO]: [BarAnnouncer] Bar Announcer started!
  444. [19:50:24 INFO]: [PointShop] Enabling PointShop v2.0.1
  445. [19:50:24 INFO]: [PointShop] PlayerPoints found.
  446. [19:50:24 INFO]: [PointShop] Vault found.
  447. [19:50:24 INFO]: [PointShop] v2.0.1 is now enabled
  448. [19:50:24 INFO]: [Block] Enabling Block v1.0
  449. [19:50:24 INFO]: [BossShop] Enabling BossShop v2.0.5
  450. [19:50:24 INFO]: [BossShop] Loading data...
  451. [19:50:24 WARN]: [BossShop] The InventoryLocation of the Shop Item Seeds is 0. It has to be higher than 0! Setting it to 1...
  452. [19:50:24 WARN]: [BossShop] The InventoryLocation of the Shop Item Seeds is 0. It has to be higher than 0! Setting it to 1...
  453. [19:50:24 WARN]: [BossShop] The InventoryLocation of the Shop Item cake is 0. It has to be higher than 0! Setting it to 1...
  454. [19:50:24 WARN]: [BossShop] The InventoryLocation of the Shop Item Slime is 0. It has to be higher than 0! Setting it to 1...
  455. [19:50:24 WARN]: [BossShop] The InventoryLocation of the Shop Item Money1 is 0. It has to be higher than 0! Setting it to 1...
  456. [19:50:24 WARN]: [BossShop] The InventoryLocation of the Shop Item bow is 0. It has to be higher than 0! Setting it to 1...
  457. [19:50:24 INFO]: [BossShop] Loaded 14 Shops!
  458. [19:50:24 INFO]: [BossShop] Vault found.
  459. [19:50:24 INFO]: [AutoInventory] Enabling AutoInventory v1.0
  460. [19:50:24 INFO]: [CoreProtect] Enabling CoreProtect v2.0.9
  461. [19:50:25 INFO]: CoreProtect version 2.0.9 is enabled!
  462. [19:50:25 INFO]: [CoreProtect] Using SQLite for data storage.
  463. [19:50:25 INFO]: [FrameProtect] Enabling FrameProtect v2.5
  464. [19:50:25 INFO]: [FrameProtect] enabled.
  465. [19:50:25 INFO]: [WorldEdit] Enabling WorldEdit v5.6.1
  466. [19:50:25 INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  467. [19:50:25 INFO]: [Fountain] Enabling Fountain v1.0
  468. [19:50:25 INFO]: [PlayTime] Enabling Playtime v1.4.5
  469. [19:50:25 INFO]: [PlayTime] Enabling Metrics...
  470. [19:50:25 INFO]: [PlayTime] Enabling executable manager...
  471. [19:50:25 INFO]: [PlayTime] Enabling Player Handler...
  472. [19:50:25 INFO]: [PlayTime] Enabling Data Manager...
  473. [19:50:25 ERROR]: [PlayTime] Flatfile storage is currently broken! Using SQLite...
  474. [19:50:25 INFO]: [PlayTime] "Connecting to SQLite database..."
  475. [19:50:25 INFO]: [PlayTime] Successfully connected to database!
  476. [19:50:25 INFO]: [PlayTime] Enabling Command Handler...
  477. [19:50:25 INFO]: [PlayTime] Enabling event system...
  478. [19:50:25 INFO]: [PlayTime] Enabling listener manager...
  479. [19:50:25 INFO]: [HealthBar] Enabling HealthBar v1.8.2
  480. [19:50:25 INFO]: [BossBroadcast] Enabling BossBroadcast v1.0.2
  481. [19:50:25 INFO]: [BossBroadcast] Boss Broadcast is now Enabled!
  482. [19:50:25 INFO]: [Essentials] Enabling Essentials vTeamCity
  483. [19:50:25 INFO]: Bukkit version format changed. Version not checked.
  484. [19:50:25 INFO]: git-Bukkit-18fbb24 (MC: 1.8.8)
  485. [19:50:25 INFO]: 1.8.8-R0.1-SNAPSHOT
  486. [19:50:25 INFO]: Creating config from template: /Users/EliseMcKillop/Downloads/Op Prison/plugins/Essentials/config.yml
  487. [19:50:25 INFO]: Creating empty config: /Users/EliseMcKillop/Downloads/Op Prison/plugins/Essentials/upgrades-done.yml
  488. [19:50:25 INFO]: [Essentials] Starting Essentials ban format conversion
  489. [19:50:25 INFO]: Using locale en_US
  490. [19:50:25 INFO]: Creating config from template: /Users/EliseMcKillop/Downloads/Op Prison/plugins/Essentials/worth.yml
  491. [19:50:25 INFO]: Using locale en_US
  492. [19:50:25 INFO]: [Essentials] This plugin collects minimal statistic data and sends it to http://metrics.essentials3.net.
  493. [19:50:25 INFO]: [Essentials] You can opt out, disabling metrics for all plugins, by running /essentials opt-out
  494. [19:50:25 INFO]: [Essentials] This will start 5 minutes after the first admin/op joins.
  495. [19:50:25 INFO]: [Vault][Economy] Essentials Economy hooked.
  496. [19:50:25 INFO]: Essentials: Using GroupManager based permissions.
  497. [19:50:25 INFO]: [ClearLag] Enabling ClearLag v2.8.4
  498. [19:50:25 INFO]: [ClearLag] Loading modules...
  499. [19:50:25 INFO]: [ClearLag] Modules have been loaded!
  500. [19:50:25 INFO]: [ClearLag] Clearlag is now enabled!
  501. [19:50:25 INFO]: [ClearLag] Checking for updates...
  502. [19:50:25 INFO]: [PreviewKit] Enabling PreviewKit v1.0.3
  503. [19:50:25 INFO]: [ApocEndReset] Enabling ApocEndReset v1.0.4
  504. [19:50:25 INFO]: [ApocEndReset] v1.0.4 enabled!
  505. [19:50:25 INFO]: [NoPluginViewer] Enabling NoPluginViewer v1.0
  506. [19:50:25 INFO]: [Votifier] Enabling Votifier v1.9
  507. [19:50:25 ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
  508. [19:50:25 ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
  509. [19:50:25 ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
  510. java.net.BindException: Can't assign requested address
  511. at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.8.0_45]
  512. at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:382) ~[?:1.8.0_45]
  513. at java.net.ServerSocket.bind(ServerSocket.java:375) ~[?:1.8.0_45]
  514. at java.net.ServerSocket.bind(ServerSocket.java:329) ~[?:1.8.0_45]
  515. at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [Votifier%20(4).jar:?]
  516. at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [Votifier%20(4).jar:?]
  517. at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [Votifier%20(4).jar:?]
  518. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit.jar:git-Bukkit-18fbb24]
  519. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  520. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  521. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  522. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  523. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit.jar:git-Bukkit-18fbb24]
  524. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Bukkit-18fbb24]
  525. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Bukkit-18fbb24]
  526. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit.jar:git-Bukkit-18fbb24]
  527. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  528. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  529. [19:50:25 ERROR]: [Votifier] Votifier did not initialize properly!
  530. [19:50:25 INFO]: [LibsDisguises] Enabling LibsDisguises v8.2.6
  531. [19:50:25 ERROR]: Error occurred while enabling LibsDisguises v8.2.6 (Is it up to date?)
  532. java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketAdapter
  533. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_45]
  534. at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_45]
  535. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_45]
  536. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467) ~[?:1.8.0_45]
  537. at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_45]
  538. at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ~[?:1.8.0_45]
  539. at java.net.URLClassLoader$1.run(URLClassLoader.java:362) ~[?:1.8.0_45]
  540. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_45]
  541. at java.net.URLClassLoader.findClass(URLClassLoader.java:361) ~[?:1.8.0_45]
  542. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  543. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  544. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:73) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  545. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  546. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
  547. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
  548. at me.libraryaddict.disguise.utilities.PacketsManager.init(PacketsManager.java:496) ~[?:?]
  549. at me.libraryaddict.disguise.LibsDisguises.onEnable(LibsDisguises.java:75) ~[?:?]
  550. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  551. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  552. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  553. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  554. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  555. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit.jar:git-Bukkit-18fbb24]
  556. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Bukkit-18fbb24]
  557. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Bukkit-18fbb24]
  558. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit.jar:git-Bukkit-18fbb24]
  559. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  560. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  561. Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.events.PacketAdapter
  562. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_45]
  563. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  564. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  565. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
  566. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
  567. ... 28 more
  568. [19:50:25 INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.12-RC-sMD5NET-b700
  569. [19:50:25 WARN]: [NoCheatPlus] Check for updates and support at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
  570. [19:50:25 WARN]: [NoCheatPlus] Development builds (unsupported by the Bukkit Staff, at your own risk): http://ci.md-5.net/job/NoCheatPlus/changes
  571. [19:50:25 WARN]: [NoCheatPlus] Could not set up native access for the server-mod (git-Bukkit-18fbb24 (MC: 1.8.8)). Please check for updates and consider to request support.
  572. [19:50:25 WARN]: [NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.
  573. [19:50:25 INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.x|1.7.x / Bukkit-API
  574. [19:50:25 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  575. [19:50:25 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  576. [19:50:25 INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  577. [19:50:26 INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  578. [19:50:26 INFO]: [NoCheatPlus] Version 3.10.12-RC-sMD5NET-b700 is enabled.
  579. [19:50:26 INFO]: [ChatLocks] Enabling ChatLocks v1.0.1
  580. [19:50:26 INFO]: [csm] Enabling CustomServerMessages v5.2
  581. [19:50:26 INFO]: [CSM] Enabled Custom Server Messages!
  582. [19:50:26 INFO]: [MorePotions] Enabling MorePotions v1.8
  583. [19:50:27 INFO]: [ClearLag] No updates found!
  584. [19:50:27 INFO]: [SimpleJoinMessage] Enabling SimpleJoinMessage vL1.5.4
  585. [19:50:27 INFO]: [SimpleJoinMessage] Loading configuration...
  586. [19:50:27 INFO]: [SimpleJoinMessage] Configuration loaded.
  587. [19:50:27 INFO]: [SimpleJoinMessage] Loading listener...
  588. [19:50:27 INFO]: [SimpleJoinMessage] Listener loaded.
  589. [19:50:27 INFO]: [SimpleJoinMessage] Enabling Metrics...
  590. [19:50:27 INFO]: [SimpleJoinMessage] Metrics enabled.
  591. [19:50:27 INFO]: [SimpleJoinMessage] SimpleJoinMessage enabled.
  592. [19:50:27 INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  593. [19:50:27 INFO]: [MSBar] Enabling MSBar v1.0
  594. [19:50:27 INFO]: [MSBar] has been enabled!
  595. [19:50:27 INFO]: [Microblocks] Enabling Microblocks v2.0
  596. [19:50:27 INFO]: [Microblocks] Please report any head mismatches to itsCrafted on SpigotMC, or infiniteForge on BukkitDev.
  597. [19:50:27 INFO]: [Microblocks] The current plugin version is 2.0. Please use this when sending reports of mismatched heads and such.
  598. [19:50:27 INFO]: [LagMeter] Enabling LagMeter v1.16.0
  599. [19:50:27 INFO]: [LagMeter] Not using logs folder.
  600. [19:50:27 INFO]: [LagMeter] Enabled! Polling every 40 server ticks. Logging to /Users/EliseMcKillop/Downloads/Op Prison/plugins/LagMeter/lag.log.
  601. [19:50:27 INFO]: [LagMeter] Chunks loaded:
  602. [19:50:27 INFO]: [LagMeter] World "world": 625.
  603. [19:50:27 INFO]: [LagMeter] World "world_nether": 625.
  604. [19:50:27 INFO]: [LagMeter] World "world_the_end": 625.
  605. [19:50:27 INFO]: [LagMeter] Total chunks loaded: 1875
  606. [19:50:27 INFO]: [LagMeter] Entities:
  607. [19:50:27 INFO]: [LagMeter] World "world": 0.
  608. [19:50:27 INFO]: [LagMeter] World "world_nether": 26.
  609. [19:50:27 INFO]: [LagMeter] World "world_the_end": 34.
  610. [19:50:27 INFO]: [LagMeter] Total entities: 60
  611. [19:50:27 INFO]: [NoWeather] Enabling NoWeather v1.7.7
  612. [19:50:27 INFO]: [AntiCropTrample] Enabling AntiCropTrample v0.2
  613. [19:50:27 INFO]: [mwStop] Enabling mwStop v0.6
  614. [19:50:27 INFO]: [StaffChat] Enabling StaffChat v1.0.0
  615. [19:50:27 ERROR]: [StaffChat] Cannot load configuration from jar
  616. org.bukkit.configuration.InvalidConfigurationException: while scanning an anchor
  617. in 'string', line 7, column 15:
  618. chat-message: &5[&cAC&5]&4{name}&f>&9{message}
  619. ^
  620. expected alphabetic or numeric character, but found [(91)
  621. in 'string', line 7, column 17:
  622. chat-message: &5[&cAC&5]&4{name}&f>&9{message}
  623. ^
  624.  
  625. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  626. at org.bukkit.plugin.java.JavaPlugin.reloadConfig(JavaPlugin.java:214) [craftbukkit.jar:git-Bukkit-18fbb24]
  627. at org.bukkit.plugin.java.JavaPlugin.getConfig(JavaPlugin.java:162) [craftbukkit.jar:git-Bukkit-18fbb24]
  628. at clmc.plugins.staffchat.StaffChat.onEnable(StaffChat.java:75) [StaffChat-1.7.2-0.3.jar:?]
  629. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit.jar:git-Bukkit-18fbb24]
  630. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  631. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  632. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  633. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  634. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit.jar:git-Bukkit-18fbb24]
  635. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Bukkit-18fbb24]
  636. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Bukkit-18fbb24]
  637. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit.jar:git-Bukkit-18fbb24]
  638. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  639. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  640. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor
  641. in 'string', line 7, column 15:
  642. chat-message: &5[&cAC&5]&4{name}&f>&9{message}
  643. ^
  644. expected alphabetic or numeric character, but found [(91)
  645. in 'string', line 7, column 17:
  646. chat-message: &5[&cAC&5]&4{name}&f>&9{message}
  647. ^
  648.  
  649. at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1446) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  650. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:939) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  651. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:370) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  652. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  653. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  654. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  655. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  656. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  657. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:229) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  658. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  659. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  660. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  661. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  662. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  663. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  664. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  665. ... 14 more
  666. [19:50:27 INFO]: [GAListener] Enabling GAListener v1.3.1
  667. [19:50:27 INFO]: [GAListener] GAListener v1.3.1 Enabled
  668. [19:50:27 INFO]: [AntiTab] Enabling AntiTab v1.0
  669. [19:50:27 ERROR]: Error occurred while enabling AntiTab v1.0 (Is it up to date?)
  670. java.lang.NoClassDefFoundError: com/comphenix/protocol/ProtocolLibrary
  671. at net.AgentRiddler.antitab.AntiTab.onEnable(AntiTab.java:82) ~[?:?]
  672. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  673. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  674. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  675. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  676. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  677. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit.jar:git-Bukkit-18fbb24]
  678. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Bukkit-18fbb24]
  679. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Bukkit-18fbb24]
  680. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit.jar:git-Bukkit-18fbb24]
  681. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  682. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  683. Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.ProtocolLibrary
  684. at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_45]
  685. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  686. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  687. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_45]
  688. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_45]
  689. ... 12 more
  690. [19:50:27 INFO]: [ServerTutorial] Enabling ServerTutorial v2.0.0
  691. [19:50:27 INFO]: [PlayerPoints] Enabling PlayerPoints v2.1.2
  692. [19:50:27 INFO]: [WorldGuard] Enabling WorldGuard v5.8
  693. [19:50:27 INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  694. [19:50:27 INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  695. [19:50:27 INFO]: [WorldGuard] (world) Lava fire is blocked.
  696. [19:50:27 INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  697. [19:50:27 INFO]: [WorldGuard] Loaded configuration for world 'world'
  698. [19:50:27 INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  699. [19:50:27 INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  700. [19:50:27 INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  701. [19:50:27 INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  702. [19:50:27 INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  703. [19:50:27 INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  704. [19:50:27 INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  705. [19:50:27 INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  706. [19:50:27 INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  707. [19:50:27 INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  708. [19:50:27 INFO]: [CSM] No update available.
  709. [19:50:27 INFO]: [WorldGuard] 2 regions loaded for 'world'
  710. [19:50:27 INFO]: [WorldGuard] 1 regions loaded for 'world_nether'
  711. [19:50:27 INFO]: [WorldGuard] 1 regions loaded for 'world_the_end'
  712. [19:50:27 INFO]: [EssentialsXMPP] Enabling EssentialsXMPP vTeamCity
  713. [19:50:27 INFO]: Creating config from template: /Users/EliseMcKillop/Downloads/Op Prison/plugins/EssentialsXMPP/config.yml
  714. [19:50:27 WARN]: config broken for xmpp
  715. [19:50:27 INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  716. [19:50:27 INFO]: [OtherDrops] Enabling OtherDrops v2.7.1
  717. [19:50:27 INFO]: [OtherDrops:2.7.1] Loading file: otherdrops-drops.yml
  718. [19:50:27 INFO]: [OtherDrops:2.7.1] Using Bukkit superperms.
  719. [19:50:27 INFO]: [OtherDrops:2.7.1] OtherDrops loaded.
  720. [19:50:27 INFO]: [OtherDrops:2.7.1] Payment method found (Essentials version: 2.2)
  721. [19:50:27 INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
  722. [19:50:27 INFO]: Creating config from template: /Users/EliseMcKillop/Downloads/Op Prison/plugins/EssentialsGeoIP/config.yml
  723. [19:50:27 INFO]: Downloading GeoIP database... this might take a while (country: 0.6 MB, city: 20MB)
  724. [19:50:28 INFO]: --------------------
  725. [19:50:28 INFO]: [CoreProtect] Version 2.12.0 now available.
  726. [19:50:28 INFO]: [CoreProtect] Download: Type "/co version" in-game.
  727. [19:50:28 INFO]: --------------------
  728. [19:50:28 INFO]: [Sponsor] Unlimited MC Hosting: www.hosthorde.com
  729. [19:50:28 INFO]: --------------------
  730. [19:50:29 INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
  731. [19:50:29 INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
  732. [19:50:29 INFO]: [PlayerVaults] Enabling PlayerVaults v3.5.0
  733. [19:50:29 INFO]: [ServerSigns] Enabling ServerSigns v3.0.0
  734. [19:50:29 INFO]: [ServerSigns] Successfully hooked into Vault
  735. [19:50:29 INFO]: [ServerSigns] Update checking skipped - To enable this, set 'automaticUpdateChecks' to true in your config.yml
  736. [19:50:29 INFO]: [ServerSigns] Version 3.0.0 is now enabled.
  737. [19:50:29 INFO]: [MessageFilter] Enabling MessageFilter v0.1.1
  738. [19:50:29 INFO]: [MessageFilter] ProtocolLib not found!
  739. [19:50:29 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  740. [19:50:29 INFO]: [MyCommand] Enabling MyCommand v5.1.0
  741. [19:50:29 INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  742. [19:50:29 INFO]: = Vault : Ok. Hooked MyCommand Vault 1.4.1-b436
  743. [19:50:29 INFO]: = BarAPI : Detected. feature enabled.
  744. [19:50:29 INFO]: = Spout : Not detected
  745. [19:50:29 ERROR]: Cannot load plugins/MyCommand/commands.yml
  746. org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping
  747. in 'string', line 27, column 1:
  748. 'gamemode_alias':
  749. ^
  750. expected <block end>, but found BlockMappingStart
  751. in 'string', line 580, column 2:
  752. command: /thisisatest
  753. ^
  754.  
  755. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  756. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  757. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  758. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [craftbukkit.jar:git-Bukkit-18fbb24]
  759. at it.mri.mycommand.InitializeConfigFiles.checkConfig(InitializeConfigFiles.java:103) [MyCommand.jar:?]
  760. at it.mri.mycommand.Main.onEnable(Main.java:164) [MyCommand.jar:?]
  761. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [craftbukkit.jar:git-Bukkit-18fbb24]
  762. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Bukkit-18fbb24]
  763. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-18fbb24]
  764. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit.jar:git-Bukkit-18fbb24]
  765. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit.jar:git-Bukkit-18fbb24]
  766. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit.jar:git-Bukkit-18fbb24]
  767. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit.jar:git-Bukkit-18fbb24]
  768. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit.jar:git-Bukkit-18fbb24]
  769. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit.jar:git-Bukkit-18fbb24]
  770. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit.jar:git-Bukkit-18fbb24]
  771. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
  772. Caused by: org.yaml.snakeyaml.parser.ParserException: while parsing a block mapping
  773. in 'string', line 27, column 1:
  774. 'gamemode_alias':
  775. ^
  776. expected <block end>, but found BlockMappingStart
  777. in 'string', line 580, column 2:
  778. command: /thisisatest
  779. ^
  780.  
  781. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:570) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  782. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  783. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  784. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:224) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  785. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  786. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  787. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  788. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  789. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:450) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  790. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  791. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[craftbukkit.jar:git-Bukkit-18fbb24]
  792. ... 16 more
  793. [19:50:29 INFO]: = Config : Ok
  794. [19:50:29 INFO]: = Custom commands loaded : 0
  795. [19:50:29 INFO]: = Version: 5.1.0
  796. [19:50:29 INFO]: = Author : MRI a.k.a Ivanpro
  797. [19:50:29 INFO]: = Status : Active
  798. [19:50:29 INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  799. [19:50:29 INFO]: [Commandspy] Enabling Commandspy v2.9.2.2
  800. [19:50:31 INFO]: [Commandspy] This version of commandspy is outdated! latest version is 3.2.0 at:
  801. [19:50:31 INFO]: http://dev.bukkit.org/bukkit-plugins/commandspy/files/38-v3-2-0/
  802. [19:50:31 INFO]: [EZRanksLite] Enabling EZRanksLite v1.1.9
  803. [19:50:31 WARN]: [EZRanksLite] priongod-ii does not exist in the server permissions plugin!
  804. [19:50:31 WARN]: [EZRanksLite] Skipping rankup validation for rank: priongod-ii
  805. [19:50:31 INFO]: [EZRanksLite] 36 Ranks loaded with 36 unique RankUps!
  806. [19:50:32 INFO]: [EZRanksLite] An update is available: EZRanksLite v1.6-Bukkit 1.8, a RELEASE for CB 1.7.9-R0.2 available at http://servermods.cursecdn.com/files/835/893/EZRanksLite1.6-Bukkit-1.8.jar
  807. [19:50:32 INFO]: [GroupSell] Enabling GroupSell v1.0
  808. [19:50:32 INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  809. [19:50:32 INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  810. [19:50:32 INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  811. [19:50:33 INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 0
  812. [19:50:33 INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 6713677136878292608
  813. [19:50:33 INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: FLAT & seed: 0
  814. [19:50:33 INFO]: [Multiverse-Core] Loading World & Settings - 'mines' - Env: NORMAL - Type: FLAT & seed: -1458682676693984666
  815. [19:50:33 INFO]: Preparing start region for level 3 (Seed: -1458682676693984666)
  816. [19:50:33 INFO]: UUID of player skaterdude2700 is c9ec969c-3b46-4506-97d7-4719b0a24b6f
  817. [19:50:33 INFO]: [WorldGuard] (mines) TNT ignition is PERMITTED.
  818. [19:50:33 INFO]: [WorldGuard] (mines) Lighters are PERMITTED.
  819. [19:50:33 INFO]: [WorldGuard] (mines) Lava fire is blocked.
  820. [19:50:33 INFO]: [WorldGuard] (mines) Fire spread is UNRESTRICTED.
  821. [19:50:33 INFO]: [WorldGuard] Loaded configuration for world 'mines'
  822. [19:50:33 INFO]: [Multiverse-Core] Loading World & Settings - 'plotworld' - Env: NORMAL - Type: NORMAL & seed: -6569000002864092626 & generator: PlotMe
  823. [19:50:33 INFO]: Preparing start region for level 4 (Seed: -6569000002864092626)
  824. [19:50:33 INFO]: [WorldGuard] (plotworld) TNT ignition is PERMITTED.
  825. [19:50:33 INFO]: [WorldGuard] (plotworld) Lighters are PERMITTED.
  826. [19:50:33 INFO]: [WorldGuard] (plotworld) Lava fire is blocked.
  827. [19:50:33 INFO]: [WorldGuard] (plotworld) Fire spread is UNRESTRICTED.
  828. [19:50:33 INFO]: [WorldGuard] Loaded configuration for world 'plotworld'
  829. [19:50:33 INFO]: [Multiverse-Core] Loading World & Settings - 'twitch' - Env: NORMAL - Type: FLAT & seed: 1
  830. [19:50:33 INFO]: Preparing start region for level 5 (Seed: 1)
  831. [19:50:34 INFO]: [WorldGuard] (twitch) TNT ignition is PERMITTED.
  832. [19:50:34 INFO]: [WorldGuard] (twitch) Lighters are PERMITTED.
  833. [19:50:34 INFO]: [WorldGuard] (twitch) Lava fire is blocked.
  834. [19:50:34 INFO]: [WorldGuard] (twitch) Fire spread is UNRESTRICTED.
  835. [19:50:34 INFO]: [WorldGuard] Loaded configuration for world 'twitch'
  836. [19:50:34 INFO]: [Multiverse-Core] Loading World & Settings - 'Mines2' - Env: NORMAL - Type: FLAT & seed: 0
  837. [19:50:34 INFO]: Preparing start region for level 6 (Seed: 0)
  838. [19:50:34 INFO]: [WorldGuard] (Mines2) TNT ignition is PERMITTED.
  839. [19:50:34 INFO]: [WorldGuard] (Mines2) Lighters are PERMITTED.
  840. [19:50:34 INFO]: [WorldGuard] (Mines2) Lava fire is blocked.
  841. [19:50:34 INFO]: [WorldGuard] (Mines2) Fire spread is UNRESTRICTED.
  842. [19:50:34 INFO]: [WorldGuard] Loaded configuration for world 'Mines2'
  843. [19:50:34 INFO]: [Multiverse-Core] Loading World & Settings - 'Free_World' - Env: NORMAL - Type: NORMAL & seed: 4657873196177300465
  844. [19:50:34 INFO]: Preparing start region for level 7 (Seed: 4657873196177300465)
  845. [19:50:35 INFO]: [WorldGuard] (Free_World) TNT ignition is PERMITTED.
  846. [19:50:35 INFO]: [WorldGuard] (Free_World) Lighters are PERMITTED.
  847. [19:50:35 INFO]: [WorldGuard] (Free_World) Lava fire is blocked.
  848. [19:50:35 INFO]: [WorldGuard] (Free_World) Fire spread is UNRESTRICTED.
  849. [19:50:35 INFO]: [WorldGuard] Loaded configuration for world 'Free_World'
  850. [19:50:35 INFO]: [Multiverse-Core] Loading World & Settings - 'worldlols' - Env: NORMAL - Type: FLAT & seed: 0
  851. [19:50:35 INFO]: Preparing start region for level 8 (Seed: 0)
  852. [19:50:35 INFO]: [WorldGuard] (worldlols) TNT ignition is PERMITTED.
  853. [19:50:35 INFO]: [WorldGuard] (worldlols) Lighters are PERMITTED.
  854. [19:50:35 INFO]: [WorldGuard] (worldlols) Lava fire is blocked.
  855. [19:50:35 INFO]: [WorldGuard] (worldlols) Fire spread is UNRESTRICTED.
  856. [19:50:35 INFO]: [WorldGuard] Loaded configuration for world 'worldlols'
  857. [19:50:35 INFO]: [Multiverse-Core] Loading World & Settings - 'pvp' - Env: NORMAL - Type: FLAT & seed: 2502210979335649414
  858. [19:50:35 INFO]: Preparing start region for level 9 (Seed: 2502210979335649414)
  859. [19:50:36 INFO]: [WorldGuard] (pvp) TNT ignition is PERMITTED.
  860. [19:50:36 INFO]: [WorldGuard] (pvp) Lighters are PERMITTED.
  861. [19:50:36 INFO]: [WorldGuard] (pvp) Lava fire is blocked.
  862. [19:50:36 INFO]: [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
  863. [19:50:36 INFO]: [WorldGuard] Loaded configuration for world 'pvp'
  864. [19:50:36 INFO]: [Multiverse-Core] Loading World & Settings - 'RealSpawn' - Env: NORMAL - Type: FLAT & seed: 0
  865. [19:50:36 INFO]: Preparing start region for level 10 (Seed: 0)
  866. [19:50:36 INFO]: [WorldGuard] (RealSpawn) TNT ignition is PERMITTED.
  867. [19:50:36 INFO]: [WorldGuard] (RealSpawn) Lighters are PERMITTED.
  868. [19:50:36 INFO]: [WorldGuard] (RealSpawn) Lava fire is blocked.
  869. [19:50:36 INFO]: [WorldGuard] (RealSpawn) Fire spread is UNRESTRICTED.
  870. [19:50:36 INFO]: [WorldGuard] Loaded configuration for world 'RealSpawn'
  871. [19:50:36 INFO]: [Multiverse-Core] Loading World & Settings - 'OurSpawn' - Env: NORMAL - Type: FLAT & seed: 0
  872. [19:50:36 INFO]: Preparing start region for level 11 (Seed: 0)
  873. [19:50:36 INFO]: [WorldGuard] (OurSpawn) TNT ignition is PERMITTED.
  874. [19:50:36 INFO]: [WorldGuard] (OurSpawn) Lighters are PERMITTED.
  875. [19:50:36 INFO]: [WorldGuard] (OurSpawn) Lava fire is blocked.
  876. [19:50:36 INFO]: [WorldGuard] (OurSpawn) Fire spread is UNRESTRICTED.
  877. [19:50:36 INFO]: [WorldGuard] Loaded configuration for world 'OurSpawn'
  878. [19:50:37 INFO]: [Multiverse-Core] 12 - World(s) loaded.
  879. [19:50:37 INFO]: [WhatIsIt] Enabling WhatIsIt v1.3.8
  880. [19:50:37 INFO]: [WhatIsIt] has been enabled.
  881. [19:50:37 INFO]: [Citizens] Enabling Citizens v2.0.13-SNAPSHOT (build 1130)
  882. [19:50:37 ERROR]: [Citizens] v2.0.13-SNAPSHOT (build 1130) is not compatible with Minecraft v1.8.8 - try upgrading or downgrading Citizens. Disabling.
  883. [19:50:37 INFO]: [Citizens] Disabling Citizens v2.0.13-SNAPSHOT (build 1130)
  884. [19:50:37 INFO]: [EchoPet] Enabling EchoPet v2.3.3-b408
  885. [19:50:37 INFO]: [EchoPet] [INFO] EchoPet 2.3.3-b408 is not compatible with this version of CraftBukkit
  886. [19:50:37 INFO]: [EchoPet] [INFO] Initialisation failed. Please update the plugin.
  887. [19:50:50 INFO]: [OGBal] Enabling OGBalance v1.0
  888. [19:50:50 INFO]: [OG] Loading Please Wait....
  889. [19:50:50 INFO]: [OG] Version 1.0 by Online
  890. [19:50:50 INFO]: [MineResetLite] Enabling MineResetLite v0.3.6
  891. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Amine.mine.yml'...
  892. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Awood.mine.yml'...
  893. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'bedrock.mine.yml'...
  894. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Bmine.mine.yml'...
  895. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Cmine.mine.yml'...
  896. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'coal.mine.yml'...
  897. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Diamond.mine.yml'...
  898. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Dmine.mine.yml'...
  899. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Domm5.mine.yml'...
  900. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Emerald.mine.yml'...
  901. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Emine.mine.yml'...
  902. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Fmine.mine.yml'...
  903. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'gatoradefreak1.mine.yml'...
  904. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'gmine.mine.yml'...
  905. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'gold.mine.yml'...
  906. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'gravity2151.mine.yml'...
  907. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'hmine.mine.yml'...
  908. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'imine.mine.yml'...
  909. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'iron.mine.yml'...
  910. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'jeffmonster121.mine.yml'...
  911. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'jeffmonster12mine3.mine.yml'...
  912. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'jmine.mine.yml'...
  913. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'kevin_teh_asian.mine.yml'...
  914. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'kmine.mine.yml'...
  915. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Lapis.mine.yml'...
  916. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'lmine.mine.yml'...
  917. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'lolfu24mine1.mine.yml'...
  918. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'mmine.mine.yml'...
  919. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'MrRobsHelp211.mine.yml'...
  920. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'nmine.mine.yml'...
  921. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'noggin123456789.mine.yml'...
  922. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'noggin123456789mine1.mine.yml'...
  923. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'noggin123456789mine2.mine.yml'...
  924. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Obsidian.mine.yml'...
  925. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'omine.mine.yml'...
  926. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'pmine.mine.yml'...
  927. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'poekiebeer388.mine.yml'...
  928. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prestigea.mine.yml'...
  929. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prestigeb.mine.yml'...
  930. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prestigec.mine.yml'...
  931. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prestiged.mine.yml'...
  932. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prestigee.mine.yml'...
  933. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prestigef.mine.yml'...
  934. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prestigeg.mine.yml'...
  935. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prisongod.mine.yml'...
  936. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prisongodi.mine.yml'...
  937. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prohockeyboy08mine1.mine.yml'...
  938. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'prohockeyboy08mine2.mine.yml'...
  939. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'qmine.mine.yml'...
  940. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Redstone.mine.yml'...
  941. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'rmine.mine.yml'...
  942. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'smine.mine.yml'...
  943. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'son.mine.yml'...
  944. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Sonorocks.mine.yml'...
  945. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'SparksFly1888.mine.yml'...
  946. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'techboy41.mine.yml'...
  947. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'tmine.mine.yml'...
  948. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Twitch.mine.yml'...
  949. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'twitch1.mine.yml'...
  950. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'umine.mine.yml'...
  951. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'vmine.mine.yml'...
  952. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'wmine.mine.yml'...
  953. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'xmine.mine.yml'...
  954. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'ymine.mine.yml'...
  955. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Zewkas155.mine.yml'...
  956. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Zewkas15mine1.mine.yml'...
  957. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Zewkas15mine2.mine.yml'...
  958. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Zewkas15mine3.mine.yml'...
  959. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Zewkas15mine4.mine.yml'...
  960. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'Zewkas15mine5.mine.yml'...
  961. [19:50:50 INFO]: [MineResetLite] Loading mine from file 'zmine.mine.yml'...
  962. [19:50:50 INFO]: [MineResetLite] MineResetLite version 0.3.6 enabled!
  963. [19:50:50 INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  964. [19:50:50 INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  965. [19:50:55 INFO]: [Multiverse-Portals] 13 - Portals(s) loaded
  966. [19:50:55 INFO]: [ChestShop] Enabling ChestShop v3.7.15
  967. [19:50:55 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  968. [19:50:59 INFO]: [floAuction] Enabling floAuction v2.10.3
  969. [19:50:59 INFO]: [OblivionMC] has been enabled.
  970. [19:50:59 INFO]: [HolographicDisplays] Enabling HolographicDisplays v1.8.3
  971. [19:50:59 INFO]:
  972.  
  973. ******************************************************
  974. This version of HolographicDisplays can
  975. only work on these server versions:
  976. 1.6.4, from 1.7.2 to 1.7.9.
  977. The plugin will be disabled.
  978. ******************************************************
  979.  
  980. [19:51:04 INFO]: [CommandNPC] Enabling CommandNPC v1.3
  981. [19:51:04 INFO]: ---------------------{PaidRanks Error}---------------------
  982. [19:51:04 INFO]: Topic
  983. [19:51:04 INFO]: Required Dependencies
  984. [19:51:04 INFO]:
  985. [19:51:04 INFO]: Citizens.jar is not installed on the server! Shutting down.
  986. [19:51:04 INFO]:
  987. [19:51:04 INFO]: Class: CommandNPC Method: onEnable()
  988. [19:51:04 INFO]:
  989. [19:51:04 INFO]: ---------------------{PaidRanks Error}---------------------
  990. [19:51:04 INFO]: [CommandNPC] Disabling CommandNPC v1.3
  991. [19:51:04 INFO]: Server permissions file permissions.yml is empty, ignoring it
  992. [19:51:05 INFO]: UUID of player skaterdude2700 is c9ec969c-3b46-4506-97d7-4719b0a24b6f
  993. [19:51:08 INFO]: Done (112.817s)! For help, type "help" or "?"
  994. [19:51:08 FATAL]: A single server tick took 124.19 seconds (should be max 0.05)
  995. [19:51:08 FATAL]: Considering it to be crashed, server will forcibly shutdown.
  996. [19:51:08 ERROR]: This crash report has been saved to: /Users/EliseMcKillop/Downloads/Op Prison/./crash-reports/crash-2016-01-22_19.51.08-server.txt
  997. [19:51:08 INFO]: Stopping server
  998. >logout
  999.  
  1000. [Process completed]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement