This version adds internationalization support!
Configure the language for the interface:
# Specify the locale to use for messages (NOTE: must have a corresponding locale file in the plugin config folder)
# example: ./plugins/EventLoggerForIM/i18n/en_US.properties or ./plugins/EventLoggerForIM/i18n/de.properties
locale: en_US
To add a new translation, duplicate en_US.properties and save it with a new locale-specific filename using UTF-8 encoding (e.g., ja_JP.properties), and update the values accordingly. Then, set locale: ja_JP in config.yml to enable your new translations to appear in generated messages.
If you would like your translation to be included in this project, please open an issue on GitHub and attach the translated file. I will review and integrate it as appropriate.
NOTE: The included de.properties file was generated using AI and may contain inaccuracies. Contributions from native German speakers to improve this translation are welcome and appreciated.
This release updates all the libraries to support 1.21.8 as well as improves handling of Advancements (with current values or display the requested key if unknown) and improves logging of installed plugins. ELFIM will now indicate if the installed plugin is disabled in the server plugin message.
Added link to updated version in server startup/shutdown messages.
Now when there's a new update published to Github you will see
ELFIM VERSION: 2.2.10 (update available)
in the server startup message.
This release updates dependencies and enhances logging functionality by including the server’s local and external IP addresses at startup while also refining teleport logging to exclude redundant messages when coordinates remain unchanged.
- Updated pom.xml dependencies and base Paper dependency to 1.21.5-R0.1-SNAPSHOT.
- Added local and external IP logging to server startup messages.
- Refined teleport logging in player handlers by including a teleport 'cause' and skipping logs for unchanged coordinates.
This release should support 1.21.5 when it's officially available. I don't think there's anything new or different that would impact functionality, but if it does I'll update it and release a new version.
Initial release on Modrinth.
Add support for 1.21



