-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Some datapacks use translations to display text to the client in multiple languages, but Eco strips that off and converts it into plain text, making it impossible for the client to translate the text using the translation file.
To Reproduce
Steps to reproduce the behavior:
- Install a datapack that uses translation keys for text (e.g., Stellarity).
- Run
/function stellarity:_cmd/give/weapons - Observe that the text is displayed in plain text rather than using the intended localized translation.
Expected behavior
The text should preserve the translate keys so the client can resolve them using the appropriate translation file. This would allow the game to display text in the user's selected language, maintaining full multilingual support as intended by the datapack authors.
Server Information (please complete the following information):
- Version: 1.21.7-28-main@94d60e1
- Version of plugin and eco: 6.76.2
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

