
Wallets is a plugin request from @chilbree from HERE. Wallets allows players to store item in their "wallets". Items they are allowed to store are configurable, Items saved will keep all their Lore, Enchantments, PotionEffects. The amount of slots a wallet contains is also configurable. You can also Toggle the wallet to drop on death. Wallets can also be given to people so they are kind of like "Gifting" (Offline gifting supported).
| Command | Description | PermissionNode |
|---|---|---|
| /wallet | Opens the players wallet | wallets.wallet |
| /wallet help | Displays the help (permissions based) | wallets.help |
| /wallet reload | Reloads the configuration | wallets.reload |
| /wallet givewallet <player> | Gives everything in your wallet to target player if they have space | wallets.givewallet |
The help command uses a permissions based help system. If a player has the required permission node and does not have wallets.help the help command will only display the commands which are available to the person
| Permissions | Description | Default |
|---|---|---|
| wallets.wallet | Allows players to open their wallet | true |
| wallets.givewallet | Allows players to give their wallet to a target player | true |
| wallets.bypass | Allows players to bypass death drop if it is enabled | op |
| wallets.help | Allows player to have full access to the help command | op |
| wallets.reload | Allows player to reload config | op |
| WildCardNode | Description | Default |
|---|---|---|
| wallets.* | Contains all of the permission nodes | op |
To update the configuration for slots:
To update the config for anything else:
This plugin uses Gravity's Updater class. This means that the plugin will connect to the dev.bukkit.org website to gather information about the plugin when there is an update and weather to download it automatically. This is configurable inside of the config.yml so if you don't want the functions feel free to set UpdateCheck/AutoUpdate to false
Thanks to:
Please feel free to leave a comment, report bugs using the ticket tracker and donate thanks ~