Advertisement
aspiriamc

Untitled

Dec 22nd, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. [02:28:18] [Server thread/ERROR]: Could not load 'plugins/WorldGuardExtraFlagsPlugin.jar' in folder 'plugins'
  2. org.bukkit.plugin.InvalidPluginException: java.lang.Error: Unresolved compilation problems:
  3. The import com.sk89q.worldedit.bukkit cannot be resolved
  4. WorldEditPlugin cannot be resolved to a type
  5. WorldEditPlugin cannot be resolved to a type
  6. WorldEditPlugin cannot be resolved to a type
  7. The type com.sk89q.worldedit.Location cannot be resolved. It is indirectly referenced from required .class files
  8. WorldEditPlugin cannot be resolved to a type
  9. WorldEditPlugin cannot be resolved to a type
  10. WorldEditPlugin cannot be resolved to a type
  11.  
  12. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[patched_1.11.2.jar:git-Paper-986]
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[patched_1.11.2.jar:git-Paper-986]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [patched_1.11.2.jar:git-Paper-986]
  15. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [patched_1.11.2.jar:git-Paper-986]
  16. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:208) [patched_1.11.2.jar:git-Paper-986]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:599) [patched_1.11.2.jar:git-Paper-986]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  19. Caused by: java.lang.Error: Unresolved compilation problems:
  20. The import com.sk89q.worldedit.bukkit cannot be resolved
  21. WorldEditPlugin cannot be resolved to a type
  22. WorldEditPlugin cannot be resolved to a type
  23. WorldEditPlugin cannot be resolved to a type
  24. The type com.sk89q.worldedit.Location cannot be resolved. It is indirectly referenced from required .class files
  25. WorldEditPlugin cannot be resolved to a type
  26. WorldEditPlugin cannot be resolved to a type
  27. WorldEditPlugin cannot be resolved to a type
  28.  
  29. at net.goldtreeservers.worldguardextraflags.WorldGuardExtraFlagsPlugin.<init>(WorldGuardExtraFlagsPlugin.java:9) ~[?:?]
  30. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_111]
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_111]
  32. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_111]
  33. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_111]
  34. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_111]
  35. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:77) ~[patched_1.11.2.jar:git-Paper-986]
  36. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[patched_1.11.2.jar:git-Paper-986]
  37. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement