This commit is contained in:
Fantino Davide 2022-09-06 14:14:57 +02:00
parent a7d8badbd6
commit 72697007a1

View File

@ -32,8 +32,7 @@
<h6>Default</h6> <h6>Default</h6>
<pre><code>[]</code></pre></li> <pre><code>[]</code></pre></li>
<h3>Example configuration</h3> <h3>Example configuration</h3>
<pre><code> ```json{
{
"plugin": "MapVote", "plugin": "MapVote",
"enabled": true, "enabled": true,
"minPlayersForVote": 30, "minPlayersForVote": 30,
@ -44,5 +43,4 @@
"gamemodeWhitelist": [ "AAS", "RAAS", "Invasion" ], "gamemodeWhitelist": [ "AAS", "RAAS", "Invasion" ],
"layerLevelBlacklist": [ "BlackCoast_Seed" ] "layerLevelBlacklist": [ "BlackCoast_Seed" ]
} }
</code></pre></li> ```