Advertisement
Guest User

New AutoMessage config.YML

a guest
Mar 3rd, 2013
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 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: 2
  16. log-to-console: false
  17. auto-update: false
  18. message-lists:
  19. resident:
  20. enabled: true
  21. random: true
  22. interval: 10
  23. expiry: -1
  24. prefix: '&1[&2PapiCraft&1]&r '
  25. messages:
  26. - '&6To earn money, &2kill mobs&6, &2sell stuff&6, &2work for people&6, &2etc.
  27. - '&6To read the rules, go to &2/warp Rules&r'
  28. - '&6To see a list of warps, and clickable warp-signs, go to &2/warp Warps&r'
  29. - '&6To see the staff-wall, go to &2/warp Staff&6'
  30. - '&6Try out the spleef at &2/warp Spleef&6'
  31. - '&6Try out the mob arena with &2/ma join&6'
  32. - '&6Try out the SkyBlock at &2/warp SkyBlock&6'
  33. - '&6Check out PapiDimmi''s PlanetMinecraft account at &2www.bit.ly/PapiPMC&6'
  34. - '&6Try out our parkour in &cH&4e&cl&4l&6 and win awesome prizes! &2/warp NetherParkour
  35. - '&6What warps/shops do other people have? Check at &2/warp UserWarps&6'
  36. - '&6What players are banned, and why? Check at &2/warp BannedPlayers&6'
  37. - '&6Somebody griefed you? Contact an online mod, admin, etc., or contact &2PapiDimmi&6'
  38. - '&6Do you made something awesome in &1creative world &1(&2/warp Creative&1)&6? Contact &2PapiDimmi&6, and if it's cool enough, we may protect it!
  39. moderator:
  40. enabled: true
  41. random: false
  42. interval: 45
  43. expiry: -1
  44. prefix: '&d[PapiCraft] '
  45. messages:
  46. - '&6Who griefed the house, you say? Do &2/prism help&6 for a list of the Anti-griefing plugin's commands.'
  47. - '&6Alias for &2/prism&6 is &2/p&6'
  48. - '&6Do &2/p l&6 and then left click a block to see who placed it, and right click a block to see who removed a block next to the block you right click!'
  49. - '&6Is &2P&1r&2i&1s&2m&6 to advanced for you? Don't worry, check out these videos at&2 http://bit.ly/prismtutorial &6'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement