Pugmatt / BedrockConnect

Join any Minecraft Bedrock Edition server IP on Xbox One, Nintendo Switch, and PS4/PS5
GNU General Public License v3.0
1.41k stars 165 forks source link

Ability to remove featured servers #351

Closed SirFluffDev closed 1 year ago

SirFluffDev commented 1 year ago

I'd like to be able to remove the featured servers from the list. If there's already a way to do this, please let me know.

Pugmatt commented 1 year ago

If you're hosting your own instance, this can be done by adding featured_servers=false to the startup command. Example:

java -jar BedrockConnect-1.0-SNAPSHOT.jar nodb=true featured_servers=false

If you mean through the main instance through the UI, there is not a way to do this, you would need to host your own instance to remove the featured servers.

SirFluffDev commented 1 year ago

That's exactly what I was looking for! I just noticed that this was in the already readme. Sorry for the pointless issue. Have a good day!