From 0440a37a0348d3e3f99e7868a6ccf341f6473aa9 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Thu, 24 Jun 2021 21:41:03 -0400 Subject: [PATCH] Updated SubCreator (markdown) --- SubCreator.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SubCreator.md b/SubCreator.md index ea92a03..bb059ab 100644 --- a/SubCreator.md +++ b/SubCreator.md @@ -24,6 +24,7 @@ This is a YAML file on the root folder, used to modify SubCreator's default conf ```yml Template: Enabled: true + Internal: false Display: 'Example' Icon: 'minecraft:redstone_torch' Build: @@ -48,6 +49,7 @@ Template: ``` `Template` **[Object]**: Settings container for this template. All of these values are optional unless otherwise specified. See [Configuration](https://github.com/ME1312/SubServers-2/wiki/Configuration) for more info on the value types and modifiers used here.
    `Enabled` **[Boolean]**: Set whether this template is enabled
+    `Internal` **[Boolean]**: Mark this template for internal use only (for use with `Import`)
    `Display` **[String]**: Set the display name of this template
    `Icon` **[Item]**: Set the [item icon](https://github.com/ME1312/SubServers-2/wiki/Integrations#bukkit-item-naming) of this template
    `Build` **[Object]**: SubCreator build options