Advertisement
Yannick2004MC

Untitled

Apr 19th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. #This is where you create the scoreboard, the first section will always be the title.
  2. #Every section after that will be a line displayed on the scoreboard. You can have a max
  3. #of 15 lines display due to the limitations of minecraft.
  4. board:
  5. #This is the first section, it will always be the title of the scoreboard.
  6. #You can also use placeholders here if you want.
  7. title:
  8. lines:
  9. - "&l&aI"
  10. - "&lIn"
  11. - "&lInf"
  12. - "&lInfi"
  13. - "&lInfin"
  14. - "&lInfini"
  15. - "&lInfinit"
  16. - "&lInfinite"
  17. - "&lInfinite "
  18. - "&lInfinite S"
  19. - "&lInfinite Sc"
  20. - "&lInfinite Sco"
  21. - "&lInfinite Scor"
  22. - "&lInfinite Score"
  23. - "&lInfinite Scoreb"
  24. - "&lInfinite Scorebo"
  25. - "&lInfinite Scoreboa"
  26. - "&lInfinite Scoreboar"
  27. - "&lInfinite Scoreboard"
  28. - "&a&lInfinite Scoreboard"
  29. - "&lInfinite Scoreboard"
  30. - "&a&lInfinite Scoreboard"
  31. - "&lInfinite Scoreboard"
  32. - "&a&lInfinite Scoreboard"
  33. - "&lInfinite Scoreboard"
  34. # The time between updates in ticks (20 ticks is 1 second.)
  35. interval: 2
  36. # This section is the first line, here you set the data of that line. It doesn't matter what the name of the section is, as long
  37. # as there is no other section with the exact same name
  38.  
  39. 1:
  40. lines:
  41. - " "
  42. interval: 200
  43. score: 8
  44. 2:
  45. lines:
  46. - "&a&lWelcome %player_name%"
  47. - "&2&lWelcome %player_name%"
  48. interval: 5
  49. # This is the red number at the end of the scoreboard (It cannot be empty)
  50. score: 7
  51. 3:
  52. lines:
  53. - " "
  54. interval: 20
  55. score: 6
  56. 4:
  57. lines:
  58. - "&aYour world:"
  59. - "&aYour balance:"
  60. interval: 60
  61. score: 5
  62. 5:
  63. lines:
  64. - " &2%player_world%"
  65. - " &2%vault_eco_balance%"
  66. interval: 60
  67. score: 4
  68. 6:
  69. lines:
  70. - " "
  71. interval: 200
  72. score: 3
  73. 7:
  74. lines:
  75. - "&eThanks for using ISB"
  76. interval: 1
  77. score: 2
  78. 8:
  79. lines:
  80. - "&7infiniteplugins.com"
  81. interval: 1
  82. score: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement