Extends the range of the workbench to work inside the entire building

Supported Games
GameServerKingsGameServerKings
works with

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

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
}

Localization

{
  "Chat": "<color=#bebebe>[<color=#de8732>Building Workbench</color>] {0}</color>",
  "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."
}
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.