Guest User

ProQuests config

a guest
Mar 14th, 2016
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.98 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # ProQuests Version: 1.3.1
  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 maximum amount of quests a player can have active at a time
  39. # max_active_quests: 10
  40. #
  41. # Determines whether or not a player can start a quest while in creative
  42. # allow_creative_quest: false
  43. #
  44. # Determines whether or not a player can start a quest while op
  45. # allow_op_quest: false
  46. #
  47. # The command the player must enter to complete any obtain quests
  48. # obtain_quest_command: qfinish
  49. #
  50. # All of the quest NPC's will be stored here.
  51. # npc_list: []
  52. #
  53. # ======================================================
  54.  
  55. use_mysql: false
  56. host: localhost
  57. port: 3306
  58. database: database
  59. username: user
  60. password: pass
  61. default_menu: menu_1
  62. update_menu: true
  63. update_delay: 5
  64. max_active_quests: 10
  65. allow_creative_quest: false
  66. allow_op_quest: false
  67. obtain_quest_command: qfinish
  68. factions_hook: false
  69. progress_bar_start: '&f┃'
  70. progress_bar_unfinished: '&7░'
  71. progress_bar_finished: '&f░'
  72. progress_bar_end: '&f┃'
  73. npc_list: []
Add Comment
Please, Sign In to add comment