his mod is a convenient home management tool designed for Minecraft 1.20.1 Forge version. Its core purpose is to solve the problem that players find it difficult to quickly return to fixed points after exploring, making home positioning and teleportation more efficient.
The mod provides 5 core commands, covering home setting, teleportation, deletion, list viewing and backtracking functions. The operation is simple with clear feedback, suitable for both single-player mode and multi-player server scenarios:
1. /sethome <home name>: Mark the player's current coordinates as the home with the specified name. If a home with the same name exists, it will be overwritten automatically. A text prompt will be given after successful setting, facilitating quick marking of multiple fixed points.
2. /home <home name>: Teleport to the home with the specified name with one click. If the entered home name does not exist, the player will be prompted in time to avoid misoperation.
3. /delhome <home name>: Delete the home with the specified name. It will verify the validity of the name before deletion and support adding an optional secondary confirmation mechanism. Feedback will be given after successful deletion to prevent accidental deletion.
4. /myhomelist: Quickly view the list of all set home names, helping players manage multiple homes and clearly grasp the marked points.
5. /back: Teleport back to the coordinates before the last teleportation. It accurately records historical coordinates, handles boundary cases of continuous use, and prompts clearly when there are no historical teleport records.
Home data is stored in JSON format in the game configuration directory (config/mod ID/). The data is persistently saved and will not be lost after the game restarts. The mod has no redundant functions, is lightweight and does not occupy too many resources, is compatible with the corresponding Forge version, and can be used directly after installation.