Update README.MD

Update README.MD with the same formatting of SquadJS README.MD
This commit is contained in:
sergelouie6 2022-08-25 22:08:34 +08:00 committed by GitHub
parent c3b4193a2a
commit c780ab42ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>