minecli 0.1.0

A CLI for managing Minecraft server mods, datapacks, and plugins.
1
2
3
4
5
6
7
pub mod backups;
pub mod datapack;
pub mod history;
pub mod lockfile;
pub mod manifest;
pub mod modpack;
pub mod server;