Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 960 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 960 Bytes

dmcb

A Dynamic Minecraft Banner

Example banner

Installation

Create a Python 3 virtualenv, and apply it. Then run:

pip install -r requirements.txt

Configure your webserver with either the dmcb.wsgi or dmcb.cgi file. Some info may be found in the flask docs.

If you are only going to test this for yourself, you may just do: python start.py

Usage

Banners are available with the following URL schema:

/<server name>/<server adress>/banner.png

or

/<server name>/<server adress>/<server port>/banner.png

Colors may be used in the server name by using the codes from here: http://www.minecraftwiki.net/wiki/Formatting_codes. Bold text works too.

Public instances

Please note, these instances are unofficial, and may use code different from this repo