LegendaryDailyQuests - English
  • ⚙️Plugin installation
  • Configurations
    • config.yml
    • Language.yml
  • Quest configuration
    • 📜Quest Template
      • Create a new quest
    • 🌯Quest Rarity (V- 1.0.7 Update)
    • 🪟Quest Objectives
    • ✍️Objective value type
      • 📜Item Objectives Write
    • 🗞️Objective Conditions
    • 💠Quest Runs
    • 📦Customize a new quests cycle
  • Commands
    • 🔍Commands ~ Permissions
    • PlaceholderAPI
    • Updates
Powered by GitBook
On this page
  1. Quest configuration
  2. Objective value type

Item Objectives Write

All task targets with item detection can be edited in the following format

Original Item
#This is a example.
#Deliver 64 diamond

#This is goal id.
goal1:
  type: GIVE_ITEM
  #just write material ID
  value: DIAMOND
  amount 64
Custom Name Item [ custom;{display} ]
#Deliver 16 named '&cRare Diamond' items
#format: custom;{item's display}
goal:
  type: GIVE_ITEM
  #write display
  value: custom;&cRare Diamond
PreviousObjective value typeNextObjective Conditions

Last updated 1 year ago

✍️
📜