TeleportPlugin
A simple GUI-based teleportation plugin for Paper. Use /tpgui to open a menu and teleport between worlds.
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.
TeleportPlugin
TeleportGUI
TeleportGUI is a lightweight Paper plugin that provides a simple and intuitive GUI-based teleportation system.
✨ Features
- Opens a custom GUI menu using `/teleportmenu` - GUI contains icons (Compass, Clock) representing teleport destinations - Clicking an icon teleports the player to a specific world - Fast, clean, and minimal implementation - Works on Paper 1.21+ - No configuration required (yet)
🧭 Current Functionality
The GUI currently includes: - Clock → Teleports to world "map" - Clock → Teleports to world "world"
These destinations are hardcoded for now, but future updates will allow: - Dynamic loading of worlds from a configuration file - Automatic generation of GUI icons based on available worlds - Custom item names, lore, and icons
🕹 Commands
/tmmenu (alias: /tmmenu) Opens the teleportation GUI for the player.
/tpaw (alias: /tpaw) Adds a world to the teleport menu (admin/console only).
/tprw (alias: /tprw) Removes a world from the teleport menu (admin/console only).
/tplw (alias: /tplw) Lists all available worlds for teleportation.
📦 Installation
1. Download the latest version from the Modrinth page. 2. Place the `.jar` file inside your server's `plugins` folder. 3. Restart the server.
🧩 Compatibility
- Paper 1.21+ - Bukkit/Spigot compatible
🔮 Roadmap
- Configurable worlds list - Dynamic GUI generation - Customizable icons and lore (TBD) - Per-world permissions (TBD) - Multi-page GUI support (TBD)
💡 Open Source
This plugin is open-source and free to use.