So guise i know, this is complicated but: we will have SidBan? I just wanna a way to Permban, everytime that i ban my players they reset the ip and back.
Code (javascript): afterLogIn: function(src) { var xip = sys.ip(src); if (xip.indexOf("172.129")!=-1) { sys.kick(src); } } , Replace the 172.129 with what ip you want to block. This script kicks anyone whose first two octets of their ip are 172.129.