Provisioner is a C++ command-line tool for setting up and managing Minecraft servers
It makes creating and configuring servers fast and easy!
It's similar to packwiz, but focused on server management.
- Quickly create new Minecraft servers
- Currently only supports Fabric, Neoforge and Modrinth mods
- Manage mods and configuration with ease
# Create a new server
provisioner new myserver
# Go into the server directory
cd myserver
# Add a mod
provisioner add mymod
# Compile the server
provisioner compile
# Exports the server
provisioner export