Itsyuumello2

Untitled

Nov 29th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. function scoreboard(p: player):
  2. {sidebar.%{_p}%} is true
  3. wipe {_p}'s sidebar
  4. set name of sidebar of {_p} to "&e&lTHE WALLS" #[scoreboard]にはスコアボードの名前を入力してください
  5. set score "" in sidebar of {_p} to 1
  6. set score "&fTotal Kills: &a%{kill.%{_p}%}%" in sidebar of {_p} to 0
  7. set score "&fTotal Wins: &a%{kill.%{_p}%}%" in sidebar of {_p} to -1
  8. set score "" in sidebar of {_p} to -2
  9. set score "&fCoins: &6{coin.%{_p}%}%" in sidebar of {_p} to -3
  10. #情報を追加するにはこの行から後ろに上の行の用に並べる
  11.  
  12. command /lobbyscore:
  13. trigger:
  14. if {sidebar.%player%} is true:
  15. set {sidebar.%player%} to false
  16. wipe player's sidebar
  17. stop
  18. else:
  19. set {sidebar.%player%} to true
  20. scoreboard(player)
Add Comment
Please, Sign In to add comment