This plugin allows players to set their homes, teleport to their set homes, delete their set homes, and access a GUI to manage their homes conveniently.
- Set a home location with a name
- Delete homes set by the player.
- Teleport to a home set by the player.
- GUI for managing homes.
- Optional choice to set a color for the bed icon in the GUI
/sethome [name] <GUI bed color>: Sets a home location with an optional name./delhome [name]: Deletes a home location with the specified name./home [name]: Teleports the player to the specified home location./homes: Opens a GUI listing all the player's homes. Clicking on a listed home teleports the player to that location.
- Download the plugin JAR file from the releases page.
- Place the downloaded JAR file into the
pluginsfolder of your Minecraft server directory. - Restart or reload your server to enable the plugin.
- To set a home, stand where you want to set the home and use the command
/sethome [name]. You can supply an valid wool color after the name to set the bed coior in the GUI. See Notes for all options. - To delete a home, use the command
/delhome [name]. - To teleport to a home, use the command
/home [name]. - To access the GUI listing all your homes, use the command
/homes. Click on a listed home to teleport to that location. Shift+Right Click to delete a home.
sethome.x: Replace 'x' with a number up to 54 (for now). 'x' represents how many homes a player can set.
-
Any colored bed color is valid, so any wool color.
Valid Colors
white, orange, magenta, lightblue, yellow, lime, pink, gray, lightgray, cyan, purple, blue, brown, green, red, black -
Currently, the max homes is 54 (size of a double chest). I don't feel like adding paginated GUIs now. next update probably but who needs 54+ homes?
If you encounter any issues or have suggestions for improvements, please submit an issue on our GitHub repository.
If you need a specific feature, get in contact with me and I'll send you a version with whatever you want.
This plugin is licensed under the MIT License. See the LICENSE file for more information.