Allowing access to Waystones from Waystones mod
jangro opened this issue ยท 5 comments
I've read around here and see suggestions to add "waystones:waystone" to the exception list, which I've done with this:
forcedEntityProtectionExceptionList = ["minecraft:minecart", "force$waystones:waystone", "minecraft:villager", "break$minecraft:(trader_|)llama"]
in serverconfig/openpartiesandclaims-server.toml
(I also added the examples to it for testing)
I also tried it without "force$" as that now seems redundant as this functionality has moved to this forcedEntityProtectionExceptionList
It doesn't seem to work. I can activate the waystone and it is added to my waystone list, but it cannot be used with empty hand, and I can't teleport to it from my own waystone.
I'm doing this currently in Valhelsia 5.0.18a
thanks.
There is no protection against teleporting to waystones, so you're probably not actually activating it.
The problem is that you're adding the id to entity exceptions, but it should be the one for blocks.
Thanks, that was it! Putting it in forcedBlockProtectionExceptionList
worked.
forcedBlockProtectionExceptionList = ["waystones:waystone", "minecraft:crafting_table"]
Is this the place to ask questions? I don't see a discord but want to ask in the right place. I have another issue with create deployers not being able to act on entities like breeding cows and using a knife on beef on a Farmer's delight cutting board.
I have a Discord for my Patreon supporters.
Feel free to ask here but I'll only give short answers, not provide a whole guide.
Pretty sure you're either trying to use deployers on claim edge blocks or you're not using the latest OPAC version.