Skip to content

Commit

Permalink
Added MCServerHost to hosting providers (#47)
Browse files Browse the repository at this point in the history
* Added MCServerHost to hosting providers

* Update providers.ts

* Correct grammar and make instructions more concise

---------

Co-authored-by: Kas-tle <[email protected]>
  • Loading branch information
Roolps and Kas-tle authored Dec 26, 2024
1 parent 1473413 commit 6c8dc90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,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: 'MCServerHost',
url: 'https://mcserverhost.com/',
description: translate({
id: 'providers.provider.mcserverhost.description',
message: "Under the server configuration, select 'Crossplay' to automatically install Geyser and Floodgate. Join with the connection address. To update Geyser and Floodgate, replace the plugin jars in the server manager and restart the server."
})
},
{
name: 'Minefort',
url: 'https://minefort.com/',
Expand Down

0 comments on commit 6c8dc90

Please sign in to comment.