Config

This page is outdated (v0.5.3a), if you have any questions about config, feel free to ask.

Default config file with explanation.

general:
  verbose-logging: true  # if set to true, quest creation/deletion, config and data load/save will be logged to console
  save-interval: 15  # interval between automatic data saves (this data include all quests and player progress)
  debug-info: false # if set to true, exceptions related to data saving/loading will be displayed
  disable-usecmds: false # if set to true, /quest start and /quest done commands will be disabled (useful with citizens)
objectives:
  show-only-current: true # if set to true, only current objective will be displayed in progress for ordered quests
  break:
    no-drops: false # if set to true, blocks taking part in player's quest objective will not drop anything when broken
    subtract-on-place: true # if set to true, blocks placed will subtract from player's progress
  collect:
    remove-on-pickup: true # if set to true, items will be removed on pickup
    subtract-on-drop: false # if set to true, items droppped will be subtracted from player's progress
quests:
  only-first: true # if set to true, each quest will be deactivated right after someone completes it
  show-objectives: true # if set to false, objectives in /quest show and player's progress will be hidden
  messages:
    start-show: true # if set to true, displays message when quest is started
    cancel-show: true # if set to true, displays message when quest is cancelled
    done-show: true # if set to true, displays message when quest is completed
    objective-show: true # if set to true, displays message when objective is completed
ranks: # Rank-Name: points required to get that rank - use '-' in rank names, it will be replaced with spaces
  Quester: 0 
  Apprentice-Quester: 25
  Master-Quester: 50