PluginMIT
Sethome+++
This plug-in can create and delete transmission points through instructions, and has a more convenient gui to display its own transmission points.
43
Downloads
1
Followers
2 months ago
Updated
📦
1
Versions
📖About Sethome+++
Features
- ✅ GUI Interface - Beautiful graphical interface with pagination support
- ✅ Command System - Complete command support for creating, deleting, and listing teleport points
- ✅ Configuration File - Fully customizable configuration including messages, delays, and GUI settings
- ✅ Hot Reload - Reload configuration without server restart
- ✅ Teleport Delay - Configurable teleport delay with movement cancellation
- ✅ Permission System - Complete permission node support
- ✅ Clean Code - Follows Java coding standards with clear structure
Installation
- Ensure your server is running Spigot 1.21.5
- Copy the generated
SetHome-1.0.0.jarto your server'spluginsfolder - Restart the server or use
/reloadcommand - Edit
plugins/SetHome/config.ymlto customize settings
Commands
| Command | Description | Permission |
|---|---|---|
/sethome gui |
Open teleport points GUI | sethome.use |
/sethome create <name> |
Create teleport point at current location | sethome.create |
/sethome delete <name> |
Delete specified teleport point | sethome.delete |
/sethome list |
List all teleport points | sethome.use |
/sethome reload |
Reload configuration file | sethome.reload |
Aliases: /sh, /home
Permissions
sethome.use- Use teleport function (default: all players)sethome.create- Create teleport points (default: all players)sethome.delete- Delete teleport points (default: all players)sethome.reload- Reload configuration (default: OP)sethome.admin- Administrator permission (includes all permissions)
Configuration
The configuration file is located at plugins/SetHome/config.yml and supports customization of:
- Plugin prefix and messages
- Teleport delay time
- Require standing still option
- GUI title and size
- All prompt messages
Use /sethome reload after modifying the configuration.