Skip to content
/ Magma Public
forked from Aduhkiss/Magma

Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.12)

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-header.txt
Notifications You must be signed in to change notification settings

Frerduro/Magma

 
 

Repository files navigation

Magma logo

About

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.

Big Paper Update 🎆

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.

1.15

Magma 1.15.x is in beta! Learn more here.

1.16

Magma 1.16.x is in development, but a usable release is not available yet. You can still view the source code here.

Deployment

Installation

  1. Download the recommended builds from the Releases section (Do not use the "-installer" version as it is broken right now)
    1. Download Beta builds from the CI
  2. Make a new directory(folder) for the server
  3. Move the jar that you downloaded into the new directory
  4. 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.

Building the sources

  • 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
  • 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

Plugin Development

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

Contributing

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.

Chat

You are welcome to visit Magma's Discord server here.

You could also go to Magma's subreddit here.

Unstable/Test builds

For unstable/test builds you can check the CI

Partners

YourKit

YourKit-Logo

YourKit, makers of the outstanding java profiler, support open source projects of all kinds with their full featured Java and .NET application profilers.

About

Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.12)

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE-header.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%