Releases: Pugmatt/BedrockConnect
Releases · Pugmatt/BedrockConnect
1.16.220 Support
1.16.220 Support
Server domain TLD Bug Fix
- Fixes bug where entered server IPs with TLDs such as '.network' would not be allowed, due to the max TLD length being 6, which has now been increased to 64.
1.16.210 Support
- 1.16.210 Support
- Adds the ability to whitelist players (Shoutout to @Turtley12 for implementation)
Allow disabling featured servers + bug fixes
- Can now disable featured servers
featured_servers
to false in the launch arguments (Shoutout to @jermafenser for implementation) - Couple of bug fixes
Disable User Servers + Exit Button
- Host can now disable player ability to add and remove servers by setting the
user_servers
launch argument to false - Removes original method of exiting server list. Instead of exiting upon closing the main form, the player now exits by clicking the "Exit Server List" button. Old method was causing issues for players when the public serverlist server was under heavy traffic.
Custom Default Servers + inactivity kicking
- Allows support for custom default servers on the serverlist, so a server owner hosting the serverlist server can automatically put their server in the list. See here for more information: https://github.com/Pugmatt/BedrockConnect#defining-your-own-custom-servers (Shoutout to @Technoguyfication for implementation)
- Automatically kick users after 10 minutes of inactivity (can be disabled by setting kick_inactive to false in startup arguments)
1.16.200 Support
- 1.16.200 Support
1.16.100 Support
- 1.16.100 Support
- Using better alternative for CubeCraft's IP
Update DNS file domains
- Updates DNS zones file (that generates if
generatedns
is set to true) domain names
Compilation fixes
- Revert unfinished DNS server to avoid compilation issues.