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 8fe48f3616 change git backup and Update server backup
* now git backup remove diff files in git.

* update Server backup to wait seconds to before create Backup.

* In the future bds cli move to separeted package.
2022-04-22 22:39:35 -03:00
2022-04-10 05:39:33 -03:00
2022-03-18 16:40:09 +00:00
2021-09-28 15:29:56 -03:00
2021-09-28 15:29:56 -03:00
2021-09-28 15:29:56 -03:00

Bds Maneger Core

This is a small hub to manage various servers for Minecraft Bedrock and for Minecraft Java, such as installing, starting and keeping up to date with the latest version available.

This module is fully compatible with ESM, CJS and Typescript.

Requirements

This module requires some requirements to work:

  • NodeJS: ^15.x.
  • Java: ^8.0 or OpenJDK: ^16.

For Windows Users

Minecraft Bedrock needs Visual studio C++ if you are using Windows Server (More information you can find on the Wiki).

CLI

This module also includes a simple CLI for managing servers. how:

  1. Download compatible server versions.
  2. Update the server.
  3. Start the server.
  4. Backup Server.

Install

To install CLI: npm install -g @the-bds-maneger/core (Linux user Use sudo or root).

To Install module: npm install @the-bds-maneger/core.

Run withou install: npx @the-bds-maneger/core.

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