About
For players with the permission the range of workbench will be extended throughout the entire building.- Note: Building needs to have a tool cupboard in order to work.
Permission
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>.- buildingworkbench.use - Allows players to have their workbench extended throughout the entire building.
- After adding the permission you need to reload the plugin or have the players rejoin.
- buildingworkbench.cancelcraft - Players with this permission will have their crafting canceled if their workbench level changes below the crafting level. All items will be returned.
Grant Example
o.grant group default buildingworkbench.use - will grant all players extended workbench.Configuration
The settings and options can be configured in the BuildingWorkbench file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.Normal Building Check vs Fast Building Check
Normal building Check will check around the player in a sphere with a radius based on the config value "Distance from base to be considered inside building". Then it needs to process all building blocks for each building to determine which bases the player is nearby.Fast building Check will only check "Distance from base to be considered inside building" / 2 below and above the player for the buildings they are nearby.
Fast building check will be much faster but won't be nearly as accurate as the normal building check.
{
"Display workbench built notification": true,
"Display cancel craft notification": true,
"Inside building check frequency (Seconds)": 3.0,
"Enable Fast Building Check (Only checks above and below a player)": false,
"Distance from base to be considered inside building (Meters)": 16.0,
"Required distance from last update (Meters)": 5.0
}