Advertisement
Guest User

Erro InfoBukkit

a guest
Jul 30th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. [16:13:29 ERROR]: Could not load 'plugins/InfoBook.jar' in folder 'plugins'
  2. org.bukkit.plugin.InvalidPluginException: java.lang.Error: Unresolved compilation problems:
  3. The import org.bukkit.inventory.meta cannot be resolved
  4. WRITTEN_BOOK cannot be resolved or is not a field
  5. BookMeta cannot be resolved to a type
  6. BookMeta cannot be resolved to a type
  7. The method getItemMeta() is undefined for the type ItemStack
  8. WRITTEN_BOOK cannot be resolved or is not a field
  9. BookMeta cannot be resolved to a type
  10. BookMeta cannot be resolved to a type
  11. The method getItemMeta() is undefined for the type ItemStack
  12. WRITTEN_BOOK cannot be resolved or is not a field
  13. BookMeta cannot be resolved to a type
  14. BookMeta cannot be resolved to a type
  15. The method getItemMeta() is undefined for the type ItemStack
  16. WRITTEN_BOOK cannot be resolved or is not a field
  17. BookMeta cannot be resolved to a type
  18. BookMeta cannot be resolved to a type
  19. The method getItemMeta() is undefined for the type ItemStack
  20.  
  21. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[Spigot.jar:git-Spigot-1571]
  22. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[Spigot.jar:git-Spigot-1571]
  23. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [Spigot.jar:git-Spigot-1571]
  24. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [Spigot.jar:git-Spigot-1571]
  25. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [Spigot.jar:git-Spigot-1571]
  26. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [Spigot.jar:git-Spigot-1571]
  27. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Spigot.jar:git-Spigot-1571]
  28. Caused by: java.lang.Error: Unresolved compilation problems:
  29. The import org.bukkit.inventory.meta cannot be resolved
  30. WRITTEN_BOOK cannot be resolved or is not a field
  31. BookMeta cannot be resolved to a type
  32. BookMeta cannot be resolved to a type
  33. The method getItemMeta() is undefined for the type ItemStack
  34. WRITTEN_BOOK cannot be resolved or is not a field
  35. BookMeta cannot be resolved to a type
  36. BookMeta cannot be resolved to a type
  37. The method getItemMeta() is undefined for the type ItemStack
  38. WRITTEN_BOOK cannot be resolved or is not a field
  39. BookMeta cannot be resolved to a type
  40. BookMeta cannot be resolved to a type
  41. The method getItemMeta() is undefined for the type ItemStack
  42. WRITTEN_BOOK cannot be resolved or is not a field
  43. BookMeta cannot be resolved to a type
  44. BookMeta cannot be resolved to a type
  45. The method getItemMeta() is undefined for the type ItemStack
  46.  
  47. at me.infobook.InfoBook.<init>(InfoBook.java:26) ~[?:?]
  48. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_45]
  49. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_45]
  50. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_45]
  51. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_45]
  52. at java.lang.Class.newInstance(Class.java:374) ~[?:1.7.0_45]
  53. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:73) ~[Spigot.jar:git-Spigot-1571]
  54. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[Spigot.jar:git-Spigot-1571]
  55. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement