Gives players a safe box to bank their items.
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant <user or group> <name or steam id> <permission>. To remove a permission, use oxide.revoke <user or group> <name or steam id> <permission>.- bank.use -- Allows players to use their bank
Chat Commands
- /bank -- View own bank account
- /viewbank "PlayerName" -- View any player's bank account (admin only)
Localization
The default messages are in the Bank file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.Configuration
The settings and options can be configured in the Bank file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Default Item Limits
config/Bank_ItemLimits.jsonAPI
Notes
- Keys stored in your bank will still work on locked doors (provided configuration option keyring is true)
- Item contents, weapon attachments, skins, and condition are all stored
- Additional permissions may be configured for vip's to get bigger banks
- Other players should not be able to see the bank box
- Banks are neatly stored per-player in oxide/data/banks
- No dupe bug