-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration file
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
This is a public plugin. You are free to use it and create a fork to develop your own version. However you are not allowed to sell or distribute it in a private manner.