Brawl Stars v31

Brawl Stars v31.96 server emulator written in Python.

ScreenShot

Requirements:

  • Python 3.7 or higher
  • pymongo
  • dnspython
  • colorama

MongoDB configuration

First you’ll need to put your MongoDB connection string in config.json. If you don’t know how to get it here’s a quick tutorial: https://imgur.com/a/oXI34dA

Running the server

In a terminal, type pip install -r requirements.txt then run the server using python Main.py

Configuring the client app

To connect to your server, a patched client is required. Download this base APK and change the IP in libmg.config.so.

Battles

We’ve enabled offline battles so you can directly press “PLAY” to start a match. ScreenShot Unfortunately, the offline logic is mostly broken and some gamemodes might not work correctly or even crash.

Got any question?

Contact @ShockWave#5158 on Discord or open an issue.

GitHub

https://github.com/ClassicBrawlTeam/BrawlStars-v31