Advertisement
Guest User

Untitled

a guest
Aug 13th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.23 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # ProQuests Version: 1.4.9.9 build: 19956
  4. # Created by: JC_Plays_MC
  5. #
  6. # ======================================================
  7. #
  8. # This is the ProQuests configuration file where all general settings
  9. # and other plugin toggles will be found. If you have any questions feel free
  10. # to ask me by PM on spigot. Also if you have any feature suggestions
  11. # or anything like that i'm always open to new ideas.
  12. #
  13. # Thank you for supporting this project!
  14. #
  15. # ======================================================
  16. #
  17. # Settings Configuration
  18. #
  19. # If you plan on saving data to a MySQL database
  20. # use_mysql: false
  21. #
  22. # Your MySQL settings (only required if using MySQL)
  23. # host: localhost
  24. # port: 3306
  25. # database: database
  26. # username: user
  27. # password: pass
  28. #
  29. # The default menu to open when using /quest menu
  30. # default_menu: menu_1
  31. #
  32. # Determines whether or not the menu will update while a player has it open
  33. # update_menu: true
  34. #
  35. # The delay in seconds between menu item updates
  36. # update_delay: 5
  37. #
  38. # The delay in seconds between plugin time updates (for quests which require constant timed checks)
  39. # update_interval: 60
  40. #
  41. # The maximum amount of quests a player can have active at a time
  42. # max_active_quests: 10
  43. #
  44. # Determines whether or not a player can start a quest while in creative
  45. # allow_creative_quest: false
  46. #
  47. # Determines whether or not a player can start a quest while op
  48. # allow_op_quest: false
  49. #
  50. # Whether or not you want to use quest point multipliers
  51. # use_multipliers: false
  52. #
  53. # The command the player must enter to complete any obtain quests
  54. # obtain_quest_command: qfinish
  55. #
  56. # All of the quest NPC's will be stored here.
  57. # npc_list: []
  58. #
  59. # ======================================================
  60.  
  61. use_mysql: true
  62. host: serverhole.myvnc.com
  63. port: 3350
  64. database: crystal_quests
  65. username: crystal
  66. password: crystallize
  67. default_menu: menu_1
  68. update_menu: true
  69. update_delay: 5
  70. update_interval: 60
  71. max_active_quests: 10
  72. allow_creative_quest: false
  73. allow_op_quest: false
  74. use_multipliers: true
  75. obtain_quest_command: qfinish
  76. progress_bar_start: '&f'
  77. progress_bar_unfinished: '&7'
  78. progress_bar_finished: '&f'
  79. progress_bar_end: '&f'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement