Customize Travelling
Here’s what I need to tell you about the travel module: Dimensional portal transitions are blocked. (Nether portals and The End portals do not work or cannot be created. Travel is only possible through the portal in the starting world.)
If you want to completely remove the travel module and the portal functionality:
You must change the
portalForm
option in.../plugins/Multiverse-Core/worlds.yml
toALL
for the following worlds:world
,world_nether
, andworld_the_end
.You should delete the
void.yml
file from.../plugins/AdvancedDisplays/displays/
.You must remove the
void
section and its components in.../plugins/WorldGuard/worlds/spawnisland/regions.yml
.
If you only want to allow dimensional portal creation but still keep the portal in the starting world:
You must change the
portalForm
option in MultiverseCore toALL
for the following worlds:world
,world_nether
, andworld_the_end
.
Last updated