7.0.0

Release

Semenkovsky_Ivan released this version on Apr 10, 2026

1.1 MB
Download
  • The plugin’s API has been improved for greater convenience when working with it.
  • Previously, the plugin could only work with Hocon, Json, and Yml. The plugin can now work with the following list of configuration file loaders:
  1. Hocon - Standard Sponge configuration. Has some similarities with Json. Supports comments.
  2. Json - Alternative configuration format. Classic Json. Does not support comments.
  3. Yaml - An alternative Sponge configuration format that uses a block structure and is easy to read. Currently, it does not support comments, but this may be fixed in the future by the Sponge team.
  4. GeyserYaml - An alternative Sponge configuration format that uses a block structure and is easy to read. It supports comments. Support for this loader is experimental.
  5. Jackson - An alternative Sponge configuration format in json format that does not support comments.
  6. XML - An alternative Sponge configuration view that supports comments but is not easy to read.
  7. Toml - Using the LocaleAPI-generated Toml format configuration loader. Easy to read. Supports comments. It is not recommended for localizations, as errors may occur during subsequent conversion from it to any other format due to the incompatibility of Toml with the json data format.

  • The server administrator will now be able to override the configuration type used for other plugins that depend on the LocaleAPI. The change can be global or applicable to a specific plugin.
  • Now the server administrator will be able to change the directory for saving localization files.

Dependencies