tazorax / mcmaps
PHP script to read / write custom Minecraft map item images
v1.0
2018-10-29 21:46 UTC
Requires
- php: >=5.3.0
- ext-gd: *
- rickselby/nbt: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.13
This package is auto-updated.
Last update: 2024-10-29 05:28:32 UTC
README
Originally created by Kroc Camen http://camendesign.com
A set of PHP classes for reading and writing Minecraft map items, you can:
- Set any image to a map, e.g.:
- Write books, by providing the text and McMaps will automatically word-wrap, hyphenate and generate multiple numbered pages for you!
Acknowledgements
The code is © copyright cc-by 2011 Kroc Camen http://camendesign.com, you may do with it as you please, as long as you give credit; see LICENCE.txt for details.
Uses PHP-NBT-Decoder-Encoder by Justin Martion https://github.com/TheFrozenFire/PHP-NBT-Decoder-Encoder