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

Latest commit

 

History

History
52 lines (36 loc) · 1.46 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.46 KB

TranslationLoader

Maven Central GitHub Workflow Status GitHub Javadoc

A library for importing messages from files into Adventure's Translation.

Usage

This library depends on Adventure and ConfigAPI as provided (compileOnly).

If needed, you should add those dependencies.

Maven

<dependency>
    <groupId>com.github.siroshun09.translationloader</groupId>
    <artifactId>translationloader</artifactId>
    <version>2.0.1</version>
    <scope>compile</scope>
</dependency>

Gradle (Groovy)

dependencies {
    implementation 'com.github.siroshun09.translationloader:translationloader:2.0.1'
}

Gradle (Kotlin)

dependencies {
    implementation("com.github.siroshun09.translationloader:translationloader:2.0.1")
}

Documentations

Javadoc: https://siroshun09.github.io/TranslationLoader/

License

This project is under the Apache License 2.0 license. Please see LICENSE for more info.

Copyright © 2021, Siroshun09