Workbench Equip Only

Oxide Workbench Equip Only 1.0.1

Sign in to download
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.
Attachments not listed in the config don't need a workbench to be equipped.

Localization

JSON:
{
  "WrongWorkbenchLevel": "You need to be near a level {0} workbench to equip this attachment."
}
Author
VisEntities
Downloads
12
First release
Last update

Ratings

0.00 star(s) 0 reviews

Also by VisEntities

Latest updates

  1. 1.0.1

    Fixed an issue where players would only receive the WrongWorkbenchLevel message once and not...
Back
Top