Documentation is being updated right now.
Features
- Save containers along with their inventory to further restore
- Restore on timer
- Restore on wipe
- Restore by command
- Configurable options and constraints
Configuration
The settings and options can be configured in the Replenish file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Localization
The default messages are in the Replenish 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.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>.- replenish.use - grants access to all commands
Commands
This plugin provides both chat and console commands using the same syntax. When using a command in chat, prefix it with a forward slash: `/`.- replenish save (<digit>|'wipe'|'cmd') - save container player is looking at. Optionally provide time in seconds / set restore on wipe / set restore to command-only. Alters restore behaviour if container was saved already
- replenish remove (<digit>) - remove container player is looking at or by index
- replenish info (<digit>) - Get restore information about container in sight or by index
- replenish list - Get information about all saved containers
- replenish restore (<digit>) - Forcibly restore container in sight or by index
- replenish restoreall - Forcibly restore all containers
- replenish clear - Remove all containers from restore queue