Advertisement
Guest User

Automessage Config help

a guest
Mar 1st, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. # ----------------------------------------------------
  2. # AutoMessage Configuration File
  3. # ----------------------------------------------------
  4. # Message Configuration:
  5. # Messages are handled in lists to allow for advanced customization!
  6. # Feel free to add color codes by using & in your messages!
  7. # To split a message onto multiple lines use the %n delimiter!
  8. # Lines starting with / will be run as a command!
  9. # To add single apostrophes into a message use ''.
  10. # For a complete tutorial go to http://dev.bukkit.org/server-mods/automessage.
  11. # If you are unfamiliar with YAML use the in-game commands: /am help
  12.  
  13. settings:
  14. enabled: true
  15. min-players: 0
  16. log-to-console: false
  17. message-lists:
  18. formatted:
  19. enabled: false
  20. interval: 45
  21. expiry: -1
  22. random: false
  23. prefix: '[&bWarstorm&r]'
  24. suffix: ''
  25. messages:
  26. - '%6s %9s %10s':
  27. - To apply for staff go to mcwarstorm.enjin.com and click on staff app!
  28. - Have any ideas? Tell the staff or post it on mcwarstorm.enjin.com
  29. - The new survival shop is now ready! Do /warp shop
  30. - A brand new pvp arena has been created! Do /warp pvp
  31. - Reward for voting is $1500 and 5 diamonds! Go to mcwarstorm.enjin.com to vote
  32. regular:
  33. enabled: true
  34. interval: 45
  35. expiry: -1
  36. random: false
  37. prefix: '[&bWarstorm&r] '
  38. suffix: ''
  39. messages:
  40. - '&6Have any ideas? Tell the staff or post it on mcwarstorm.enjin.com!': []
  41. - '&6A brand new pvp arena has been created! Do /warp pvp': []
  42. - '&6To apply for staff go to mcwarstorm.enjin.com and click on staff app!': []
  43. - '&6The new survival shop is now ready! Do /warp shop': []
  44. - '&6Reward for voting is $1500 and 5 diamonds! Go to mcwarstorm.enjin.com to vote': []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement