https://github.com/monah-rasta/buildingworkbench
Oxide plugin for Rust. Extends the range of the workbench to work inside the entire building.
https://github.com/monah-rasta/buildingworkbench
Last synced: 4 months ago
JSON representation
Oxide plugin for Rust. Extends the range of the workbench to work inside the entire building.
- Host: GitHub
- URL: https://github.com/monah-rasta/buildingworkbench
- Owner: MONaH-Rasta
- License: mit
- Created: 2024-05-06T16:30:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T07:39:03.000Z (over 1 year ago)
- Last Synced: 2025-04-30T13:15:08.720Z (about 1 year ago)
- Language: C#
- Homepage: https://umod.org/plugins/building-workbench
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BuildingWorkbench
Oxide plugin for Rust. Extends the range of the workbench to work inside the entire building.
## 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
* `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
```json
{
"Display workbench built notification": true,
"Display cancel craft notification": true,
"Inside building check frequency (Seconds)": 3.0,
"Distance from base to be considered inside building (Meters)": 16.0,
"Required distance from last update (Meters)": 5.0
}
```
## Localization
```json
{
"Chat": "[Building Workbench] {0}",
"Notification": "Your workbench range has been increased to work inside your building",
"CraftCanceledV1": "Your workbench level has changed. Crafts that required a higher level have been cancelled."
}
```