setHome-mcplugin
SetHome Plugin for Minecraft
The SetHome plugin is a convenient Minecraft Spigot plugin that allows players to set a home location and teleport back to it whenever needed. It also enables the deletion of the home location.
Features
- Provides commands for setting, teleporting to, and deleting home locations for players.
- Allows players to set a home location with
/sethome
. - Teleports players to their home location using
/home
. - Deletes the player's home location using
/delhome
.
Installation
- Download the latest version of the plugin from the Releases.
- Place the downloaded
.jar
file into theplugins
folder of your Minecraft server. - Restart or reload the server.
Usage
- Use
/sethome
command to set your home location. - Use
/home
command to teleport back to your home location. - Use
/delhome
command to delete your home location.
Commands
/sethome
: Sets a home location for the player./home
: Teleports the player to their home location./delhome
: Deletes the player's home location.
Permissions
There are no specific permissions required for using this plugin.
Contributing
Feel free to fork this repository, make changes, and submit pull requests if you'd like to contribute to this project.
Issues
If you encounter any issues or have suggestions for improvements, please create an issue on this GitHub repository.
License
This project is open source and has no specified license. Without a license, you retain all rights to your source code, and others cannot legally use, distribute, or modify your project. If you wish others to contribute or use your code, consider adding an open source license to your project.
Is there no config files to give players a specified limit to the number of homes?
In reply to AciDEklipse: not yet, but I am going to work on creating this!