Configuration
Bench Options
Learn how to configure the bench options.
Learn how to configure the 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. Default: false.isInvincible: Make the player invincible while using the bench (can only be false if allowMultipleUsers is disabled). Default: false.removeBlueprintOnCraft: Remove the blueprint from the player after crafting. Default: false.enableSpotlight: Enable the spotlight for the bench. Default: true.enablePortableBenches: Enable portable benches, allowing players to place the bench themselves with items. See the Portable Benches setup guide. Default: true.enableBlueprintItems: Enable blueprint items, requiring players to have the blueprint item in their inventory to craft. See the Blueprint Items setup guide. Default: true.colors: Set the primary and neutral colors of the bench UI.hideUnavailableRecipes: Hide recipes that the player can't craft. Default: false.filterMissingBlueprintRecipes: Filter out recipes that the player doesn't have the blueprint for. Default: false.allowViewLockedRecipes: Allow players to view locked recipes (preview only, crafting disabled). Default: false.blueprintDurability: Enable or disable blueprint durability, with a default number of uses. Only works if enableBlueprintItems and removeBlueprintOnCraft are enabled.adminBenchAccess: Allow admins to use all benches. Default: true.kickPlayerOnDamage: Kick the player from the bench if they take damage. Default: true.blueprintStrictMode: Require players to have a blueprint for every item they want to craft (only works if enableBlueprintItems is enabled). Default: false.pauseCraftingOnExit: Pause the crafting process when the player exits the bench. Default: false.pauseCraftingOnDisconnect: Pause the crafting process when the player disconnects from the server. Default: true.disableLevelSystem: Disable the levels for the bench. Default: false.queueLimit: Maximum number of crafts a player can have in queue at the same time (0 = unlimited). Default: 0.maxCraftAmount: Maximum number of items that can be crafted in a single craft operation (0 = unlimited). Default: 0.giveXPOnFailure: Give XP even when crafting fails. Default: false.Save the file and restart the resource.