Configuration

For information on how to edit the mod's config, see here.
NameValueDefault
xpCostsFullLevelsSet to true if experience cost should cost full levels rather than experience points. Make sure to also adjust blocksPerXpLevel, maximumBaseXpCost and dimensionalWarpXpCost appropriately.
inverseXpCostSet to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel.
blocksPerXpLevelThe amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels.1000
minimumBaseXpCostThe minimum base xp cost (may be subceeded by multipliers defined below)0
maximumBaseXpCostThe maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs3
xpCostPerLeashedHow much xp is needed per leashed animal to travel with you0
dimensionalWarpXpCostThe base xp level cost when travelling between dimensions. Ignores block distance.3
globalWaystoneXpCostMultiplierThe multiplier applied to the base xp cost when teleporting to a global waystone through any method.0
warpStoneXpCostMultiplierThe multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)0
waystoneXpCostMultiplierThe multiplier applied to the base xp cost when teleporting from one waystone to another.0
sharestoneXpCostMultiplierThe multiplier applied to the base xp cost when teleporting from one sharestone to another.0
portstoneXpCostMultiplierThe multiplier applied to the base xp cost when teleporting from a portstone.0
warpPlateXpCostMultiplierThe multiplier applied to the base xp cost when teleporting from one warp plate to another.0
inventoryButtonXpCostMultiplierThe multiplier applied to the base xp cost when teleporting via the inventory button.0
restrictToCreativeIf enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe.
restrictRenameToOwnerIf enabled, only the owner of a waystone (the one who placed it) can rename it.
generatedWaystonesUnbreakableIf enabled, waystones generated in worldgen are unbreakable.
transportPetsSet to ENABLED to have nearby pets teleport with you. Set to SAME_DIMENSION to have nearby pets teleport with you only if you're not changing dimensions. Set to DISABLED to disable.
SAME_DIMENSION
transportLeashedIf enabled, leashed mobs will be teleported with you
transportLeashedDimensionalWhether to take leashed mobs with you when teleporting between dimensions
leashedDenyListList of leashed mobs that cannot be taken with you when teleporting
minecraft:wither
dimensionalWarpSet to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps.
ALLOW
dimensionalWarpAllowListList of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed.
none
dimensionalWarpDenyListList of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty.
none
allowWaystoneToWaystoneTeleportSet to true if players should be able to teleport between waystones by simply right-clicking a waystone.
globalWaystoneSetupRequiresCreativeModeSet to false to allow non-creative players to make waystones globally activated for all players.
globalWaystoneCooldownMultiplierThe multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.1
warpStoneCooldownThe cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown.30
warpStoneUseTimeThe time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.32
warpPlateUseTimeThe time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.20
scrollUseTimeThe time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.32
inventoryButtonCooldownThe cooldown between usages of the inventory button in seconds.300
inventoryButtonSet to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone.
warpButtonXThe x position of the warp button in the inventory.58
warpButtonYThe y position of the warp button in the inventory.60
creativeWarpButtonXThe y position of the warp button in the creative menu.88
creativeWarpButtonYThe y position of the warp button in the creative menu.33
worldGenStyleSet to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in.
BIOME
frequencyApproximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.25
dimensionAllowListList of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used.
minecraft:overworld
minecraft:the_nether
minecraft:the_end
dimensionDenyListList of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty.
none
nameGenerationModeSet to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names.
PRESET_FIRST
nameGenerationTemplateThe template to use when generating new names. Supported placeholders are {Biome} (english biome name) and {MrPork} (the default name generator).{MrPork}
customWaystoneNamesThese names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
none
spawnInVillagesSet to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone.
forceSpawnInVillagesEnsures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village.
disableTextGlowIf enabled, the text overlay on waystones will no longer always render at full brightness.
displayWaystonesOnJourneyMapIf enabled, JourneyMap waypoints will be created for each activated waystone.
preferJourneyMapIntegrationIf enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed