Waystones (Outdated Versions)

Waystones (Outdated Versions)

4M Downloads

how to allow owner of waystones to change waystone visibility.

NinjaGamer4225 opened this issue ยท 5 comments

commented

i don't how to make the Waystones global to everyone, only when i am in creative i can change the visibility for everyone, and not even the owner of the way stone can chance the visibility, i don't know if this feature is there or not and if it's there how do it do, i can't anything on youtube either.

commented

Add GLOBAL to allowedVisibilities option in the config.

commented

allowedVisibilities = ["GLOBAL"]

does allows you to change it to global but it makes it take 0 xp.
i was messing around with the config changing defaultVisibility = "GLOBAL" makes it cost Xp and i can change the Visibility for some reason. Was it intentional or accidental in the code.

commented

Global waystones don't cost xp by default. Remove [target_is_global] multiply_xp_cost(0) from the warpRequirements option.

commented

oh so that is the right way to do it, So remove this whole part "[target_is_global] multiply_xp_cost(0)" or make it like this part "[is_not_interdimensional] scaled_add_xp_cost(distance, 0.03), then why does changing defaultVisibility to "GLOBAL" make it so people can change the mode (only owner of the waystone).

commented

The configuration is documented at https://mods.twelveiterations.com/mc/waystones/config/. Default visibility is the default mode for a waystone. Allowed visibilities is the visibilities that players may configure.