ginsm / forgotten-graves

Minecraft (Fabric) mod that stores items and XP in a decaying grave upon death
https://modrinth.com/mod/forgotten-graves
MIT License
6 stars 5 forks source link

[FEATURE] Grave Compass #2

Open ginsm opened 2 years ago

ginsm commented 2 years ago

Is your feature request related to a problem? Please describe. An user could potentially die and have the server shutdown, client crash, etc before they get a chance to look at the death coordinates.

Describe the solution you'd like A command (/graves lookup [user] -- user is optional) should let you view active grave locations (which would be removed from this list upon retrieval).

Additional context This command could extend to regular users as a means for them to look up their own grave locations.

ginsm commented 1 year ago

I want to implement this still but in a different fashion -- I'd like to add a compass that you can craft that opens a GUI when you right click that lets you select a grave to point to within a given dimension.

Rebel459 commented 1 year ago

Wouldn’t a recovery compass handle most of that survival-wise? I understand adding a command, but recovery compasses would work in most cases. I suppose, rather than adding a new compass, you could utilise the recovery compass and have it use the GUI to point to a specific grave.

ginsm commented 1 year ago

Yup, that's what I ultimately decided. I recently implemented storing the graves and the like, so that much has been handled. Now, I just need to figure out the UI/UX of the GUI and how to create it.

ginsm commented 3 months ago

This is just a mock up but this is what the GUIs will look like for the tracking and admin panels once implemented:

GraveTrackingGUI GravesAdminPanelGUI

I'll resume work on actually implementing it after #93 is finished.