Information
‣ Do you need to execute commands on behalf of the console when the player completes an achievement, be it a challenge or a goal?
‣ If yes, then this plugin is right for you, because you will be able to execute any console command when the player completes an achievement, and most importantly, you will be able to separate the commands for different types of achievements separately, which will give you the opportunity to enter a countdown of completed achievements of different types!
‣ This plugin is compatible with all datapacks for achievements, be it Blaze And Caves or something else!
‣ You can add placeholder "$player" for replace this to nickname of player, who complete advancement!
‣ You can write command "/adv" for reload plugin configuration
Config
Code (Text):
task:
- "say wow!"
goal:
- "mycmd-playerdata add $player 3"
challenge:
- "say uhu!"