30 lines
802 B
YAML
30 lines
802 B
YAML
# 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
|