MCDeploy
Download and deploy minecraft servers with one command.
Install / Use
/learn @sammwyy/MCDeployREADME
🌱 MCDeploy
Download and run minecraft servers with one command.
⚙️ Get started
Create a server
Create a server in the current directory.
# Command
java -jar mcdeploy.jar install [version] [...options]
# Examples
java -jar mcdeploy.jar install vanilla@latest
java -jar mcdeploy.jar install paper@1.19.3
Install Options
| Name | Short key | Description | Default Value | |:------------|:---------:|:------------------------------:| ------------: | | --directory | -d | Directory where install server | (Current dir) | | --java | -j | Java runtime binary | java |
Run server
Initialize the server in the current directory.
# Command
java -jar mcdeploy.jar run [...options]
# Examples
java -jar mcdeploy.jar run # Read jar name from ".mcdeploy" file.
java -jar mcdeploy.jar run --file server.jar # With specific jar file.
Run Options
| Name | Short key | Description | Default Value | |:------------|:---------:|:------------------------------:| -------------------------: | | --console | -c | Enable console output | ✔️ | | --directory | -d | Directory where run the server | (Current dir) | | --eula | -e | Accepts minecraft eula | ❌ | | --file | -f | Jar file name | (Read from .mcdeploy file) | | --java | -j | Java runtime binary | java |
Artifacts (Server versions)
Server artifacts api provided by Sammwy's Minecraft DB
- Servers:
- Proxies:
- Modded:
- Bedrock:
- Misc:
🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.
❤️ Show your support
Give a ⭐️ if this project helped you!
Or buy me a coffeelatte 🙌🏾
