Due to issues with certain setups this build doesn't have any support for server side translations.
This release switches the translation to use the server-translation-api mod making it possible to translate server side instead of relying on a optional client side mod. All non-experimental functionality apart from the alias is now configurable using commands (including the defaults).
Set of changes:
- split
enabled
node to set and query instead of enable and disable - remove all client side parts of the mod
- adds experimental event based backend, it can be switched to by setting
"advancedEventOptions": true
in the config - add centre set query and reset commands
This is a breaking change!
The command syntax almost completely changes. The requirement to add dimensions to a whitelist to configure it has been removed, now you can simply use and modify default values.
Complete set of changes:
- added support for a custom spawn protection centre
- implemented list and list all commands listing all modified / all dimension specific mod configuration
- renamed action to actionbar
- moved to a vanilla-like query / set syntax
- added command block feedback support
- implemented help command
- improved command feedback
- added client side translation support using en_us as a fallback
- improved command feedback
Note: The client side capabilities are completely optional! They are just used to enable future translation!
Initial release! Feature set as described in the mod description.