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.
2 parents 0822b14 + 87571e7 commit b6c309aCopy full SHA for b6c309a
src/main/java/org/mvplugins/multiverse/core/world/options/CreateWorldOptions.java
@@ -288,6 +288,8 @@ public boolean doFolderCheck() {
288
*
289
* @param worldProperties A map of world property string key-value pairs.
290
* @return This {@link CreateWorldOptions} instance.
291
+ *
292
+ * @since 5.5
293
*/
294
@ApiStatus.AvailableSince("5.5")
295
public @NotNull CreateWorldOptions worldPropertyStrings(@NotNull Map<@NotNull String, @Nullable String> worldProperties) {
0 commit comments