compatibility with areas mod
Nicknaem opened this issue ยท 3 comments
when activating waystone of village it should place Area sign with same name underneath it in ground, players will be able to see what village are they entering or leaving
Hi, author here. Is there an event of some sort that fires when a waystone is placed?
Sorry for the 1.5yr late response, but there's a KnownWaystonesEvent fired on the client which could be used for this (especially since it only contains waystones the player has activated, and you'd probably only want those to show the messages).
Traveler's Titles seems to use the event for a similar purpose already: https://github.com/search?q=repo%3AYUNG-GANG%2FTravelers-Titles%20waystones&type=code