TinyTranslations icon indicating copy to clipboard operation
TinyTranslations copied to clipboard

A translation framework for minecraft servers

Results 3 TinyTranslations issues
Sort by recently updated
recently updated
newest added

Since Message objects are unmodifiable, constants like ```Java public static final Message PREFIX = Message.message("prefix"); ``` could match every MessageTranslator instance. A mechanism that binds these fields to a Translator...

enhancement

Each shaded TinyTranslation will create its own GlobalTranslator instance. This is okay, but it would be very good if actually the highest version of those instances serves as global and...

` ` are all tags that could potentially be context sensitive so they don't only apply to explicit color tags within their content. ``` // currently only darkens b, could...