A collection of advanced tools that help you create ASCII art for Minecraft signs, and more.
You can access the GitHub-hosted version here. The project is a static website without any dependencies, so you can also run it locally with any basic webserver. For example, if you have python installed:
git clone --depth 1 https://github.com/bdev42/mc-advanced-sign-tools.git mast
cd mast
python3 -m http.serverThe code in this project is open source and licensed under the MIT License, including the data files and assets generated by the tools or contributed by the community.
Important Note: The files and assets located in the
externaldirectory are not covered by the project license, and may be subject to their own licenses or restrictions.
Community contributions are welcome and appreciated! Please continue reading to learn how you can get involved.
Smaller contributions like bug fixes, improving the documentation, or adding helpful code comments are always welcome! If you are considering a larger contribution (like adding a new feature or improving an existing one), please open an issue to discuss the idea beforehand. This helps ensure alignment with the project's direction.
As always, please understand that some contributions may not get merged. This isn't a reflection of your skills or the quality of your code, but simply how well it fits the project.
The tools should be as fast and simple as possible, but without compromising usefulness. A small project like this one does not need any dependencies to achieve this, as such please follow a zero-dependency principle in your contributions to keep the project as lightweight as possible.
