Skip to content

Selection Modes

quest-selection-mode in config.yml decides how the five quests on a board are picked. There are two modes.

Every quest file sits flat in one folder. The plugin picks five at random from the whole pool, with no difficulty weighting.

  • Directoryplugins/
    • DirectoryzDailyQuests/
      • Directoryquests/
        • kill_zombies_25.yml
        • break_stone_64.yml
        • place_planks_32.yml
        • craft_bread_16.yml
        • catch_fish_10.yml
        • deal_damage_200.yml

The difficulty field in each file is display only in this mode.

quest-selection-mode: RARITY
rarity-counts:
easy: 2
normal: 2
hard: 1

The three numbers together should add up to quests-per-player. Adjust them to change the difficulty feel of a board, for example 3 / 1 / 1 for an easier server.