Skip to content

Language config framework for Bukkit, Bungee and standalone java programs

License

Notifications You must be signed in to change notification settings

Phoenix616/lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lang

Language config framework for Bukkit, Sponge, Bungee, Velocity and standalone Java programs.

Has the ability to select the correct locale depending on the user.

Maven Info

<repository>
    <id>minebench-repo</id>
    <url>https://repo.minebench.de/</url>
</repository>

<dependency>
    <groupId>de.themoep.utils</groupId>
    <artifactId>lang-[bukkit|bungee|velocity|simple]</artifactId>
    <version>check-for-latest</version>
    <scope>compile</scope>
</dependency>

Usage

See this examples for Bukkit, Sponge, Bungee and Velocity plugins as well standalone applications.

Of course you can implement lang-core yourself on additional platforms. PRs welcome!

Take a look at the examples in the wiki and the Javadocs for more fine-grained control. (Almost everything is configurable!)

The system property de.themoep.utils.lang.debug is provided to enable some debug logging.

License

This library is licensed under the GPLv3!

 lang
 Copyright (c) 2020 Max Lee aka Phoenix616 ([email protected])

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http:https://www.gnu.org/licenses/>.