Simplehomes
Simple home plugin with a nice GUI
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Simplehomes
A Simple Home plugin that supports the latest version and it is easy to use i will often bring updates.
✨ Features
- A gui where you can delete homes and see your homes and where you can teleport to your homes. - Easy to use -If there is an update available you get a message with the permission ```simplyhomes.update```
Commands and Permissions
- ```/sethome <name>``` | simplyhomes.sethome - ```home``` | simplyhomes.home | Teleport to a home - ```/homes``` | simplyhomes.homes | Open the homes GUI - ```simplyhomes.update``` | Get an update message
🧩 Compatibility
| Server Type | Supported | |---------------------|:---------------------: | Paper | ✅ | | Spigot | ✅ | | Bukkit | ✅ | | Purpur | ✅ | | Bungeecord | ❌ | | Velocity | ❌ |
Config
``` prefix: "&6[SimplyHomes]&r " max-homes-default: 5 teleport: enabled: true warmup-seconds: 3 update-checker: enabled: true notify-permission: "simplyhomes.update" messages: sethome-usage: "&cUse /sethome <name>" sethome-invalid-name: "&cInvalid name" sethome-max-reached: "&cYou reached your maximum homes: &6%max%" sethome-success: "&aHome set: &6%name%" home-not-found: "&cHome not found: &6%name%" home-teleported: "&aTeleported to &6%name%" teleport-warmup-start: "&eTeleporting in &6%seconds%s &e— do not move!" teleport-cancelled-move: "&cTeleport cancelled because you moved" gui-title: "Your Homes" gui-close: "&cClose" gui-item-lore: - "&7%world%" - "&7%coords%" - "&eLeft: Teleport | Right: Delete" ```