Skip to content

Commit 02344a3

Browse files
committed
Add api status annotation for new server-properties-path config
1 parent 2f4871e commit 02344a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/mvplugins/multiverse/core/config/CoreConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,12 @@ public String getBukkitYmlPath() {
623623
return configHandle.get(configNodes.bukkitYmlPath);
624624
}
625625

626+
@ApiStatus.AvailableSince("5.3")
626627
public Try<Void> setServerPropertiesPath(String serverPropertiesPath) {
627628
return configHandle.set(configNodes.serverPropertiesPath, serverPropertiesPath);
628629
}
629630

631+
@ApiStatus.AvailableSince("5.3")
630632
public String getServerPropertiesPath() {
631633
return configHandle.get(configNodes.serverPropertiesPath);
632634
}

0 commit comments

Comments
 (0)