Guest User

Untitled

a guest
Jun 19th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 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: 1
  16. log-to-console: false
  17. auto-update: true
  18. message-lists:
  19. default:
  20. enabled: true
  21. random: true
  22. interval: 600
  23. expiry: -1
  24. prefix: ''
  25. messages:
  26. - '&7[News:]&r If you refer friends to this server, you AND them get rewarded!'
  27. - 'If only Notch could see this message :('
  28. - '&3[Announcement]&r Check out rpg.iCanCraft.net! With RPG and more, why not take a look?'
  29. - '&d[Support]&r If you believe that you dont have a permission that you should, message a Admin for support.'
  30. - '&8[Stuff]&f Want access to the End without searching? Complete the "Ender Challege" found in the Info center. Or become a Donor with 1st class access!'
  31. - '&3[Announcement]&f Did you know that you can create your OWN village for profit and trade? Just set one up and ask for Admin approval! Donors have exclusive warp access to them as well!'
  32. vip:
  33. enabled: true
  34. random: true
  35. interval: 500
  36. expiry: -1
  37. prefix: '&r[&bBroadcast&r] '
  38. messages:
  39. - 'If you refer enough friends and you have a Donor rank, You can unlock certain commands from higher ranks!'
  40. - '&aWould you like to see something on this server that is not? Submit a ticket to a admin and we will consider!'
  41. - '&a[Reminder]&f Please remember that we have a No-Refund policy to Donors. We also reserve the right to strip the permissions and grants given to you at &4&lANY&f time.'
  42. - '&7[News:]&r If you refer friends to this server, you AND them get rewarded!'
  43. - 'If only Notch could see this message :('
  44. - '&3[Announcement]&r Check out rpg.iCanCraft.net! With RPG and more, why not take a look?'
  45. - '&d[Support]&r If you believe that you dont have a permission that you should, message a Admin for support.'
  46. - '&8[Stuff]&f Want access to the End without searching? Complete the "Ender Challege" found in the Info center. Or become a Donor with 1st class access!'
  47. - '&3[Announcement]&f Did you know that you can create your OWN village for profit and trade? Just set one up and ask for Admin approval! Donors have exclusive warp access to them as well!'
Advertisement
Add Comment
Please, Sign In to add comment