Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isaiahmc/multiworld
- Owner: IsaiahMC
- License: lgpl-3.0
- Created: 2021-08-08T16:15:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T02:03:42.000Z (5 months ago)
- Last Synced: 2024-10-30T00:32:32.166Z (3 months ago)
- Topics: fabric, minecraft, minecraft-forge, mod, multiverse
- Language: Java
- Homepage:
- Size: 6.63 MB
- Stars: 52
- Watchers: 5
- Forks: 27
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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