You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AliHaine edited this page Aug 22, 2025
·
1 revision
World names are case-sensitive, so if your world name is "World", you must set it in the config as "World", not "world".
//If a nether portal is used in a world where a destination is not specified, will teleport to this default world
default_nether: world_nether
//If a end portal is used in a world where a destination is not specified, will teleport to this default world
default_end: world_the_end
//If a end or nether portal is used in a end or nether world where a destination is not specified, will teleport to this default world
default_world: world
//Link all your nether portals
portal_nether_links:
// The left (before the ':') is the world from and the right is the world destination)
# - YourSuperWorldName:TheWorldDestination
//Link all your end portal
portal_end_links:
# - YourSuperWorldName:TheWorldDestination