Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AxentHost to providers list #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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 @@ -48,6 +48,14 @@ export const providersData: Providers = {
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)."
})
},
{
name: 'AxentHost',
url: 'https://axenthost.com/',
description: translate({
id: 'providers.provider.axenthost.description',
message: "Navigate to the server Variants tab and select GeyserMC. By default, vanilla Minecraft servers are created, so removing the server files in the Files tab before switching variant will be required to make a clean installation of Geyser. This happens since the reinstallation is a soft reinstall and the process doesn't remove the old server files coming from the vanilla variant."
})
},
{
name: 'Cloud Nord',
url: 'https://cloudnord.net/',
Expand Down