Advertisement
Guest User

Untitled

a guest
Oct 15th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # ProQuests Version: 1.5.0.1 build: 274319
  4. # Created by: JC_Plays_MC
  5. #
  6. # ======================================================
  7. #
  8. # This is the ProQuests configuration file where all general settings
  9. # will be found. If you have any questions feel free to ask me by
  10. # 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. # Whether or not you want to automatically backup your player data
  54. # use_automatic_backups: false
  55. #
  56. # The delay in seconds between data backups
  57. # backup_interval: 60
  58. #
  59. # The command the player must enter to complete any obtain quests
  60. # obtain_quest_command: qfinish
  61. #
  62. # All of the quest NPC's will be stored here.
  63. # npc_list: []
  64. #
  65. # ======================================================
  66.  
  67. use_mysql: false
  68. host: localhost
  69. port: 3306
  70. database: database
  71. username: user
  72. password: pass
  73. default_menu: menu_1
  74. update_menu: true
  75. update_delay: 5
  76. update_interval: 60
  77. max_active_quests: 10
  78. allow_creative_quest: false
  79. allow_op_quest: true
  80. use_multipliers: false
  81. use_automatic_backups: true
  82. backup_interval: 86400
  83. obtain_quest_command: qfinish
  84. progress_bar_start: '&f┃'
  85. progress_bar_unfinished: '&7░'
  86. progress_bar_finished: '&f░'
  87. progress_bar_end: '&f┃'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement