Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook into FAWE #496

Open
Ironic8b498 opened this issue May 4, 2019 · 2 comments
Open

Hook into FAWE #496

Ironic8b498 opened this issue May 4, 2019 · 2 comments
Labels
NEW New issue, needs to be classified Type: Feature Request for an addition

Comments

@Ironic8b498
Copy link

Besides updating to 1.14, if it's not to much could you add FAWE support along with WE

@Ironic8b498 Ironic8b498 added NEW New issue, needs to be classified Type: Feature Request for an addition labels May 4, 2019
@HeiressOfTheDark
Copy link

I agree and need this desperately

@MarcSollie
Copy link

MarcSollie commented Aug 25, 2019

Exactly. Back in januari support was added for FAWE, but in the dev builds support was already broken in this commit from December which deleted the Vector.java file, which is the cause for the following error when starting the plugin:

[21:12:11] [Server thread/ERROR]: Error occurred while enabling AreaShop v2.6.0 (Is it up to date?) java.lang.NoClassDefFoundError: com/sk89q/worldedit/Vector at java.lang.Class.forName0(Native Method) ~[?:1.8.0_212] at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_212] at me.wiefferink.areashop.AreaShop.onEnable(AreaShop.java:296) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[server.jar:git-Spigot-1a3504a-84f3da3] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:347) [server.jar:git-Spigot-1a3504a-84f3da3] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:410) [server.jar:git-Spigot-1a3504a-84f3da3] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:436) [server.jar:git-Spigot-1a3504a-84f3da3] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:350) [server.jar:git-Spigot-1a3504a-84f3da3] at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:580) [server.jar:git-Spigot-1a3504a-84f3da3] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:542) [server.jar:git-Spigot-1a3504a-84f3da3] at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:420) [server.jar:git-Spigot-1a3504a-84f3da3] at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:294) [server.jar:git-Spigot-1a3504a-84f3da3] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698) [server.jar:git-Spigot-1a3504a-84f3da3] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.Vector at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_212] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:136) ~[server.jar:git-Spigot-1a3504a-84f3da3] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:82) ~[server.jar:git-Spigot-1a3504a-84f3da3] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212] ... 14 more

I hope this information helps in fixing it. I'd try to fix it myself if I could, but my experience with WE is like, non-existent.

Edit: Seems like non-existent WE API experience wasn't a problem. Fixed in PR #525.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NEW New issue, needs to be classified Type: Feature Request for an addition
Projects
None yet
Development

No branches or pull requests

3 participants