BattlePass
Get BattlePassJoin DiscordMinecraft Hosting
  • Home
  • Purchase BattlePass
  • ➡️Immersive BattlePass UI [NEW]
  • Quests
    • Creating Quests
    • Quest Types
    • Setting up and using Variables
    • PlaceholderAPI Endless Quests
    • Multi-Step quests
    • Special Cases Progress
    • Daily Quests Difficulty
    • Events
  • Features
    • Boosters
    • Menu Actions
  • General
    • Commands
    • Permissions
    • PlaceholderAPI Placeholders
    • Custom Items/Heads In Menus and Rewards
  • Developer API
    • Implementing API
    • Creating Your Own Quest Types
    • General API Methods
  • Useful
    • Enchants
    • Custom Enchants
    • Harvesting Crops
    • Custom Model Data
    • Timezones
    • Premade Configurations
    • Using with Citizens NPCs
    • Quest Specific Regions
  • TUTORIALS
    • Setting Up Rewards
    • Linking Rewards To Tiers
Powered by GitBook
On this page
  • Syntax:
  • Example:

Was this helpful?

Edit on GitHub
  1. Quests

Special Cases Progress

PreviousMulti-Step questsNextDaily Quests Difficulty

Last updated 7 months ago

Was this helpful?

Define special cases progress multipliers, e.g. when you want a kill-mob action to give a different number of progress points depending on the mob, or mining ores.

Better, newer approach for special progress ->

Syntax:

special-progress:
  - "VARIABLE MULTIPLIER"

Example:

type: block-break
variable: coal_ore OR diamond_ore
special-progress:
  - "diamond_ore 5" # Diamond ore will give 5 progress instead of 1
Check