Skip to content

Base to create and run Minecraft server to bedrock and java

License

Notifications You must be signed in to change notification settings

Sirherobrine23/go-bds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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