Base to create and run Minecraft server to bedrock and java
Go to file
Matheus Sampaio Queiroga 96bb2b2b19
All checks were successful
Test / test (pull_request) Successful in 5m49s
Update mclog
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-11-21 21:38:34 -03:00
.github/workflows Get spigot versions and build (#8) 2024-10-23 22:28:56 +00:00
.vscode Update README, fix names and cleaner project 2024-10-13 23:22:53 -03:00
bedrock New binfmt (#11) 2024-11-14 01:59:52 +00:00
binfmt New binfmt (#11) 2024-11-14 01:59:52 +00:00
exec Update java installer and add Tests (#9) 2024-10-27 23:54:11 +00:00
internal Get spigot versions and build (#8) 2024-10-23 22:28:56 +00:00
java Update java installer and add Tests (#9) 2024-10-27 23:54:11 +00:00
mclog Update mclog 2024-11-21 21:38:34 -03:00
overlayfs Get spigot versions and build (#8) 2024-10-23 22:28:56 +00:00
request Update mclog 2024-11-21 21:38:34 -03:00
.gitignore update code to java 2024-08-02 21:24:57 -03:00
go.mod Update java installer and add Tests (#9) 2024-10-27 23:54:11 +00:00
go.sum Update java installer and add Tests (#9) 2024-10-27 23:54:11 +00:00
LICENSE Initial commit 2024-03-31 23:12:27 -03:00
README.md Update java installer and add Tests (#9) 2024-10-27 23:54:11 +00:00

Go Bds Maneger

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

Server suports

System

System Overlayfs/Mergefs Bedrock Server Java Server
Windows ✔️ ✔️
Linux ✔️ ⚠️ ✔️
MacOS 🚥 ✔️
*BSD Family 🚥 🚥
Solaris/SunOS 🚥
  1. The Linux server will be emulated if possible if the architecture is different from amd64/x86_64
  2. BSD Family require tests for Java server

System packages

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.

  1. Binfmt
  2. OverlayFS - Filesystem implementation
    1. MergeFS - Golang Overlayfs implementations