Snippetist - Quick Chat Codes
The Snippetist mod adds a system of abbreviations in the form of special codes to Minecraft, which are automatically replaced with full text when sending messages. You can create your own character combinations, like :like_this:, and use them to quickly enter frequently repeated phrases, expressions, or commands.
Configuration and Usage
Shortcodes definitions are loaded through resource packs. The mod automatically reads JSON files located in the path assets/[namespace]/snippetist_snippets/[file name].json, which contain a simple structure:
{
"short_code": "Text that replaces :short_code:",
"another_code": "Try to guess what will appear"
}
Snippetist includes ready-made Discord emoji codes as a built-in resource pack. However, for proper emoji display, an additional character rendering method will be required, as the mod itself does not add advanced font display features.