Advertisement
Guest User

My automessage config.yml

a guest
May 7th, 2013
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.15 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: 1
  16.   log-to-console: false
  17.   auto-update: false
  18. message-lists:
  19.   default:
  20.     enabled: true
  21.     random: false
  22.     interval: 60
  23.     expiry: -1
  24.     prefix:
  25.     Vote:
  26.    - '&5==================&8[ &aCrazyCraft &bVote &8]&5=================='
  27.     - '&0You can vote on the sites below to for 6 &bDiamonds &0each!'
  28.     - '&7[ &3Site 1 &7] &4http://tinyurl.com/c9scfd6'
  29.     - '&7[ &3Site 2 &7] &4http://tinyurl.com/ch8uyrx'
  30.     - '&7[ &3Site 3 &7] &4http://tinyurl.com/ce2fzdl'
  31.     - '&7[ &3Site 4 &7] &4http://tinyurl.com/c2lgd4r'
  32.     - '&4Vote up to 4 times a day!
  33.     - '&5========================================================'
  34.   forums:
  35.     enabled: true
  36.     random: false
  37.     interval: 70
  38.     expiry: -1
  39.     prefix:
  40.     messages:
  41.    - '&8------------------ &aCrazyCraft Survival &8------------------'
  42.     - '                                 &7Sign up on our &4forums!                                 '
  43.     - '              &a---> &4http://crazycraftftb.enjin.com/forum &a<---         '
  44.     - '&8----------------------------------------------------------'
  45.   Donate:
  46.     enabled: true
  47.     random: false
  48.     interval: 80
  49.     expiry: -1
  50.     prefix:
  51.     Donate:
  52.    - '&8------------------ &aCrazyCraft Survival &8------------------'
  53.     - '                      &8Get some &4Rockin' Benefits &8donate now                '
  54.     - '                &a---> &4http://crazycraftftb.buycraft.net &a<---
  55.     - '&8----------------------------------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement