Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. #AutoBan by McToxic Romania
  2.  
  3. Options:
  4. IP: "バトルサーバー.playerrealms", "server.pro", "minecraft-romania.ro" or "b-zone.ro"
  5. # %ip of player% - This is ip of player
  6. RunCommand1: ban-ip %ip of player% &aMcToxicRo|&7You have been banned from this server for:|&4Link's or IP in chat!
  7. # %player% - This is name of player
  8. RunCommand2: ban %player% &aMcToxicRo: &aMcToxicRo|&7You have been banned from this server for:|&4Link's or IP in chat!
  9.  
  10.  
  11.  
  12. on chat:
  13. if message contain {@IP}:
  14. cancel event
  15. execute console command "kick %player% &aMcToxicRo|&7You have been banned from this server for:|&4Link's or IP in chat!"
  16. wait 5 ticks
  17. execute console command "{@RunCommand1}"
  18. execute console command "{@RunCommand2}"
  19. log "AutoBan> %player% (%ip of player%) has been banned for DNS/IP in chat (%message%)" to "SK.log"
  20. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement