Infiniverse Utils

Quick rating

Community listing page, reviews here may not be monitored by the author.

Infiniverse Utils

No reviews yet

Server utilities for adding and removing dynamic dimensions

Custom Dimensions
Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
infiniverse_utils-1.18.2-1.0.0.2.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Infiniverse Utils is a mod that adds server utilities for adding and removing dynamic dimensions. This mod is currently available for the Forge modloader.

Infiniverse Utils requires the Infiniverse mod present on the server. Infiniverse Utils is not required to be present on clients to be used (and works with vanilla clients). The Infiniverse mod is available here: https://www.curseforge.com/minecraft/mc-mods/infiniverse

Infiniverse Utils adds the following commands; by default, these commands require a permission level of 4 (server admin or singleplayer creative world owner) to use. The minimum permission level can be configured in yourminecraftinstance/config/infiniverse_utils-common.toml, which will be generated the first time minecraft is launched with Infiniverse Utils installed.

/infiniverse recreate

* /infiniverse recreate <oldDimensionName: Dimension> <newDimensionName: Dimension> [autoseed|copyseed|randomseed|seed] [seed: String]

This command recreates an existing dimension using the same chunk generator. The arguments are as follows:

* `oldDimensionName` -- The namespaced ID of the dimension being recreated. If a namespace is not specified, "minecraft" will be used as the namespace.
* `newDimensionName` -- The namespaced ID of the new copy of the dimension. Cannot use any existing dimension IDs.
* `[autoseed|copyseed|randomseed|seed]` -- Optional argument, indicates how to generate the seed of the new dimension. Defaults to copyseed if not specified.
* * `autoseed` -- Generates a seed from the server's primary seed and the new ID of the new dimension.
* * `copyseed` -- Uses the same seed as the original dimension being recreated.
* * `randomseed` -- Uses a random seed.
* * `seed` -- Accepts one additional [seed: String] argument, accepting a numeric or string seed in the same manner as the singleplayer create world menu.
* `[seed: String]` Only used with the `seed` seed type above

Be aware that if a dimension is created with the same ID as a previously-existing dimension that was unregistered using the remove command below or similar means, any region files or other data that still exist on the server will be used for the new dimension, causing the previously-existing dimension's chunks to be present in the "new" dimension. Freshly generated chunks in the new dimension will use the new chunk generator and seed. This may cause discontinuities between old chunks and new chunks.

/infiniverse remove

* /infiniverse remove <oldDimensionName: Dimension>

This command removes a dimension from the server's dimension registry. Doing so will eject all players present in that dimension to their respawn point (or to the overworld spawn if their respawn point is unavailable). Dimensions removed in this way will no longer be accessible and will no longer tick, until readded by `/infiniverse recreate`, or by another mod that can add dimensions at runtime. This does not delete the region files or other persistant data for that dimension, so if the dimension is recreated by any means, any changes or buildings made by players will still be there.

Dimensions defined via dimension json can be temporarily removed by this method, but will be automatically reregistered by minecraft the next time the server starts if the dimension jsons are still present in the server's datapacks. The three vanilla dimensions (overworld, nether, and end) cannot be removed by this command.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works