Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superzekes/minecraftinit
Simplifying Minecraft Server Setup
https://github.com/superzekes/minecraftinit
Last synced: 3 days ago
JSON representation
Simplifying Minecraft Server Setup
- Host: GitHub
- URL: https://github.com/superzekes/minecraftinit
- Owner: SuperZekes
- License: mit
- Created: 2024-05-06T18:37:17.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T12:01:31.000Z (6 months ago)
- Last Synced: 2024-05-10T21:35:48.958Z (6 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MinecraftInit
Simplify your Minecraft server setup with MinecraftInit. This Python script automates the process of creating a Minecraft server folder, downloading the Purpur JAR file for your desired Minecraft version, and setting up a start script to run the server.
## Features
- Easy setup with prompts.
- Choose from supported Minecraft versions.
- Cross-platform compatibility.## Requirements
- Python 3.x
- Internet connection## Usage
1. Clone or download this repository.
2. Run the following commands:
```
pip install -r requirements.txt
python -m minecraftinit.py
```4. Follow prompts to set up your server.
## Customization
- Modify supported Minecraft versions and download links.
- Customize start script command.## Support
For issues or suggestions, open an issue or submit a pull request on GitHub.
## License
This project is licensed under the [MIT License](https://github.com/SuperZekes/MinecraftInit/blob/main/LICENSE).