Easily set, teleport, and manage your homes.
Hommr is a simple, lightweight, and modern home management plugin for Minecraft servers running Paper. It allows
players to set, delete, and teleport to multiple homes with ease.
plugins folder.| Command | Description | Permission |
|---|---|---|
/home [name] |
Teleport to a specific home (or list if none specified). | hommr.home.list (for listing) |
/sethome <name> |
Set a new home at your current location. | hommr.home.set |
/delhome <name> |
Delete an existing home. | hommr.home.delete |
/home list |
List all your saved homes. | hommr.home.list |
/home help |
Show the help menu. | - |
The config.yml file is automatically generated when you first run the plugin. Currently, it is minimal, but more
options will be added in future updates.
Hommr provides an API for developers to interact with the plugin. You can listen to events such as HomeSetEvent,HomeDeleteEvent, and HomeTeleportEvent.
To use the API, add the following to your build.gradle:
repositories {
maven { url = uri("https://jitpack.io") }
}
dependencies {
compileOnly "com.github.AxenoDev:Hommr:VERSION"
}
Replace VERSION with the latest version from the releases.
This project is licensed under the GNU GENERAL PUBLIC LICENSE v3.0.