Maneger Minecraft server easy and more eficient
This is just a base package, without cli or even http api, for this you must create a go project and import this module, if not use one of our ready-made projects here on the server
-
Bedrock
- Mojang
- PocketMine-PMMP (Partial)
-
Java
- Mojang
- Spigot (Experimental)
- Purpur server
- Paper project
paper
folia
velocity
System | Overlayfs/Mergefs | Bedrock Server | Java Server |
---|---|---|---|
Windows | ❌ | ✔️ | ✔️ |
Linux | ✔️ | ✔️ | |
MacOS | 🚥 | ❌ | ✔️ |
*BSD Family | 🚥 | ❌ | 🚥 |
Solaris/SunOS | ❌ | ❌ | 🚥 |
- The Linux server will be emulated if possible if the architecture is different from amd64/x86_64
- BSD Family require tests for Java server
We implement system calls to set up filesystems of the type or similar to Linux's OverlayFS on possible platforms and in a way that is mostly compatible with servers, and another tools to maneger server easyly.
- Binfmt
- OverlayFS - Filesystem implementation
- MergeFS - Golang Overlayfs implementations