familychicken

Untitled

Jan 31st, 2022 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. command /sidebar:
  2. trigger:
  3. set line 5 of player's scoreboard to ""
  4. set line 4 of player's scoreboard to ""
  5. set line 3 of player's scoreboard to "&7"
  6. set line 2 of player's scoreboard to "&b&m----------------------"
  7. set line 1 of player's scoreboard to "&7所持コイン &6%{%player%.mc}% &ecoins"
  8. set title of player's scoreboard to " &7>>>&e採掘ランキング&7<<<"
  9.  
  10.  
  11. on mine of cobblestone:
  12. add 1 to {%player%.mc}
  13. cancel event
  14.  
  15.  
  16.  
Advertisement
Add Comment
Please, Sign In to add comment