# Quest Types

Quest Type defines what action a player has to do to progress in a quest or milestone.

# Objectives

Quest and milestone objectives defined by the following format: provider:name

Provider Name Type Info
Vanilla minecraft Anything Get object names HERE from the Resouce location column.
minecraft:stone, minecraft:diamond
ExcellentEnchants excellentenchants Enchantment For enchantments provided by the plugin.
Only if custom namespace is enabled.
Otherwise, use the minecraft provider.
excellentenchants:venom
MythicMobs mythicmobs Entity For custom mobs provided by the plugin.
mythicmobs:SkeletonKing
EvenMoreFish evenmorefish Item For custom fish provided by the plugin.
Fish defined with a rarity.
eventmorefish:rare:tuna
CustomCrops customcrops Block For custom crop blocks provided by the plugin.
CustomFishing customfishing Item For custom fishing loot provided by the plugin.

# Block Types

  • block_break - Player have to break specific block(s).
  • fertilize_block - Player have to fertilize specific block(s).
  • place_block - Player have to place specific block(s).

# Enchantment Types

  • enchanting - Player have to enchant items with specific enchantment(s) using enchanting table.

# Entity Types

  • breed_mob - Player have to breed specific mob(s).
  • kill_mob - Player have to kill specific mob(s).
  • milk_mob - Player have to milk specific mob(s).
  • shear_mob - Player have to shear specific mob(s).
  • tame_mob - Player have to tame specific mob(s).

# Item Types

  • block_loot - Player have to get specific loot item(s) by mining/harvesting blocks.
  • brewing - Player have to brew potions using specific ingredient(s).
  • cook_item - Player have to cook or smelt specific item(s).
  • craft_item - Player have to craft specific item(s).
  • fish_item - Player have to fish specific item(s).
  • forge_item - Player have to forge in anvil (repairing, renaming, enchanting) specific item(s).
  • grindstone_item - Player have to grindstone specific item(s).
  • mob_loot - Player have to get specific loot item(s) by killing mobs.