Since CraftBukkit has modified a lot of underlying layers, some of the core mods are not available, we are working hard to improve.
Mohist is still in beta and you may encounter issues in using it with your server. You have been warned!
- Checkout project
- You can use IDE or clone from console:
git clone https://github.com/PFCraft/Mohist.git
- You can use IDE or clone from console:
- Setup
- Setting up submodules:
git submodule update --init --recursive
- Setting up submodules:
- Building
- Build the project for Linux:
./gradlew launch4j
- or for Windows:
./gradlew.bat launch4j
- Build the project for Linux:
All builds will be in .\Mohist\build\distributions\
If you are a plugin developer, you can add the following files to your library file .\Mohist\build\localCache\Mohist\recompiled.jar
Mohist-xxxxx-server.jar - is the server we should run it
- Read the wiki in detail WIKI
If you wish to actually inspect Mohsit, submit PRs or otherwise work with Mohsit itself, you're in the right place!
See the guide to setting up a Forge workspace.
See the "Making Changes and Pull Requests" section in the Forge documentation.
- Bukkit - plugin support.
- Paper - performance optimizations.
- CraftBukkit - plugin support.
- Spigot - plugin support.
- MinecraftForge - mod support.
- Atom - Partial code source.
- Thermos - Partial code source.
- um_bukkit - Partial code source.