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 crafting (only works ifallowMultipleUsers
isfalse
).removeBlueprintOnCraft
: Remove the blueprint from the player after crafting.enableSpotlight
: Enable spotlight effects for the bench.enablePortableBenches
: Enable portable benches, allowing players to place them with specific items.colors
: Customize theprimary
andneutral
colors for 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
: Set blueprint item durability options. Only works ifenableBlueprintItems
andremoveBlueprintOnCraft
are enabled.adminBenchAccess
: Allow admins to use all benches.kickPlayerOnDamage
: Kick the player from the bench if they take damage.blueprintStrictMode
: Require a blueprint for every item the player wants to craft. Only works ifenableBlueprintItems
is enabled.persistentQueue
: Save the queue for the player, allowing them to continue crafting after exiting the bench.
-
Save the file and restart the resource.