mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-03 10:22:21 +00:00
Adding bstats
This commit is contained in:
@@ -30,6 +30,7 @@ public class AntiVPN {
|
||||
private PlayerExecutor playerExecutor;
|
||||
private VPNDatabase database;
|
||||
private List<Command> commands = new ArrayList<>();
|
||||
public int detections, checked;
|
||||
|
||||
public static void start(VPNConfig config, VPNExecutor executor, PlayerExecutor playerExecutor) {
|
||||
//Initializing
|
||||
|
||||
@@ -36,6 +36,8 @@ public interface VPNConfig {
|
||||
|
||||
int getPort();
|
||||
|
||||
boolean metrics();
|
||||
|
||||
void update();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user