**FrancyHomes** is a lightweight and user-friendly Minecraft plugin that allows players to set, teleport to, and manage their personal homes with ease. Built for simplicity and flexibility, FrancyHomes is ideal for both survival and semi-vanilla servers.
----------------------------------------------------------------------------------------------
✅ Features - Set unlimited or permission-based home locations
- Teleport to homes with a customizable delay
- GUI interface to view and teleport to homes
- Configurable messages (supports color codes)
- Placeholder support (e.g., `%home%`, `%limit%`, `%time%`)
- Multi-home support
- Easy-to-use commands
----------------------------------------------------------------------------------------------
Commands
| Command | Description |
|----------------|-----------------------------------------|
| `/sethome <name>` | Set a home with a custom name |
| `/home <name>` | Teleport to your home |
| `/deletehome` | Delete a specific home |
| `/homes` | Open the home GUI |
> `/deletehome` also supports alias: `/delhome`
----------------------------------------------------------------------------------------------
Configuration FrancyHomes uses a simple and clean `config.yml` for customization.
Code (YAML):
tp-time: 5
#seconds messages:
only-player-command: "&cThis command can only be executed by a player." no-permission: "&cYou do not have permission to use this command." usage:
sethome: "&cCorrect usage: %usage%" home: "&cCorrect usage: %usage%" deletehome: "&cCorrect usage: %usage%" home-already-exists: "&cYou already have a home named '%home%'." home-set: "&aHome '%home%' has been set successfully!" max-homes-reached: "&cYou have reached the maximum number of homes (%limit%)." home-not-exists: "&cHome '%home%' does not exist." home-deleted: "&aSuccessfully deleted home '%home%'." error-deleting-home: "&cAn error occurred while deleting home '%home%'." tp-countdown: "&7Teleporting to home &e%home% &7in &e%time% &7seconds..." tp-cancelled-movement: "&cTeleport cancelled: you moved." tp-complete: "&aSuccessfully teleported to home '%home%'." gui:
title: "&aYour Homes" no-homes:
name: "&cNo homes found" lore: "&7Use &a/sethome <name> &7to create one." close:
name: "&cClose" lore: "&7Click to close the menu." home:
name: "&e%home%" lore: "&7Click to teleport to &e%home%"