Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isaiahmc/multiworld

Multiworld Mod for Fabric & Forge 1.18 - 1.20
https://github.com/isaiahmc/multiworld

fabric minecraft minecraft-forge mod multiverse

Last synced: 7 days ago
JSON representation

Multiworld Mod for Fabric & Forge 1.18 - 1.20

Awesome Lists containing this project

README

        

# Multiworld ![](http://cf.way2muchnoise.eu/multiworld-mod.svg) ![](http://cf.way2muchnoise.eu/versions/multiworld-mod.svg)
The Multiworld Mod - Adds support for creating & teleporting to multiple worlds.


## Command Usage:

## 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 |


## Coming Soon

- World delete command
- Custom generator suppport
- Custom Portal support

## License & Credits

Multiworld is licensed under the terms of the [LGPL v3](LICENSE).

Note: Multiworld makes use of the Fantasy library by NucleoidMC for creation of runtime worlds, (also LGPLv3).

For the Forge version, a tiny exerpt from [Fabric Dimensions v1](https://github.com/FabricMC/fabric/blob/1.18/fabric-dimensions-v1/src/main/java/net/fabricmc/fabric/impl/dimension/FabricDimensionInternals.java#L45) is used & is licensed under Apache License v2.0