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

LuminiaBedrock/TranslationAPI-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages