Advertisement
Guest User

my automessage

a guest
Jul 8th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 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: true
  17. message-lists:
  18. default:
  19. enabled: true
  20. random: false
  21. interval: 200
  22. expiry: -1
  23. prefix: ' '
  24. suffix: ''
  25. messages:
  26. - Email [email protected] to speak with Ohmslaw
  27. - Check us out and "Like" Us on facebook. http://facebook.com/Ohmslawserver Post Pictures of builds, make suggestions, complain.
  28. - Facebook page http://facebook.com/Ohmslawserver See Daily update log, reason for downtimes etc
  29. - /save-all
  30. //scheduled-messages:
  31. 00:00:06-02:
  32. - 'First message on {DATE}'
  33. - 'Second message on {DATE}'
  34. - 'This message will be sent on the 2nd of every month at 6 o clock'
  35. - '/save-all'
  36.  
  37. vip:
  38. enabled: false
  39. random: false
  40. interval: 200
  41. expiry: -1
  42. prefix: ''
  43. suffix: ''
  44. messages:
  45. - Email [email protected] to speak with Ohmslaw
  46. - Check us out and "Like" Us on facebook. http://facebook.com/Ohmslawserver Post Pictures of builds, make suggestions, complain.
  47. - Facebook page http://facebook.com/Ohmslawserver See Daily update log, reason for downtimes etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement