Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. # Every line has its own frames. The animation will loop through these frames on intervals
  2. # that you configure below.
  3. # Put all your frames under 'text:'. You can make as many lines as you want and use
  4. # placeholders and preset effects.
  5. # Keep in mind that there is a limit in line width!
  6. text:
  7. # To create cool looking animations you create yourself
  8. # you can use the graphical tool AnimationCreator
  9. # https://www.spigotmc.org/resources/animationcreator.6001/
  10. # For all placeholders: https://www.spigotmc.org/wiki/mvdw-placeholders/
  11. # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
  12. - '<single><delay times="10">&l><</delay></single>'
  13. - '<single>&f&ler</single>' # <single> will allow the frame to only run ONCE
  14. - '<single>&f&lherP</single>'
  15. - '<single>&f&lherPr</single>'
  16. - '<single>&f&latherPri</single>'
  17. - '<single>&f&leatherPris</single>'
  18. - '<single>&f&leatherPriso</single>'
  19. - '<single>&f&leatherPrison</single>'
  20. - '<delay times="10">&f&lTrinityPrison</delay>' # <delay> will repeat the line X times
  21. - '<glow glowsize="7">TrinityPrison</glow>'
  22. # Interval is the animation interval in TICKS (20 ticks is one second).
  23. # Every X ticks the animation goes to the next frame (see above)
  24. # Once all frames are finished it will start over from the first one
  25. interval: 3
  26. # If you don't want a static order of the frames and want to show each frame at random
  27. # you can enable this option.
  28. random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement