From 2e6f6edf99b55501cc3128136df252f4e16cfbc5 Mon Sep 17 00:00:00 2001 From: santevemox <57247088+santevemox@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:22:32 -0600 Subject: [PATCH] Update providers.ts (#58) * Update providers.ts VemoxHost added * Maintain alphabetized list --------- Co-authored-by: Kas-tle <26531652+Kas-tle@users.noreply.github.com> --- src/data/providers.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/providers.ts b/src/data/providers.ts index d1ca5be..a858987 100644 --- a/src/data/providers.ts +++ b/src/data/providers.ts @@ -173,6 +173,14 @@ export const providersData: Providers = { message: "You can enable Geyser on the version changer page. Geyser will run on the given port by the host." }) }, + { + name: 'VemoxHost', + url: 'https://vemoxhost.com/', + description: translate({ + id: 'providers.provider.vemox_hosting.description', + message: "Full automatic installation. Go to one of the panel options and select the option to enable GeyserMC. Then, restart and connect to your server using your Java IP and port." + }) + }, { name: 'Virtual Gladiators', url: 'https://virtualgladiators.com/',