Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 766 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 766 Bytes

ConfigAPI

Plugin API that allows to register configs and get messages in the correct language for the player.

Features

  • Register configs
  • Automaticly apply new keys and values to the config
  • Get different Strings dependent on language.

Usefull Methods

// Reload config
ConfigAPI.CONFIG.loadConfig()
// Register Language
LoadConfig.registerLanguage()
// Get languaage based value
Language.getValue()