Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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" # 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. send "&7&m-------------------------"
  31. send "&fPor favor, no insulte."
  32. send "&7&m-------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement