[FEATURE] Add localization and a formatter for help in individualization
Narimm opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
WIth the coming of 1.16 chat formatting options have been placed at the forefront of a lot of plugin changes. Prism has never had any sort of localization or customization.
Describe the solution you'd like
- Create localization files. - to abstract the actual content
- Create a customization that allows custom colours and formatting to various reports.
Describe alternatives you've considered
The localization will be handled by UTF8 formatted resource bundles.
The formatting I want to consider adding dependency on the
KyoriPowered/Adventure platform https://adventure.docs.kyori.net/
This will add around 700k size to the plugin jar -
Fixed by PR #222