A web server for a simple Minecraft server shop!
You need AuthMe Reloaded to use password verification. This project uses:
- SFTP to get the passwords database
- This plugin (credits to me lmao)
- Discord login
- Python, Java and JavaScript :D
This requires you to have basic knowledge of Python, the command line and Java. If stuff breaks, it is NOT my problem
Setting this up will need the following stuff downloaded. Also note that this can only be ran in a UNIX based system. Windows will break it.
Clone this repository
git clone https://github.com/giorno420/minecraft-shop.git
I'm using a settings.json
file for configuration, and a settings-example.json
file which shows how your config file should look like. Delete the settings-example.json
file in the production environment. All the information and details are in the example file.
This project uses modules. Installing them all is fairly easy. Open this project's directory, and run:
pip3 install -r requirements.txt
Download the plugin and follow the detailed instructions here
Run the main.py
file, and congratulations! You successfully set everything up
For security issues, refrain from creating a regular pull request/issue. Instead, send me an email instead. Its safer that way.
This project is licensed under the MIT License