- Introduced a new configuration option to define commands triggered when all Easter Eggs are found.
The changes in the config.yml
Code (YAML):
# Custom commands for Easter Eggs.
# By default, commands are executed by the console.
# To execute a command as a player, start the command with p:.
#
# Placeholders:
# %player% - Player's name.
# %egg_id% - Easter Egg's id.
commands
:
# The list of commands to execute when a player finds all the Easter Eggs.
found-all-the-eggs
:
[
]
# - "say I found all the Easter Eggs!"
# - "give %player% diamond 64"