Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # Created by VoltrixNetwork
  2. # Creditos
  3. # JetSharks AW V1
  4. # Aqui configuras las palabras que quieres que bloquee el skript
  5. options:
  6. BlockWords: "shit" or "fuck" or "gay" or "tocame" or "touch" or "suck my dick" or "fucking" or "bitch" or "pussy" or "toka" or "toush" or "malisimo" or "hijo de puta" or "maricon" or "marico" or "marica" or "maricona" or "negro" or "negrata" or "negrete" or "drogadicto" or "cocalombiano" or "zorra" or "zorro" or "puto" or "puta" or "perra" or "perro" or "pito" or "estupido" or "wey" or "tonto" or "TONTO" or "alv" or "chinga" or "concha" or "cojer" or "reputisima" or "mierda" # Puedes aƱadir mas pero no pongas que bloquee palabras como L o eZ o se bugeara xdxd
  7.  
  8. #Comandos
  9.  
  10. command /antiswear [<text>]:
  11. permission: jetsharks.aw
  12. trigger:
  13. if arg-1 is not set:
  14. send "&7&m--------------------------"
  15. send "&e/antiswear reload"
  16. send "&7&m--------------------------"
  17. else:
  18. if arg-1 is "reload":
  19. send "&c&lRecargando plugin..." to player
  20. wait 1 tick
  21. execute player command "/sk reload antiswear"
  22. send "&a&lJetSharkAW recargado, te amo Adrian :3..."
  23. stop
  24.  
  25. #Events
  26.  
  27. on chat:
  28. if message contains {@BlockWords}:
  29. cancel event
  30. execute console command "/mute %player% &8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement