Baccayarro / Movecraft-3

The original movement plugin for Bukkit. Reloaded. The releases feature isn't working, so here is a link to the latest dev version:
https://dl.dropboxusercontent.com/u/11164014/movecraft_beta.zip
GNU General Public License v3.0
15 stars 21 forks source link

Movecraft 1.11 Support #234

Open WanderingBread opened 7 years ago

WanderingBread commented 7 years ago

Hello there Mark, I have run into an issue while using the plugin in verison 1.11, I attempted to use the version on planet minecraft, however It did not work. I have a small tidbit of the console error:

[09:36:03 WARN]: [Movecraft] Task #22 for Movecraft v5.5.0 generated an exception java.lang.NoClassDefFoundError: net/minecraft/server/v1_9_R1/World at net.countercraft.movecraft.async.AsyncManager.run(AsyncManager.java:1525) ~[?:?] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.11.jar:git-Spigot-31fef09-78c7614] at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.11.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:730) [spigot-1.11.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot-1.11.jar:git-Spigot-31fef09-78c7614] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot-1.11.jar:git-Spigot-31fef09-78c7614] at java.lang.Thread.run(Unknown Source) [?:1.8.0_111] Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_9_R1.World at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.11.jar:git-Spigot-31fef09-78c7614] at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.jar:git-Spigot-31fef09-78c7614] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_111] at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_111] ... 8 more

Thank's once again

mwkaicz commented 7 years ago

as you can see in the log, you are using Movecraft based on v1_9_R1, so you must take newer version of Movecraft, or turn on compatibility mode in config.yml

WanderingBread commented 7 years ago

That is the most updated version of Movecraft, right from PMC. I am unsure if there is a more updated version.

mwkaicz commented 7 years ago

Sorry, I'm away from this plugin for some time, I wrote only what I se from your log. If you think that there is no newer version, try add 'compatibilityMode = true' to the config file.

WanderingBread commented 7 years ago

Hmm, That is already on in my config, however I have been told that apparently compatibility mode is broken.

Baccayarro commented 7 years ago

Oh, yeah, the PMC is out of date. Sorry about that, I'll get it updated. The newest version is now on SpigotMC: https://www.spigotmc.org/resources/movecraft.31321/

WanderingBread commented 7 years ago

Thank you, I will check Spigot from now on.