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

Bump mc-server-lib to version 3.7.0 and update 'software' key comments in UpdaterConfig.java #264

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
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
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
2 changes: 1 addition & 1 deletion src/main/java/JPM.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public ThisProject(List<String> 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");
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