Home System
Personal saved teleport points per player.
Each player can save several locations as homes and teleport between them with /home tp <name>. Configurable per-player limit and cooldowns.
Configuration
| Key | Description |
|---|---|
Permission | Base permission required to use /home. |
TeleportCountdown | Seconds the player must stand still before teleporting. Set to 0 for instant teleport. |
TeleportCooldown | Seconds between teleports. Prevents spam. |
MaxHomes | Maximum number of homes per player. Bypassable with muteessentials.home.ignoreMaxHomes. |
Home names are case-insensitive and limited to a-z0-9_, up to 16 characters.
See Home System config.
Commands
Permissions
| Node | Grants |
|---|---|
muteessentials.home | All /home subcommands |
muteessentials.home.ignoreMaxHomes | Bypass MaxHomes |
muteessentials.home.ignoreCooldown | Bypass teleport cooldown |
muteessentials.home.ignoreTeleportCountdown | Bypass warmup countdown |
muteessentials.home.reload | /home reload |