plshelp is an API (and a website) for parsing Minecraft server logs which extracts useful information, e.g plugins list, plugin/server errors, server version / software, and more! It even has the ability to share your parsed logs with people too!
Ready for deploying on repl.it and Heroku!
The supported versions are ranging from 1.8.9 to the newest.
It is not recommended to parse older logs, because they have a different structure and a lot of info may be missing!
Copy your latest.log file in your minecraft server files / or / upload them to paste.gg
Click [Parse] to parse!
With a simple UI, you can view all of your info easily and share it too!
Use the package manager pip to install the required dependencies.
pip install -r requirements.txt
Modify the domain in the config.ini
file to your own domain.
[FLASK]
Domain: https://plshelp.mkdev.ml # Your domain here
Make sure you are running Python 3.
python ––version
Create a .env
file that includes:
PASTEBIN_API_KEY=apikeyfrompastebin
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
(readme by Mad <3 owo)