Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- คำสั่งสเตตัสคอมมานแรกสุด
- execute @a ~~~ titleraw @s actionbar {"rawtext":[{"translate":"§e§l§oSTATUS PLAYER\n§r§o§aName §r: "},{"selector":"@s"},{"translate":"\n§o§6Money§r: "},{"score":{"objective":"money","name":"@s"}},{"translate":" §cVIP§r: "},{"score":{"objective":"vip","name":"@s"}},{"translate":"\n§bPlayer Online§r: "},{"score":{"objective":"online","name":"@s"}},{"translate":" \n§d§k.:il§r§e§l§oEnjoy the Server§r§d§kli:."}]}
- สร้างสกอบอร์ดmoney
- /scoreboard objectives add money dummy
- คำสั่งในคอมมานบล็อก
- scoreboard players add @a money 0
- สร้างสกอบอร์ดvip
- /scoreboard objectives add vip dummy
- คำสั่งในคอมมานบล็อก
- scoreboard players add @a vip 0
- สร้างสกอบอร์ดนับผู้เล่นออนไลน์
- /scoreboard objectives add online dummy
- คำสั่งในคอมมานบล็อก
- scoreboard players set @a online 0
- execute @a ~~~ scoreboard players add @a online 1
Add Comment
Please, Sign In to add comment