This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-20 14:52:57 -03:00
2021-08-19 22:02:51 -03:00
2021-08-20 13:43:58 -03:00
2021-08-14 18:13:37 -03:00
2021-08-16 22:32:04 -03:00
2021-04-18 23:36:41 -03:00
2021-04-18 23:36:41 -03:00
2021-08-19 22:02:51 -03:00
2021-06-13 23:04:11 +00:00

Bds Maneger Core

Bds Maneger Core is a javascript core in Nodejs that manages several types of server seftware for Minecraft Bedrock and Java. Bds Maneger Core has integrated with a REST API with full integration with Bds Maneger Core in addition to CLI and One bot versions for the telegram.

Any contribution is welcome, but before a look at CONTRIBUTING.md, Bds Manager Core code of conduct

Requirements for Bds Maneger Core

All

Windows 10+

Documentation

We have a separate repository for all Bds Maneger Project documentation, link here from the main page, Repository link

Badges

Github CodeQL and OSSAR Total alerts Language grade: JavaScript DeepScan grade

Start Bds Maneger Core with npx

CLI

All options can be found in the bds maneger core documentation.

npx --package=@the-bds-maneger/core@latest bds_maneger -sk

Telegram Bot

npx --package=@the-bds-maneger/core@latest bds_telegram

Install Bds Maneger Core globally

The commands available after installation:

  • bds_maneger
  • bds_telegram

npm i -g @the-bds-maneger/core@latest

Launch Bds Maneger Core with a docker image

Windows

docker run --rm -d --name BdsManegerCore -v BdsCore:/home/bds/bds_core ^
    --restart=always -p 19132:19132/udp -p 19133:19133/udp -p 1932:1932/tcp ^
    -e DESCRIPTION="running Minecraft Bedrock Server on the docker by Bds Manager" ^
    -e WORLD_NAME="Bds Maneger Docker" ^
    -e GAMEMODE="survival" ^
    -e DIFFICULTY="normal" ^
    -e ACCOUNT="false" ^
    -e PLAYERS="13" ^
    -e SERVER="bedrock" ^
    -e ENABLE_COMMANDS="false" ^
ghcr.io/the-bds-maneger/core:latest

Linux/MacOS

docker run --rm -d --name BdsManegerCore -v BdsCore/:/home/bds/bds_core \
    --restart=always -p 19132:19132/udp -p 19133:19133/udp -p 1932:1932/tcp \
    -e DESCRIPTION="running Minecraft Bedrock Server on the docker by Bds Manager" \
    -e WORLD_NAME="Bds Maneger Docker" \
    -e GAMEMODE="survival" \
    -e DIFFICULTY="normal" \
    -e ACCOUNT="false" \
    -e PLAYERS="13" \
    -e SERVER="bedrock" \
    -e ENABLE_COMMANDS="false" \
ghcr.io/the-bds-maneger/core:latest

Azure Container and Azure VM

We've separate the repository for azure deploy templates, go here if you want to deploy to azure.

Oracle Cloud

soon!

2023-04-01 14:35:41 +00:00
Languages
TypeScript 99.1%
Dockerfile 0.9%