This plugin restricts equipping weapon mods to players who are near workbenches. You can specify the required workbench level for each attachment in the config.
Permissions
workbenchequiponly.ignore
- Allows the player to bypass the workbench requirement for equipping weapon mods.
Configuration
JSON:
{
"Version": "1.0.0",
"Required Workbench Level For Attachments": {
"weapon.mod.flashlight": 1,
"weapon.mod.simplesight": 1,
"weapon.mod.muzzlebrake": 2,
"weapon.mod.muzzleboost": 2,
"weapon.mod.holosight": 2,
"weapon.mod.lasersight": 2,
"weapon.mod.extendedmags": 2,
"weapon.mod.silencer": 3,
"weapon.mod.small.scope": 3,
"weapon.mod.8x.scope": 3
}
}
Workbench Levels
1
- Requires a level 1 workbench.2
- Requires a level 2 workbench.3
- Requires a level 3 workbench.
Localization
JSON:
{
"WrongWorkbenchLevel": "You need to be near a level {0} workbench to equip this attachment."
}