Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 708 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 708 Bytes

TranslationAPI

Пример обращения к API

Translation translation = new Translation(main, "plugins/" + main.getName() /*Папка хранения переводов для этого плагина*/, false);
translation.translate("test-string", player);

Пример плагина: TranslationAPI-test-module

Подключение зависимости

<dependency>
    <groupId>clubdev.translation</groupId>
    <artifactId>TranslationAPI</artifactId>
    <version>1.3.1</version>
    <scope>system</scope>
    <systemPath>${basedir}/libs/TranslationAPI-1.3.1.jar</systemPath>
</dependency>