Crates.io | boxes |
lib.rs | boxes |
version | 0.1.5 |
source | src |
created_at | 2023-12-12 04:15:59.186231 |
updated_at | 2023-12-17 20:26:51.260329 |
description | Quick and easy CLI to create and manage Minecraft servers |
homepage | |
repository | https://github.com/Azuyamat/boxes |
max_upload_size | |
id | 1065841 |
size | 232,272 |
v0.1.x
Heyo! I made a cool CLI to manage servers locally and externally. Like it? Consider adding that cool little ⭐.
Boxes is a tool designed to manage Minecraft servers locally. It provides a convenient way to start, stop, and configure Minecraft servers on your local machine. With Boxes, you can easily create and manage multiple server instances, install plugins (WIP), and customize server settings. Whether you're a Minecraft enthusiast or a server administrator, Boxes simplifies the process of running Minecraft servers locally, allowing you to focus on enjoying the game or managing your community!
This tool only supports Windows and MacOS (With Cargo) unless you build your own version by cloning the repository.
cargo install boxes
.exe
from here.exe
under a Boxes
folder in your Program Files
.exe
to the environment variables.exe
in your terminal or simply write boxes
if you did steps 2 & 3All commands are pre-fixed with
boxes
Create a server:
create <SERVER NAME> <JAR NAME> <LOCATION> <VERSION> [BUILD]
Start a server:
start <SERVER NAME>
View config (Not much here yet):
config info
All commands below are pre-fixed with
boxes server
List all servers verbosely:
list <SERVER NAME>
Generate a server using a quick and handy "questionnaire":
generate
Get info about a server:
info <SERVER NAME>
Start a server:
start <SERVER NAME>
Delete a server (CAUTION):
delete <SERVER NAME>
Add an existing server:
add <LOCATION>
Manage plugins (WIP):
plugins <SERVER NAME>
Assign an IP to a server:
assign-ip <SERVER NAME> <IP>
This product is available under the MIT license.