Skip to content

Add void world - #408

Open
PloatnO wants to merge 2 commits into
kaboomserver:masterfrom
PloatnO:master
Open

PloatnO wants to merge 2 commits into
kaboomserver:masterfrom
PloatnO:master

Conversation

@PloatnO

@PloatnO PloatnO commented Sep 1, 2026

Copy link
Copy Markdown

No description provided.

Comment thread src/main/java/pw/kaboom/extras/Main.java Outdated
Comment thread src/main/java/pw/kaboom/extras/Main.java Outdated
)
);
this.getServer().createWorld(
new WorldCreator("world_void")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should probably use NamespacedKey here?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean the world_flatlands doesn't so i dont want to mess anything up

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/**
 * Creates an empty WorldCreationOptions for the given world name.
 *
 * <p>Prefer {@link #ofKey(NamespacedKey)} for new or already-migrated worlds.</p>
 *
 * @param name Name of the world that will be created
 */
@ApiStatus.Obsolete
public WorldCreator(@NotNull String name) {
    this(name, null);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants