Advertisement
Guest User

Untitled

a guest
May 5th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. 2013-05-04 23:38:40 [SEVERE] Could not load 'plugins\Assassination_v1.3.2.jar' in folder 'plugins'
  2. org.bukkit.plugin.InvalidPluginException: java.lang.Error: Unresolved compilation problems:
  3. The import net.minecraft.server.v1_4_R1 cannot be resolved
  4. The import net.minecraft.server.v1_4_R1 cannot be resolved
  5. The import org.bukkit.craftbukkit.v1_4_R1 cannot be resolved
  6. EntityPlayer cannot be resolved to a type
  7. CraftPlayer cannot be resolved to a type
  8. CraftPlayer cannot be resolved to a type
  9. CraftPlayer cannot be resolved to a type
  10. CraftPlayer cannot be resolved to a type
  11. Packet20NamedEntitySpawn cannot be resolved to a type
  12. CraftPlayer cannot be resolved to a type
  13. CraftPlayer cannot be resolved to a type
  14. Packet20NamedEntitySpawn cannot be resolved to a type
  15.  
  16. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184)
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
  18. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
  19. at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)
  20. at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217)
  21. at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55)
  22. at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11)
  23. at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
  24. at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
  25. at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
  26. Caused by: java.lang.Error: Unresolved compilation problems:
  27. The import net.minecraft.server.v1_4_R1 cannot be resolved
  28. The import net.minecraft.server.v1_4_R1 cannot be resolved
  29. The import org.bukkit.craftbukkit.v1_4_R1 cannot be resolved
  30. EntityPlayer cannot be resolved to a type
  31. CraftPlayer cannot be resolved to a type
  32. CraftPlayer cannot be resolved to a type
  33. CraftPlayer cannot be resolved to a type
  34. CraftPlayer cannot be resolved to a type
  35. Packet20NamedEntitySpawn cannot be resolved to a type
  36. CraftPlayer cannot be resolved to a type
  37. CraftPlayer cannot be resolved to a type
  38. Packet20NamedEntitySpawn cannot be resolved to a type
  39.  
  40. at me.ZamorekPL.Assassination.Fight.<init>(Fight.java:3)
  41. at me.ZamorekPL.Assassination.A.<init>(A.java:27)
  42. at me.ZamorekPL.Assassination.A.<clinit>(A.java:22)
  43. at java.lang.Class.forName0(Native Method)
  44. at java.lang.Class.forName(Unknown Source)
  45. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
  46. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement