Advertisement
Guest User

Auto Message

a guest
Dec 27th, 2014
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 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. message-lists:
  14. '1':
  15. enabled: true
  16. interval: 100
  17. expiry: -1
  18. random: false
  19. messages:
  20. - '&0&l[&b&lBarber&6&lcraft&0&l]&7There are currently &a{ONLINE} &7players online!'
  21. - '&0&l[&b&lBarber&6&lcraft&0&l]&7Use &a/rules &7to view our rules.'
  22. - '&0&l[&b&lBarber&6&lcraft&0&l]&7Use &a/helpop &7if you're in need of assistance from staff.'
  23. - '&7Be sure to vote daily for the server using &a/vote.'
  24. - '&0&l[&b&lBarber&6&lcraft&0&l]&7Visit our website at &bmc-barbercraft.com'
  25. settings: {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement