Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Scoreboard | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # Sets the scoreboard (sidebar) that is sent to the player
  8.  
  9. scoreboard:
  10.  
  11. # Toggles this feature
  12. enabled: true
  13.  
  14. # The title displayed at the very top of the scoreboard
  15. # The title must consist of 32 or less characters (this includes color codes)
  16. title: '${shine:[0;2;0][0;25;0][0;25;0][&5&l;&d&l]HARMFUL} &7┃ &fHub'
  17.  
  18. # The lines of the scoreboard (Maximum of 15 lines allowed)
  19. # Each line can only have 40 characters (this includes color codes)
  20. # Each line must also be unique, a work around would be to put a color code at the end your line, to make it unique.
  21. lines:
  22. - '&7&m---------------------'
  23. - '&fWelcome back &d%{name}'
  24. - '&r'
  25. - '&a • Earth: &f0/250 Online'
  26. - '&c • Space: &f0/250 Online'
  27. - '&7&m---------------------&r'
  28. - '&dConnected To &eharmful.us'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement