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.
Matheus Sampaio Queiroga df9253efd6 The New Telegram bot merge in main
Bds Manager Core Telegram bot merge, modifications to add and remove deprecated options/commands
2021-08-10 23:47:34 -03:00
2021-06-24 17:36:34 -03:00
2021-06-24 17:36:34 -03:00
2021-04-18 23:36:41 -03:00
2021-04-18 23:36:41 -03:00
2021-07-14 23:48:20 -03:00
2021-06-13 23:04:11 +00:00
2021-06-11 10:41:32 -03:00
2021-07-07 23:15:01 -03:00
2021-07-11 23:31:37 -03:00

Bds Maneger Core

Create manage a server for Minecraft Bedrock, java and derivatives with an integration in NodeJs in which we deliver a versatile REST API for integration with large projects up to independent projects.

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

More important information for users before 1.10.0+

In Version 1.11.0 there was a big change in the way to get the new settings and that left a good part of the program broken, so for those who are going to upgrade to the latest versions of Bds maneger Core will have to change the settings manually.

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 our Docker image, making everything easier

Windows:

$ docker run --rm -d --name BdsManegerCore -v BdsCore:/home/bds/bds_core ^
    -p 19132:19132/udp -p 19133:19133/udp -p 1932:1932/tcp ^
    -e TELEGRAM_TOKEN="null" ^
    -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 XBOX_ACCOUNT="false" ^
    -e PLAYERS="13" ^
    -e SERVER="bedrock" ^
    -e ENABLE_COMMANDS="false" ^
bdsmaneger/core:latest

Linux/MacOS:

$ docker run --rm -d --name BdsManegerCore -v BdsCore/:/home/bds/bds_core \
    -p 19132:19132/udp -p 19133:19133/udp -p 1932:1932/tcp \
    -e TELEGRAM_TOKEN="null" \
    -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 XBOX_ACCOUNT="false" \
    -e PLAYERS="13" \
    -e SERVER="bedrock" \
    -e ENABLE_COMMANDS="false"
bdsmaneger/core:latest

We also have some Implementation Models for Azure

Microsoft Azure Virtual machine

Here we have a virtual machine totally dedicated to Bds Maneger Core, it still uses Docker to deploy Docker images.

Deploy to Azure

More Information Access the repository: Azure VMs

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