Advertisement
InterWall

Config1

May 21st, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.76 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. # Конфиг от TeamCraft http://www.rubukkit.org/threads/survival-pvp-%D0%9A%D0%B0%D1%87%D0%B5%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F-%D1%81%D0%B1%D0%BE%D1%80%D0%BA%D0%B0-by-teamcraft-v1-6-4-linux-win-mac-os-x-%D0%AD%D0%B2%D0%BE%D0%BB%D1%8E%D1%86%D0%B8%D1%8F-%D0%BE%D0%BF%D1%82%D0%B8%D0%BC%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D0%B8.57814/
  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: '[&cН&6о&eв&aо&bс&9т&5и&f]'
  25.     suffix: ''
  26.     messages:
  27.    - 'Сообщение игрокам 1'
  28.     - 'Сообщение игрокам 2'
  29.     - 'Сообщение игрокам 3'
  30.   vip:
  31.     enabled: false
  32.     random: false
  33.     interval: 60
  34.     expiry: -1
  35.     prefix: '&2[Бот] '
  36.     suffix: ''
  37.     messages:
  38.    - 'Ваше сообщение для VIP, SuperVip и Premium игроков 1'
  39.     - 'Ваше сообщение для VIP, SuperVip и Premium игроков 2'
  40.     - 'Ваше сообщение для VIP, SuperVip и Premium игроков 3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement