Adding ability to configure "no permission" message

This commit is contained in:
Dawson Hessler
2022-08-28 11:53:46 -04:00
parent a6f26d4ba7
commit 95a00a4d0a
4 changed files with 18 additions and 9 deletions
@@ -37,5 +37,6 @@ public class MessageHandler {
"&7Your player proxy notifications have been set to: &e%state%"), getter);
addString(new VpnString("command-reload-complete",
"&aSuccessfully reloaded KauriVPN plugin!"), getter);
addString(new VpnString("no-permission", "&cNo permission."), getter);
}
}