Advertisement
sirayasiki

Untitled

May 7th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. on join:
  2. add "&a", "&b", "&c", "&d", "&e", "&1", "&2", "&3", "&4", "&5", "&6", "&7", "&8", "&9" and "&f" to {_d::*}
  3. if stylish scoreboard "T-%player%" does not exist:
  4. create new stylish scoreboard named "T-%player%"
  5. loop 15 times:
  6. if loop-number is not 16:
  7. add loop-number to {list::*}
  8. create a new id based score "%player%Slot%loop-number%" with text "%{_d::%loop-number%}%" slot loop-number for stylish scoreboard "T-%player%"
  9. every second in "world":
  10. loop all players:
  11. set title of stylish scoreboard "T-%loop-player%" to "&b&lMyステータス"
  12. set stylish scoreboard of loop-player to "T-%loop-player%"
  13. set the text of id "%loop-player%Slot15" to "&b&l職業:剣士"
  14. set the text of id "%loop-player%Slot13" to "&e&lLv:%{lv::%loop-player%}%"
  15. set the text of id "%loop-player%Slot11" to "&a&lEXP:%{exp::%loop-player%}%/%{exp1::%loop-player%}%"
  16. set the text of id "%loop-player%Slot9" to "&9&lsp:%{sp::%loop-player%}%"
  17. set the text of id "%loop-player%Slot7" to "&d&lHP:+%{hp::%loop-player%}%"
  18. set the text of id "%loop-player%Slot5" to "&c&lSTR:+%{str::%loop-player%}%"
  19. set the text of id "%loop-player%Slot3" to "&b&lVIT:+%{vit::%loop-player%}%"
  20. set the text of id "%loop-player%Slot1" to "&5&lレイドP:%{reido::%loop-player%}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement