Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/data/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ export const providersData: Providers = {
message: "Tick the 'Enable Bedrock crossplay?' option when changing your server software to automatically install and configure Geyser + Floodgate. For more details, navigate to [lilypad.gg/bedrock](https://lilypad.gg/bedrock)."
})
},
{
name: 'MCHosts',
url: 'https://mchosts.com.au/',
description: translate({
id: 'providers.provider.mchosts.description',
message: "Free on all plans. Enable it from the Connections tab in the control panel to automatically install Geyser and Floodgate. See [MCHosts's article](https://mchosts.com.au/knowledgebase/bedrock-edition) for connection details."
})
},
{
name: 'MCServerHost',
url: 'https://mcserverhost.com/',
Expand Down