Vault / Economy
vault/deposit
Deposit
Deposits money into a player's economy account.
Note: Requires Vault and an economy plugin.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
exec |
exec | Incoming execution. | |
player |
player | Player to deposit to. | |
amount |
number | ✓ | Amount to deposit. |
Outputs
| Name | Type | Description |
|---|---|---|
exec |
exec | Continues after deposit. |
success |
boolean | True if the deposit succeeded. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
amount |
number | 100 |
Amount |