Plugin API that allows to register configs and get messages in the correct language for the player.
- Register configs
- Automaticly apply new keys and values to the config
- Get different Strings dependent on language.
// Reload config
ConfigAPI.CONFIG.loadConfig()
// Register Language
LoadConfig.registerLanguage()
// Get languaage based value
Language.getValue()