Skip to content

Commit

Permalink
Bump mc-server-lib to version 3.7.0 and update 'software' key comment…
Browse files Browse the repository at this point in the history
…s in UpdaterConfig.java

This commit bumps the mc-server-lib library to version 3.7.0 which adds support for updating PandaSpigot and Mohist. There were some removed server software and some added ones in the previous release. The comments of the 'software' key in the UpdaterConfig.java have also been updated accordingly to the up-to-date supported updaters and are now in the order as it is in the UpdateBuilder.java file of the MCServerUpdater project. A little space was also missing in the comments (which caused a space to miss after a comma), this has also been fixed accordingly.

Signed-off-by: Minionguyjpro <[email protected]>
  • Loading branch information
Minionguyjpro committed Sep 25, 2024
1 parent cdacdf6 commit d642361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ AUTO-GENERATED FILE, CHANGES SHOULD BE DONE IN ./JPM.java or ./src/main/java/JPM
<dependency>
<groupId>me.hsgamer</groupId>
<artifactId>mc-server-updater-lib</artifactId>
<version>3.4.0</version>
<version>3.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: \"<game-name> 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")
Expand Down

0 comments on commit d642361

Please sign in to comment.