From d186d5e25726a03f1f875289222c290374a62d33 Mon Sep 17 00:00:00 2001 From: santevemox <57247088+santevemox@users.noreply.github.com> Date: Tue, 25 Feb 2025 22:34:39 -0600 Subject: [PATCH 1/2] Update providers.ts VemoxHost added --- src/data/providers.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/providers.ts b/src/data/providers.ts index d1ca5be..2ecf796 100644 --- a/src/data/providers.ts +++ b/src/data/providers.ts @@ -24,6 +24,14 @@ const descriptionTemplates = { export const providersData: Providers = { built_in: [ + { + 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: 'Apex Hosting', url: 'https://apexminecrafthosting.com/', From d13c0cf2b2d54c5f26ab0b8b1a554824db245e52 Mon Sep 17 00:00:00 2001 From: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Date: Thu, 27 Feb 2025 13:14:56 -0800 Subject: [PATCH 2/2] Maintain alphabetized list --- src/data/providers.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/data/providers.ts b/src/data/providers.ts index 2ecf796..a858987 100644 --- a/src/data/providers.ts +++ b/src/data/providers.ts @@ -24,14 +24,6 @@ const descriptionTemplates = { export const providersData: Providers = { built_in: [ - { - 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: 'Apex Hosting', url: 'https://apexminecrafthosting.com/', @@ -181,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/',