Result Extension | Advancement - WolfyScript/CustomCrafting GitHub Wiki
(Available since v2.16.0.0-beta4)
Allows you to grant/revoke an advancement or advancement criteria for the included players.
{
"key" : "customcrafting:advancement",
"outer_radius" : [ 0.0, 0.0, 0.0 ],
"inner_radius" : [ 0.0, 0.0, 0.0 ],
"advancement" : "minecraft:husbandry/tactical_fishing",
"revoke" : false,
"criteria" : null,
"nearPlayer" : false,
"nearWorkstation" : false
}
outer/inner_radius: Configure the range in which to look for players to include.
advancement: The namespaced key of the advancement.
revoke: If it should revoke the advancement/criteria instead of granting it.
criteria: The criteria to grant/revoke. If it is null, it will grant/revoke all criteria of the advancement.
nearPlayer: Includes all players in the configured area around the player that caused the execution.
nearWorkstation: Includes all players in the configured area around the workstation (furnace, etc.), that caused the execution.