Updated SubCreator (markdown)

ME1312 2021-06-25 00:48:01 -04:00
parent 7d33c3cecc
commit 52b236921e

@ -49,7 +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.<br> `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.<br>
&nbsp; &nbsp; `Enabled` **[Boolean]**: Set whether this template is enabled<br> &nbsp; &nbsp; `Enabled` **[Boolean]**: Set whether this template is enabled<br>
&nbsp; &nbsp; `Internal` **[Boolean]**: Mark this template for internal use only (for templates that should only be accessed through `Import`)<br> &nbsp; &nbsp; `Internal` **[Boolean]**: Mark this template for internal use, restricting access to this template to those that `Import` it<br>
&nbsp; &nbsp; `Display` **[String]**: Set the display name of this template<br> &nbsp; &nbsp; `Display` **[String]**: Set the display name of this template<br>
&nbsp; &nbsp; `Icon` **[Item]**: Set the [item icon](https://github.com/ME1312/SubServers-2/wiki/Integrations#bukkit-item-naming) of this template<br> &nbsp; &nbsp; `Icon` **[Item]**: Set the [item icon](https://github.com/ME1312/SubServers-2/wiki/Integrations#bukkit-item-naming) of this template<br>
&nbsp; &nbsp; `Build` **[Object]**: SubCreator build options<br> &nbsp; &nbsp; `Build` **[Object]**: SubCreator build options<br>