Advertisement
Guest User

Untitled

a guest
Aug 10th, 2014
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.80 KB | None | 0 0
  1. [13:06:04] [Server thread/INFO]: Starting minecraft server version 1.7.2
  2. [13:06:04] [Server thread/INFO]: Loading properties
  3. [13:06:04] [Server thread/INFO]: Default game type: SURVIVAL
  4. [13:06:04] [Server thread/INFO]: Generating keypair
  5. [13:06:04] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [13:06:05] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.4-SNAPSHOT)
  7. [13:06:06] [Server thread/ERROR]: Could not load 'plugins\HealthBar.jar' in folder 'plugins'
  8. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  9. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  10. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  11. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  12. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  13. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  14. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  15. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  16. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  17. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  18. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  19. Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  20. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_05]
  21. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_05]
  22. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_05]
  23. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_05]
  24. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_05]
  25. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_05]
  26. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_05]
  27. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_05]
  28. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_05]
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  31. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_05]
  32. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_05]
  33. at me.plornt.healthbar.HealthBar.<init>(HealthBar.java:27) ~[?:?]
  34. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_05]
  35. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_05]
  36. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_05]
  37. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_05]
  38. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_05]
  39. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  40. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  41. ... 9 more
  42. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
  43. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  44. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  45. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_05]
  46. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_05]
  47. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_05]
  48. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_05]
  49. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_05]
  50. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_05]
  51. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_05]
  52. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_05]
  53. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_05]
  54. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_05]
  55. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_05]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  58. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_05]
  59. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_05]
  60. at me.plornt.healthbar.HealthBar.<init>(HealthBar.java:27) ~[?:?]
  61. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_05]
  62. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_05]
  63. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_05]
  64. at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_05]
  65. at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_05]
  66. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:52) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  67. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  68. ... 9 more
  69. [13:06:06] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
  70. [13:06:06] [Thread-7/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
  71. [13:06:06] [Thread-7/INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
  72. [13:06:06] [Thread-7/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.
  73. [13:06:06] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
  74. [13:06:06] [Thread-7/INFO]: ----- ------------------- -----
  75. [13:06:06] [Server thread/ERROR]: Could not load 'plugins\DisguiseCraft.jar' in folder 'plugins'
  76. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
  77. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  78. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  79. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  80. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugins(CraftServer.java:350) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  81. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.<init>(CraftServer.java:312) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  82. at net.minecraft.server.v1_7_R1.PlayerList.<init>(PlayerList.java:63) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  83. at net.minecraft.server.v1_7_R1.DedicatedPlayerList.<init>(SourceFile:14) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  84. at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  85. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  86. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  87. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_6_R3/Packet
  88. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_05]
  89. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_05]
  90. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  91. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  92. ... 9 more
  93. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_6_R3.Packet
  94. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  95. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  96. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_05]
  97. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_05]
  98. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_05]
  99. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_05]
  100. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  101. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit.jar:git-Bukkit-1.7.2-R0.3-2-g85f5776-b3024jnks]
  102. ... 9 more
  103. [13:06:06] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.0.9
  104. [13:06:06] [Server thread/INFO]: [MotdManager] Loading MotdManager v1.41-b20
  105. [13:06:06] [Server thread/INFO]: [CoreProtect-Anti-Xray] Loading CoreProtect-Anti-Xray v1.3
  106. [13:06:06] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  107. [13:06:06] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  108. [13:06:06] [Server thread/INFO]: [ClearChat] Loading ClearChat v1.3
  109. [13:06:06] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.28 (Phoenix)
  110. [13:06:06] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.1
  111. [13:06:06] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.7
  112. [13:06:06] [Server thread/INFO]: [Enchanter] Loading Enchanter v0.3
  113. [13:06:06] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  114. [13:06:06] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  115. [13:06:06] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.4.0
  116. [13:06:07] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
  117. [13:06:07] [Server thread/INFO]: [MultiWorld] Loading MultiWorld v5.2.2
  118. [13:06:07] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  119. [13:06:07] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  120. [13:06:07] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
  121. [13:06:07] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
  122. [13:06:07] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  123. [13:06:07] [Server thread/INFO]: [Vault] Loading Vault v1.2.31-b411
  124. [13:06:07] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  125. [13:06:07] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.6.8-bukkit
  126. [13:06:07] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1027)
  127. [13:06:07] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.4.0
  128. [13:06:07] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  129. [13:06:07] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
  130. [13:06:10] [Server thread/INFO]: [Vault] Enabling Vault v1.2.31-b411
  131. [13:06:10] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy found: Waiting
  132. [13:06:10] [Server thread/INFO]: [Vault] [Vault][Permission] GroupManager found: Waiting
  133. [13:06:10] [Server thread/INFO]: [Vault] [Vault][Permission] SuperPermissions loaded as backup permission system.
  134. [13:06:10] [Server thread/INFO]: [Vault] [Vault][Chat] GroupManager found: Waiting
  135. [13:06:10] [Server thread/INFO]: [Vault] [Vault] Enabled Version 1.2.31-b411
  136. [13:06:10] [Server thread/INFO]: Preparing level "world"
  137. [13:06:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: 8762111896510924995)
  138. [13:06:11] [Server thread/INFO]: Preparing start region for level 1 (Seed: -3440065447659361857)
  139. [13:06:12] [Server thread/INFO]: Preparing start region for level 2 (Seed: -3440065447659361857)
  140. [13:06:12] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.0.9
  141. [13:06:13] [Server thread/INFO]: CoreProtect version 2.0.9 is enabled!
  142. [13:06:13] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  143. [13:06:13] [Server thread/INFO]: [MotdManager] Enabling MotdManager v1.41-b20
  144. [13:06:13] [Server thread/INFO]: [MotdManager] version 1.41-b20 is enabled!
  145. [13:06:13] [Server thread/INFO]: [CoreProtect-Anti-Xray] Enabling CoreProtect-Anti-Xray v1.3
  146. [13:06:13] [Server thread/INFO]: [CoreProtect-Anti-Xray] CoreProtect hooked!
  147. [13:06:13] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  148. [13:06:13] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  149. [13:06:13] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  150. [13:06:13] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  151. [13:06:13] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  152. [13:06:13] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  153. [13:06:13] [Server thread/INFO]: [ClearChat] Enabling ClearChat v1.3
  154. [13:06:13] [Server thread/INFO]: [ClearChat] clear chat enable
  155. [13:06:13] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.28 (Phoenix)
  156. [13:06:13] [Server thread/INFO]: GroupManager - INFO - World Found: world
  157. [13:06:13] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  158. [13:06:13] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  159. [13:06:13] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  160. [13:06:13] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is enabled!
  161. [13:06:13] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  162. [13:06:13] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  163. [13:06:13] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  164. [13:06:13] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  165. [13:06:13] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.1
  166. [13:06:13] [Server thread/INFO]: [ClearLag] Loading modules...
  167. [13:06:13] [Server thread/INFO]: [ClearLag] No config updates found...
  168. [13:06:13] [Server thread/WARN]: [ClearLag] mob-range requires you to use bukkit v1.7_r3
  169. [13:06:13] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  170. [13:06:13] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  171. [13:06:13] [Thread-12/INFO]: [ClearLag] Searching for updates..
  172. [13:06:13] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.7
  173. [13:06:13] [Server thread/INFO]: [Enchanter] Enabling Enchanter v0.3
  174. [13:06:13] [Server thread/INFO]: [Enchanter] Enchanter has been enabled
  175. [13:06:13] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  176. [13:06:13] [Server thread/INFO]: [Votifier] Votifier enabled.
  177. [13:06:13] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  178. [13:06:13] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  179. [13:06:14] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  180. [13:06:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: FLAT & seed: 8762111896510924995
  181. [13:06:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -3440065447659361857
  182. [13:06:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -3440065447659361857
  183. [13:06:14] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Survival' - Env: NORMAL - Type: NORMAL & seed: 1294127193234944168
  184. [13:06:14] [Server thread/INFO]: Preparing start region for level 3 (Seed: 1294127193234944168)
  185. [13:06:14] [Thread-12/INFO]: [ClearLag] No updates found!
  186. [13:06:15] [Server thread/INFO]: Preparing spawn area for Survival, 89%
  187. [13:06:15] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
  188. [13:06:15] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
  189. [13:06:15] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  190. [13:06:15] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  191. [13:06:15] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  192. [13:06:15] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  193. [13:06:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  194. [13:06:15] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  195. [13:06:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  196. [13:06:15] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  197. [13:06:15] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  198. [13:06:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  199. [13:06:15] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  200. [13:06:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  201. [13:06:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  202. [13:06:15] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  203. [13:06:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  204. [13:06:15] [Server thread/INFO]: [WorldGuard] (Survival) TNT ignition is PERMITTED.
  205. [13:06:15] [Server thread/INFO]: [WorldGuard] (Survival) Lighters are PERMITTED.
  206. [13:06:15] [Server thread/INFO]: [WorldGuard] (Survival) Lava fire is blocked.
  207. [13:06:15] [Server thread/INFO]: [WorldGuard] (Survival) Fire spread is UNRESTRICTED.
  208. [13:06:15] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Survival'
  209. [13:06:15] [Server thread/INFO]: [WorldGuard] 1 regions loaded for 'world'
  210. [13:06:15] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
  211. [13:06:15] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
  212. [13:06:15] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'Survival'
  213. [13:06:15] [Server thread/INFO]: [MultiWorld] Enabling MultiWorld v5.2.2
  214. [13:06:15] [Server thread/INFO]: [MultiWorld] v5.2.2 enabled.
  215. [13:06:15] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  216. [13:06:15] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  217. [13:06:15] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild v2.13.1
  218. [13:06:15] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  219. [13:06:15] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  220. [13:06:16] [Server thread/INFO]: [Multiverse-Portals] 2 - Portals(s) loaded
  221. [13:06:16] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  222. [13:06:16] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v2.6.8-bukkit
  223. [13:06:16] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.3 or above found, enabling version 2 XP handling.
  224. [13:06:16] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.2 or above found, enabling version 2 log handling.
  225. [13:06:16] [Server thread/INFO]: [EnjinMinecraftPlugin] MC 1.7.9 or below found, enabling version 1 player handling.
  226. [13:06:16] [Server thread/INFO]: [Enjin Minecraft Plugin] Votifier plugin found, enabling Votifier support.
  227. [13:06:16] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1027)
  228. [13:06:16] [Server thread/ERROR]: [Citizens] Unable to load Rhino script classes - javascript scripts will only be able to access CraftBukkit
  229. [13:06:16] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  230. [13:06:16] [Server thread/INFO]: Done (6.461s)! For help, type "help" or "?"
  231. [13:06:16] [pool-3-thread-11/WARN]: Exception in thread "pool-3-thread-11"
  232. [13:06:16] [Server thread/INFO]: Accepted EditSessionFactory of type net.coreprotect.worldedit.CoreProtectEditSessionFactory from net.coreprotect.worldedit
  233. [13:06:16] [pool-3-thread-11/WARN]: org.apache.commons.lang.UnhandledException: Plugin MultiWorld v5.2.2 generated an exception while executing task 32
  234. at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  235. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  236. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  237. at java.lang.Thread.run(Unknown Source)
  238. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()Ljava/util/Collection;
  239. at multiworld.metrics.Metrics.postPlugin(Metrics.java:372)
  240. at multiworld.metrics.Metrics.access$400(Metrics.java:56)
  241. at multiworld.metrics.Metrics$1.run(Metrics.java:238)
  242. at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53)
  243. at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  244. ... 3 more
  245.  
  246. [13:06:16] [Server thread/ERROR]: [Buycraft] The specified Secret key could not be found.
  247. [13:06:16] [Server thread/ERROR]: [Buycraft] Type /buycraft for further advice & help.
  248. [13:06:17] [Server thread/INFO]: [Citizens] Loaded 1 NPCs.
  249. [13:06:17] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  250. [13:06:18] [pool-3-thread-13/INFO]: [Vault] Checking for Updates:
  251. [13:06:18] [pool-3-thread-13/WARN]: [Vault] Stable Version: 1.4.1 is out! You are still running version: 1.2.31
  252. [13:06:18] [pool-3-thread-13/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  253. [13:06:19] [User Authenticator #1/INFO]: UUID of player xXRetrackerXx is 8ed86965ccc9453d9a8b189b4a77e4c4
  254. [13:06:19] [Server thread/INFO]: xXRetrackerXx[/107.188.16.228:17450] logged in with entity id 333 at ([world] -318.8340612456237, 6.0, -787.0220282211633)
  255. [13:06:19] [Server thread/INFO]: xXRetrackerXx joined the server.
  256. [13:06:22] [Server thread/INFO]: xXRetrackerXx issued server command: /kits
  257. [13:06:27] [Server thread/INFO]: xXRetrackerXx issued server command: /kits survivor
  258. [13:06:30] [Server thread/INFO]: xXRetrackerXx issued server command: /clear
  259. [13:06:30] [Server thread/INFO]: xXRetrackerXx: Cleared the inventory of [Co-Owner]Jon, removing 22 items
  260. [13:06:32] [Server thread/INFO]: xXRetrackerXx issued server command: /kit vip
  261. [13:06:32] [Server thread/WARN]: [Essentials] For input string: "fireprotection:3"
  262. [13:06:42] [Server thread/INFO]: xXRetrackerXx issued server command: /kit legendary
  263. [13:06:42] [Server thread/WARN]: [Essentials] For input string: "fireprotection:4"
  264. [13:06:45] [Server thread/INFO]: xXRetrackerXx issued server command: /kit platnium
  265. [13:06:49] [Server thread/INFO]: xXRetrackerXx issued server command: /kit platinum
  266. [13:06:49] [Server thread/WARN]: [Essentials] §4Unknown item id:§r 166§4.
  267. [13:06:56] [Server thread/INFO]: xXRetrackerXx issued server command: /clear
  268. [13:06:56] [Server thread/INFO]: xXRetrackerXx: Cleared the inventory of [Co-Owner]Jon, removing 276 items
  269. [13:07:01] [Server thread/INFO]: xXRetrackerXx issued server command: /kit diamond2
  270. [13:07:01] [Server thread/WARN]: [Essentials] §4Unknown item id:§r 409§4.
  271. [13:07:07] [Server thread/INFO]: xXRetrackerXx issued server command: /clear
  272. [13:07:07] [Server thread/INFO]: xXRetrackerXx: Cleared the inventory of [Co-Owner]Jon, removing 170 items
  273. [13:07:10] [Server thread/INFO]: xXRetrackerXx lost connection: Disconnected
  274. [13:07:10] [Server thread/INFO]: xXRetrackerXx left the server.
  275. [13:12:56] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  276. [13:13:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  277. [13:13:56] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  278. [13:20:36] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 60 seconds!
  279. [13:21:16] [Server thread/INFO]: [ClearLag] Warning Ground items will be removed in 20 seconds!
  280. [13:21:17] [pool-3-thread-19/WARN]: Exception in thread "pool-3-thread-19"
  281. [13:21:17] [pool-3-thread-19/WARN]: org.apache.commons.lang.UnhandledException: Plugin MultiWorld v5.2.2 generated an exception while executing task 32
  282. at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  283. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  284. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  285. at java.lang.Thread.run(Unknown Source)
  286. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()Ljava/util/Collection;
  287. at multiworld.metrics.Metrics.postPlugin(Metrics.java:372)
  288. at multiworld.metrics.Metrics.access$400(Metrics.java:56)
  289. at multiworld.metrics.Metrics$1.run(Metrics.java:238)
  290. at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftTask.run(CraftTask.java:53)
  291. at org.bukkit.craftbukkit.v1_7_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  292. ... 3 more
  293.  
  294. [13:21:36] [Server thread/INFO]: [ClearLag] Removed 0 Entities!
  295. [13:24:15] [Server thread/INFO]: CONSOLE: Stopping the server..
  296. [13:24:15] [Server thread/INFO]: Stopping server
  297. [13:24:15] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.11-SNAPSHOT (build 1027)
  298. [13:24:15] [Server thread/INFO]: [EnjinMinecraftPlugin] Disabling EnjinMinecraftPlugin v2.6.8-bukkit
  299. [13:24:15] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.13.1
  300. [13:24:15] [Server thread/INFO]: [Vault] Disabling Vault v1.2.31-b411
  301. [13:24:15] [Server thread/INFO]: [Multiverse-Portals] Disabling Multiverse-Portals v2.4-b548
  302. [13:24:15] [Server thread/INFO]: [mcMMO] Disabling mcMMO v1.5.00-b3547
  303. [13:24:16] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.13.1
  304. [13:24:16] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.13.1
  305. [13:24:16] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.13.1
  306. [13:24:16] [Server thread/INFO]: [MultiWorld] Disabling MultiWorld v5.2.2
  307. [13:24:16] [Server thread/INFO]: [MultiWorld] Disabled.
  308. [13:24:16] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v5.9
  309. [13:24:16] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.4.0
  310. [13:24:16] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
  311. [13:24:16] [Server thread/INFO]: [Multiverse-Core] - Disabled
  312. [13:24:16] [Server thread/INFO]: [Votifier] Disabling Votifier v1.9
  313. [13:24:16] [Server thread/INFO]: [Votifier] Votifier disabled.
  314. [13:24:16] [Thread-14/WARN]: [Votifier] Protocol error. Ignoring packet - socket closed
  315. [13:24:16] [Server thread/INFO]: [Enchanter] Disabling Enchanter v0.3
  316. [13:24:16] [Server thread/INFO]: [Enchanter] Enchanter has been disabled
  317. [13:24:16] [Server thread/INFO]: [Buycraft] Disabling Buycraft v6.7
  318. [13:24:16] [Server thread/INFO]: [Buycraft] Plugin has been disabled.
  319. [13:24:16] [Server thread/INFO]: [ClearLag] Disabling ClearLag v2.7.1
  320. [13:24:16] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.1.28 (Phoenix)
  321. [13:24:16] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  322. [13:24:16] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
  323. [13:24:16] [Server thread/INFO]: GroupManager version 2.1.28 (Phoenix) is disabled!
  324. [13:24:16] [Server thread/INFO]: [ClearChat] Disabling ClearChat v1.3
  325. [13:24:16] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  326. [13:24:16] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  327. [13:24:16] [Server thread/INFO]: [ClearChat] clear chat disable
  328. [13:24:16] [Server thread/INFO]: [Essentials] Disabling Essentials v2.13.1
  329. [13:24:16] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v5.6.3
  330. [13:24:16] [Server thread/INFO]: [CoreProtect-Anti-Xray] Disabling CoreProtect-Anti-Xray v1.3
  331. [13:24:16] [Server thread/INFO]: [MotdManager] Disabling MotdManager v1.41-b20
  332. [13:24:16] [Server thread/INFO]: [MotdManager] version 1.41-b20 is disabled!
  333. [13:24:16] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.0.9
  334. [13:24:16] [Server thread/INFO]: Saving players
  335. [13:24:16] [Server thread/INFO]: Saving worlds
  336. [13:24:16] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  337. [13:24:16] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  338. [13:24:16] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  339. [13:24:16] [Server thread/INFO]: Saving chunks for level 'Survival'/Overworld
  340. [13:24:16] [Thread-4/INFO]: Stopping server
  341. [13:24:16] [Thread-4/INFO]: Saving players
  342. [13:24:16] [Thread-4/INFO]: Saving worlds
  343. [13:24:16] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement