Configuration
Bench Options
Learn how to configure the bench options.
Configuring Bench Options
-
Open
config.lua
in the resource folder. -
Find the
BenchOptions
section: -
Modify the options as needed. Available options include:
allowMultipleUsers
: Allow multiple users to use the bench simultaneously.isInvincible
: Make the player invincible while using the bench (can only be false ifallowMultipleUsers
is disabled).removeBlueprintOnCraft
: Remove the blueprint from the player after crafting.enableSpotlight
: Enable the spotlight for the bench.enablePortableBenches
: Enable portable benches, allowing players to place the bench themselves with items.enableBlueprintItems
: Enable blueprint items, requiring players to have the blueprint item in their inventory to craft.colors
: Set the primary and neutral colors of the bench.hideUnavailableRecipes
: Hide recipes that the player can't craft.filterMissingBlueprintRecipes
: Filter out recipes that the player doesn't have the blueprint for.blueprintDurability
: Enable or disable blueprint durability, with a default number of uses.adminBenchAccess
: Allow admins to use all benches.kickPlayerOnDamage
: Kick the player from the bench if they take damage.blueprintStrictMode
: Require players to have a blueprint for every item they want to craft (only works ifenableBlueprintItems
is enabled).pauseCraftingOnExit
: Pause the crafting process when the player exits the bench.disableLevelSystem
: Disable the levels for the bench.
-
Save the file and restart the resource.