Skip to content

Commit

Permalink
Add config refresh to API
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Feb 18, 2020
1 parent 2ed7040 commit 70e3384
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/com/rexcantor64/triton/api/Triton.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,12 @@ public interface Triton {
*/
void openLanguagesSelectionGUI(LanguagePlayer player);

/**
* Reload the config, messages, translations and player data.
* Should not be abused.
*
* @since 2.5.0
*/
void reload();

}

0 comments on commit 70e3384

Please sign in to comment.