A collection of CLI tools for managing Bedrock Dedicated Server (BDS).
A utility management tool for Bedrock Dedicated Server.
Features:
- 🚀 Server Updater - Update or switch the version of Bedrock Dedicated Server (details)
- 📦 Addon Manager - Enable/disable addons for worlds
- 🌏 World Settings Editor - Edit world settings and experimental features
- 🔄 Level.dat Restorer - Restore level.dat file from level.dat_old
Installation:
Via npm:
npm install -g @bds-utils/cliOr download the executable directly: https://github.com/tutinoko2048/bds-utils/releases
Usage:
bds-utilsWith specifying the server path:
bds-utils -c <path-to-server>A CLI tool for updating Bedrock Dedicated Server.
Features:
- Check for the latest BDS version
- Download and install the latest version
- Switch between versions
Installation:
Via npm:
npm install -g bds-updaterOr download the executable directly: https://github.com/tutinoko2048/bds-utils/releases/latest
Or using bun:
bunx bds-updaterUsage:
Via installed package:
bds-updaterOr you can run directly with using bunx as shown above.
Licensed under the MIT License.