Recipe - Discovery (Effect) — SkBee

Addon: SkBee · Category: Effect · Since: 1.0.0

Syntax

(discover|unlock) [(custom|mc|minecraft)] recipe[s] [with id[s]] %strings% for %players%

Description

Lock/Unlock recipes for players. This uses the IDs we created earlier when registering recipes, you can also lock/unlock minecraft recipes.

Examples

unlock recipe "smoking_cod" for all players
unlock recipe "minecraft:baked_potato_from_smoking" for all players
unlock minecraft recipe "baked_potato_from_smoking" for all players
unlock recipe "some_plugin:some_recipe" for all players
on pickup of diamonds:
	discover recipe "fancy_diamonds" for player

View source