Advertisement
Yannick2004MC

Untitled

Apr 19th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 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. - "&bRustyy&6Craft"
  10. interval: 20
  11. # 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
  12. # as there is no other section with the exact same name
  13.  
  14. 1:
  15. lines:
  16. - "&a-----------------"
  17. - "&e-----------------"
  18. - "&c-----------------"
  19. - "&b-----------------"
  20. - "&d-----------------"
  21. interval: 20
  22. score: 13
  23. 2:
  24. lines:
  25. - "&aPlayer:"
  26. interval: 20
  27. score: 12
  28. 3:
  29. lines:
  30. - "&b%player_name% &6%player_ping%ms"
  31. interval: 20
  32. score: 11
  33. 4:
  34. lines:
  35. - " "
  36. interval: 20
  37. score: 10
  38. 5:
  39. lines:
  40. - "&aMoney:"
  41. interval: 20
  42. score: 9
  43. 6:
  44. lines:
  45. - "&e$%vault_eco_balance_formatted%"
  46. interval: 20
  47. score: 8
  48. 7:
  49. lines:
  50. - " "
  51. interval: 20
  52. score: 7
  53. 8:
  54. lines:
  55. - "&aIn claim: &b%griefprevention_currentclaim_ownername%"
  56. interval: 20
  57. score: 6
  58. 9:
  59. lines:
  60. - "&aClaimBlocks left: &e%griefprevention_remainingclaims_formatted%"
  61. interval: 20
  62. score: 5
  63. 10:
  64. lines:
  65. - ""
  66. interval: 20
  67. score: 4
  68. 11:
  69. lines:
  70. - "&aTime Played:"
  71. interval: 20
  72. score: 3
  73. 12:
  74. lines:
  75. - "&c%statistic_time_played%"
  76. interval: 20
  77. score: 2
  78. 13:
  79. lines:
  80. - "&a-----------------"
  81. - "&e-----------------"
  82. - "&c-----------------"
  83. - "&b-----------------"
  84. - "&d-----------------"
  85. interval: 20
  86. score: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement