Advertisement
Guest User

config.yml

a guest
Aug 14th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. use_mysql: false #Error while connecting mySQL (i will post the sql error later)
  2. host: 127.0.0.1
  3. port: 3350
  4. database: quests
  5. username: user
  6. password: mypassword
  7. default_menu: menu_1
  8. update_menu: true
  9. update_delay: 5
  10. update_interval: 60
  11. max_active_quests: 10
  12. allow_creative_quest: false
  13. allow_op_quest: false
  14. use_multipliers: true
  15. obtain_quest_command: qfinish
  16. progress_bar_start: '&f┃'
  17. progress_bar_unfinished: '&7░'
  18. progress_bar_finished: '&f░'
  19. progress_bar_end: '&f┃'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement