atom1533163153

status minecraft

Dec 7th, 2021 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. คำสั่งสเตตัสคอมมานแรกสุด
  2. 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:."}]}
  3.  
  4. สร้างสกอบอร์ดmoney
  5. /scoreboard objectives add money dummy
  6. คำสั่งในคอมมานบล็อก
  7. scoreboard players add @a money 0
  8.  
  9. สร้างสกอบอร์ดvip
  10. /scoreboard objectives add vip dummy
  11. คำสั่งในคอมมานบล็อก
  12. scoreboard players add @a vip 0
  13.  
  14. สร้างสกอบอร์ดนับผู้เล่นออนไลน์
  15. /scoreboard objectives add online dummy
  16. คำสั่งในคอมมานบล็อก
  17. scoreboard players set @a online 0
  18.  
  19. execute @a ~~~ scoreboard players add @a online 1
Add Comment
Please, Sign In to add comment