Intial commit
This commit is contained in:
29
src/main/resources/config.yml
Normal file
29
src/main/resources/config.yml
Normal 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
|
||||
Reference in New Issue
Block a user