TinyTranslations

A translation framework for minecraft servers

MIT License

Stars
17
Committers
2

Bot releases are hidden (Show)

TinyTranslations - v4.5.0 - Bug fixes Latest Release

Published by CubBossa 7 months ago

  • 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: https://github.com/CubBossa/TinyTranslations/compare/v4.4.3...v4.5.0

TinyTranslations - v4.4.3 - Argument Resolving in Styles

Published by CubBossa 8 months ago

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: https://github.com/CubBossa/TinyTranslations/compare/v4.4.2...v4.4.3

TinyTranslations - v4.4.2 - Bugfixes & Bstats

Published by CubBossa 8 months ago

  • Bstats added
  • Loopdetection improved
  • Message loading bug fixed (#12)
  • Example project added

Full Changelog: https://github.com/CubBossa/TinyTranslations/compare/v4.4.1...v4.4.2

TinyTranslations - v4.4.1 - Bugfixes

Published by CubBossa 9 months ago

Bugfixes and List Slot Rendering

Full Changelog: https://github.com/CubBossa/TinyTranslations/compare/v4.4.0...v4.4.1

TinyTranslations - v4.4.0 - Adventure Implementation

Published by CubBossa 9 months ago

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: https://github.com/CubBossa/TinyTranslations/compare/v4.3.3...v4.4.0

TinyTranslations - v4.3.3

Published by CubBossa 9 months ago

Mainly bugfixes and a common space handling in { tags }

Full Changelog: https://github.com/CubBossa/TinyTranslations/compare/v4.3.0...v4.3.3

TinyTranslations - v4.3.0

Published by CubBossa 9 months ago

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: https://github.com/CubBossa/TinyTranslations/compare/v4.1.2...v4.3.0

TinyTranslations - v4.1.2 - Resolve NanoMessage in styles

Published by CubBossa 10 months ago

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

TinyTranslations - v4.1.1 - Bugfixes

Published by CubBossa 10 months ago

TinyTranslations - v1.0

Published by CubBossa over 2 years ago

Initial release

Related Projects