Configuration
Bench Options
Learn how to configure the bench options.
Configuring Bench Options
-
Open
config.luain the resource folder. -
Find the
BenchOptionssection: -
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 ifallowMultipleUsersis 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 ifenableBlueprintItemsis enabled).pauseCraftingOnExit: Pause the crafting process when the player exits the bench.pauseCraftingOnDisconnect: Pause the crafting process when the player disconnects from the server.disableLevelSystem: Disable the levels for the bench.queueLimit: Maximum number of crafts a player can have in queue at the same time (0 = unlimited).maxCraftAmount: Maximum number of items that can be crafted in a single craft operation (0 = unlimited).
-
Save the file and restart the resource.