From a7d8badbd6356a78faa8aa39f35c5690825031e3 Mon Sep 17 00:00:00 2001 From: Fantino Davide Date: Tue, 6 Sep 2022 14:13:23 +0200 Subject: [PATCH] layer filtering in seeding mode --- README.MD | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" ]
+}
+
+