QuickLoadouts allows you to bind key/use chat commands to supply oneself with predefined inventories.
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: `/`.- /quickloadout -- Used to configure and setup loadouts.
- /quickloadout
Lists loadouts along with their INDEX.
- /quickloadout
- /quickloadout add LOADOUTNAME
Add or Replaces a loadout with the name LOADOUTNAME - /quickloadout rem <INDEX>
Removed loadout at <INDEX> - /quickloadout clear
Clears all load outs. - /useloadout LOADOUTNAME
Supplies player with inventory of LOADOUTNAME
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>.- quickLoadouts.admin
- quickLoadouts.all
- quickLoadouts.LOADOUTNAME
Installation
- Install Mod
- Set admin permission
- In Rust, equip player with the kit you want then:
/quickloadout add MYNEWLOADOUTNAME - Set loadout permission
- Use console: bind k useloadout MYNEWLOADOUTNAME
This binds the k key to use configured loadout.
TODO
- Remove debug code.
- Change '/quickloadout rem' to use name not index.