yarn build-all

This commit is contained in:
SeanWalsh95 2020-10-29 13:24:12 -04:00
parent 9d3178ce2b
commit 044f5569e5
2 changed files with 14 additions and 2 deletions

View File

@ -233,6 +233,16 @@ The following is a list of plugins built into SquadJS, you can click their title
<p>The number of players in the queue before Auto Kick starts kicking players set to -1 to disable</p> <p>The number of players in the queue before Auto Kick starts kicking players set to -1 to disable</p>
<h6>Default</h6> <h6>Default</h6>
<pre><code>-1</code></pre> <pre><code>-1</code></pre>
<h4>roundStartDelay</h4>
<h6>Description</h6>
<p>Time delay in minutes from start of the round before auto AFK starts kicking again</p>
<h6>Default</h6>
<pre><code>15</code></pre>
<h4>ignoreAdmins</h4>
<h6>Description</h6>
<p>Whether or not admins will be auto kicked for being unassigned</p>
<h6>Default</h6>
<pre><code>false</code></pre>
</details> </details>
<details> <details>

View File

@ -11,7 +11,8 @@
"ftpPort": 21, "ftpPort": 21,
"ftpUser": "FTP Username", "ftpUser": "FTP Username",
"ftpPassword": "FTP Password", "ftpPassword": "FTP Password",
"ftpUseListForSize": false "ftpUseListForSize": false,
"reomteAdminLists": []
}, },
"connectors": { "connectors": {
"discord": "Discord Login Token", "discord": "Discord Login Token",
@ -76,7 +77,8 @@
"afkTimer": 6, "afkTimer": 6,
"playerThreshold": 93, "playerThreshold": 93,
"queueThreshold": -1, "queueThreshold": -1,
"roundStartDelay": 15 "roundStartDelay": 15,
"ignoreAdmins": false
}, },
{ {
"plugin": "ChatCommands", "plugin": "ChatCommands",