Advertisement
Guest User

Error Loading CommandsAPI

a guest
May 18th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.46 KB | None | 0 0
  1. [19:37:02] [Server thread/INFO]: Starting minecraft server version 1.11.2
  2. [19:37:02] [Server thread/INFO]: Loading properties
  3. [19:37:02] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:37:03] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3fb9445-6e3cec8 (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
  5. [19:37:03] [Server thread/INFO]: Debug logging is disabled
  6. [19:37:03] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [19:37:03] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [19:37:03] [Server thread/INFO]: Generating keypair
  9. [19:37:04] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [19:37:04] [Server thread/INFO]: Using default channel type
  11. [19:37:04] [Server thread/ERROR]: Could not load 'plugins\CommandsAPI.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  15. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  16. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  19. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  20. ... 6 more
  21. [19:37:04] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  22. [19:37:04] [Server thread/ERROR]: Could not load 'plugins\ZombieAI.jar' in folder 'plugins'
  23. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/erezbiox1/CommandsAPI/CommandListener
  24. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  25. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  26. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  27. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  28. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  29. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-3fb9445-6e3cec8]
  30. at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]
  31. Caused by: java.lang.NoClassDefFoundError: com/erezbiox1/CommandsAPI/CommandListener
  32. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_121]
  33. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_121]
  34. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_121]
  35. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_121]
  36. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_121]
  37. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_121]
  38. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_121]
  39. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_121]
  40. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_121]
  41. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  42. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  43. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  44. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  45. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
  46. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
  47. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  48. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  49. ... 6 more
  50. Caused by: java.lang.ClassNotFoundException: com.erezbiox1.CommandsAPI.CommandListener
  51. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_121]
  52. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  53. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  54. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  55. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  56. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_121]
  57. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_121]
  58. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_121]
  59. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_121]
  60. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_121]
  61. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_121]
  62. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_121]
  63. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_121]
  64. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_121]
  65. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  66. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  67. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  68. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_121]
  69. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_121]
  70. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_121]
  71. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  72. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-3fb9445-6e3cec8]
  73. ... 6 more
  74. [19:37:04] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  75. [19:37:04] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  76. [19:37:04] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  77. [19:37:04] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  78. [19:37:04] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  79. [19:37:04] [Server thread/INFO]: Preparing level "world"
  80. [19:37:04] [Server thread/INFO]: -------- World Settings For [world] --------
  81. [19:37:04] [Server thread/INFO]: Item Merge Radius: 2.5
  82. [19:37:04] [Server thread/INFO]: Item Despawn Rate: 6000
  83. [19:37:04] [Server thread/INFO]: Experience Merge Radius: 3.0
  84. [19:37:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  85. [19:37:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
  86. [19:37:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  87. [19:37:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  88. [19:37:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  89. [19:37:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  90. [19:37:04] [Server thread/INFO]: Random Lighting Updates: false
  91. [19:37:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
  92. [19:37:04] [Server thread/INFO]: Cane Growth Modifier: 100%
  93. [19:37:04] [Server thread/INFO]: Melon Growth Modifier: 100%
  94. [19:37:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  95. [19:37:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  96. [19:37:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
  97. [19:37:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
  98. [19:37:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  99. [19:37:04] [Server thread/INFO]: Vine Growth Modifier: 100%
  100. [19:37:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  101. [19:37:04] [Server thread/INFO]: Structure Info Saving: true
  102. [19:37:04] [Server thread/INFO]: Mob Spawn Range: 4
  103. [19:37:04] [Server thread/INFO]: Max TNT Explosions: 100
  104. [19:37:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  105. [19:37:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  106. [19:37:04] [Server thread/INFO]: View Distance: 10
  107. [19:37:04] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  108. [19:37:05] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  109. [19:37:05] [Server thread/INFO]: Item Merge Radius: 2.5
  110. [19:37:05] [Server thread/INFO]: Item Despawn Rate: 6000
  111. [19:37:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  112. [19:37:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  113. [19:37:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  114. [19:37:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  115. [19:37:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  116. [19:37:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  117. [19:37:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  118. [19:37:05] [Server thread/INFO]: Random Lighting Updates: false
  119. [19:37:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  120. [19:37:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  121. [19:37:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  122. [19:37:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  123. [19:37:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  124. [19:37:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  125. [19:37:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  126. [19:37:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  127. [19:37:05] [Server thread/INFO]: Vine Growth Modifier: 100%
  128. [19:37:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  129. [19:37:05] [Server thread/INFO]: Structure Info Saving: true
  130. [19:37:05] [Server thread/INFO]: Mob Spawn Range: 4
  131. [19:37:05] [Server thread/INFO]: Max TNT Explosions: 100
  132. [19:37:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  133. [19:37:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  134. [19:37:05] [Server thread/INFO]: View Distance: 10
  135. [19:37:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  136. [19:37:05] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  137. [19:37:05] [Server thread/INFO]: Item Merge Radius: 2.5
  138. [19:37:05] [Server thread/INFO]: Item Despawn Rate: 6000
  139. [19:37:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  140. [19:37:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  141. [19:37:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  142. [19:37:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  143. [19:37:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  144. [19:37:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  145. [19:37:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  146. [19:37:05] [Server thread/INFO]: Random Lighting Updates: false
  147. [19:37:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  148. [19:37:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  149. [19:37:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  150. [19:37:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  151. [19:37:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  152. [19:37:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  153. [19:37:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  154. [19:37:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  155. [19:37:05] [Server thread/INFO]: Vine Growth Modifier: 100%
  156. [19:37:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  157. [19:37:05] [Server thread/INFO]: Structure Info Saving: true
  158. [19:37:05] [Server thread/INFO]: Mob Spawn Range: 4
  159. [19:37:05] [Server thread/INFO]: Max TNT Explosions: 100
  160. [19:37:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  161. [19:37:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  162. [19:37:05] [Server thread/INFO]: View Distance: 10
  163. [19:37:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  164. [19:37:05] [Server thread/INFO]: Preparing start region for level 0 (Seed: -8757528127464429455)
  165. [19:37:06] [Server thread/INFO]: Preparing spawn area: 1%
  166. [19:37:07] [Server thread/INFO]: Preparing spawn area: 71%
  167. [19:37:07] [Server thread/INFO]: Preparing start region for level 1 (Seed: -8757528127464429455)
  168. [19:37:08] [Server thread/INFO]: Preparing spawn area: 80%
  169. [19:37:09] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8757528127464429455)
  170. [19:37:09] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  171. [19:37:09] [Server thread/INFO]: Done (4.991s)! For help, type "help" or "?"
  172. [19:37:15] [Server thread/INFO]: Stopping the server
  173. [19:37:15] [Server thread/INFO]: Stopping server
  174. [19:37:15] [Server thread/INFO]: Saving players
  175. [19:37:16] [Server thread/INFO]: Saving worlds
  176. [19:37:16] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  177. [19:37:16] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  178. [19:37:16] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement