Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
SetHomePlugin is a plugin designed specifically for Purpur 1.21.5, while also maintaining full compatibility with Paper and Spigot servers. It allows players to save, teleport to, and manage multiple homes easily with a clean and flexible system.
✨ Features Save multiple homes with /sethome <name>
Teleport to saved homes with /home <name>
Delete homes with /delhome <name>
Smart name autocompletion
Permission-based home limits and special access
Full LuckPerms integration
Supports SQLite and MySQL
🧭 Commands Command Description /sethome <name> Save a new home /home <name> Teleport to a home /delhome <name> Delete a saved home /shp reload Reload plugin config
Permission | Node | Description | |
---|---|---|---|
Use /sethome | sethome.use |
Allows use of /sethome |
✅ |
Use /home | home.use |
Allows use of /home |
✅ |
Use /delhome | sethome.delete |
Allows use of /delhome |
✅ |
Reload plugin config | sethome.reload |
Allows /shp reload |
❌ |
Limit: 1 home | sethome.limit.1 |
Allows up to 1 home | ✅ |
Limit: 3 homes | sethome.limit.3 |
Allows up to 3 homes | ❌ |
Limit: 5 homes | sethome.limit.5 |
Allows up to 5 homes | ❌ |
Unlimited homes | sethome.limit.* |
Allows unlimited homes | ❌ |
Bypass cooldown | sethome.bypass-cooldown |
Skips the cooldown between commands | ❌ |
Bypass teleport delay | sethome.bypass-teleport |
Skips the teleport delay | ❌ |
settings: command-cooldown: 3 teleport-delay: 3
messages: usage-sethome: "Usage: /sethome <name>" usage-home: "Usage: /home <name>" usage-delhome: "Usage: /delhome <name>" home-saved: "Home '%home%' saved successfully." home-not-found: "The home '%home%' does not exist." home-deleted: "Home '%home%' deleted successfully." limit-reached: "You have reached your limit of %limit% homes." cooldown: "You must wait %seconds% seconds to use this command again." no-permission: "You do not have permission to use this command."