fix: update references and add additional launch parameters in documentation

This commit is contained in:
Helvetica Volubi
2026-07-25 21:28:26 +08:00
parent d54b248f27
commit 580201740e
6 changed files with 17 additions and 6 deletions
@@ -163,7 +163,7 @@ public final class AutoUpdateHelper {
if (finalJarPath.equals(stagedJar)) {
LOGGER.info(
"Downloaded the latest Lophine jar to {} and refreshed auto_update/core.path for Hyacinthusclip. Please restart your server.",
"Downloaded the latest Lophine jar to {} and refreshed auto_update/core.path for Clip. Please restart your server.",
finalJarPath.toAbsolutePath()
);
} else {
@@ -14,7 +14,7 @@ public class ServerFeatureManager implements FeatureManager {
availableFeatures.add(FAKEPLAYER); // Lophine - fakeplayer support
availableFeatures.add(PHOTOGRAPHER); // Lophine - Replay Mod API support
availableFeatures.add(UPDATE_SUPPRESSION_EVENT); // Lophine - update suppression event support
if (Boolean.getBoolean("leavesclip.enable.mixin") || Boolean.getBoolean("hyacinthusclip.enable.mixin")) {
if (Boolean.getBoolean("morninggloryclip.enable.mixin")) {
availableFeatures.add(MIXIN);
}
}