Skip to content

APDevTeam/Movecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movecraft

Java CI

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

Download

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.

Support

Please check the Wiki and FAQ pages before asking for help!

Github Issues

Discord

Development Environment

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.18.2 and 1.19.4 with Java 17, and 1.20.6 with Java 21.

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.6 --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.

Movecraft is released under the GNU General Public License V3.