Advertisement
Guest User

Untitled

a guest
Feb 21st, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. [02:02:23] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [02:02:23] [Server thread/INFO]: Loading properties
  3. [02:02:23] [Server thread/INFO]: Default game type: SURVIVAL
  4. [02:02:23] [Server thread/INFO]: Generating keypair
  5. [02:02:24] [Server thread/INFO]: Starting Minecraft server on *:25565
  6. [02:02:24] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-"24557bc" (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  7. [02:02:24] [Server thread/WARN]: Plugin `Minesrc_FC_Fork v0.1' uses the space-character (0x20) in its name `Minesrc FC_Fork' - this is discouraged
  8. [02:02:24] [Server thread/INFO]: [Minesrc_FC_Fork] Loading Minesrc_FC_Fork v0.1
  9. [02:02:25] [Server thread/INFO]: Preparing level "world"
  10. [02:02:25] [Server thread/INFO]: Preparing start region for level 0 (Seed: -5239061420193507407)
  11. [02:02:26] [Server thread/INFO]: Preparing spawn area: 38%
  12. [02:02:26] [Server thread/INFO]: Preparing start region for level 1 (Seed: 4112336278573049320)
  13. [02:02:27] [Server thread/INFO]: Preparing spawn area: 59%
  14. [02:02:27] [Server thread/INFO]: Preparing start region for level 2 (Seed: 4112336278573049320)
  15. [02:02:28] [Server thread/INFO]: [Minesrc_FC_Fork] Enabling Minesrc_FC_Fork v0.1
  16. [02:02:28] [Server thread/ERROR]: Error occurred while enabling Minesrc_FC_Fork v0.1 (Is it up to date?)
  17. java.lang.Error: Unresolved compilation problems:
  18. Syntax error on token ":", Expression expected after this token
  19. Type mismatch: cannot convert from element type Object to String
  20. Type mismatch: cannot convert from element type Object to String
  21. Type mismatch: cannot convert from element type Object to String
  22. Type mismatch: cannot convert from element type Object to String
  23.  
  24. at ie.kharkin.FatCraft.FC.loadSettings(FC.java:1129) ~[?:?]
  25. at ie.kharkin.FatCraft.FC.onEnable(FC.java:1221) ~[?:?]
  26. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  27. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:325) [craftbukkit.jar:git-Bukkit-"24557bc"]
  28. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-"24557bc"]
  29. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:338) [craftbukkit.jar:git-Bukkit-"24557bc"]
  30. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:311) [craftbukkit.jar:git-Bukkit-"24557bc"]
  31. at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:392) [craftbukkit.jar:git-Bukkit-"24557bc"]
  32. at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:360) [craftbukkit.jar:git-Bukkit-"24557bc"]
  33. at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:315) [craftbukkit.jar:git-Bukkit-"24557bc"]
  34. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:190) [craftbukkit.jar:git-Bukkit-"24557bc"]
  35. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:475) [craftbukkit.jar:git-Bukkit-"24557bc"]
  36. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  37. [02:02:28] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  38. [02:02:28] [Server thread/INFO]: Done (3.887s)! For help, type "help" or "?"
  39. [02:02:48] [Server thread/INFO]: Plugins (1): Minesrc_FC_Fork
  40. [02:02:51] [Server thread/INFO]: Unknown command. Type "help" for help.
  41. [02:02:53] [Server thread/WARN]: Unexpected exception while parsing console command "zeus"
  42. org.bukkit.command.CommandException: Unhandled exception executing command 'zeus' in plugin Minesrc_FC_Fork v0.1
  43. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  44. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  45. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:623) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  46. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchServerCommand(CraftServer.java:609) [craftbukkit.jar:git-Bukkit-"24557bc"]
  47. at net.minecraft.server.v1_8_R1.DedicatedServer.aM(DedicatedServer.java:320) [craftbukkit.jar:git-Bukkit-"24557bc"]
  48. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:285) [craftbukkit.jar:git-Bukkit-"24557bc"]
  49. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:600) [craftbukkit.jar:git-Bukkit-"24557bc"]
  50. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:508) [craftbukkit.jar:git-Bukkit-"24557bc"]
  51. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  52. Caused by: java.lang.Error: Unresolved compilation problems:
  53. Duplicate local variable x
  54. Duplicate local variable z
  55. Syntax error, insert "Identifier" to complete EnhancedForStatementHeaderInit
  56. s cannot be resolved to a type
  57. Type mismatch: cannot convert from element type String to s
  58. Duplicate local variable strike
  59. Duplicate local variable s
  60. Duplicate local variable s
  61. Duplicate local variable s
  62. Type mismatch: cannot convert from String[] to int
  63. length cannot be resolved or is not a field
  64. The operator < is undefined for the argument type(s) java.lang.Object, java.lang.Object
  65. Type mismatch: cannot convert from Object to int
  66. Duplicate local variable s
  67. The type of the expression must be an array type but it resolved to int
  68. Type mismatch: cannot convert from Object to int
  69. Duplicate local variable z
  70. Duplicate local variable y
  71. Duplicate local variable x
  72. Duplicate local variable s
  73.  
  74. at ie.kharkin.FatCraft.FC.onCommand(FC.java:362) ~[?:?]
  75. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  76. ... 8 more
  77. [02:03:28] [pool-3-thread-1/INFO]: TOS updated for 0 players (2ms)
  78. [02:03:28] [pool-3-thread-1/WARN]: Exception in thread "pool-3-thread-1"
  79. [02:03:28] [pool-3-thread-1/WARN]: org.apache.commons.lang.UnhandledException: Plugin Minesrc_FC_Fork v0.1 generated an exception while executing task 2
  80. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  81. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  82. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  83. at java.lang.Thread.run(Unknown Source)
  84. Caused by: java.lang.ArithmeticException: / by zero
  85. at ie.kharkin.FatCraft.TOS.run(TOS.java:29)
  86. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53)
  87. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  88. ... 3 more
  89.  
  90. [02:04:28] [pool-3-thread-2/INFO]: TOS updated for 0 players (1ms)
  91. [02:04:28] [pool-3-thread-2/WARN]: Exception in thread "pool-3-thread-2"
  92. [02:04:28] [pool-3-thread-2/WARN]: org.apache.commons.lang.UnhandledException: Plugin Minesrc_FC_Fork v0.1 generated an exception while executing task 2
  93. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  94. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  95. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  96. at java.lang.Thread.run(Unknown Source)
  97. Caused by: java.lang.ArithmeticException: / by zero
  98. at ie.kharkin.FatCraft.TOS.run(TOS.java:29)
  99. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53)
  100. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  101. ... 3 more
  102.  
  103. [02:04:35] [Server thread/WARN]: Unexpected exception while parsing console command "tos"
  104. org.bukkit.command.CommandException: Unhandled exception executing command 'tos' in plugin Minesrc_FC_Fork v0.1
  105. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  106. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  107. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:623) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  108. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchServerCommand(CraftServer.java:609) [craftbukkit.jar:git-Bukkit-"24557bc"]
  109. at net.minecraft.server.v1_8_R1.DedicatedServer.aM(DedicatedServer.java:320) [craftbukkit.jar:git-Bukkit-"24557bc"]
  110. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:285) [craftbukkit.jar:git-Bukkit-"24557bc"]
  111. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:600) [craftbukkit.jar:git-Bukkit-"24557bc"]
  112. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:508) [craftbukkit.jar:git-Bukkit-"24557bc"]
  113. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  114. Caused by: java.lang.Error: Unresolved compilation problems:
  115. Duplicate local variable x
  116. Duplicate local variable z
  117. Syntax error, insert "Identifier" to complete EnhancedForStatementHeaderInit
  118. s cannot be resolved to a type
  119. Type mismatch: cannot convert from element type String to s
  120. Duplicate local variable strike
  121. Duplicate local variable s
  122. Duplicate local variable s
  123. Duplicate local variable s
  124. Type mismatch: cannot convert from String[] to int
  125. length cannot be resolved or is not a field
  126. The operator < is undefined for the argument type(s) java.lang.Object, java.lang.Object
  127. Type mismatch: cannot convert from Object to int
  128. Duplicate local variable s
  129. The type of the expression must be an array type but it resolved to int
  130. Type mismatch: cannot convert from Object to int
  131. Duplicate local variable z
  132. Duplicate local variable y
  133. Duplicate local variable x
  134. Duplicate local variable s
  135.  
  136. at ie.kharkin.FatCraft.FC.onCommand(FC.java:362) ~[?:?]
  137. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Bukkit-"24557bc"]
  138. ... 8 more
  139. [02:05:28] [pool-3-thread-3/INFO]: TOS updated for 0 players (1ms)
  140. [02:05:28] [pool-3-thread-3/WARN]: Exception in thread "pool-3-thread-3"
  141. [02:05:28] [pool-3-thread-3/WARN]: org.apache.commons.lang.UnhandledException: Plugin Minesrc_FC_Fork v0.1 generated an exception while executing task 2
  142. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  143. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  144. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  145. at java.lang.Thread.run(Unknown Source)
  146. Caused by: java.lang.ArithmeticException: / by zero
  147. at ie.kharkin.FatCraft.TOS.run(TOS.java:29)
  148. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53)
  149. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  150. ... 3 more
  151.  
  152. [02:06:28] [pool-3-thread-4/INFO]: TOS updated for 0 players (1ms)
  153. [02:06:28] [pool-3-thread-4/WARN]: Exception in thread "pool-3-thread-4"
  154. [02:06:28] [pool-3-thread-4/WARN]: org.apache.commons.lang.UnhandledException: Plugin Minesrc_FC_Fork v0.1 generated an exception while executing task 2
  155. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  156. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  157. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  158. at java.lang.Thread.run(Unknown Source)
  159. Caused by: java.lang.ArithmeticException: / by zero
  160. at ie.kharkin.FatCraft.TOS.run(TOS.java:29)
  161. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53)
  162. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  163. ... 3 more
  164.  
  165. [02:07:28] [pool-3-thread-5/INFO]: TOS updated for 0 players (1ms)
  166. [02:07:28] [pool-3-thread-5/WARN]: Exception in thread "pool-3-thread-5"
  167. [02:07:28] [pool-3-thread-5/WARN]: org.apache.commons.lang.UnhandledException: Plugin Minesrc_FC_Fork v0.1 generated an exception while executing task 2
  168. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  169. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  170. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  171. at java.lang.Thread.run(Unknown Source)
  172. Caused by: java.lang.ArithmeticException: / by zero
  173. at ie.kharkin.FatCraft.TOS.run(TOS.java:29)
  174. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53)
  175. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  176. ... 3 more
  177.  
  178. [02:08:28] [pool-3-thread-6/INFO]: TOS updated for 0 players (1ms)
  179. [02:08:28] [pool-3-thread-6/WARN]: Exception in thread "pool-3-thread-6"
  180. [02:08:28] [pool-3-thread-6/WARN]: org.apache.commons.lang.UnhandledException: Plugin Minesrc_FC_Fork v0.1 generated an exception while executing task 2
  181. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  182. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  183. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  184. at java.lang.Thread.run(Unknown Source)
  185. Caused by: java.lang.ArithmeticException: / by zero
  186. at ie.kharkin.FatCraft.TOS.run(TOS.java:29)
  187. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftTask.run(CraftTask.java:53)
  188. at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  189. ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement