Skip to content

Commit

Permalink
Added Birdflop to Supported Hosting Providers. (#32)
Browse files Browse the repository at this point in the history
* Add Birdflop desc

* Added Birdflop to supported hosting

* Minor grammar corrections

---------

Co-authored-by: Kas-tle <[email protected]>
  • Loading branch information
Person0z and Kas-tle authored Sep 10, 2024
1 parent acdd2b0 commit dc19bf6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"providers.provider.aternos.description": {
"message": "Install Geyser in the Aternos plugin list and connect to your server with your Java IP and port. See [Aternos's article](https://support.aternos.org/hc/en-us/articles/360051047631) for more details. Do note: Aternos automatically installs the latest version of the plugin, but does not auto update it. To update Geyser on Aternos, simply reinstall the plugin (no need to uninstall the plugin/deleting the plugin files)."
},
"providers.provider.birdflop.description": {
"message": "Open an allocation in the networks tab. If you have a dedicated IP, you can open a ticket to request allocation of the default Bedrock port (19132). Update the config to use the allocated port and restart the server."
},
"providers.provider.cloud_nord.description": {
"message": "Go to their [Crossplay Server](https://cloudnord.net/minecraftcrossplay-server-hosting/) hosting section and order your server. Instructions on how to join are provided."
},
Expand Down
8 changes: 8 additions & 0 deletions src/data/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ export const providersData: Providers = {
message: "You must have a plan with a dedicated IP. In Geyser's config, uncomment the `bedrock address` and set it to the public IP of your server (e.g. `address: 51.79.129.18`). Leave the port as `19132`. Under the home tab, select 'Enable UDP Network' and restart the server. See Bisect's [article](https://www.bisecthosting.com/clients/index.php?rp=/knowledgebase/193/How-to-install-Geyser-and-Floodgate-on-a-Minecraft-Java-server.html) for full instructions. If you still cannot connect after following these instructions, contact Bisect Support as they reportedly have UDP disabled on some nodes."
})
},
{
name: 'Birdflop',
url: 'https://birdflop.com/',
description: translate({
id: 'providers.provider.birdflop.description',
message: "Open an allocation in the networks tab. If you have a dedicated IP, you can open a ticket to request allocation of the default Bedrock port (19132). Update the config to use the allocated port and restart the server."
})
},
{
name: 'Bloom.Host',
url: 'https://www.bloom.host/',
Expand Down

0 comments on commit dc19bf6

Please sign in to comment.