mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-25 19:56:24 +01:00
Updated SubCreator (markdown)
parent
56effa8f86
commit
169855a28d
@ -39,6 +39,7 @@ Template:
|
||||
Require-Version: false
|
||||
Can-Update: false
|
||||
Update-Files: false
|
||||
Update-Settings: false
|
||||
Executable: 'bash build.sh'
|
||||
Run-On-Finish: true
|
||||
Settings:
|
||||
@ -59,6 +60,7 @@ Template:
|
||||
`Require-Version` **[Boolean]**: Switches the `[Version]` field from optional to required<br>
|
||||
`Can-Update` **[Boolean]**: Signals that this template can update servers created by it<br>
|
||||
`Update-Files` **[Boolean]**: Replaces files that differ from the template files<br>
|
||||
`Update-Settings` **[Boolean]**: Replaces settings in `servers.yml` that differ from the template's settings<br>
|
||||
`Executable` **[File Path/String]**: A command to execute or the path to a script to execute.<br>
|
||||
`Run-On-Finish` **[Boolean]**: Whether this subserver will be started after SubCreator finishes<br>
|
||||
`Settings` **[Object]**: Sets the default options for the subserver. Any setting from the `Servers` section of the [main configuration](https://github.com/ME1312/SubServers-2/wiki/Configuration#subserversserversyml-global-configuration) is valid here. Additionally, you can use variables for this object's strings using this format: `$variable$`.<br><br>
|
||||
|
Loading…
Reference in New Issue
Block a user