- Fork of Pufferfish for the best performance.
- Contains Lithium patches which respect Vanilla parity.
- Integrates Hydrogen which reduces memory consumption.
- Efficient redstone relying on Alternate Current, up to 4 times faster than Paper's algorithm.
- (WIP) Implements C2ME to improve chunk generation speed, I/O and loading.
- Reduced bandwidth consumption and CPU usage from avoiding sending useless packets in certain situations.
- New NBT cache which reduces a lot of I/O operations from the main thread while preserving correct data.
- Pre-tweaked configuration files to reach optimal performance with minimal impact on normal behaviors.
- Login location hiding feature, which adds another security layer in the logs for admins.
- Toggleable metrics, no one can collect data, not even us.
- Bugfixes for several Minecraft issues.
- Faster process for Vanilla methods.
- Plugin compatibility with Spigot & Paper plugins.
The latest JAR file can be downloaded here: Mirai-1.18.1-R0.1-SNAPSHOT.jar
Please note Java 17 is required.
You can also clone this repository and build it yourself. If you are interested in making a fork, check out this template there!
In order to distribute and use this server software, you need a paperclip file:
./gradlew applyPatches && ./gradlew createReobfPaperclipJar
Patches are licensed under GPL-3.0.
All other files are licensed under MIT.