All Projects → APDevTeam → Movecraft

APDevTeam / Movecraft

Licence: GPL-3.0 License
The original movement plugin for Bukkit. Reloaded. Again.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Movecraft

SkyWarsReloaded
The most popular Skywars plugin ever built for Spigot and Bukkit!
Stars: ✭ 34 (-56.96%)
Mutual labels:  spigot, paper, minecraft-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-77.22%)
Mutual labels:  spigot, paper, minecraft-plugin
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+132.91%)
Mutual labels:  spigot, paper, minecraft-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+18.99%)
Mutual labels:  spigot, minecraft-plugin
NotQuests
Flexible, open & solid paper Quest Plugin [with GUI]
Stars: ✭ 32 (-59.49%)
Mutual labels:  spigot, paper
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-78.48%)
Mutual labels:  spigot, minecraft-plugin
pyplugins
Python Plugins loader plugin for Minecraft Spigot (Jython)
Stars: ✭ 25 (-68.35%)
Mutual labels:  spigot, minecraft-plugin
Purpur
Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
Stars: ✭ 1,224 (+1449.37%)
Mutual labels:  spigot, paper
advanced-region-market
A Bukkit/Spigot plugin for renting/selling WorldGuard regions
Stars: ✭ 40 (-49.37%)
Mutual labels:  spigot, minecraft-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (-54.43%)
Mutual labels:  spigot, minecraft-plugin
yamipa
Yet Another Minecraft Image Placing Addon
Stars: ✭ 19 (-75.95%)
Mutual labels:  spigot, minecraft-plugin
FastAsyncVoxelSniper
Voxel Sniper fork for modern Minecraft versions utilizing the improvements of FastAsyncWorldEdit
Stars: ✭ 38 (-51.9%)
Mutual labels:  spigot, paper
BetterRTP
Official wiki of the BetterRTP plugin!
Stars: ✭ 62 (-21.52%)
Mutual labels:  spigot, minecraft-plugin
MarriageMaster
Marriage Plugin for Bukkit/Spigot
Stars: ✭ 79 (+0%)
Mutual labels:  spigot, minecraft-plugin
pluGET
📦 Powerful Package manager which updates plugins & server software for minecraft servers
Stars: ✭ 87 (+10.13%)
Mutual labels:  spigot, paper
ClayTech
An addon for slimefun.
Stars: ✭ 15 (-81.01%)
Mutual labels:  spigot, minecraft-plugin
Hotpur
A fork of Purpur that aims to improve performance and add FabricMC compatibility.
Stars: ✭ 17 (-78.48%)
Mutual labels:  spigot, paper
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+54.43%)
Mutual labels:  spigot, minecraft-plugin
EliteMobs
This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
Stars: ✭ 114 (+44.3%)
Mutual labels:  spigot, minecraft-plugin
McRPG
An RPG plugin for Minecraft 1.13
Stars: ✭ 32 (-59.49%)
Mutual labels:  spigot, minecraft-plugin

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 older builds (1.10 and below), 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.

Building

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. Note: Spigot will require Java 13 to build 1.14.4 & 1.16.5 and Java 17 to build 1.17.1 & 1.18.2.

java -jar BuildTools.jar --rev 1.14.4 --compile craftbukkit
java -jar BuildTools.jar --rev 1.16.5 --compile craftbukkit
java -jar BuildTools.jar --rev 1.17.1 --remapped
java -jar BuildTools.jar --rev 1.18.2 --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.

Support

Github Issues

Discord

Movecraft is released under the GNU General Public License V3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].