Skip to content

Releases: Pugmatt/BedrockConnect

1.20.70 update

12 Mar 17:33
Compare
Choose a tag to compare
  • Adds support for 1.20.70 release version

1.20.60 update

06 Feb 18:33
Compare
Choose a tag to compare
  • Adds support for 1.20.60 release version

1.20.50 update

05 Dec 21:17
Compare
Choose a tag to compare
  • Adds support for 1.20.50 release version

1.20.40 update

24 Oct 16:58
Compare
Choose a tag to compare
  • Adds support for 1.20.40 release version

1.20.30 update

19 Sep 22:47
Compare
Choose a tag to compare
  • Adds support for 1.20.30 release version
  • Remove Mineplex and Pixel Paradise from featured serverlist (Both have since been shut down)

Allow underscores in server address

16 Aug 05:24
Compare
Choose a tag to compare
  • Modifies the server address input validation rules to allow underscores

1.20.10/1.20.11 update

12 Jul 05:18
Compare
Choose a tag to compare
  • Adds support for 1.20.10/1.20.11 release version

Fix for error upon joining for some players + store_display_names configuration

22 Jun 03:42
Compare
Choose a tag to compare
  • Adds the startup configuration option store_display_names, which can be set to false to disable the storage of player display names

BUG FIX NOTICE
If you are using a BedrockConnect setup that stores player data through a database, your setup might be unable to store data for some players that have special characters in their display names, leading them to be kicked from the serverlist. This error is caused by some special characters not being compatible with the default characterset/collation type in some MySQL versions. If your database is already using a utf8mb4 character-set/collation, you should be fine. If not, this can be fixed by doing one of the following:

  • (Easiest way) Disabling the storage of display names, which can be done by setting store_display_names=false in your BedrockConnect startup command. (For any concerns about disabling this: Display names are not really used anywhere in BedrockConnect's codebase, other than for reference in the storage)
  • Or, if you'd like to keep the display names in the player data, set the character-set and collation for your database/table (Or just the "name" column) to use utf8mb4. How to do this would depend on your MySQL version, so I would recommend performing your own research on how to perform this. (And backup your current database before doing so)

1.20.0 update

08 Jun 02:46
5e707bc
Compare
Choose a tag to compare
  • Adds support for 1.20.0 release version

fetch_ips setting + fixes/optimizations

07 May 10:02
Compare
Choose a tag to compare
  • Adds fetch_ips setting, which when enabled by adding fetch_ips=true to your BedrockConnect instance's launch command, will dynamically grab the IP address from any server the user is joining. (User server, custom server, featured server, etc) (Not to be confused with fetch_featured_ips, which only enables this functionality on the default listed featured servers)
  • Fixes broken default server icon
  • Optimizations