Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. 2012-10-20 16:52:59 [INFO] Zombiemold issued server command: /plugman load MobArena
  2. 2012-10-20 16:52:59 [INFO] [MobArena] Enabling MobArena v0.94.4.81
  3. 2012-10-20 16:53:00 [SEVERE] Error occurred while enabling MobArena v0.94.4.81 (Is it up to date?)
  4. java.lang.Error: Unresolved compilation problems:
  5. The import com.garbagemule.MobArena.framework cannot be resolved
  6. The import com.garbagemule.MobArena.waves.MABoss cannot be resolved
  7. The import com.garbagemule.MobArena.waves.ability cannot be resolved
  8. AbilityInfo cannot be resolved to a type
  9. The attribute name is undefined for the annotation type AbilityInfo
  10. The attribute aliases is undefined for the annotation type AbilityInfo
  11. Ability cannot be resolved to a type
  12. Arena cannot be resolved to a type
  13. MABoss cannot be resolved to a type
  14.  
  15. at SpiderWeb.<init>(SpiderWeb.java:17)
  16. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  17. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  18. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  19. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  20. at java.lang.Class.newInstance0(Unknown Source)
  21. at java.lang.Class.newInstance(Unknown Source)
  22. at com.garbagemule.MobArena.waves.ability.AbilityManager.makeAbility(AbilityManager.java:240)
  23. at com.garbagemule.MobArena.waves.ability.AbilityManager.loadClasses(AbilityManager.java:198)
  24. at com.garbagemule.MobArena.waves.ability.AbilityManager.loadAbilities(AbilityManager.java:69)
  25. at com.garbagemule.MobArena.MobArena.loadAbilities(MobArena.java:198)
  26. at com.garbagemule.MobArena.MobArena.onEnable(MobArena.java:70)
  27. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
  28. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
  29. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
  30. at com.ryanclancy000.plugman.utilities.Utilities.loadPlugin(Utilities.java:305)
  31. at com.ryanclancy000.plugman.PlugManCommands.onCommand(PlugManCommands.java:66)
  32. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
  33. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
  34. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:498)
  35. at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:880)
  36. at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:826)
  37. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:808)
  38. at net.minecraftserverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:124)
  39. at net.minecraftserverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:124)
  40. at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
  41. at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
  42. at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
  43. at net.minecraft.server.ServerConnection.b(SourceFile:35)
  44. at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
  45. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:577)
  46. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
  47. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:473)
  48. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:405)
  49. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement