Advertisement
Red_Jheyson

Untitled

Jun 17th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 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. display:
  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. #This is the text that will be display as the title, it can have as many lines as you want and it will automatically rotate through them or
  9. #choose a random one, depending on what you set random to.
  10. text:
  11. - '&c&LBLOCK &6&lRANKUP'
  12. - '&c&LBLOCK &6&lRANKUP'
  13. - '&c&LBLOCK &6&lRANKUP'
  14. - '&c&LBLOCK &6&lRANKUP'
  15. - '&c&kÇDLKALSDÇKÇSKDDS'
  16. - '&c&LBLOCK &6&lRANKUP'
  17. - '&c&LBLOCK &6&lRANKUP'
  18. - '&c&LBLOCK &6&lRANKUP'
  19. - '&c&LBLOCK &6&lRANKUP'
  20. - '&c&LBLOCK &6&lRANKUP'
  21. - '&c&LBLOCK &6&lRANKUP'
  22. - '&c&LBLOCK &6&lRANKUP'
  23. - '&c&kÇDLKALSDÇKÇSKDDS'
  24. - '&c&LBLOCK &6&lRANKUP'
  25. - '&c&LBLOCK &6&lRANKUP'
  26. - '&c&LBLOCK &6&lRANKUP'
  27. - '&c&LBLOCK &6&lRANKUP'
  28. #If this is true there will be a random line every time it updates.
  29. #If it is false than it will rotate through them and you can make some animations with it.
  30. random: false
  31. #The time between updates, 20 ticks is 1 second.
  32. #Every x ticks it will go to the next line, if random is false, once all lines are displayed it will go to the first line.
  33. interval: 5
  34. #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
  35. # as there is no other section with the exact same name
  36. line-1:
  37. #Same as with the title, no limit on text. If you just put ' ' here it will display a blank line on the scoreboard.
  38. text:
  39. - ' '
  40. #If it should be random or not.
  41. random: false
  42. #The time between updates, 20 ticks is 1 second.
  43. #Every x ticks it will go to the next line, if random is false, once all lines are displayed it will go to the first line.
  44. interval: 200
  45. #The score display next to the text, this can only be a number and not removed.
  46. # If the score of the other lines are higher than this one, they will be displayed above this one.
  47. score: 12
  48. player-label23:
  49. text:
  50. - ' &eRank: &c{prefix}'
  51. interval:90
  52. random: false
  53. score: 11
  54. #This animation works together with the line below it. The interval is the same so it displays the data at the same time.
  55. player-labelasd23:
  56. text:
  57. - ' &ePróximo: &c{ezrankspro_nextrankup_prefix}'
  58. interval: 90
  59. random: false
  60. score: 10
  61. #This animation shows the actual data of the player
  62. line-5:
  63. player-labelasd2asd3:
  64. text:
  65. - ' &ePreço: &c{ezrankspro_rankup_cost}'
  66. interval: 90
  67. random: false
  68. score: 9
  69. #This is another blank line to split up the scoreboard in multiple parts, you can have multiple lines with the same text displayed on the scoreboard.
  70. Player-Label-3:
  71. text:
  72. - ' &eProgresso: &c{ezrankspro_progress}%'
  73. interval: 90
  74. random: false
  75. score: 8
  76. #In this animation random is set to true so it will go randomly through all the text and display it on the scoreboard.
  77. #In this case it will just change the color of the text but it could be anything and you are also able to use placeholders here.
  78. spacer232111:
  79. text:
  80. - ' '
  81. interval: 100
  82. random: false
  83. score: 7
  84. Player-Label-4:
  85. text:
  86. - ' &eClan:&c&l {simpleclans_clan_colortag}'
  87. interval: 90
  88. random: false
  89. score: 6
  90. #It will display the player's health as a score here!
  91. Player-Label-5:
  92. text:
  93. - ' &eMoney: &c{money_formatted}'
  94. interval: 1
  95. random: false
  96. score: '%player_health%'
  97. score: 5
  98. #And here it will repeat the amount of health a player has and display it on the scoreboard with |
  99. Player-Label-6:
  100. text:
  101. - ' &eCash: &c%jhshop_cash%'
  102. interval: 90
  103. random: false
  104. score: 4
  105. Spacer32134:
  106. text:
  107. - ' '
  108. interval: 90
  109. random: false
  110. score: 3
  111. line-13:
  112. text:
  113. - ' &aJogadores Online: &7{PLAYERCOUNT}'
  114. interval: 90
  115. random: false
  116. score: 2
  117. Spacer53213:
  118. text:
  119. - ' '
  120. interval: 90
  121. random: false
  122. score: 1
  123. Player-Label-8:
  124. text:
  125. - ' &awww.lojared.tk'
  126. interval: 90
  127. score: 0
  128. random: false
  129. #You are able to add more lines to the scoreboard if you want, this scoreboard is just to explain all the possibilities of this plugin.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement