Waystones (Fabric Edition)

Waystones (Fabric Edition)

3M Downloads

XP cost is zero (server side)

angelopedroso opened this issue ยท 4 comments

commented

Minecraft Version

1.20.x

Mod Loader

Fabric

Mod Loader Version

1.14.24

Mod Version

Latest

Balm Version

Latest

Describe the Issue

Xp cost to teleport is zero to any distance (server).

Server side config:

[client]

# If enabled, the text overlay on waystones will no longer always render at full brightness.
disableTextGlow = false

[compatibility]

# If enabled, JourneyMap waypoints will be created for each activated waystone.
displayWaystonesOnJourneyMap = true

# If enabled, JourneyMap waypoints will only be created if the mod 'JourneyMap Integration' is not installed
preferJourneyMapIntegration = true

[cooldowns]

# The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
globalWaystoneCooldownMultiplier = 1.0

# The cooldown between usages of the inventory button in seconds.
inventoryButtonCooldown = 300

# The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click.
scrollUseTime = 32

# The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for.
warpPlateUseTime = 20

# The 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.
warpStoneCooldown = 30

# The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click.
warpStoneUseTime = 32

[inventoryButton]

# The y position of the warp button in the creative menu.
creativeWarpButtonX = 88

# The y position of the warp button in the creative menu.
creativeWarpButtonY = 33

# Set 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.
inventoryButton = ""

# The x position of the warp button in the inventory.
warpButtonX = 58

# The y position of the warp button in the inventory.
warpButtonY = 60

[restrictions]

# Set to true if players should be able to teleport between waystones by simply right-clicking a waystone.
allowWaystoneToWaystoneTeleport = true

# Set 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.
dimensionalWarp = "ALLOW"

# List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed.
dimensionalWarpAllowList = [  ]

# List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty.
dimensionalWarpDenyList = [  ]

# If enabled, waystones generated in worldgen are unbreakable.
generatedWaystonesUnbreakable = false

# Set to false to allow non-creative players to make waystones globally activated for all players.
globalWaystoneSetupRequiresCreativeMode = true

# List of leashed mobs that cannot be taken with you when teleporting
leashedDenyList = [ "minecraft:wither" ]

# If enabled, only the owner of a waystone (the one who placed it) can rename it.
restrictRenameToOwner = false

# If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe.
restrictToCreative = false

# If enabled, leashed mobs will be teleported with you
transportLeashed = true

# Whether to take leashed mobs with you when teleporting between dimensions
transportLeashedDimensional = true

[worldGen]

# These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info.
customWaystoneNames = [  ]

# List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used.
dimensionAllowList = [ "minecraft:overworld", "minecraft:the_nether", "minecraft:the_end" ]

# List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty.
dimensionDenyList = [  ]

# Ensures 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.
forceSpawnInVillages = false

# Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation.
frequency = 25

# Set 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.
nameGenerationMode = "PRESET_FIRST"

# Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone.
spawnInVillages = true

# Set 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.
worldGenStyle = "BIOME"

[xpCost]

# The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels.
blocksPerXpLevel = 250

# The base xp level cost when travelling between dimensions. Ignores block distance.
dimensionalWarpXpCost = 8

# The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
globalWaystoneXpCostMultiplier = 1.0

# The multiplier applied to the base xp cost when teleporting via the inventory button.
inventoryButtonXpCostMultiplier = 0.0

# Set 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.
inverseXpCost = false

# The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs
maximumBaseXpCost = 10.0

# The minimum base xp cost (may be subceeded by multipliers defined below)
minimumBaseXpCost = 0.0

# The multiplier applied to the base xp cost when teleporting from a portstone.
portstoneXpCostMultiplier = 0.0

# The multiplier applied to the base xp cost when teleporting from one sharestone to another.
sharestoneXpCostMultiplier = 0.0

# The multiplier applied to the base xp cost when teleporting from one warp plate to another.
warpPlateXpCostMultiplier = 0.0

# The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)
warpStoneXpCostMultiplier = 0.0

# The multiplier applied to the base xp cost when teleporting from one waystone to another.
waystoneXpCostMultiplier = 0.0

# How much xp is needed per leashed animal to travel with you
xpCostPerLeashed = 0

Logs

No response

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

No response

commented

I am also having this issue with 1.20.1 with waystone version 14.1.3.

commented

Is there any note on how this was fixed? we're experiencing the same thing

commented

experiencing the same thing here aswell does anyone know how to fix this also only players that are op can use the waystones

commented

I am also having this issue with 1.20.1 with waystone version 14.1.3.

Same for me.

I found out that you have to change the config for the several XpCostMultiplier settings.
per default all is set to 0, what means all costs are multilpied by 0 what results in free teleport.

Setting it to 1 would give the "normal" costs, and e.g. setting 0.5 would result in the half of the "normal" costs.