Guest User

Untitled

a guest
May 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # firstMsgDelay is the delay between when Bukkit is started and the first
  2. # message is displayed. Delay is in 'ticks' == 1/20th of a second.
  3. firstMsgDelay: 600
  4.  
  5. # nextMsgDelay is the delay between messages
  6. nextMsgDelay: 1200
  7.  
  8. # msgOrder can be either Sequential or Random
  9. #
  10. # Sequential messages are displayed in the order they appear in the configuration file.
  11. # Random messages are displayed in random order. This can be useful if you have a large number of tips.
  12. msgOrder: Sequential
  13.  
  14. # msgList contains the messages to be displayed to all players.
  15. #
  16. # Text color is supported using the following color codes:
  17. # %0 Black %8 Dark Gray
  18. # %1 Dark Blue %9 Blue
  19. # %2 Dark Green %A Green
  20. # %3 Dark Aqua %B Aqua
  21. # %4 Dark Red %C Red
  22. # %5 Dark Purple %D Light Purple
  23. # %6 Gold %E Yellow
  24. # %7 Gray %F White
  25.  
  26. msgList:
  27. - "%BTalk to McLovin for anything Needed involving the server."
  28. - "%EEnjoy your stay on MCML's Minecraft Gaming Server!"
  29. - "%7Donating helps out MCML and can get you some nice features!"
  30. - "%CIf you ever have a problem but no admin, report it at mcmlgaming.com!"
Add Comment
Please, Sign In to add comment