Releases: CubBossa/TinyTranslations
v4.5.0 - Bug fixes
- Fixes issues with rendering objects in lists
- Fixes locale loading, allows custom/any locales
- Introduces method to overwrite message values in file (for plugin updates with changes to messages)
- Cleanup maven structure
- More Java docs for interface methods
Full Changelog: v4.4.3...v4.5.0
v4.4.3 - Argument Resolving in Styles
Arguments of styles can now be resolved
<run_cmd:'/abc'>abc</run_cmd>
can have representation
run_cmd = <click:run_command:'{arg0}'><hover:...>{slot}</hover></click>
Also bugfixes and improved testing
Full Changelog: v4.4.2...v4.4.3
v4.4.2 - Bugfixes & Bstats
- Bstats added
- Loopdetection improved
- Message loading bug fixed (#12)
- Example project added
Full Changelog: v4.4.1...v4.4.2
v4.4.1 - Bugfixes
Bugfixes and List Slot Rendering
Full Changelog: v4.4.0...v4.4.1
v4.4.0 - Adventure Implementation
This update makes the framework fully compatible with Adventure. This means, that messages are now also TranslatableComponents with their according translation key. This comes with the advantage of supporting papers
player.sendMessage(...);
call, which now can translate Message instances easily.
Full Changelog: v4.3.3...v4.4.0
v4.3.3
Mainly bugfixes and a common space handling in { tags }
Full Changelog: v4.3.0...v4.3.3
v4.3.0
Improves a lot of code without changing much from the actual behaviour.
Notable is that Translator now implements Formattable and therefore provides methods like insertString
for global placeholders.
Full Changelog: v4.1.2...v4.3.0
v4.1.2 - Resolve NanoMessage in styles
Resolves NanoMessages in styles, so that
prefix={msg:prefix} > {slot}
can actually be rendered.
Full Changelog: https://github.com/CubBossa/TinyTranslations/commits/v4.1.2