Here is the English translation of your plugin description:
LanguageAPI is a Minecraft plugin that allows you to localize your server into any language in the world. It automatically detects the player's client language and replaces text with the appropriate translation using PlaceholderAPI.
How it works:
- You create language folders in the plugin directory (e.g., RU, US, DE) and add your YML files with translations.
- In the configuration files of other plugins, you replace the standard text with LanguageAPI placeholders.
- The plugin automatically substitutes the translation based on the player's language. If a translation for a specific language is missing, the default language is used.
Main Placeholder: %LanguageAPI_<path_to_file>_<path_to_parameter>%
(Example: %LanguageAPI_items.yml_weapons.magic-sword%)
Commands:
- /languageapi reload — Reloads the plugin configuration.
Permissions:
- languageapi.reload — Grants access to the reload command.