You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As messaging becomes more complex a proper locale would be useful. Having an interface storing Components (like how LuckPerms does it) that loads it from a language file would be very convenient and help set the large message bloat into the interface instead.
As messaging becomes more complex a proper locale would be useful. Having an interface storing Components (like how LuckPerms does it) that loads it from a language file would be very convenient and help set the large message bloat into the interface instead.
LuckPerms Reference: https://github.com/LuckPerms/LuckPerms/blob/master/common/src/main/java/me/lucko/luckperms/common/locale/Message.java
Language File: https://github.com/LuckPerms/LuckPerms/blob/master/common/src/main/resources/luckperms_en.properties
(I'll attempt a PR if this is positively received)
The text was updated successfully, but these errors were encountered: