Advertisement
JayDoubleYouBee

RIP Walshy

Apr 26th, 2015
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. command /ripwalshy [<text>]:
  2. permission: skript.op
  3. trigger:
  4. if arg-1 is equal to "enable" or "on" or "true":
  5. set {ripwalshy} to true
  6. broadcast "<cyan>RIP Walshy is now <orange>ENABLED!"
  7. stop
  8. if arg-1 is equal to "disable" or "off" or "false":
  9. set {ripwalshy} to false
  10. broadcast "<cyan>RIP Walshy is now <orange>DISABLED!"
  11. stop
  12.  
  13.  
  14. command /ripwalshygive:
  15. permission: skript.op
  16. trigger:
  17. if {ripwalshy} is true:
  18. give players carrot of sharpness 5 named "<orange>RIP Walshy"
  19. broadcast "<light blue>Carrots given!"
  20. stop
  21. else:
  22. message "<cyan>RIP Walshy is not enabled!"
  23.  
  24.  
  25. on death:
  26. set death message to "<light red>%victim% GOT COMBO'D BY %attacker%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement