Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. version: v59
  2. mysql:
  3. host: 167.114.0.23
  4. port: 3306
  5. user: ***
  6. pass: ***
  7. base: minecraftdb
  8. prefix: betonquest_
  9. language: en
  10. update:
  11. enabled: true
  12. download_bugfixes: true
  13. notify_new_release: true
  14. notify_dev_build: true
  15. default_journal_slot: '1'
  16. max_npc_distance: '5'
  17. citizens_npcs_by_name: 'false'
  18. default_conversation_IO: chest
  19. display_chat_after_conversation: 'true'
  20. combat_delay: '4'
  21. notify_pullback: 'true'
  22. default_package: default
  23. remove_items_after_respawn: 'true'
  24. quest_items_unbreakable: 'true'
  25. sounds:
  26. start: ENTITY_VILLAGER_AMBIENT
  27. end: ENTITY_VILLAGER_YES
  28. journal: ENTITY_BAT_TAKEOFF
  29. update: 'false'
  30. full: 'false'
  31. cmd_blacklist:
  32. - spawn
  33. hook:
  34. citizens: 'true'
  35. mythicmobs: 'true'
  36. vault: 'true'
  37. worldguard: 'true'
  38. skript: 'false'
  39. mcmmo: 'false'
  40. effectlib: 'true'
  41. playerpoints: 'false'
  42. heroes: 'false'
  43. magic: 'false'
  44. denizen: 'true'
  45. skillapi: 'true'
  46. quests: 'false'
  47. shopkeepers: 'false'
  48. placeholderapi: 'true'
  49. holographicdisplays: 'true'
  50. racesandclasses: 'false'
  51. legendquest: 'false'
  52. worldedit: 'true'
  53. betonlangapi: 'true'
  54. bountifulapi: 'true'
  55. protocollib: 'true'
  56. brewery: 'false'
  57. jobsreborn: 'false'
  58. journal:
  59. chars_per_line: '19'
  60. lines_per_page: '13'
  61. one_entry_per_page: 'false'
  62. reversed_order: 'true'
  63. hide_date: 'false'
  64. full_main_page: 'false'
  65. journal_colors:
  66. date:
  67. day: '9'
  68. hour: '6'
  69. line: '4'
  70. text: '0'
  71. conversation_colors:
  72. npc: dark_red
  73. player: dark_green
  74. text: green,italic
  75. answer: gray
  76. number: yellow
  77. option: aqua
  78. date_format: dd.MM.yyyy HH:mm
  79. packages:
  80. - default
  81. debug: 'false'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement