Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Creators
Details
Licensed ARR
Published last month
Your new home sweet home plugin by MetStudios.
MetHomes is a lightweight /home system built for modern survival and SMP servers. Players can create named homes, list them, and teleport back safely with configurable warmups and cooldowns. All data is stored in simple per-player YAML files, making backups and migrations straightforward without any database setup.
Features
Player commands
/home <name>– Teleport to a named home./home list– View all of your homes./home set <name>– Create or overwrite a home./home delete <name>– Remove a home./home rename <old> <new>– Rename an existing home./home info <name>– Show coordinates, world, creation time, and visit count.
Teleport system
- Configurable warmup and cooldown for teleports.
- Optionally cancel teleports if the player moves during warmup.
methomes.bypasspermission for instant teleports.
Storage
- Per-player YAML files:
plugins/MetHomes/homes/<uuid>.yml. - Homes are loaded when a player joins and saved when they change or quit.
- No external database required.
Admin tools
/home admin list <player>– List a player’s homes./home admin tp <player> <home>– Teleport to a player’s home./home admin set <player> <home>– Set a home for a player at your location./home admin delete <player> <home>– Delete a specific home./home admin wipe <player>– Remove all homes for a player./home admin info <player> <home>– Inspect a player’s home details./home admin reload– Reload the config and language files.
Extras
- All messages are configurable via
langs/*.ymlusinghome.*andadmin.*keys. - Tab completion for all subcommands and home names, including admin commands.
- Optional bStats integration to track anonymous usage statistics.


