diff --git a/pom.xml b/pom.xml
index 9a047b6..17daee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@ AUTO-GENERATED FILE, CHANGES SHOULD BE DONE IN ./JPM.java or ./src/main/java/JPM
me.hsgamer
mc-server-updater-lib
- 3.4.0
+ 3.7.0
compile
diff --git a/src/main/java/JPM.java b/src/main/java/JPM.java
index f9514fd..12ef0a0 100644
--- a/src/main/java/JPM.java
+++ b/src/main/java/JPM.java
@@ -72,7 +72,7 @@ public ThisProject(List args) {
implementation("org.quartz-scheduler:quartz:2.3.2");
implementation("org.tomlj:tomlj:1.0.0");
implementation("com.formdev:flatlaf:2.2");
- implementation("me.hsgamer:mc-server-updater-lib:3.4.0");
+ implementation("me.hsgamer:mc-server-updater-lib:3.7.0");
implementation("org.apache.sshd:sshd-core:2.13.0");
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2");
diff --git a/src/main/java/com/osiris/autoplug/client/configs/UpdaterConfig.java b/src/main/java/com/osiris/autoplug/client/configs/UpdaterConfig.java
index dc0aa72..02aa0b8 100644
--- a/src/main/java/com/osiris/autoplug/client/configs/UpdaterConfig.java
+++ b/src/main/java/com/osiris/autoplug/client/configs/UpdaterConfig.java
@@ -149,8 +149,9 @@ public UpdaterConfig() throws IOException, DuplicateKeyException, YamlReaderExce
"The actual content/file will update though, thus rename it to something like server.jar, and do not include version info to prevent confusion.");
server_software = put(name, "server-updater", "software").setDefValues("paper").setComments(
"Select your favorite server software. Enter the name below. Supported software:\n" +
- "- Minecraft (paper, waterfall, travertine, velocity, purpur, fabric," +
- "spigot, bungeecord, patina, pufferfish, mirai, pearl, windspigot)\n" +
+ "- Minecraft (paper, travertine, waterfall, velocity, folia, pandaspigot, purpur, bungeecord, " +
+ "spigot, patina, pufferfish, fabric, fabric-dev, spongevanilla, spongevanilla-recommended, " +
+ "spongeforge, spongeforge-recommended, mohist, plazma, kaiiju, divine, leaf, leaves, luminol)\n" +
"- Any Steam game (enter the app-id below, go to https://steamdb.info/ and search for: \" server\" to find the app-id)\n" +
"Note: If you change this, also reset the \"build-id\" to 0 to guarantee correct update-detection.");
server_steamcmd_login = put(name, "server-updater", "steam-cmd-login")