@@ -169,13 +169,16 @@ jobs:
169169 unzip Swiftly.Plugin.Admins.BaseBans.zip
170170 wget https://github.com/swiftly-solution/admins_commands/releases/latest/download/Swiftly.Plugin.Admins.BaseCommands.zip
171171 unzip Swiftly.Plugin.Admins.BaseCommands.zip
172+ wget https://github.com/swiftly-solution/map-chooser/releases/latest/download/Swiftly.Plugin.Map-Chooser.zip
173+ unzip Swiftly.Plugin.Map-Chooser.zip
172174 wget https://github.com/swiftly-solution/cookies/releases/latest/download/cookies.zip
173175 unzip cookies.zip
174176
175177 rm -rf Swiftly.Plugin.Admins.zip
176178 rm -rf Swiftly.Plugin.Admins.BaseComms.zip
177179 rm -rf Swiftly.Plugin.Admins.BaseBans.zip
178180 rm -rf Swiftly.Plugin.Admins.BaseCommands.zip
181+ rm -rf Swiftly.Plugin.Map-Chooser.zip
179182 rm -rf cookies.zip
180183
181184 cd ../../../..
@@ -197,13 +200,16 @@ jobs:
197200 Expand-Archive Swiftly.Plugin.Admins.BaseBans.zip -DestinationPath .
198201 Invoke-WebRequest https://github.com/swiftly-solution/admins_commands/releases/latest/download/Swiftly.Plugin.Admins.BaseCommands.zip -OutFile Swiftly.Plugin.Admins.BaseCommands.zip
199202 Expand-Archive Swiftly.Plugin.Admins.BaseCommands.zip -DestinationPath .
203+ Invoke-WebRequest https://github.com/swiftly-solution/map-chooser/releases/latest/download/Swiftly.Plugin.Map-Chooser.zip -OutFile Swiftly.Plugin.Map-Chooser.zip
204+ Expand-Archive Swiftly.Plugin.Map-Chooser.zip -DestinationPath .
200205 Invoke-WebRequest https://github.com/swiftly-solution/cookies/releases/latest/download/cookies.zip -OutFile cookies.zip
201206 Expand-Archive cookies.zip -DestinationPath .
202207
203208 Remove-Item -Force Swiftly.Plugin.Admins.zip
204209 Remove-Item -Force Swiftly.Plugin.Admins.BaseComms.zip
205210 Remove-Item -Force Swiftly.Plugin.Admins.BaseBans.zip
206211 Remove-Item -Force Swiftly.Plugin.Admins.BaseCommands.zip
212+ Remove-Item -Force Swiftly.Plugin.Map-Chooser.zip
207213 Remove-Item -Force cookies.zip
208214
209215 Set-Location ../../../..
0 commit comments