Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /side1:
- permission: op
- trigger:
- add "&a", "&b", "&c", "&d", "&e", "&1", "&2", "&3", "&4", "&5", "&6", "&7", "&8", "&9" and "&f" to {_d::*}
- if stylish scoreboard "T-%player%" does not exist:
- create new stylish scoreboard named "T-%player%"
- loop 9 times:
- if loop-number is not 10:
- add loop-number to {list::*}
- create a new id based score "%player%Slot%loop-number%" with text "%{_d::%loop-number%}%" slot loop-number for stylish scoreboard "T-%player%"
- every second in "world":
- loop all players:
- set title of stylish scoreboard "T-%loop-player%" to "&b&lMyステータス"
- set stylish scoreboard of loop-player to "T-%loop-player%"
- set the text of id "%loop-player%Slot9" to "&8=-=-=-=-=-=-=-=-=-=-"
- set the text of id "%loop-player%Slot8" to "&e&lLv:%{lv::%loop-player%}%"
- set the text of id "%loop-player%Slot6" to "&d&lHP:+%{hp::%loop-player%}%"
- set the text of id "%loop-player%Slot4" to "&c&lSTR:+%{str::%loop-player%}%"
- set the text of id "%loop-player%Slot2" to "&b&lVIT:+%{vit::%loop-player%}%"
- set the text of id "%loop-player%Slot1" to "&8-=-=-=-=-=-=-=-=-=-="
- command /testing:
- trigger:
- loop 12 times:
- delete the id based score "%player%Slot%loop-number%" in stylish scoreboard "T-%player%"
- delete stylish scoreboard "T-%player%"
- loop 12 times:
- delete the id based score "%player%Slot%loop-number%" in stylish scoreboard "TEST-%player%"
- delete stylish scoreboard "TEST-%player%"
- command /side:
- permission: op
- trigger:
- set name of sidebar of player to "&b&lMyステータス"
Add Comment
Please, Sign In to add comment