BedrockConnect Versions Save

Join any Minecraft Bedrock Edition server IP on Xbox One, Nintendo Switch, and PS4/PS5

1.43

3 weeks ago
  • Adds support for 1.20.80 release version

1.42.1

1 month ago
  • Upgrades RakNet version so proper packet rate limiting is in place (Can be configured in startup command with packet_limit, offline_packet_limit, and global_packet_limit)

1.42

2 months ago
  • Adds support for 1.20.70 release version

1.41

3 months ago
  • Adds support for 1.20.60 release version

1.40

5 months ago
  • Adds support for 1.20.50 release version

1.39

6 months ago
  • Adds support for 1.20.40 release version

1.38

8 months ago
  • Adds support for 1.20.30 release version
  • Remove Mineplex and Pixel Paradise from featured serverlist (Both have since been shut down)

1.37

9 months ago
  • Modifies the server address input validation rules to allow underscores

1.36

10 months ago
  • Adds support for 1.20.10/1.20.11 release version

1.35

10 months ago
  • 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)