Get your own Minecraft server status signature
git clone https://git.qmcmc.cn/qctech/QCMCSign
cd QCMCSign
pip install -r requirements.txt
python main.py
docker pull qcminecraft/qcmc-sign
docker run -d --restart always -p 8000:8000 qcminecraft/qcmc-sign
View your signature at http://localhost:8000
- Support multiple servers
- Support SRV record
- Support custom port
- Support original Minecraft server icon
- Support original motd color
- Support custom signature background
- Support cache
- Support dynamic signature with APNG
- Support weather effect on user's location
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Most assets in assets
folder is from Minecraft Wiki and Minecraft Wiki under CC BY-SA 3.0 license.
- The IP-GEO-LOCATION-API is from https://lite.ip2location.com/ which requires a free registration for an individual license.
- The weather data is from Caiyun Weather which requires a free registration for an API key.