Show welcome and farewell messages to players
tsingyayin opened this issue ยท 5 comments
In Dynmap, we can specify title and subtitle for an area in config to display welcome messages for players. Can BlueMap add similar functions? For example, for Shape and Extrude Marker, if the player is within the range, a welcome message reserved in the configuration file will be sent for them, and a farewell message will be pushed when leaving.
Similarly, for POI, HTML and line marker, can we add a design of "trigger radius" to push similar welcome and farewell messages for players when they enter or leave the trigger radius?
This is important for enhancing the experience of using marker in the game.
Do you have a link to a dynmap that uses this feature? So we can see for ourselves what it looks and feels like.
markers copy.yml.txt
Here is a configuration file, which is simplified from the configuration file actually used by my server.
Please completely overwrite the markets.yml
file of Dynmap with its contents.
Then, enter the server. When you enter different areas(or, towns), you can see their names (in Chinese here, I have not modified them).
That is to say, I may be inclined to think that Bluemap can try to add a function equivalent to this interface.
Feels out of scope, should be achieved by using something like WorldGuard or similar
Assuming those greeting / farewell messages are displayed ingame, then that is indeed way out of scope for bluemap. But it would be absolutely possible for a bluemap-addon to do this kind of thing :) - closing
(Please keep suggestions in our discord, github issues are only for bugs and planned features)