Advancement Task
This task triggers when a player completes an advancement.
warning
These achievements are limited to only 1 tier.
- v2.0
- v1.0
If no namespace is specified, minecraft
will be used by default.
You can find a list of valid advancement IDs here. The ID can be found in the Resource location
column.
Example configuration:
achievements/survival/challenges.yml
birdwatcher:
type: ADVANCEMENT
settings:
# You can also specify a custom namespace
# <namespace>:<resource-location>
advancement: "adventure/spyglass_at_parrot"
name: "Birdwatcher"
description:
- "&fWatch a parrot through a spyglass!"
tiers:
1:
required-amount: 1
rewards:
- type: points
amount: 10
It's necessary to set the advancement
property.
If no namespace is specified, minecraft
will be used by default.
You can find a list of valid advancement here. The ID can be found in the Resource location
column.
Example configuration:
achievements/survival/achievements.yml
birdwatcher:
type: ADVANCEMENT
# You can also specify a custom namespace
# <namespace>:<resource-location>
advancement: "adventure/spyglass_at_parrot"
name: "Birdwatcher"
description:
- "&fWatch a parrot through a spyglass!"
tiers:
1:
required-amount: 1
points: 10