RUST Building Workbench v1.4.1

No permission to download
You can download a maximum of 0 files within 24 hours

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
}
Code:
Please, Log in or Register to view codes content!

Localization​

The default messages are in the BuildingWorkbench file under the lang/en directory. To add support for another language, create a new language folder (e.g. de for German) if not already created, copy the default language file to the new folder and then customize the messages.
Code:
Please, Log in or Register to view codes content!
Author
Box2
Downloads
0
Views
21
First release
Last update
Rating
0.00 star(s) 0 ratings

Similar resources

Rotate and demolish buildings when you want
0.00 star(s) 0 ratings
Downloads
0
Updated
Allows players to easily upgrade or downgrade an entire building
0.00 star(s) 0 ratings
Downloads
0
Updated
Automatic application of DLC skins for building blocks
0.00 star(s) 0 ratings
Downloads
0
Updated
Смайлы по мотивам Minecraft.
0.00 star(s) 0 ratings
Downloads
0
Updated
Eliminates the requirement of being near a bench to craft
0.00 star(s) 0 ratings
Downloads
0
Updated
Back
Top
Development Community