Adding antivpn alerts command and more to the command API

This commit is contained in:
Dawson Hessler
2021-08-27 12:45:16 -04:00
parent 9786a93ca8
commit 729381a4e5
10 changed files with 160 additions and 10 deletions
@@ -10,6 +10,10 @@ public interface VPNConfig {
String getKickString();
String alertMessage();
boolean alertToStaff();
boolean runCommands();
List<String> commands();