Advertisement
MiniRoger123

While error

Jan 5th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. function board(p: player):
  2. delete {_p}'s sidebar
  3. delete stylish scoreboard named "Scoreboard-%{_p}%"
  4. wait 1 tick
  5. set {_data} to "%now%"
  6. set {_tag} to the first 7 characters of {_data}
  7. if stylish scoreboard "Scoreboard-%{_p}%" does not exist:
  8. wait 1 tick
  9. create new stylish scoreboard named "Scoreboard-%{_p}%"
  10. loop 11 times:
  11. create a new id based score "Scoreboard-%{_p}%Slot%loop-number%" with text "&%loop-number%" slot loop-number for stylish scoreboard "Scoreboard-%{_p}%"
  12.  
  13. while {_p} is online:
  14. if {done.%{_p}%} is set:
  15. set stylish scoreboard of {_p} to "Scoreboard-%{_p}%"
  16. set title of stylish scoreboard "Scoreboard-%{_p}%" to "&6&lMY BOARD"
  17. set the text of id "Scoreboard-%{_p}%Slot11" to "&7%{_tag}%"
  18. set the text of id "Scoreboard-%{_p}%Slot10" to " "
  19. set the text of id "Scoreboard-%{_p}%Slot9" to "&eLogin"
  20. set the text of id "Scoreboard-%{_p}%Slot8" to "&a/login&e."
  21. set the text of id "Scoreboard-%{_p}%Slot7" to " "
  22. set the text of id "Scoreboard-%{_p}%Slot6" to "&eRegister"
  23. set the text of id "Scoreboard-%{_p}%Slot5" to "&a/register&e."
  24. set the text of id "Scoreboard-%{_p}%Slot4" to " "
  25. set the text of id "Scoreboard-%{_p}%Slot3" to "&eHost: &aEthernal"
  26. set the text of id "Scoreboard-%{_p}%Slot2" to " "
  27. set the text of id "Scoreboard-%{_p}%Slot1" to "&aplay.ethernalmc.us"`
  28. else:
  29. set stylish scoreboard of {_p} to "Scoreboard-%{_p}%"
  30. set title of stylish scoreboard "Scoreboard-%{_p}%" to "&6&lETHERNAL"
  31. set the text of id "Scoreboard-%{_p}%Slot11" to "&7%{_tag}%"
  32. set the text of id "Scoreboard-%{_p}%Slot10" to " "
  33. set the text of id "Scoreboard-%{_p}%Slot9" to "&eNew games"
  34. set the text of id "Scoreboard-%{_p}%Slot8" to "&eAre &ahere&e."
  35. set the text of id "Scoreboard-%{_p}%Slot7" to " "
  36. set the text of id "Scoreboard-%{_p}%Slot6" to "&aSkyWars %rogershito_core: skywars%"
  37. set the text of id "Scoreboard-%{_p}%Slot5" to "&aBedWars %rogershito_core: skywars%."
  38. set the text of id "Scoreboard-%{_p}%Slot4" to " "
  39. set the text of id "Scoreboard-%{_p}%Slot3" to "&eHost: &aUnited States"
  40. set the text of id "Scoreboard-%{_p}%Slot2" to " "
  41. set the text of id "Scoreboard-%{_p}%Slot1" to "&aplay.ethernalmc.us"
  42. wait 1 second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement