From 4f7425f30a94d555220a73631c701fe68d917988 Mon Sep 17 00:00:00 2001 From: ME1312 Date: Mon, 14 Jan 2019 10:36:06 -0500 Subject: [PATCH] Updated SubCreator (markdown) --- SubCreator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SubCreator.md b/SubCreator.md index 2067351..0e2e668 100644 --- a/SubCreator.md +++ b/SubCreator.md @@ -39,7 +39,7 @@ All values are Optional. This is what each one does:
`Icon` - Sets the Item Icon for various interfaces
`Build` - Sets build options for SubCreator
    `Import` - Import other templates by name
-    `Server-Type` - Sets the [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/)
+    `Server-Type` - Sets the [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html)
    `Use-Cache` - Creates and forwards a valid cache directory to the build script when true
    `Shell-Location` - File path for launching a build script
    `Permission` Permission to give that build script after copy (requires `Shell-Location`)
@@ -50,7 +50,7 @@ __build.sh__:
This is an optional build script defined by `Shell-Location` in `template.yml`. This script uses bash as it's interpreter, even on windows. You can use the following environment variables available for server creation in addition to the system's own:
`name` - The name of the server as requested by the user
`template` - The name of the template being used
-`type` - The [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/) this script is building
+`type` - The [ServerType](https://src.me1312.net/jenkins/job/SubServers%20Platform/javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/SubCreator.ServerType.html) this script is building
`version` - The minecraft version as requested by the user
`sp_version` - The sponge build version parsed by the creator (FORGE and SPONGE servers only)
`mcf_version` - The forge build version parsed by the creator (FORGE servers only)