Blue_Tec

Untitled

Mar 23rd, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. on rightclick:
  2. if player is holding a diamond axe named "&bAK-47 &6%{shot.tama.%player%}%":
  3. if {shot.tama.%player%} is greater than 0:
  4. remove 1 from {shot.tama.%player%}
  5. shoot an arrow at speed 40
  6. set name of held item to "&bAK-47 &6%{shot.tama.%player%}%"
  7. else:
  8. message "&cεΌΎεˆ‡γ‚Œ"
  9.  
  10. command /addtama:
  11. trigger:
  12. add 1000 to {shot.tama.%player%}
  13.  
  14. command /givehun:
  15. trigger:
  16. give diamond axe named "&bAK-47 &6%{shot.tama.%player%}%" to player
Add Comment
Please, Sign In to add comment