give_edprison_pouch
Gives the player an EdPrison pouch item, optionally pre-unlocked.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The EdPrison pouch ID to give. | STRING |
unlocked | Whether the pouch starts fully unlocked. | BOOLEAN |
Trigger parameters required
PLAYERLOCATION
Example
effects:
- id: give_edprison_pouch
args:
type: <value>
unlocked: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |