feat: add BeamMP support (#447)

* feat: add beammp support

* fix: cleanup server name of escape codes

* chore: add a new line for better readability
This commit is contained in:
CosminPerRam 2023-12-30 22:41:56 +02:00 committed by GitHub
parent 68c8423c84
commit 6bfbc883be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 61 additions and 1 deletions

View file

@ -36,6 +36,7 @@ see next point) and `tshock` (which is `terraria`).
* Removed the players::setNum method, the library will no longer add empty players as
a placeholder in the `players` fields.
* Stabilized field `numplayers`.
* BeamMP (2021) - Added support.
### 4.3.1
* Fixed support for the Minecraft [Better Compatibility Checker](https://www.curseforge.com/minecraft/mc-mods/better-compatibility-checker) Mod (By @Douile, #436).