Updated Configuration (markdown)

ME1312 2019-12-18 13:34:53 -05:00
parent 5728a88de5
commit 1f2870b7fc

@ -156,6 +156,7 @@ Servers:
&nbsp; &nbsp; &nbsp; &nbsp; `Log` **[Boolean]**: Whether this subserver should log to console<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Directory` **[File Path]**: The path to the server directory relative to the path set by the host<br>
&nbsp; &nbsp; &nbsp; &nbsp; `Executable` **[File Path/String]**: A command to execute or the path to a script to execute relative to the directory set above. This value can use the following variables in addition to the system's own:<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `java`: The full path of the current java executable<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `name`: The name of the server<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `host`: The host this server belongs to<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **->** `address`: The bind address of the host<br>