✨ **WorldCompass** ✨
A clean, configurable compass menu for teleporting between worlds.
Perfect for hub servers, multi-world setups, or as a stylish teleportation tool for your players.
---
### Features:
- **Configurable GUI** — Change the menu title, items, lore, and target worlds in `config.yml`
- **Unlimited Worlds** — Add as many teleport options as you want
- ⚡ **Smooth Teleport Effects** — Particles, sounds, and a short delay for immersion
- **Standalone** — No dependencies required
- **Join Settings** — Optional auto-spawn and compass-giving on join
---
### Installation:
1. Drop the plugin JAR into your `/plugins` folder
2. Restart or reload the server
3. Edit `plugins/WorldCompass/config.yml` to fit your world names & style
4. `/reload` or restart again to apply changes
---
### Commands:
| Command | Permission | Description |
|---------|------------|-------------|
| `/givecompass` | `worldcompass.give` | Gives the World Compass item to the player |
---
### ⚙️ Default Config:
```yaml
spawn-on-join: true
spawn-world: "lava-spawn"
give-compass-on-join: true
menu-title: "§8§l➤ Choose Your World"
worlds:
lobby:
name: "§6§lLobby"
lore:
- "§7Return to the central hub,"
- "§7where all journeys begin."
- ""
- "§eClick to teleport."
material: MAGMA_BLOCK
target-world: "lava-spawn"
prison:
name: "§c§lPrison"
lore:
- "§7Enter the prison dimension,"
- "§7where survival is earned."
- ""
- "§eClick to teleport."
material: IRON_BARS
target-world: "world"