P E R F E C T WARPS
Warp teleportation system with categories, favorites & admin UI
// WHY PERFECTWARPS?
The most complete warp system for Hytale. Create warps with custom icons, organize them by categories, let players mark favorites, and manage everything through a clean flat UI. Movement cancellation, cooldowns, teleport stats — everything you need.
// FEATURES
- Beautiful Warp Menu
Players open /warps and see a clean list with item icons, descriptions, delay info, and a green "Warp" button. Empty rows and pagination are hidden automatically. - Categories & Tabs
Organize warps by category (Spawn, Shops, Arenas, etc.). Players filter by category using tabs at the top of the menu. - Favorites
Players mark warps as favorites with a gold star. Filter by favorites to see only bookmarked warps. Persisted per player. - Movement Cancellation
When a warp has a delay, the teleportation is cancelled instantly if the player moves. Checked every 200ms — no cheating the countdown. - Per-Player Cooldowns
Configurable cooldown per warp. Players see remaining cooldown in the UI. Prevents spam. - Teleport Stats
Each warp tracks total teleportations. Visible in both player UI and admin panel. - Full Admin UI
Open /pw admin:
— Sidebar with paginated warp list
— Text fields for name, description, icon, delay, permission, priority
— Icon preview showing the selected item
— "Set Here" to update position to your location
— Confirmation before delete (click once = "Confirm?", click again = deleted)
— Create warps directly from the UI — no commands needed - Import / Export
/pw export saves all warps to JSON. /pw import loads them on another server. Easy migration. - Max Warps Limit
Configurable maximum number of warps in config.json. Set to 0 for unlimited. - Multi-language
All messages in 5 languages: EN, FR, ES, DE, IT.
// COMMANDS
| /pw | Open warp menu (same as /warps) |
| /warps | Open warp menu |
| /pw admin | Open admin panel |
| /pw set <name> | Quick create warp at your position |
| /pw delete <name> | Delete a warp |
| /pw export | Export warps to JSON |
| /pw import | Import warps from JSON |
| /pw setlang <code> | Set language (EN, FR, ES, DE, IT) |
| /pw help | Show help |
// TECHNICAL DETAILS
- Platform: Hytale Server Plugin
- Java Version: 21
- Dependencies: None
- Languages: EN, FR, ES, DE, IT
- Data Storage: JSON (warps, favorites, config)
- Performance: Event-driven, no tick loops
// DOCUMENTATION
Full documentation and FAQ:
perfectplugins.github.io/wiki/perfectwarps
Developed by KatsuyaTV
Issues or feature requests? DM or discussion tab.
