Waystones

Waystones

190M Downloads

[MC 1.21.4] Waystones Still dont cost xp when config is set to "true"

gabryvv opened this issue ยท 3 comments

commented

those are my settings:

Image

Image

but somehow there is no exp cost to teleport:

Image

i'm not increative.

ps: it's a server made with fabric on my pc. thx.

commented

It looks like you're teleporting to a global waystone (yellow name). The line [target_is_global] multiply_xp_cost(0) in the warp requirements makes global waystones free. Remove that line or change it to your liking, or use regular non-global waystones.

commented

Additionally, Balm 21.4.29 fixed an issue with configs not being properly synced to clients, so make sure to update to that version as well.

commented

thank you so much! that fixed the problem.