Advertisement
kaizyukun

kitpvp

Jul 31st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. command /status:
  2. trigger:
  3. execute console command "/scoreboard players add %player% pointview 1"
  4.  
  5. every ticks:
  6. execute console command "/scoreboard players add @a[score_kill_min=1] money 200"
  7. Wait 1 ticks
  8. execute console command "/scoreboard players reset @a[score_kill_min=1] kill"
  9.  
  10. command //:
  11. trigger:
  12. execute console command "/menu open %player% menu"
  13.  
  14. command /music:
  15. permission:sk.music
  16. trigger:
  17. execute console command "/menu open %player% menu"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement