Maneger Minecraft server with Golang
Go to file
Matheus Sampaio Queiroga 4214ab51c1
All checks were successful
Test / test (push) Successful in 1m18s
Remove java dists
2024-04-23 18:10:57 -03:00
.github/workflows Add actions test and update mojang bedrock 2024-04-09 23:51:23 -03:00
.vscode Init java start 2024-04-04 23:43:37 -03:00
bedrock Remove java dists 2024-04-23 18:10:57 -03:00
internal Remove java dists 2024-04-23 18:10:57 -03:00
java Remove java dists 2024-04-23 18:10:57 -03:00
go.mod Remove java dists 2024-04-23 18:10:57 -03:00
go.sum Remove java dists 2024-04-23 18:10:57 -03:00
LICENSE Initial commit 2024-03-31 23:12:27 -03:00
README.md Update README 2024-04-16 18:47:14 -03:00

Manage your Minecraft server faster, more efficiently and cross-platform

Information about the old project

Go BDS will be a complete migration and rewrite of the Bds Maneger core, which was previously built on Typescript and is now written in GO for better efficiency and portability of the program, as previously the Bds core was not easily portable in a single file.

Implementatition

install module: go get -u sirherobrine23.org/Minecraft-Server/go-bds

import platform and subplatform: import "sirherobrine23.org/Minecraft-Server/go-bds/<platform>/<subplatform>"

  • bedrock

    • mojang
    • pocketmine
    • nukkit
    • powernukkitx
    • powernukkit - (Deprecated)
  • java

    • mojang
    • spigot
    • purpur
    • Paper project server (PaperMC, Folia, Velocity)