

Multiworld
Активный0.0
Установок
0
Последнее обновление
2 недели назад
Версии
1.17 — 1.21.5
Сервер
Fabric
Forge
Neoforge
Утилиты
Adds support for teleporting & creating multiple worlds. Supports Fabric, Forge, & NeoForge.
Features
- Create multiple worlds with different generators, types, & seeds.
- Easily teleport between worlds with commands
- And more.
Command Usage:
- Output mod version:
/mv version
- List all worlds:
/mw list
- Create world:
/mw create <id> <dim> [-g=GENERATOR -s=SEED]
- Example:
/mw create testworld NORMAL
- Example:
/mw create testworld NETHER
- Example:
/mw create testworld END
- Example:
/mw create testworld NORMAL -g=FLAT -s=1234
- Example:
- Teleport to world:
/mw tp <id>
- Example:
/mw tp minecraft:overworld
- Example (Console):
/mw tp overworld Player52
- Example:
- Set a Gamerule:
- Example:
/mw gamerule doDaylightCycle false
- Example:
- Set a worlds difficulty:
- Example:
/mw difficulty EASY
- Example:
- Delete a world (Console Only)
/mw delete <id>
Permissions
Multiworld supports either LuckPerms or CyberPerms.
The permission multiworld.admin
or being /op
-ed grants access to every command.
- /mw -
multiworld.cmd
- /mw tp -
multiworld.tp
- /mw spawn -
multiworld.spawn
- /mw setspawn -
multiworld.setspawn
- /mw create -
multiworld.create
- /mw gamerule -
multiworld.gamerule
- /mw difficulty -
multiworld.difficulty
- /mw delete - Console-only command
Coming soon
added in 1.9/mw delete
command/mw load/unload
Custom generator support.added in 1.9- Custom Portal support.
Note: Multiworld makes use of the Fantasy library by NucleoidMC for creation of worlds.