Intial commit

This commit is contained in:
2026-07-31 18:01:03 +05:00
commit 837b336e04
13 changed files with 716 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Only worlds imported into Multiverse-Core are handled.
storage:
# Standard server worlds are ignored by default.
# Enable this if their positions should also be stored.
include-default-worlds: false
# Names considered standard server worlds.
default-worlds:
- world
- world_nether
- world_the_end
# Empty means every Multiverse world (subject to the settings above).
# If populated, only these worlds are handled.
enabled-worlds: []
# These worlds are always ignored.
disabled-worlds: []
restore:
on-world-change: true
on-join: true
# Portal transitions never save or restore positions.
# MVPlayerTouchedPortalEvent is also observed for Multiverse portal handling.
portals:
ignore-nether-portals: true
ignore-end-portals: true
ignore-end-gateways: true