Advertisement
Guest User

config

a guest
Sep 14th, 2013
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 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: 7
  16. log-to-console: false
  17. message-lists:
  18. default:
  19. enabled: true
  20. random: false
  21. interval: 70
  22. expiry: -1
  23. prefix: '&e&l------------&r&8 [&bImpacted PvP&8] &e&l------------'
  24. suffix: '\n&e&l------------------------------------'
  25. messages:
  26. - \n&7 They're currently &a[&e{ONLINE}/144&a]&7 Players Online!
  27. - \n&7 Get some &eamazing benfits&7 donate now!\n&c --> &b&nhttp://impactedpvp.buycraft.net&c <--
  28. - \n&7 /Vote to get &a$2,000&7 +&a 500XP&7 +&a 10 TNT!\n&7 And a chance to get a &cLUCKY&7 items!
  29. - \n&7 Eat &aSoup&7 with 1 click! \n&7 Soup heals &c3&7 hearts
  30. - \n&7 All Donators can &aSilk Touch&7 spawners!
  31. - \n&7 Register on our &cWebsite&7 for Updates, News, Ect!\n&c --> &b&nhttp://impactedpvp.enjin.com&c <--
  32. - \n&7 Make sure you &avote&7!\n &7Top &c3&7 voters get a Rank / Upgrade Every Month
  33. - \n&7 Join our &aTeamSpeak 3 &7Channel!\n&c --> &bts65.gameservers.com:9251&c <--
  34. vip:
  35. enabled: false
  36. random: false
  37. interval: 45
  38. expiry: -1
  39. prefix: '[&bPrefix&r]\n'
  40. suffix: '\n[&4Suffix&r] '
  41. messages:
  42. - 'This message will be displayed only to users with \nautomessage.receive.vip!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement