Adding reload command

This commit is contained in:
Dawson Hessler
2022-08-05 14:14:42 -04:00
parent e01cbf95f2
commit 7654cca651
14 changed files with 93 additions and 20 deletions
@@ -35,5 +35,7 @@ public class MessageHandler {
"&cYou must be a player to execute this command!"), getter);
addString(new VpnString("command-alerts-toggled",
"&7Your player proxy notifications have been set to: &e%state%"), getter);
addString(new VpnString("command-reload-complete",
"&aSuccessfully reloaded KauriVPN plugin!"), getter);
}
}