Advertisement
Jt1010

放置

Jul 20th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. command /ht <text>:
  2. trigger:
  3. if arg 1 is "true":
  4. broadcast "&2&l%player%&4&lが放置を始めました"
  5. execute console command "/scoreboard teams join ht %player%"
  6. add 1 from {houti}
  7. if arg 1 is "false":
  8. execute console command "/scoreboard teams leave %player%"
  9. broadcast "&2&l%player%&4&lが放置を終わらせました"
  10. remove 1 from {houti}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement