Structure - Template Exists (Condition) — SkBee

Addon: SkBee · Category: Condition · Since: 2.3.0

Syntax

structure template %string% exists

Description

Check if a structure template exists. This can be helpful to prevent overriding structure templates.

Examples

if structure template "my_structures:house" exists:
if structure template "my_structures:town_hall" doesn't exist:

View source