Advertisement
nasuhahahafff

Untitled

Jul 16th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. on break:
  2. execute console command "/scoreboard players add %player% mine 1"
  3.  
  4. command /scsetup:
  5. trigger:
  6. if {%player%.setuff} is true:
  7. message "&c&lセットアップは既に実行されています"
  8. if {%player%.setuff} is not set:
  9. set {%player%.setuff} to true
  10. execute console command "/scoreboard objectives add mine dummy ブロック採掘数"
  11. wait 10 ticks
  12. execute console command "/scoreboard objectives setdisplay sidebar mine"
  13. message "&a&lセットアップを実行しました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement