Advertisement
Guest User

Log

a guest
Feb 9th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.80 KB | None | 0 0
  1. [20:08:12] [Server thread/INFO]: Starting minecraft server version 1.7.2
  2. [20:08:12] [Server thread/INFO]: Loading properties
  3. [20:08:12] [Server thread/INFO]: Default game type: SURVIVAL
  4. [20:08:12] [Server thread/INFO]: Generating keypair
  5. [20:08:13] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [20:08:13] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-b2974jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.2)
  7. [20:08:15] [Server thread/ERROR]: Could not load 'plugins\mcore.jar' in folder 'plugins'
  8. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/PlayerInventory
  9. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  10. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:308) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  11. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  12. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  13. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  14. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  15. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  16. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  17. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  18. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  19. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/PlayerInventory
  20. at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
  21. at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
  22. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
  23. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_45]
  24. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  25. ... 9 more
  26. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.PlayerInventory
  27. at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  29. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
  30. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
  31. at com.massivecraft.mcore.MCore.getMCoreGsonBuilder(MCore.java:84) ~[?:?]
  32. at com.massivecraft.mcore.MCore.<clinit>(MCore.java:69) ~[?:?]
  33. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
  34. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_45]
  35. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  36. ... 9 more
  37. [20:08:15] [Server thread/ERROR]: Could not load 'plugins\ServerBounty.jar' in folder 'plugins'
  38. org.bukkit.plugin.UnknownDependencyException: TagAPI
  39. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:196) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  40. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  41. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  42. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  43. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  44. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  45. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  46. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  47. [20:08:15] [Thread-8/INFO]: ----- Bukkit Auto Updater -----
  48. [20:08:15] [Thread-8/INFO]: It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  49. [20:08:15] [Thread-8/INFO]: If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
  50. [20:08:15] [Thread-8/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
  51. [20:08:15] [Thread-8/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  52. [20:08:15] [Thread-8/INFO]: ----- ------------------- -----
  53. [20:08:15] [Server thread/ERROR]: Could not load 'plugins\DisguiseCraft.jar' in folder 'plugins'
  54. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
  55. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  56. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:308) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  57. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  58. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  59. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  60. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  61. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  62. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  63. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  64. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  65. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
  66. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
  67. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_45]
  68. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  69. ... 9 more
  70. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet
  71. at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  72. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  73. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
  74. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
  75. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
  76. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_45]
  77. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  78. ... 9 more
  79. [20:08:15] [Server thread/INFO]: [PermissionsEx] sql backend registered!
  80. [20:08:15] [Server thread/INFO]: [PermissionsEx] file backend registered!
  81. [20:08:15] [Server thread/INFO]: [PermissionsEx] PermissionEx plugin initialized.
  82. [20:08:15] [Server thread/ERROR]: Could not load 'plugins\CombatTag.jar' in folder 'plugins'
  83. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/World
  84. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  85. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:308) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  86. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  87. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  88. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  89. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  90. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  91. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  92. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  93. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  94. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/World
  95. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
  96. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_45]
  97. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  98. ... 9 more
  99. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.World
  100. at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  101. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  102. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
  103. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
  104. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_45]
  105. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_45]
  106. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  107. ... 9 more
  108. [20:08:15] [Server thread/ERROR]: Could not load 'plugins\Jailer.jar' in folder 'plugins'
  109. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
  110. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  111. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:308) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  112. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  113. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:255) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  114. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:233) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  115. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  116. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  117. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  118. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  119. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  120. Caused by: java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
  121. at me.mahoutsukaii.plugins.jailer.Jailer.<init>(Jailer.java:44) ~[?:?]
  122. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_45]
  123. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_45]
  124. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_45]
  125. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_45]
  126. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  127. ... 9 more
  128. Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
  129. at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  130. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  131. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
  132. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_45]
  133. at me.mahoutsukaii.plugins.jailer.Jailer.<init>(Jailer.java:44) ~[?:?]
  134. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_45]
  135. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_45]
  136. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.7.0_45]
  137. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.7.0_45]
  138. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  139. ... 9 more
  140. [20:08:16] [Server thread/INFO]: [Kits] Loading Kits v1.5
  141. [20:08:16] [Server thread/INFO]: [StarterKit] Loading StarterKit v1.3.5
  142. [20:08:16] [Server thread/INFO]: [MuteManager] Loading MuteManager v0.12.8
  143. [20:08:16] [Server thread/INFO]: [Vault] Loading Vault v1.2.25-b333
  144. [20:08:16] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  145. [20:08:16] [Server thread/INFO]: [SwearReplacer] Loading SwearReplacer v1.0
  146. [20:08:16] [Server thread/INFO]: [ItemDisplay] Loading ItemDisplay v1.3
  147. [20:08:16] [Server thread/INFO]: [Duties] Loading Duties v1.4.2
  148. [20:08:16] [Server thread/INFO]: [NoRain] Loading NoRain v1.1.2
  149. [20:08:16] [Server thread/INFO]: [RenamePlus] Loading RenamePlus v1.1
  150. [20:08:16] [Server thread/INFO]: [SupplySign] Loading SupplySign v1.9.8
  151. [20:08:16] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  152. [20:08:16] [Server thread/INFO]: [DisposalSign] Loading DisposalSign v1.1.40
  153. [20:08:16] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  154. [20:08:16] [Server thread/INFO]: [SimpleVoteListener] Loading SimpleVoteListener v2.6
  155. [20:08:16] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.5.7
  156. [20:08:16] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.10.0-RC-b569
  157. [20:08:16] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v4.1
  158. [20:08:16] [Server thread/INFO]: [Contraband Asker] Loading Contraband Asker v1.2
  159. [20:08:16] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.19.6
  160. [20:08:16] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  161. [20:08:16] [Server thread/INFO]: Permissions file successfully reloaded
  162. [20:08:16] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.2-jenkins-PlayerHeads-1-11-gb37e970
  163. [20:08:16] [Server thread/INFO]: [ClickRank] Loading ClickRank v1.3
  164. [20:08:16] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.7.5
  165. [20:08:16] [Server thread/INFO]: [SlotReserve] Loading SlotReserve v0.2
  166. [20:08:16] [Server thread/INFO]: [Drugs] Loading Drugs v1.4
  167. [20:08:16] [Server thread/INFO]: [ChestKeeper] Loading ChestKeeper v0.9.2
  168. [20:08:16] [Server thread/INFO]: [SimpleRestart] Loading SimpleRestart v1.3.4
  169. [20:08:16] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.5
  170. [20:08:16] [Server thread/INFO]: [SignEdit] Loading SignEdit v3.3.2
  171. [20:08:16] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
  172. [20:08:16] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.0.8
  173. [20:08:16] [Server thread/INFO]: [AntiXRay] Loading AntiXRay v1.7.3
  174. [20:08:16] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.55
  175. [20:08:16] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.6.2
  176. [20:08:16] [Server thread/INFO]: [ScheduledAnnouncer2] Loading ScheduledAnnouncer2 v2.8.3 - For version 1.6.4
  177. [20:08:16] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.11.1
  178. [20:08:16] [Server thread/INFO]: [NoSpawn] Loading NoSpawn v1.9.2
  179. [20:08:16] [Server thread/INFO]: [Essentials] Loading Essentials v2.11.1
  180. [20:08:16] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v1.9.1.1
  181. [20:08:16] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  182. [20:08:16] [Server thread/INFO]: [PlotManager] Loading PlotManager v1.3.1
  183. [20:08:16] [Server thread/INFO]: [Enjin Minecraft Plugin] Loading Enjin Minecraft Plugin v2.5.1
  184. [20:08:16] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.0
  185. [20:08:16] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.11.1
  186. [20:08:16] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.11.1
  187. [20:08:16] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
  188. [20:08:16] [Server thread/INFO]: [SetRankPEX] Loading SetRankPEX v1.7
  189. [20:08:16] [Server thread/INFO]: [CasinoSlots] Loading CasinoSlots v2.5.6-b10
  190. [20:08:16] [Server thread/INFO]: [Vault] Enabling Vault v1.2.25-b333
  191. [20:08:16] [Server thread/INFO]: [Vault][Economy] Essentials Economy found: Waiting
  192. [20:08:16] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
  193. [20:08:16] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
  194. [20:08:16] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
  195. [20:08:16] [Server thread/INFO]: [Vault][Economy] iConomy 6 found: Waiting
  196. [20:08:16] [Server thread/INFO]: [Vault][Permission] PermissionsEx found: Waiting
  197. [20:08:16] [Server thread/INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
  198. [20:08:16] [Server thread/INFO]: [Vault][Chat] PermissionsEx found: Waiting
  199. [20:08:16] [Server thread/INFO]: [Vault] Enabled Version 1.2.25-b333
  200. [20:08:16] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  201. [20:08:16] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
  202. [20:08:16] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  203. [20:08:16] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.55
  204. [20:08:16] [Server thread/ERROR]: [BKCommonLib] This version of BKCommonLib is not compatible with: CraftBukkit (git-Bukkit-1.7.2-R0.2-b2974jnks) : v1_7_R1 (Minecraft 1.7.2)
  205. [20:08:16] [Server thread/ERROR]: [BKCommonLib] It could be that BKCommonLib has to be updated, as the current version is built for MC v1_6_R3
  206. [20:08:16] [Server thread/ERROR]: [BKCommonLib] Please look for an available BKCommonLib version that is compatible:
  207. [20:08:16] [Server thread/ERROR]: [BKCommonLib] http://dev.bukkit.org/server-mods/bkcommonlib/
  208. [20:08:16] [Server thread/ERROR]: [BKCommonLib] BKCommonLib and all depending plugins will now disable...
  209. [20:08:16] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.55
  210. [20:08:16] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.11.1
  211. [20:08:16] [Server thread/INFO]: Preparing level "world"
  212. [20:08:17] [Server thread/INFO]: Preparing start region for level 0 (Seed: -8845726431719267305)
  213. [20:08:18] [Server thread/INFO]: Preparing spawn area: 0%
  214. [20:08:19] [Server thread/INFO]: Preparing spawn area: 34%
  215. [20:08:20] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1112959068710734523)
  216. [20:08:21] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1112959068710734523)
  217. [20:08:21] [Server thread/INFO]: [Kits] Enabling Kits v1.5
  218. [20:08:21] [Server thread/INFO]: §8Kits: §7Version 1.5 enabled.
  219. [20:08:21] [Server thread/INFO]: [StarterKit] Enabling StarterKit v1.3.5
  220. [20:08:21] [Server thread/INFO]: [MuteManager] Enabling MuteManager v0.12.8
  221. [20:08:21] [Server thread/INFO]: [MuteManager] Configuration loaded.
  222. [20:08:21] [Server thread/INFO]: [MuteManager] Attempting to load muted players.
  223. [20:08:21] [Server thread/INFO]: [MuteManager] Attempting to load muted players reason list.
  224. [20:08:21] [Server thread/INFO]: [MuteManager] MuteManager main loop running.
  225. [20:08:21] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  226. [20:08:21] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  227. [20:08:21] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
  228. [20:08:21] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -8845726431719267305
  229. [20:08:22] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 1112959068710734523
  230. [20:08:22] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 1112959068710734523
  231. [20:08:22] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Prison' - Env: NORMAL - Type: FLAT & seed: 9011674617376432764
  232. [20:08:22] [Server thread/INFO]: Preparing start region for level 3 (Seed: 9011674617376432764)
  233. [20:08:23] [Server thread/INFO]: Preparing spawn area for Prison, 56%
  234. [20:08:23] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  235. [20:08:23] [Server thread/INFO]: [SwearReplacer] Enabling SwearReplacer v1.0
  236. [20:08:23] [Server thread/INFO]: SwearReplacer has been enabled and is (probably) working!
  237. [20:08:23] [Server thread/INFO]: [ItemDisplay] Enabling ItemDisplay v1.3
  238. [20:08:23] [Server thread/INFO]: [Duties] Enabling Duties v1.4.2
  239. [20:08:23] [Server thread/INFO]: [Duties 1.4.2] Vault permissions hooked.
  240. [20:08:24] [Server thread/INFO]: [Duties 1.4.2] by TH3PF was successfully enabled!
  241. [20:08:24] [Server thread/INFO]: [NoRain] Enabling NoRain v1.1.2
  242. [20:08:24] [Server thread/INFO]: [RenamePlus] Enabling RenamePlus v1.1
  243. [20:08:24] [Server thread/INFO]: [RenamePlus] RenamePlus v1.1 has been enabled!
  244. [20:08:24] [Server thread/INFO]: [SupplySign] Enabling SupplySign v1.9.8
  245. [20:08:24] [Server thread/INFO]: SupplySign: ShowErrorsInClient=true
  246. [20:08:24] [Server thread/INFO]: SupplySign: FixSignOnSignGlitch=SupplySignOnly
  247. [20:08:24] [Server thread/INFO]: SupplySign: AllowNonOpAccess=false
  248. [20:08:24] [Server thread/INFO]: SupplySign loaded 975 items.
  249. [20:08:24] [Server thread/INFO]: SupplySign loaded 16 kits from kits.yml.
  250. [20:08:24] [Server thread/INFO]: SupplySign version 1.9.8 is enabled!
  251. [20:08:24] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  252. [20:08:24] [Server thread/INFO]: [Votifier] DEBUG mode enabled!
  253. [20:08:24] [Server thread/INFO]: [Votifier] Votifier enabled.
  254. [20:08:24] [Server thread/INFO]: [DisposalSign] Enabling DisposalSign v1.1.40
  255. [20:08:24] [Server thread/INFO]: [DisposalSign] v1.1.40 enabled.
  256. [20:08:24] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  257. [20:08:24] [Server thread/INFO]: [Tim] Unused enchantments: LURE(62) LUCK(61) 
  258. [20:08:24] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  259. [20:08:24] [Server thread/INFO]: [SimpleVoteListener] Enabling SimpleVoteListener v2.6
  260. [20:08:24] [Server thread/INFO]: [SimpleVoteListener] Config file found. Using it!
  261. [20:08:24] [Server thread/INFO]: [SimpleVoteListener] SimpleVoteListener 2.6 successfully enabled.
  262. [20:08:24] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.5.7
  263. [20:08:24] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  264. [20:08:24] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.10.0-RC-b569
  265. [20:08:24] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for your specific Minecraft + server-mod version.
  266. [20:08:24] [Server thread/WARN]: [NoCheatPlus] API-only MCAccess: Some features will likely not function properly, performance might suffer.
  267. [20:08:24] [Server thread/WARN]: [NoCheatPlus] Check for updates at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
  268. [20:08:24] [Server thread/WARN]: [NoCheatPlus] Development builds: http://ci.ecocitycraft.com/job/NoCheatPlus/
  269. [20:08:24] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.1|1.6.2|? / Bukkit-API
  270. [20:08:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  271. [20:08:24] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  272. [20:08:25] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  273. [20:08:25] [Server thread/INFO]: [NoCheatPlus] Version 3.10.0-RC-b569 is enabled.
  274. [20:08:25] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v4.1
  275. [20:08:25] [Server thread/WARN]: [ColoredSigns] Erorr while loading commands.
  276. [20:08:25] [Server thread/WARN]: [ColoredSigns] Check your craftbukkit version or contact the developer.
  277. [20:08:25] [Server thread/INFO]: ====================================
  278. [20:08:25] [Server thread/INFO]: | ColoredSigns by Janomine |
  279. [20:08:25] [Server thread/INFO]: | Version: 4.1 |
  280. [20:08:25] [Server thread/INFO]: | Stable Version |
  281. [20:08:25] [Server thread/INFO]: ====================================
  282. [20:08:25] [Server thread/INFO]: [Contraband Asker] Enabling Contraband Asker v1.2
  283. [20:08:25] [Server thread/INFO]: [Contraband Asker v1.2] is now enabled!
  284. [20:08:25] [Server thread/INFO]: [Contraband Asker v1.2] Visit bit.ly/BroncinCityDonate to help support the plugin!
  285. [20:08:25] [Server thread/INFO]: [Contraband Asker v1.2] Join us @ play.broncincity.com
  286. [20:08:25] [Server thread/INFO]: [Contraband Asker v1.2] (c) All rights reserved by Broncin City 2013
  287. [20:08:25] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.19.6
  288. [20:08:25] [Server thread/INFO]: [PermissionsEx] Superperms support enabled.
  289. [20:08:25] [Server thread/INFO]: [PermissionsEx] v1.19.6 enabled
  290. [20:08:25] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  291. [20:08:25] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  292. [20:08:25] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.2-jenkins-PlayerHeads-1-11-gb37e970
  293. [20:08:26] [Server thread/INFO]: [ClickRank] Enabling ClickRank v1.3
  294. [20:08:26] [Server thread/INFO]: ClickRank v1.3 has been enabled!
  295. [20:08:26] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.7.5
  296. [20:08:26] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  297. [20:08:26] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  298. [20:08:26] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  299. [20:08:26] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  300. [20:08:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  301. [20:08:26] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  302. [20:08:26] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  303. [20:08:26] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  304. [20:08:26] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  305. [20:08:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  306. [20:08:26] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  307. [20:08:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  308. [20:08:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  309. [20:08:26] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  310. [20:08:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  311. [20:08:26] [Server thread/INFO]: [WorldGuard] (Prison) TNT ignition is PERMITTED.
  312. [20:08:26] [Server thread/INFO]: [WorldGuard] (Prison) Lighters are PERMITTED.
  313. [20:08:26] [Server thread/INFO]: [WorldGuard] (Prison) Lava fire is blocked.
  314. [20:08:26] [Server thread/INFO]: [WorldGuard] (Prison) Fire spread is UNRESTRICTED.
  315. [20:08:26] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Prison'
  316. [20:08:26] [Server thread/INFO]: [WorldGuard] 5 regions loaded for 'world'
  317. [20:08:26] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  318. [20:08:26] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  319. [20:08:26] [Server thread/INFO]: [WorldGuard] 137 regions loaded for 'Prison'
  320. [20:08:26] [Server thread/INFO]: [SlotReserve] Enabling SlotReserve v0.2
  321. [20:08:26] [Server thread/INFO]: [Drugs] Enabling Drugs v1.4
  322. [20:08:26] [Server thread/INFO]: [Drugs] Version: 1.4 - Is Now Enabled!
  323. [20:08:26] [Server thread/INFO]: [ChestKeeper] Enabling ChestKeeper v0.9.2
  324. [20:08:26] [Server thread/INFO]: [ChestKeeper] ChestKeeper v0.9.2 enabling...
  325. [20:08:26] [Server thread/INFO]: [ChestKeeper] =-= ChestKeeper wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=
  326. [20:08:26] [Server thread/INFO]: [ChestKeeper] ChestKeeper v0.9.2 enabled!
  327. [20:08:26] [Server thread/INFO]: [SimpleRestart] Enabling SimpleRestart v1.3.4
  328. [20:08:26] [Server thread/INFO]: [SimpleRestart] permissions (PermissionsEx-Plugin) successfully loaded
  329. [20:08:26] [Server thread/INFO]: [SimpleRestart] plugin enabled
  330. [20:08:26] [Server thread/INFO]: [SimpleRestart] warning scheduled for 21000 seconds from now!
  331. [20:08:26] [Server thread/INFO]: [SimpleRestart] warning scheduled for 21300 seconds from now!
  332. [20:08:26] [Server thread/INFO]: [SimpleRestart] warning scheduled for 21480 seconds from now!
  333. [20:08:26] [Server thread/INFO]: [SimpleRestart] warning scheduled for 21540 seconds from now!
  334. [20:08:26] [Server thread/INFO]: [SimpleRestart] reboot scheduled for 21600 seconds from now!
  335. [20:08:26] [Server thread/INFO]: [MineResetLite] Enabling MineResetLite v0.3.5
  336. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'DiamondMine.mine.yml'...
  337. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'EmeraldMine.mine.yml'...
  338. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'MineBlockD.mine.yml'...
  339. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'ObMineB.mine.yml'...
  340. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'OreMineB.mine.yml'...
  341. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'OreMineC.mine.yml'...
  342. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'WoodMineB.mine.yml'...
  343. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'WoodMineC.mine.yml'...
  344. [20:08:27] [Server thread/INFO]: [MineResetLite] Loading mine from file 'WoodMineD.mine.yml'...
  345. [20:08:27] [Server thread/INFO]: [MineResetLite] MineResetLite version 0.3.5 enabled!
  346. [20:08:27] [Server thread/INFO]: [MineResetLite] =-= MineResetLite wouldn't be possible without the support of Don't Drop the Soap, MCPrison.com =-=
  347. [20:08:27] [Server thread/INFO]: [SignEdit] Enabling SignEdit v3.3.2
  348. [20:08:27] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
  349. [20:08:27] [Server thread/INFO]: [iConomy - April Fools] Enabled (97 ms)
  350. [20:08:27] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
  351. [20:08:27] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.0.8
  352. [20:08:27] [Thread-29/WARN]: [SignEdit] §5The version of SignEdit this server is running is out of date. Latest version - 3.3.5 §5You can download the latest version at http://dev.bukkit.org/server-mods/signedit/
  353. [20:08:28] [Thread-30/INFO]: [iConomy - April Fools] Purged accounts with default balance.
  354. [20:08:28] [Server thread/INFO]: CoreProtect version 2.0.8 is enabled!
  355. [20:08:28] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  356. [20:08:28] [Server thread/INFO]: [AntiXRay] Enabling AntiXRay v1.7.3
  357. [20:08:29] [Server thread/INFO]: [AntiXRay] AntiXRay enabled.
  358. [20:08:29] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.6.2
  359. [20:08:29] [Server thread/INFO]: [ClearLag] No config updates found...
  360. [20:08:29] [Thread-34/INFO]: [ClearLag] Searching for updates..
  361. [20:08:29] [Server thread/INFO]: [ClearLag] Clearlag has been enabled!
  362. [20:08:29] [Server thread/INFO]: [ScheduledAnnouncer2] Enabling ScheduledAnnouncer2 v2.8.3 - For version 1.6.4
  363. [20:08:29] [Server thread/INFO]: ScheduledAnnouncer2 v2.8.3 - For version 1.6.4 is enabled!
  364. [20:08:29] [Server thread/INFO]: [NoSpawn] Enabling NoSpawn v1.9.2
  365. [20:08:30] [Server thread/INFO]: [NoSpawn] Vault integration enabled!
  366. [20:08:30] [Server thread/INFO]: NoSpawn version 1.9.2 is enabled!
  367. [20:08:30] [Server thread/INFO]: [Essentials] Enabling Essentials v2.11.1
  368. [20:08:31] [Thread-34/INFO]: [ClearLag] No updates found!
  369. [20:08:31] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  370. [20:08:31] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.25-b333)
  371. [20:08:31] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v1.9.1.1
  372. [20:08:31] [Server thread/INFO]: [CommandSigns] Successfully loaded 1 signs
  373. [20:08:31] [Server thread/INFO]: [CommandSigns] Plugin metrics enabled! Thank you!
  374. [20:08:31] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  375. [20:08:31] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  376. [20:08:31] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
  377. [20:08:31] [Server thread/INFO]: [PlotManager] Enabling PlotManager v1.3.1
  378. [20:08:31] [Server thread/INFO]: <<[ PlotManager ]>> [ Version ]=[ 1.3.1 ] [ Successfully Loaded! ]
  379. [20:08:31] [Server thread/INFO]: [Enjin Minecraft Plugin] Enabling Enjin Minecraft Plugin v2.5.1
  380. [20:08:31] [Server thread/INFO]: [Enjin Minecraft Plugin] Votifier plugin found, enabling Votifier support.
  381. [20:08:31] [Server thread/INFO]: [Enjin Minecraft Plugin] MC 1.3 or above found, enabling version 2 XP handling.
  382. [20:08:31] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.0
  383. [20:08:31] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  384. [20:08:32] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.11.1
  385. [20:08:32] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.11.1
  386. [20:08:32] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
  387. [20:08:32] [Server thread/INFO]: [SetRankPEX] Enabling SetRankPEX v1.7
  388. [20:08:32] [Server thread/INFO]: [SRPEX] Found PermissionsEx v1.19.6 and is good to go
  389. [20:08:32] [Server thread/INFO]: [SRPEX] SetRankPEX v1.7 is now enabled.
  390. [20:08:32] [Server thread/INFO]: [CasinoSlots] Enabling CasinoSlots v2.5.6-b10
  391. [20:08:32] [Server thread/INFO]: [CasinoSlots] Loaded 2 types.
  392. [20:08:32] [Server thread/INFO]: [CasinoSlots] Loaded 6 slot machines.
  393. [20:08:32] [Server thread/INFO]: [CasinoSlots] Loaded statistics for 2 types.
  394. [20:08:32] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  395. [20:08:33] [Server thread/INFO]: Done (16.363s)! For help, type "help" or "?"
  396. [20:08:33] [Server thread/INFO]: Starting GS4 status listener
  397. [20:08:33] [Query Listener #1/INFO]: Query running on 0.0.0.0:25565
  398. [20:08:33] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
  399. [20:08:33] [Server thread/WARN]: --- Missing entries -------------------------------
  400. [20:08:33] [Server thread/WARN]: * MISSING 160(STAINED_GLASS_PANE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  401. [20:08:33] [Server thread/WARN]: * MISSING 161(LEAVES_2 / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  402. [20:08:33] [Server thread/WARN]: * MISSING 162(LOG_2 / SOLID+GROUND)
  403. [20:08:33] [Server thread/WARN]: * MISSING 163(ACACIA_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  404. [20:08:33] [Server thread/WARN]: * MISSING 164(DARK_OAK_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  405. [20:08:33] [Server thread/WARN]: * MISSING 174(PACKED_ICE / SOLID+GROUND)
  406. [20:08:33] [Server thread/WARN]: * MISSING 175(DOUBLE_PLANT / IGN_PASSABLE)
  407. [20:08:33] [Server thread/INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
  408. [20:08:34] [pool-3-thread-13/INFO]: [StarterKit] A new version of StarterKit (1.3.7) is available.
  409. [20:09:33] [Server thread/INFO]: [MRL] WoodMineD will reset in 5 minute(s)!
  410. [20:09:35] [User Authenticator #1/INFO]: UUID of player HypdUp is 5de8759837c442f892959740b6935e6e
  411. [20:09:35] [Server thread/INFO]: HypdUp[/97.94.184.114:51370] logged in with entity id 1786 at ([Prison] -2257.150746594276, 19.0, -41.47417958463972)
  412. [20:09:37] [User Authenticator #2/INFO]: UUID of player _itzDeaMan_ is 17f660207bb34c1c96d0a658aed437d3
  413. [20:09:37] [Server thread/INFO]: _itzDeaMan_[/23.242.32.118:59775] logged in with entity id 1822 at ([Prison] -2251.2860676815085, 19.0, -61.514595622509546)
  414. [20:09:49] [Server thread/INFO]: HypdUp issued server command: /gm 1
  415. [20:09:50] [Server thread/INFO]: GameProfile{id='null', name='HypdUp'} (/97.94.184.114:51368) lost connection: Disconnected
  416. [20:09:52] [Server thread/INFO]: HypdUp issued server command: /ci
  417. [20:10:25] [Server thread/WARN]: [WorldEdit] No compatible nms block class found.
  418. [20:10:33] [Server thread/INFO]: [MRL] OreMineC will reset in 1 minute(s)!
  419. [20:10:37] [Server thread/INFO]: HypdUp issued server command: /gm 0
  420. [20:10:44] [Server thread/INFO]: HypdUp was killed trying to hurt _itzDeaMan_
  421. [20:10:46] [Server thread/INFO]: HypdUp issued server command: /back
  422. [20:11:07] [Server thread/INFO]: HypdUp issued server command: /invsee _
  423. [20:11:18] [Server thread/INFO]: HypdUp issued server command: /invsee _
  424. [20:11:33] [Server thread/INFO]: [MRL] OreMineC has been reset automatically!
  425. [20:11:33] [Server thread/INFO]: [MRL] WoodMineB will reset in 1 minute(s)!
  426. [20:11:33] [Server thread/INFO]: HypdUp issued server command: /gm 1
  427. [20:11:47] [Server thread/INFO]: [NoCheatPlus] _itzDeaMan_ failed Speed: interacts too fast. VL 1000.
  428. [20:11:47] [Server thread/INFO]: _itzDeaMan_ lost connection: You interacted too fast!
  429. [20:11:47] [Server thread/INFO]: _itzDeaMan_ left the game.
  430. [20:11:47] [Server thread/INFO]: [NoCheatPlus] (CONSOLE) Kicked _itzDeaMan_ : You interacted too fast!
  431. [20:11:52] [User Authenticator #3/INFO]: UUID of player _itzDeaMan_ is 17f660207bb34c1c96d0a658aed437d3
  432. [20:11:52] [Server thread/INFO]: _itzDeaMan_[/23.242.32.118:59789] logged in with entity id 1832 at ([Prison] -2262.034512935973, 19.0, -64.06035346876426)
  433. [20:12:09] [Server thread/INFO]: _itzDeaMan_ lost connection: Disconnected
  434. [20:12:09] [Server thread/INFO]: _itzDeaMan_ left the game.
  435. [20:12:33] [Server thread/INFO]: [MRL] WoodMineB has been reset automatically!
  436. [20:12:33] [Server thread/INFO]: [MRL] WoodMineC will reset in 1 minute(s)!
  437. [20:13:17] [Server thread/INFO]: HypdUp issued server command: /enchant Sharpness 5
  438. [20:13:30] [Server thread/INFO]: HypdUp issued server command: /enchant FireAspect 2
  439. [20:13:33] [Server thread/INFO]: [MRL] WoodMineC has been reset automatically!
  440. [20:13:33] [Server thread/INFO]: [MRL] WoodMineD will reset in 1 minute(s)!
  441. [20:13:43] [Server thread/INFO]: HypdUp issued server command: /enchant Unbreaking 3
  442. [20:14:14] [Server thread/INFO]: HypdUp issued server command: /enchant Power 5
  443. [20:14:18] [Server thread/INFO]: HypdUp issued server command: /enchant Flame 2
  444. [20:14:25] [Server thread/INFO]: HypdUp issued server command: /enchant Infinity 1
  445. [20:14:33] [Server thread/INFO]: [MRL] WoodMineD has been reset automatically!
  446. [20:14:34] [Server thread/INFO]: HypdUp issued server command: /enchant Infinity 1
  447. [20:15:13] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in one minute!
  448. [20:15:22] [Server thread/INFO]: HypdUp issued server command: /enchant Punch 2
  449. [20:15:33] [Server thread/INFO]:  All The mines reset in 30 minutes be sure to get out when you see a warning message 
  450. [20:15:41] [Server thread/INFO]: HypdUp issued server command: /enchant protection 4
  451. [20:15:48] [Server thread/INFO]: HypdUp issued server command: /enchant unbreaking 3
  452. [20:16:09] [User Authenticator #4/INFO]: UUID of player _itzDeaMan_ is 17f660207bb34c1c96d0a658aed437d3
  453. [20:16:09] [Server thread/INFO]: _itzDeaMan_[/23.242.32.118:59858] logged in with entity id 1864 at ([Prison] -2262.034512935973, 19.0, -64.06035346876426)
  454. [20:16:13] [Server thread/INFO]: [ClearLag] Removed 27 Entities!
  455. [20:16:25] [Server thread/INFO]: HypdUp issued server command: /ci _itzDeaMan_
  456. [20:16:32] [Server thread/INFO]: HypdUp issued server command: /group _itzDeaMan_ D
  457. [20:16:33] [Server thread/INFO]: [MRL] OreMineB will reset in 5 minute(s)!
  458. [20:16:36] [Server thread/INFO]: HypdUp issued server command: /spawn _itzDeaMan_
  459. [20:16:43] [Server thread/INFO]: HypdUp issued server command: /kit Starter _itzDeaMan_
  460. [20:16:45] [Server thread/INFO]: < [D]_itzDeaMan_> TYO
  461. [20:16:49] [Server thread/INFO]: HypdUp issued server command: /kit Starter
  462. [20:17:05] [Server thread/INFO]: HypdUp issued server command: /kit starter
  463. [20:17:07] [Server thread/INFO]: HypdUp issued server command: /Dp kit
  464. [20:17:11] [Server thread/INFO]: HypdUp issued server command: /kit Dropparty
  465. [20:17:15] [Server thread/INFO]: HypdUp issued server command: /invsee _itzDeaMan_
  466. [20:17:41] [Server thread/INFO]: HypdUp issued server command: /i ironchestplate 1
  467. [20:17:47] [Server thread/INFO]: HypdUp issued server command: /i ironleggins 1
  468. [20:17:50] [Server thread/INFO]: HypdUp issued server command: /i ironleggings 1
  469. [20:17:55] [Server thread/INFO]: HypdUp issued server command: /i ironhelmet 1
  470. [20:18:15] [Server thread/INFO]: HypdUp issued server command: /i ironboots 1
  471. [20:18:19] [Server thread/INFO]: HypdUp issued server command: /invsee _itzDeaMan_
  472. [20:20:31] [Server thread/INFO]: HypdUp issued server command: /enchant fireprotection 1
  473. [20:20:33] [Server thread/INFO]: [MRL] DiamondMine will reset in 5 minute(s)!
  474. [20:20:33] [Server thread/INFO]: [MRL] OreMineB will reset in 1 minute(s)!
  475. [20:20:35] [Server thread/INFO]: HypdUp issued server command: /enchant fireprotection 1
  476. [20:20:37] [Server thread/INFO]: HypdUp issued server command: /enchant fireprotection 1
  477. [20:20:40] [Server thread/INFO]: HypdUp issued server command: /enchant fireprotection 1
  478. [20:20:49] [Server thread/INFO]: HypdUp issued server command: /enchant protection 4
  479. [20:20:59] [Server thread/INFO]: HypdUp issued server command: /enchant unbreaking 3
  480. [20:21:02] [Server thread/INFO]: HypdUp issued server command: /enchant unbreaking 3
  481. [20:21:04] [Server thread/INFO]: HypdUp issued server command: /enchant protection 4
  482. [20:21:08] [Server thread/INFO]: HypdUp issued server command: /enchant fireprotection 1
  483. [20:21:12] [Server thread/INFO]: HypdUp issued server command: /enchant unbreaking 3
  484. [20:21:14] [Server thread/INFO]: HypdUp issued server command: /enchant protection 4
  485. [20:21:15] [Server thread/INFO]: HypdUp issued server command: /enchant fireprotection 1
  486. [20:21:33] [Server thread/INFO]: [MRL] OreMineB has been reset automatically!
  487. [20:21:53] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in one minute!
  488. [20:22:04] [Server thread/INFO]: HypdUp issued server command: /kit create Warden
  489. [20:22:32] [Server thread/INFO]: HypdUp issued server command: /renameplus
  490. [20:22:33] [Server thread/INFO]: Read your guidebook for help! 
  491. [20:22:53] [Server thread/INFO]: [ClearLag] Removed 49 Entities!
  492. [20:23:18] [AutoSaveWorld AutoSaveThread/INFO]: AutoSaving
  493. [20:23:18] [AutoSaveWorld AutoSaveThread/INFO]: AutoSave Complete
  494. [20:23:19] [Server thread/INFO]: HypdUp issued server command: /invsee _itzDeaMan_
  495. [20:24:33] [Server thread/INFO]: [MRL] DiamondMine will reset in 1 minute(s)!
  496. [20:25:21] [Server thread/INFO]: HypdUp issued server command: /invsee _itzDeaMan_
  497. [20:25:33] [Server thread/INFO]: [MRL] DiamondMine has been reset automatically!
  498. [20:25:39] [Server thread/INFO]: HypdUp issued server command: /gm 0
  499. [20:25:40] [Server thread/INFO]: HypdUp issued server command: /heal
  500. [20:25:40] [Server thread/WARN]: [NoCheatPlus] API incompatibility detected: com.earth2me.essentials.User.getHealth
  501. [20:25:40] [Server thread/ERROR]: Could not pass event EntityRegainHealthEvent to NoCheatPlus v3.10.0-RC-b569
  502. org.bukkit.event.EventException
  503. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  504. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  505. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  506. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  507. at com.earth2me.essentials.commands.Commandheal.healPlayer(Commandheal.java:95) [Essentials.jar:?]
  508. at com.earth2me.essentials.commands.Commandheal.run(Commandheal.java:43) [Essentials.jar:?]
  509. at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:134) [Essentials.jar:?]
  510. at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:441) [Essentials.jar:?]
  511. at com.earth2me.essentials.Essentials.onCommand(Essentials.java:330) [Essentials.jar:?]
  512. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  513. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  514. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:542) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  515. at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:932) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  516. at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  517. at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  518. at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  519. at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  520. at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  521. at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  522. at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  523. at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  524. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  525. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  526. Caused by: java.lang.RuntimeException: Expect method getHealth in class com.earth2me.essentials.User with return type double or int.
  527. at fr.neatmonster.nocheatplus.compat.BridgeHealth.getDoubleOrInt(BridgeHealth.java:54) ~[?:?]
  528. at fr.neatmonster.nocheatplus.compat.BridgeHealth.getHealth(BridgeHealth.java:116) ~[?:?]
  529. at fr.neatmonster.nocheatplus.checks.fight.FightListener.onEntityRegainHealth(FightListener.java:427) ~[?:?]
  530. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
  531. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
  532. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
  533. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
  534. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  535. ... 22 more
  536. Caused by: java.lang.AbstractMethodError
  537. at fr.neatmonster.nocheatplus.compat.BridgeHealth.getHealth(BridgeHealth.java:113) ~[?:?]
  538. at fr.neatmonster.nocheatplus.checks.fight.FightListener.onEntityRegainHealth(FightListener.java:427) ~[?:?]
  539. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
  540. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
  541. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
  542. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
  543. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  544. ... 22 more
  545. [20:25:51] [Server thread/INFO]: HypdUp issued server command: /spawn
  546. [20:26:18] [Server thread/INFO]: HypdUp issued server command: /heal
  547. [20:26:18] [Server thread/ERROR]: Could not pass event EntityRegainHealthEvent to NoCheatPlus v3.10.0-RC-b569
  548. org.bukkit.event.EventException
  549. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  550. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  551. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:481) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  552. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:466) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  553. at com.earth2me.essentials.commands.Commandheal.healPlayer(Commandheal.java:95) [Essentials.jar:?]
  554. at com.earth2me.essentials.commands.Commandheal.run(Commandheal.java:43) [Essentials.jar:?]
  555. at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:134) [Essentials.jar:?]
  556. at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:441) [Essentials.jar:?]
  557. at com.earth2me.essentials.Essentials.onCommand(Essentials.java:330) [Essentials.jar:?]
  558. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  559. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  560. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:542) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  561. at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:932) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  562. at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:814) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  563. at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  564. at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  565. at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  566. at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  567. at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  568. at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  569. at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  570. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  571. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  572. Caused by: java.lang.RuntimeException: Expect method getHealth in class com.earth2me.essentials.User with return type double or int.
  573. at fr.neatmonster.nocheatplus.compat.BridgeHealth.getDoubleOrInt(BridgeHealth.java:54) ~[?:?]
  574. at fr.neatmonster.nocheatplus.compat.BridgeHealth.getHealth(BridgeHealth.java:116) ~[?:?]
  575. at fr.neatmonster.nocheatplus.checks.fight.FightListener.onEntityRegainHealth(FightListener.java:427) ~[?:?]
  576. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
  577. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
  578. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
  579. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
  580. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  581. ... 22 more
  582. Caused by: java.lang.AbstractMethodError
  583. at fr.neatmonster.nocheatplus.compat.BridgeHealth.getHealth(BridgeHealth.java:113) ~[?:?]
  584. at fr.neatmonster.nocheatplus.checks.fight.FightListener.onEntityRegainHealth(FightListener.java:427) ~[?:?]
  585. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_45]
  586. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
  587. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_45]
  588. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_45]
  589. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) ~[Bukkit.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
  590. ... 22 more
  591. [20:26:33] [Server thread/INFO]: [MRL] ObMineB will reset in 5 minute(s)!
  592. [20:26:42] [Server thread/INFO]: HypdUp issued server command: /heal _itzDeaMan_
  593. [20:26:55] [Server thread/INFO]: HypdUp lost connection: Disconnected
  594. [20:26:55] [Server thread/INFO]: HypdUp left the game.
  595. [20:27:00] [User Authenticator #5/INFO]: UUID of player HypdUp is 5de8759837c442f892959740b6935e6e
  596. [20:27:00] [Server thread/INFO]: HypdUp[/97.94.184.114:51747] logged in with entity id 4258 at ([Prison] -2021.8609155086956, 36.0, -8.246882872984202)
  597. [20:27:13] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 13081ms behind, skipping 261 tick(s)
  598. [20:27:17] [Server thread/INFO]: _itzDeaMan_ died
  599. [20:27:21] [Server thread/INFO]: HypdUp issued server command: /spawn _itzDeaMan_
  600. [20:27:37] [Server thread/INFO]: HypdUp lost connection: Internal Exception: java.io.IOException: An existing connection was forcibly closed by the remote host
  601. [20:27:37] [Server thread/INFO]: HypdUp left the game.
  602. [20:27:42] [Server thread/INFO]: _itzDeaMan_ died
  603. [20:27:44] [Server thread/INFO]: [MRL] MineBlockD will reset in 5 minute(s)!
  604. [20:27:56] [Server thread/INFO]: _itzDeaMan_ died
  605. [20:28:11] [User Authenticator #6/INFO]: UUID of player HypdUp is 5de8759837c442f892959740b6935e6e
  606. [20:28:11] [Server thread/INFO]: HypdUp[/97.94.184.114:51788] logged in with entity id 5829 at ([Prison] -2025.680996858568, 36.0, -11.8858859469558)
  607. [20:28:17] [Server thread/INFO]: HypdUp issued server command: /gm 1
  608. [20:28:20] [Server thread/INFO]: HypdUp issued server command: /gm 0
  609. [20:28:28] [Server thread/INFO]: GameProfile{id='null', name='HypdUp'} (/97.94.184.114:51787) lost connection: Disconnected
  610. [20:28:34] [Server thread/INFO]: HypdUp issued server command: /gm 1
  611. [20:28:44] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in one minute!
  612. [20:28:56] [Server thread/INFO]: HypdUp issued server command: /invsee _itzDeaMan_
  613. [20:29:02] [Server thread/INFO]: HypdUp issued server command: /gm 0
  614. [20:29:22] [Server thread/INFO]: HypdUp issued server command: /god
  615. [20:29:24] [Server thread/INFO]: HypdUp issued server command: /god
  616. [20:29:28] [Server thread/INFO]: HypdUp issued server command: /deop HypdUp
  617. [20:29:28] [Server thread/INFO]: HypdUp: De-opped HypdUp
  618. [20:29:40] [Server thread/INFO]: HypdUp issued server command: /group HypdUp D
  619. [20:29:44] [Server thread/INFO]: Donate on our website to keep the server going, http://alcatrazprison.enjin.com 
  620. [20:29:44] [Server thread/INFO]: [ClearLag] Removed 19 Entities!
  621. [20:30:04] [Server thread/INFO]: HypdUp issued server command: /op HypdUp
  622. [20:30:04] [Server thread/INFO]: HypdUp: Opped HypdUp
  623. [20:30:06] [Server thread/INFO]: HypdUp issued server command: /ban _itzDeaMan_
  624. [20:30:06] [Server thread/INFO]: _itzDeaMan_ lost connection: §4Banned:
  625. §rThe Ban Hammer has spoken!
  626. [20:30:07] [Server thread/INFO]: _itzDeaMan_ left the game.
  627. [20:30:07] [Server thread/INFO]: §6Player§c §9[§4§kii§6§lOwner§4§kii§9]~§f§bHypdUp§9~[§4§lBo§3§lSS§9]§r §6banned _itzDeaMan_ §6for The Ban Hammer has spoken!.
  628. [20:30:12] [User Authenticator #7/INFO]: UUID of player _itzDeaMan_ is 17f660207bb34c1c96d0a658aed437d3
  629. [20:30:12] [Server thread/INFO]: _itzDeaMan_[/23.242.32.118:59959] logged in with entity id 9002 at ([Prison] -2030.6162837948543, 36.0, 4.367983753255997)
  630. [20:30:25] [Server thread/INFO]: HypdUp issued server command: /ci
  631. [20:30:30] [Server thread/INFO]: HypdUp issued server command: /kill _itzDeaMan_
  632. [20:30:30] [Server thread/INFO]: _itzDeaMan_ died
  633. [20:30:33] [Server thread/INFO]: HypdUp issued server command: /ci
  634. [20:30:40] [Server thread/INFO]: HypdUp issued server command: /kill _itzDeaMan_
  635. [20:30:40] [Server thread/INFO]: _itzDeaMan_ died
  636. [20:30:44] [Server thread/INFO]: [MRL] ObMineB will reset in 1 minute(s)!
  637. [20:30:46] [Server thread/INFO]: _itzDeaMan_ lost connection: Disconnected
  638. [20:30:46] [Server thread/INFO]: _itzDeaMan_ left the game.
  639. [20:31:40] [User Authenticator #8/INFO]: UUID of player _itzDeaMan_ is 17f660207bb34c1c96d0a658aed437d3
  640. [20:31:40] [Server thread/INFO]: _itzDeaMan_[/23.242.32.118:60028] logged in with entity id 11296 at ([Prison] -2040.8073677996879, 36.0, 50.16433669522657)
  641. [20:31:44] [Server thread/INFO]: [MRL] MineBlockD will reset in 1 minute(s)!
  642. [20:31:44] [Server thread/INFO]: [MRL] ObMineB has been reset automatically!
  643. [20:31:45] [Server thread/INFO]: < [D]_itzDeaMan_> YOUR SOO BUTTHURT
  644. [20:31:53] [Server thread/INFO]: < [D]_itzDeaMan_> ITS NOT EVEN FUNNY
  645. [20:32:03] [Server thread/INFO]: _itzDeaMan_ lost connection: Disconnected
  646. [20:32:03] [Server thread/INFO]: _itzDeaMan_ left the game.
  647. [20:32:17] [Server thread/INFO]: HypdUp issued server command: /mute _itzDeaMan
  648. [20:32:19] [Server thread/INFO]: HypdUp issued server command: /mute _itzDeaMan_
  649. [20:32:44] [Server thread/INFO]: [MRL] MineBlockD has been reset automatically!
  650. [20:33:11] [User Authenticator #9/INFO]: UUID of player armobro23 is 5d8f00293fac429fb4d98a3839e23bbe
  651. [20:33:12] [Server thread/INFO]: armobro23[/71.93.119.46:64274] logged in with entity id 13663 at ([Prison] -2587.4207306781773, 4.0, 132.94122173709385)
  652. [20:33:15] [Server thread/INFO]: armobro23 issued server command: /gm 1
  653. [20:33:15] [Server thread/INFO]: §carmobro23 §4was denied access to command.
  654. [20:34:40] [Server thread/INFO]: HypdUp issued server command: /op armobro23
  655. [20:34:40] [Server thread/INFO]: HypdUp: Opped armobro23
  656. [20:34:45] [Server thread/INFO]: HypdUp issued server command: /group armobro23 Owner
  657. [20:34:51] [Server thread/INFO]: armobro23 issued server command: /gm 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement