rm test plugin after testing

This commit is contained in:
SeanWalsh95 2021-03-09 12:08:54 -05:00
parent 65141f987e
commit 719dbcb6eb
2 changed files with 0 additions and 23 deletions

View File

@ -327,23 +327,6 @@ Interested in creating your own plugin? [See more here](./squad-server/plugins/r
<pre><code>Please apologise for ALL TKs in ALL chat!</code></pre></li></ul>
</details>
<details>
<summary>AWNTest</summary>
<h2>AWNTest</h2>
<p>Plugin to Test the AWN API Connector.</p>
<h3>Options</h3>
<ul><li><h4>awnAPI (Required)</h4>
<h6>Description</h6>
<p>Discord connector name.</p>
<h6>Default</h6>
<pre><code>awnAPI</code></pre></li>
<li><h4>adminListID (Required)</h4>
<h6>Description</h6>
<p>AWN Admin List ID to test.</p>
<h6>Default</h6>
<pre><code>0000</code></pre></li></ul>
</details>
<details>
<summary>ChatCommands</summary>
<h2>ChatCommands</h2>

View File

@ -56,12 +56,6 @@
"enabled": true,
"message": "Please apologise for ALL TKs in ALL chat!"
},
{
"plugin": "AWNTest",
"enabled": false,
"awnAPI": "awnAPI",
"adminListID": "0000"
},
{
"plugin": "ChatCommands",
"enabled": true,