This is a maintained fork of Movecraft, which aims to add legacy version support as well as performance fixes.
Movecraft requires at least Java 13
Public builds, as well as builds as old as v5.0 (for 1.9), are located on the Spigot forums.
Preliminary builds (including 1.14+ support), can be found on the releases tab.
Development builds can be found under the actions tab. Use at your own risk!
Legacy builds as old as v0.7.1 (for 1.0.0) can be found on the original Bukkit page.
Please check the Wiki and FAQ pages before asking for help!
Movecraft uses multiple versions of the Spigot server software for legacy support. As such, you need to run BuildTools for several versions before building the plugin. It doesn't matter where you do this, but inside the Movecraft directory is probably a bad place. We recommend building Spigot 1.16.5 with Java 13 and Java 17 to build 1.18.2, 1.19.4 & 1.20.1. Alternatively, you can use GitHub codespaces and run the setup.sh
script to build all the needed versions automatically.
java -jar BuildTools.jar --rev 1.16.5 --compile craftbukkit
java -jar BuildTools.jar --rev 1.18.2 --remapped
java -jar BuildTools.jar --rev 1.19.4 --remapped
java -jar BuildTools.jar --rev 1.20.1 --remapped
Once you have compiled CraftBukkit, it should continue to exist in your local maven repository, and thus you should need to compile each version at most one time. Once complete, run the following to build Movecraft through maven
.
mvn -T 1C clean install
Compiled jars can be found in the /target
directory.