πRewards
# Custom rewards:
# Allows configuration of specific rewards when certain quests are completed.
# quests: A list of quests that need to be completed to trigger the reward.
# actions: Defines the reward action that will be performed. In this case, it sends a congratulatory message to the player.
custom-rewards:
- quests:
- "block-break-1"
- "block-break-2"
- "block-break-3"
actions:
- type: message
messages:
- "&7You have just completed 3 quests! Congratulations!"
# Rewards that are executed for all quests.
global-rewards:
- type: message
messages:
- "&fYou have broken &7%name%&f blocks!" # Placeholder : %name%, %description% and %goal%custom-rewards
custom-rewardsquests
questsactions
actionsglobal-rewards
global-rewardsNotes
Last updated