diff --git a/README.MD b/README.MD index 4330749..e0673ec 100644 --- a/README.MD +++ b/README.MD @@ -31,3 +31,18 @@

The random layer list will not include the blacklisted layers or levels. (acceptable formats: Gorodok/Gorodok_RAAS/Gorodok_AAS_v1).

Default
[]
+

Example configuration

+

+{
+    "plugin": "MapVote",
+    "enabled": true,
+    "minPlayersForVote": 30,
+    "voteWaitTimeFromMatchStart": 10,
+    "voteBroadcastInterval": 7,
+    "numberRecentMapsToExlude": 4,
+    "automaticSeedingMode": true,
+    "gamemodeWhitelist": [ "AAS", "RAAS", "Invasion" ],
+    "layerLevelBlacklist": [ "BlackCoast_Seed" ]
+}
+
+