mirror of
https://github.com/funkemunky/AntiVPN.git
synced 2026-06-08 20:57:39 +00:00
Adding print to console msg
This commit is contained in:
@@ -54,6 +54,8 @@ public class BukkitListener extends VPNExecutor implements Listener {
|
||||
if(!player.hasPermission("antivpn.bypass"))
|
||||
player.kickPlayer(ChatColor.translateAlternateColorCodes('&',
|
||||
AntiVPN.getInstance().getConfig().getKickString()));
|
||||
System.out.println(player.getPlayer().getName()
|
||||
+ " joined on a VPN/Proxy (" + result.getMethod() + ")");
|
||||
}
|
||||
}.runTask(BukkitPlugin.pluginInstance);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user