mirror of
https://github.com/aikar/commands.git
synced 2026-06-21 22:40:36 +00:00
auto load locales
This commit is contained in:
@@ -51,6 +51,7 @@ public class BungeeCommandManager extends CommandManager {
|
||||
this.formatters.put(MessageType.ERROR, defaultFormatter = new BungeeMessageFormatter(ChatColor.RED, ChatColor.YELLOW, ChatColor.RED));
|
||||
this.formatters.put(MessageType.SYNTAX, new BungeeMessageFormatter(ChatColor.YELLOW, ChatColor.GREEN, ChatColor.WHITE));
|
||||
this.formatters.put(MessageType.INFO, new BungeeMessageFormatter(ChatColor.BLUE, ChatColor.DARK_GREEN, ChatColor.GREEN));
|
||||
getLocales(); // auto load locales
|
||||
}
|
||||
|
||||
public Plugin getPlugin() {
|
||||
|
||||
Reference in New Issue
Block a user