minecraft-text-components

A library for manipulating Minecraft's raw JSON text components


Keywords
minecraft, pack, data, datapack, resource, resourcepack, raw, json, text, components
License
MIT
Install
pip install minecraft-text-components==3.3.0

Documentation

minecraft-text-components

A Python library for manipulating Minecraft's raw JSON text components

minify beet plugin

This library comes bundled with an optional beet plugin to automatically minify all text components inside commands. To use, install the optional dependency as described below:

pip install minecraft-text-components[beet]

Then, you can require the plugin inside your beet configuration file:

require:
    - minecraft_text_components.contrib.beet_minify

pipeline:
    - mecha