Installation
Requirementsโ
| Requirement | Version |
|---|---|
| Minecraft Server | Paper or Spigot 1.20+ |
| Java | 17 or higher |
| Advanced Teleport | Required (soft dependency โ loads without it, but non-functional) |
Installation Stepsโ
1. Ensure Advanced Teleport Is Installedโ
This addon is a companion to Advanced Teleport. Install and configure AT first.
2. Download the Addonโ
Obtain AdvancedTeleportAddon.jar from the releases page.
3. Place the JARโ
server/
โโโ plugins/
โโโ AdvancedTeleport.jar โ must already be here
โโโ AdvancedTeleportAddon.jar โ place here
4. Start the Serverโ
Config is generated on first run:
plugins/
โโโ HomesGUI-Addon/
โโโ config.yml
โโโ home-icons.yml โ stores per-player custom icons
5. Verifyโ
Console output:
[HomesGUI-Addon] Advanced Teleport detected โ hooking in!
[HomesGUI-Addon] Plugin enabled!
If you see a warning about Advanced Teleport not found, double-check that AdvancedTeleport.jar is in plugins/ and fully loaded.
File Layoutโ
| File | Purpose |
|---|---|
config.yml | GUI layout, display options, command aliases |
home-icons.yml | Per-player custom home icons (auto-managed) |
Updatingโ
- Stop the server
- Replace the addon JAR
- Start the server โ both config files are preserved
Uninstallingโ
- Stop the server
- Remove
AdvancedTeleportAddon.jarfromplugins/ - Optionally delete
plugins/HomesGUI-Addon/to remove config and icon data