Advertisement
Randall123459

CatClean UHC Scenario

Apr 9th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. options:
  2. p: &7[&cIgniteUHC&8] &a
  3.  
  4. command /catclean <text=on>:
  5. permission: skript.ro
  6. usage: {@p} /catclean <on|off>
  7. permission message: {@p} You can't do this!
  8. trigger:
  9. if arg 1 is "on" or "enable":
  10. set {catclean} to true
  11. message "{@p} CatClean is now on!"
  12. if arg 2 is "off" or "disable"
  13. set {catclean}} to false
  14. message "{@p} CatClean is now off!”
  15.  
  16. on death of a ocelot:
  17. if {catclean} is true:
  18. drop 1 cooked fish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement