Skript Version (do not put latest): Skript 2.5-alpha6-MH
Skript Author: Bensku
Minecraft Version: 1.16 with Protocolsupport
Problem:
I need the player's ip to be autobanned if they are kicked
Skript:
Errors on Reload:
Addons using (including versions):
Tuske 1.8.2 Pikachu Patch 3
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I have also tried just IP banning the player
Skript Author: Bensku
Minecraft Version: 1.16 with Protocolsupport
Problem:
I need the player's ip to be autobanned if they are kicked
Skript:
Code:
on join:
wait 1 second
set {acip::%player's uuid%} to player's ip
on kick:
if {threat::%player's uuid%} is over 200: (this is from a different part of the skript which leaking i cant leak)
ban {acip::%player's uuid%} "&cSAC Autoban &7| Reason: Hacking | Date %now% | If you wish to appeal please message a staff member"
Addons using (including versions):
Tuske 1.8.2 Pikachu Patch 3
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? I have also tried just IP banning the player