Advertisement
Soshiba

Untitled

Jul 30th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # The interval (in seconds) after which the broadcast will change.
  2. broadcastInterval=10
  3. overlays=[
  4. {
  5. layout="LEFT_AND_RIGHT"
  6. lines=[
  7. "&0Hi&e %player%",
  8. "&5/Vote &0for the server to gain votepoints",
  9. "&0You can spend votepoints at the &5/voteshop"
  10. ]
  11. spec=magikarp
  12. type=PokemonSprite
  13. },
  14. {
  15. layout="LEFT_AND_RIGHT"
  16. lines=[
  17. "&bJoin our &e/discord",
  18. "&bto be always up to date with recent changes",
  19. "&band to never miss an event"
  20. ]
  21. spec=Gyarados s
  22. type=PokemonSprite
  23. },
  24. {
  25. layout="LEFT_AND_RIGHT"
  26. lines=[
  27. "&bJoin our &5Random Battle Tournament",
  28. "&bon Saturday at 3pm EST and win great prices!",
  29. "&5/discord &bto sign up for the event"
  30. ]
  31. spec=Ditto s
  32. type=PokemonSprite
  33. }
  34. ]
  35. # The seconds of silence between two broadcasts. Set to 0 to disable.
  36. silenceInterval=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement