Loadouts

Loadouts 2.0.5

Fixed for Rust update
Fixed issue with claiming kits when preferred or default loadout is set
Prevent players being given auto-kits if a valid loadout is available, use the same hook as Kits when giving a loadout on spawn since apparently the hook for giving default items isn't giving the loadout to new players (Could not reproduce, was working fine for me?)
Added buttons in the menu to set and remove desired respawn loadout
Only auto-set the preferred respawn loadout when claiming a loadout if one has not already been set
Disable amount adjustment for weapons and attire, regardless of whether your server allows them to be stacked
Only show attire category items when selecting items for the wear container
Change first category to open when selecting items to the first in the list of available items (Fix NRE is weapon category is disabled)
Disabled Rust trying to stack stackable items when claiming a loadout. If the slot the item is in is occupied it will try and move it to a free slot, and if that fails it will drop the item on the ground
Added a creation cooldown time to the config limitation profiles
Added permission "loadouts.nocreationcooldown" to bypass loadout creation cooldown
Fixed cooldowns not being applied when using the supply drop style of give
  • Like
Reactions: AIKE
Increase width of current/max amount labels in item amount panel
Replace supply drop loot panel with the coffin loot panel so you can see a full inventory
Added console command "loadouts.givedefaultloadout <playerID>" to give the target player the default loadout (can be used by admins or other plugins)
Revert to default loadout if previously selected loadout has been deleted (for auto-loadouts)
Fixed allowed items blocking adding item to creation menu
Preload item icons in ImageLibrary for item default skin
Added command "/editdefaultloadout" to create/edit a default loadout for players if auto-loadouts on respawn is enabled and they havent created a loadout yet
Added command "/deletedefaultloadout" to delete the default loadout
Remove incorrect permission being applied to the copy inventory button