Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platforms
Creators
Details
Licensed ARR
Published 4 months ago
Updated 4 months ago
Homes
Homes is a modern Minecraft Plugin perfect for your next SMP-Server. With this Plugin, you can set a home everywhere in your world and teleport back at any time.
Features
- Reliable SQLite Storage: Utilizes a high-performance SQLite database for stable and persistent storage of all player home data.
- Flexible Limits: Set maximum home limits per player via the configuration (
max-homes). Supports unlimited homes by setting the limit to-1. - Advanced Teleport Management:
- Delay & Cooldowns: Fully configurable teleportation delays and cooldown timers to prevent spam and encourage fair play.
- Movement Cancellation: Teleportation is automatically canceled if the player moves during the configured delay (
cancel-on-move). - OP Bypass: Administrators with OP status can optionally bypass all delay and cooldown restrictions.
- Intuitive Interface:
- Interactive List: The
/homecommand displays all saved homes in a sleek, color-coded chat interface with clickable links to immediately teleport. - Smart Tab Completion: All commands support dynamic Tab-Completion for home names.
- Interactive List: The
- Seamless Updates: Configuration files are automatically merged upon update, ensuring new settings are added without overwriting your existing custom values. (Experimental)
Commands & Permissions
| Command | Description | Permissions |
|---|---|---|
/sethome <Name> |
Saves your current location as a new Home. | All |
/home <Name> |
Teleports you to a saved Home location. | All |
/home |
Shows a clickable, color-coded list of all your Homes. | All |
/delhome <Name> |
Permanently deletes a saved Home. | All |
/homesadmin reload |
Reloads the configuration files (config.yml and messages.yml). |
OP |
Configuration (Excerpt from config.yml)
The plugin is easily configured to fit your server's needs:
# Configuration file for the Homes system
# Set to -1 for unlimited homes.
max-homes: 3
allow-op-bypass: true
# --- TELEPORTATION SETTINGS ---
# Cooldown time in seconds after a successful teleport. (0 to disable)
cooldown-seconds: 10
# Teleportation delay in seconds before the player is moved. (0 to disable)
teleport-delay-seconds: 3
# If true, moving during the delay will cancel the teleport.
cancel-on-move: true



