Advertisement
C4BR3R4

BetonQuest - config.yml

Aug 10th, 2016
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.33 KB | None | 0 0
  1. version: v39
  2. mysql:
  3.   host: '37.187.25.109'
  4.   port: '3306'
  5.   user: ''
  6.   pass: ''
  7.   base: ''
  8.   prefix: betonquest_
  9. language: es
  10. update:
  11.   enabled: true
  12.   download_bugfixes: true
  13.   notify_new_release: true
  14. default_journal_slot: '-1'
  15. max_npc_distance: '5'
  16. default_conversation_IO: simple
  17. combat_delay: '10'
  18. notify_pullback: 'true'
  19. default_package: default
  20. remove_items_after_respawn: 'true'
  21. sounds:
  22.   start: VILLAGER_HAGGLE
  23.   end: VILLAGER_YES
  24.   journal: BAT_TAKEOFF
  25.   update: 'false'
  26.   full: 'false'
  27. cmd_blacklist:
  28. - spawn
  29. hook:
  30.   citizens: 'true'
  31.   mythicmobs: 'true'
  32.   vault: 'true'
  33.   worldguard: 'true'
  34.   skript: 'true'
  35.   mcmmo: 'true'
  36.   effectlib: 'true'
  37.   playerpoints: 'true'
  38.   heroes: 'true'
  39.   magic: 'true'
  40.   denizen: 'true'
  41.   skillapi: 'true'
  42.   quests: 'true'
  43. journal:
  44.   chars_per_page: '245'
  45.   one_entry_per_page: 'false'
  46.   reversed_order: 'true'
  47.   hide_date: 'false'
  48. journal_colors:
  49.   date:
  50.     day: '9'
  51.     hour: '6'
  52.   line: '4'
  53.   text: '0'
  54. conversation_colors:
  55.   npc: dark_red
  56.   player: dark_green
  57.   text: green,italic
  58.   answer: gray
  59.   number: yellow
  60.   option: aqua
  61. date_format: dd.MM.yyyy HH:mm
  62. effectlib_npc_effect:
  63.   class: VortexEffect
  64.   iterations: 20
  65.   particle: crit_magic
  66.   helixes: 3
  67.   circles: 1
  68.   grow: 0.1
  69.   radius: 0.5
  70.   delay: 5
  71. packages:
  72. - default
  73. debug: 'false'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement