Description of Feature
This is my task configuration
tasks:
mining:
type: "crafting"
amount: 1
item: CRAFTING_TABLE
building:
type: "crafting"
amount: 3
items:
- WOODEN_AXE
- WOODEN_PICKAXE
- WOODEN_SWORD
- WOODEN_SHOVEL
- WOODEN_HOE
worlds:
- "oneblock_world"
reverse-if-placed: false
allow-silk-touch: true
allow-negative-progress: true
display:
name: "&a新手开荒 · 基础工具 II"
lore-normal:
- "&7利用收集的木材制作物品"
- ""
- "&7任务要求:"
- "&7 - 合成 &f1&7个工作台"
- "&7 - 合成 &f3&7件任意木制工具"
- ""
- "&7奖励:"
- "&7 - 发放 &f1 个铁镐"
- "&7 - 发放 &f1 个铁斧"
- "&7 - 发放 &f100 游戏币"
- "&7 - 发放 &f50 经验值"
lore-started:
- ""
- "&7当前进度:"
- "&7 - 工作台 {mining:progress}/1"
- "&7 - 木制工具 {building:progress}/3"
type: "CRAFTING_TABLE"
startstring:
- "&7任务已接取!制作工作台与木制工具即可完成任务。"
rewards:
- "give {player} IRON_PICKAXE 1"
- "give {player} IRON_AXE 1"
- "money give {player} 100"
- "xp add {player} 50"
rewardstring:
- "&a任务完成!&f100 游戏币与120经验值已发放至你的账户!"
placeholders:
description: "&7合成工作台与3件木制工具"
progress: " &8- 台{mining:progress}/1 工具{building:progress}/3"
progress-placeholders:
mining: "&f工作台 {mining:progress}/1"
building: "&f木制工具 {building:progress}/3"
options:
category: "新手任务"
requires:
- "新手任务1"
repeatable: false
cooldown:
enabled: true
time: 1440
sort-order: 2
I hope to be able to add a few more sub-tasks, and only by completing these sub-tasks can this individual task be considered complete.
You can also add recognition for multiple types of items/blocks
Reason for Addition
Adding the above content can expand more impossibilities
Alternative Solutions
There is currently no functionality for recognizing multiple sub-tasks and multiple types of items/blocks that I want.
Agreements
Other
No response
Description of Feature
This is my task configuration
tasks:
mining:
type: "crafting"
amount: 1
item: CRAFTING_TABLE
building:
type: "crafting"
amount: 3
items:
- WOODEN_AXE
- WOODEN_PICKAXE
- WOODEN_SWORD
- WOODEN_SHOVEL
- WOODEN_HOE
worlds:
- "oneblock_world"
reverse-if-placed: false
allow-silk-touch: true
allow-negative-progress: true
display:
name: "&a新手开荒 · 基础工具 II"
lore-normal:
- "&7利用收集的木材制作物品"
- ""
- "&7任务要求:"
- "&7 - 合成 &f1&7个工作台"
- "&7 - 合成 &f3&7件任意木制工具"
- ""
- "&7奖励:"
- "&7 - 发放 &f1 个铁镐"
- "&7 - 发放 &f1 个铁斧"
- "&7 - 发放 &f100 游戏币"
- "&7 - 发放 &f50 经验值"
lore-started:
- ""
- "&7当前进度:"
- "&7 - 工作台 {mining:progress}/1"
- "&7 - 木制工具 {building:progress}/3"
type: "CRAFTING_TABLE"
startstring:
rewards:
rewardstring:
placeholders:
description: "&7合成工作台与3件木制工具"
progress: " &8- 台{mining:progress}/1 工具{building:progress}/3"
progress-placeholders:
mining: "&f工作台 {mining:progress}/1"
building: "&f木制工具 {building:progress}/3"
options:
category: "新手任务"
requires:
- "新手任务1"
repeatable: false
cooldown:
enabled: true
time: 1440
sort-order: 2
I hope to be able to add a few more sub-tasks, and only by completing these sub-tasks can this individual task be considered complete.
You can also add recognition for multiple types of items/blocks
Reason for Addition
Adding the above content can expand more impossibilities
Alternative Solutions
There is currently no functionality for recognizing multiple sub-tasks and multiple types of items/blocks that I want.
Agreements
Other
No response