This commit is contained in:
Fantino Davide 2022-09-06 13:13:36 +02:00
commit 1ec43bd06d

View File

@ -1 +1,23 @@
map vote plugin for squad js based on the original version https://github.com/maskedmonkyman/squad-js-map-vote
<h2>MapVote</h2>
<p>The <code>MapVote</code> plugin for squad js based on the original version https://github.com/maskedmonkyman/squad-js-map-vote</p>
<h3>Options</h3>
<ul><li><h4>minPlayersForVote</h4>
<h6>Description</h6>
<p>The number of players needed on the server for a vote to start.</p>
<h6>Default</h6>
<pre><code>30</code></pre></li>
<li><h4>voteWaitTimeFromMatchStart</h4>
<h6>Description</h6>
<p>The time in mins from the start of a round to the start of a new map vote.</p>
<h6>Default</h6>
<pre><code>10</code></pre></li>
<li><h4>voteBroadcastInterval</h4>
<h6>Description</h6>
<p>The broadcast interval for vote notification in mins.</p>
<h6>Default</h6>
<pre><code>7</code></pre></li>
<li><h4>automaticSeedingMode</h4>
<h6>Description</h6>
<p>The set a seeding layer if server has less than 20 players.</p>
<h6>Default</h6>
<pre><code>true</code></pre></li>