Updated SubCreator (markdown)

ME1312 2020-08-19 21:18:40 -04:00
parent 169855a28d
commit 671c6222a8

@ -79,7 +79,7 @@ The following default variables are available for use in the `Settings` section,
**Scripting Variables:**<br>
The following variables are also available for use in the `Executable` build option and your build script in addition to the system's own variables:<br>
**->** `java`: The full path of the current java executable<br>
**->** `mode`: The build mode requested (`CREATE` or `UPDATE`)<br>
**->** `mode`: The build mode requested (`CREATE`, `UPDATE`, or `SWITCH`)<br>
**->** `sp_version`: The sponge build parsed by SubCreator (`FORGE` and `SPONGE` servers only)<br>
**->** `mcf_version`: The forge build parsed by SubCreator (`FORGE` servers only)<br>
**->** `cache`: The caching directory (only when `Use-Cache` is true)<br><br>