LegendaryDailyQuests
  • 💎插件文档
  • ⚙️插件安装
  • 插件配置
    • config.yml
    • Language.yml
  • 任务配置
    • 📜任务模板
      • 创建一个新的任务
    • 🌯任务品质 Rarity (1.0.7 Update)
    • 🪟任务目标列表
    • ✍️特殊任务目标的值的写法
      • 📜物品目标的写法
    • 🗞️条件列表
    • 💠任务奖励执行组
    • 创建一个新的任务周期
  • 指令
    • 🔍指令与权限
    • 插件变量
    • 更新记录
Powered by GitBook
On this page
  1. 任务配置
  2. 特殊任务目标的值的写法

物品目标的写法

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
Previous特殊任务目标的值的写法Next条件列表
✍️
📜