lock_recipe
Locks a custom recipe for the player, preventing them from crafting it.
Categories: crafting
Required arguments
| Key(s) | Description | Type |
|---|---|---|
recipe | The ID of the custom recipe to lock. | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: lock_recipe
args:
recipe: epic_sword
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |