Advertisement
Guest User

Untitled

a guest
Feb 26th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # Default config for ZavAutoMessager.
  2. # Visit http://dev.bukkit.org/server-mods/zavautomessager/ for more help
  3. # Plugin created by the ZavCoding Team
  4. # Authors: javoris767 and zachoooo.
  5. # Make sure all your messages are inside of single quotes. (This makes sure that color and special characters work properly)
  6. # If you want to make your own line breaks MAKE SURE WORDWRAP IS FALSE!!! Custom line breaks are only supported when wordwrap is off.
  7. # Update checking requires an internet connection.
  8. # Set update checking to false if you have no internet connection or you have a very strict firewall.
  9.  
  10. enabled: true
  11. wordwrap: true
  12. delay: 120
  13. permissionsenabled: true
  14. chatformat: '[&6PazaCraft&f]: %msg'
  15. messageinrandomorder: false
  16. updatechecking: true
  17. messagesinconsole: true
  18. requireplayersonline: true
  19. dontrepeatrandommessages: true
  20. messages:
  21. default:
  22. - '&7Want To Get To a &6Diffrent Server &7Quickly? Then Type &2/Hub&7, &2/Survival&7,
  23. &2/creative&7, &2/skyblock&7, &2/hg &7From AnyWhere!'
  24. - '&6Sign Up &7On Our &6Website &7To Get updates and new features of our server!&2
  25. www.pazacraft.com'
  26. node.test:
  27. - Msg In Sf
  28. cp.msg:
  29. - Msg In Creative
  30. sb.msg:
  31. - Msg in SkyBlock
  32. hg.msg:
  33. - Msg in HungerGames!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement