Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.18 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: false
  12. delay: 10
  13. permissionsenabled: false
  14. chatformat: '%msg'
  15. messageinrandomorder: false
  16. updatechecking: true
  17. messagesinconsole: true
  18. requireplayersonline: false
  19. dontrepeatrandommessages: true
  20. messages:
  21.   default:
  22.  - '&8&m-------------------&a< &2Global Market &a>&8&m------------------%n    &2Type
  23.     &a/market &2to view all the commands for &aGlobal Market%n             &3Type
  24.     &b/market listings &3to see what is for sale!%n            &aType &2/market mail
  25.     &ato see what you have bought%n&8&m----------------------------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement