Suit Backpack Compat is a small compatibility plugin for Rust servers that allows specific backpacks to be worn together with specific suit-type items.
By default, many full-body suit items occupy the clothing slots in a way that can conflict with backpacks or other wearable items. This plugin allows configured backpacks to stay compatible with configured suits, while also blocking unwanted extra clothing from being worn over the suit.
The plugin checks players when they connect, when the server initializes, and when items are added to the wear container. If a player has a configured suit equipped, only the configured backpack is allowed to stay together with it. Any extra wearable items are moved to the main inventory, belt, or dropped if there is no free space.
This is useful for servers with custom suits, VIP outfits, event suits, NPC suits, custom backpacks, or modded equipment setups.
If you download or use my resources, please leave a reaction and a comment. This helps me see that the plugin is useful and motivates me to release more resources.
No commands.
No permissions.
By default, many full-body suit items occupy the clothing slots in a way that can conflict with backpacks or other wearable items. This plugin allows configured backpacks to stay compatible with configured suits, while also blocking unwanted extra clothing from being worn over the suit.
The plugin checks players when they connect, when the server initializes, and when items are added to the wear container. If a player has a configured suit equipped, only the configured backpack is allowed to stay together with it. Any extra wearable items are moved to the main inventory, belt, or dropped if there is no free space.
This is useful for servers with custom suits, VIP outfits, event suits, NPC suits, custom backpacks, or modded equipment setups.
If you download or use my resources, please leave a reaction and a comment. This helps me see that the plugin is useful and motivates me to release more resources.
Features
- Allows selected backpacks to be worn with selected suits.
- Blocks extra clothing over configured suit items.
- Automatically validates player wear items.
- Moves blocked items to inventory or belt when possible.
- Drops blocked items only if there is no free inventory space.
- Configurable allowed backpack list.
- Configurable allowed suit list.
- No commands required.
- Lightweight compatibility plugin.
Commands
No commands.
Permissions
No permissions.
Configuration
{ "AllowedBackpacks": [ "smallbackpack", "largebackpack", "kriegbackpack" ], "AllowedSuits": [ "hazmatsuit_scientist_naval", "hazmatsuit.arcticsuit", "jumpsuit.waterwellnpc", "hazmatsuit_scientist_arctic", "hazmatsuit_scientist", "attire.banditguard", "hazmatsuit_scientist_peacekeeper", "oubreak_scientist", "hazmatsuit.kick", "scientistsuit_heavy", "hazmatsuit_scientist_nvgm", "hazmatsuit.pilot" ]}Installation
- Download the plugin.
- Place SuitBackpackCompat.cs into your oxide/plugins folder.
- Edit the config if needed.
- Reload the plugin.