thebyteslayer/mctracker ? reverse-engineered prompt
Reverse engineered prompt
Build me a Minecraft plugin in Kotlin that lets players track other players with a compass named after them.
If I rename a compass to a player’s name, I want the compass to point to that player. If the target is in another dimension, make it point to their last known portal location instead, using the lodestone style compass behavior. It should feel simple for players to use, just name the compass and start tracking.
Please make it work cleanly on the server side, with sensible handling for cases like the player not being online, name mismatches, or the target moving between worlds. If there are version specific details I need to know, check the current docs online and build it for a modern Minecraft server version that fits this idea.
I’d also like the plugin to be easy to configure and include whatever basic setup, commands, or permissions make sense so I can drop it into a server and try it right away.
Are you gonna build this?
make sure you review the code using coderabbit