Item stash
Guide to use and configure the item stash
Item stash is used to put item rewards inside it. (Or really any supported item by running commands). This place is better than giving item directly into the players inventories, since it can be full quickly. The item stash on the other hand supports pagination and can hold any amount of items. Players can pick up items from here anytime they want.
Configuration
Commands
/stash
Opens the item stash. This is a player command.
/stash add <player> <item> [amount] [silent]
Add some items to the stash. If silent is provided and it is true, there won't be any feedback message. Do note that the amount max value is 64 or whatever the vanilla item maximum stack size is.
/stash clear <player>
Deletes everything from a players stash.
API Usage
You can add items to the stash within your plugin. Just use the following code snippet:
Last updated