Advertisement
Guest User

Untitled

a guest
Mar 25th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. lines:
  2. # Every section here are different lines. The first section will be used as the title
  3. # the following sections will be used as the lines on the scoreboard (max 15)
  4. # Just as the scoreboard names you can name these 'lines' whatever you want. But to make
  5. # things simple I will use logical names such as "title", "spacer", "header", ...
  6. title:
  7. # Every line has its own frames. The animation will loop through these frames on intervals
  8. # that you configure below.
  9. # Put all your frames under 'text:'. You can make as many lines as you want and use
  10. # placeholders and preset effects.
  11. # Keep in mind that there is a limit in line width!
  12. frames:
  13. # To create cool looking animations you create yourself
  14. # you can use the graphical tool AnimationCreator
  15. # https://www.spigotmc.org/resources/animationcreator.6001/
  16. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  17. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  18. - '<single><delay times="10">&l><</delay></single>'
  19. - '<single>&f&lO </single>' # <single> will allow the frame to only run ONCE
  20. - '<single>&f&lOP</single>'
  21. - '<single>&f&lOPG</single>'
  22. - '<single>&f&lOPGo</single>'
  23. - '<single>&f&lOPGod</single>'
  24. - '<single>&f&lOPGods</single>'
  25. - '<single>&f&lOPGods.</single>'
  26. - '<single>&f&lOPGods.n</single>'
  27. - '<single>&f&lOPGods.ne</single>'
  28. - '<single>&f&lOPGods.net</single>'
  29. - ' <delay times="15">&lOPGods.net</delay>' # <delay> will repeat the line X times
  30. #- '<glow glowsize="5">FeatherBoard</glow>' # This is the basic glow effect without custom colors
  31. - '<glow glowsize="5" startglowcolor="&c&l" glowcolor="&4&l" endglowcolor="&c&l" normalcolor="&f&l">OPGods.net</glow>'
  32. # Interval is the animation interval in TICKS (20 ticks is one second).
  33. # Every X ticks the animation goes to the next frame (see above)
  34. # Once all frames are finished it will start over from the first one
  35. interval: 2
  36. # If you don't want a static order of the frames and want to show each frame at random
  37. # you can enable this option.
  38. random: false
  39. # A scoreboard is dynamic. The lines can change length due to smaller placeholders or scrolling text.
  40. # that is why it is advised to have something on your scoreboard that is bigger then all other lines.
  41. # These lines (usually a header or footer) are also good for decoration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement