give_item_level
Grants levels to the triggered item's level system, bypassing XP.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|---|---|
id | The ID of the level type to grant levels for. | STRING |
levels | The amount of levels to grant to the item. Supports expressions. Negative values remove levels. | EXPRESSION |
Example
effects:
- id: give_item_level
args:
id: <value>
levels: 1
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |