Recipe - Has Discovered (Condition) — SkBee

Addon: SkBee · Category: Condition · Since: 1.4.9

Syntax

%players% (has|have) discovered recipe[s] %strings%

Description

Check if a player has discovered a recipe. Can check recipes you created, another plugin has created, or vanilla Minecraft recipes. When checking recipes that are not your own, make sure to include the namespace, ex "minecraft:diamond_sword", "someplugin:some_recipe".

Examples

player has discovered recipe "minecraft:furnace"
if player has discovered recipe "my_custom_sword":
if player has discovered recipe "someplugin:fancy_shovel":
if all players have not discovered recipe "minecraft:golden_shovel":
if player has not discovered recipe "my_fancy_hoe":

View source