Magma is the next generation of hybrid minecraft server softwares.
Magma is based on Forge and Paper, meaning it can run both Craftbukkit/Spigot/Paper plugins and Forge mods.
We hope to eliminate all issues with craftbukkit forge servers. In the end, we envision a seamless, low lag Magma experience with support for newer 1.12+ versions of Minecraft.
Magma at the moment is not using all of the API/Patches with this update we will have all features of Paper and more optimizations (including Timings v2).
We can't wait to have this finished and shared with all for a better/faster server software.
All work is being done on the paper branch if you would like to check it out.
Magma 1.15.x is in beta! Learn more here.
Magma 1.16.x is in development, but a usable release is not available yet. You can still view the source code here.
- Download the recommended builds from the Releases section (Do not use the "-installer" version as it is broken right now)
- Download Beta builds from the CI
- Make a new directory(folder) for the server
- Move the jar that you downloaded into the new directory
- Run the jar with your command prompt or terminal, going to your directory and entering
java -jar Magma-[version]-server.jar
. Change [version] to your Magma version number.
- Clone the Project
- You can use Git GUI (like GitHub Desktop/GitKraken) or clone using the terminal using:
git clone https://github.com/MagmaFoundation/Magma
- Next, clone the submodules using:
git submodule update --init --recursive
- You can use Git GUI (like GitHub Desktop/GitKraken) or clone using the terminal using:
- Building
- First you want to run the build command
./gradlew launch4j
- Now go and get a drink this may take some time
- Navigate to
build/distributions
directory of the compiled source code - Copy the Jar to a new server directory (see Installation) or run
./gradlew launchServer
- First you want to run the build command
- Clone the Project
- You can use Git GUI (like GitHub Desktop/GitKraken) or clone using the terminal using:
git clone https://github.com/MagmaFoundation/Magma
- Next, clone the submodules using:
git submodule update --init --recursive
- You can use Git GUI (like GitHub Desktop/GitKraken) or clone using the terminal using:
- Building Jar
- First you want to run the plugin gen command
./gradlew genPluginJar
- Now go and get a drink this may take some time
- Navigate to
build/distributions
directory - You should have a jar like
Magma-xxxxxx-plugin.jar
- Now create a plugin with that jar.
- First you want to run the plugin gen command
If you wish to inspect Magma, submit PRs, or otherwise work with Magma itself, you're in the right place!.
Please read the CONTRIBUTING.md to see how to contribute, setup, and run.
You are welcome to visit Magma's Discord server here.
You could also go to Magma's subreddit here.
For unstable/test builds you can check the CI
YourKit, makers of the outstanding java profiler, support open source projects of all kinds with their full featured Java and .NET application profilers.