Advertisement
InterWall

Config2

May 21st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.46 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! (0f0b1f965076727c9b08f5fa5cd6885ebc672433)
  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. settings:
  13.   enabled: true
  14.   min-players: 1
  15.   log-to-console: false
  16.   auto-update: false
  17. message-lists:
  18.   default:
  19.     enabled: true
  20.     random: false
  21.     interval: 60
  22.     expiry: -1
  23.     prefix: '[&cН&6о&eв&aо&bс&9т&5и&f]'
  24.     suffix: ''
  25.     messages:
  26.    - 'Сообщение игрокам 1'
  27.     - 'Сообщение игрокам 2'
  28.     - 'Сообщение игрокам 3'
  29.   vip:
  30.     enabled: false
  31.     random: false
  32.     interval: 60
  33.     expiry: -1
  34.     prefix: '&2[Бот] '
  35.     suffix: ''
  36.     messages:
  37.    - 'Ваше сообщение для VIP, SuperVip и Premium игроков 1'
  38.     - 'Ваше сообщение для VIP, SuperVip и Premium игроков 2'
  39.     - 'Ваше сообщение для VIP, SuperVip и Premium игроков 3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement