Is there a way to alter the wb level of an individual item, so for example metal door can be crafted without workbench? Ideally via a server setting, otherwise via plugin?
Change an item's workbench level?
would need plugin it can be changed in
public class ItemBlueprint : MonoBehaviour
public int workbenchLevelRequired;
public class ItemBlueprint : MonoBehaviour
public int workbenchLevelRequired;