We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9750fad commit 2f4871eCopy full SHA for 2f4871e
1 file changed
src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java
@@ -513,6 +513,7 @@ private <N extends Node> N node(N node) {
513
.build());
514
515
final ConfigNode<String> serverPropertiesPath = node(ConfigNode.builder("misc.server-properties-path", String.class)
516
+ .comment("")
517
.comment("Change this if you use a custom path for the server.properties file with `--config` startup flag.")
518
.comment("Note: this config option needs a server restart to take effect.")
519
.defaultValue("server.properties")
0 commit comments