Skip to content

Result Extension | Advancement

WolfyScript edited this page Mar 2, 2022 · 1 revision

(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.

| Home

  • Editions
  • Installation

| General

  • Performance
  • Terminology

| Recipes

Types

  • From 1.6.5.x
  • From 1.6.4.0
  • From 1.6.3.0 or older

| Special Workstations

  • Custom Recipe Book
  • Vanilla Recipe Book
Clone this wiki locally