
🌌 WorldWarp – Effortless Server Teleportation
WorldWarp is a versatile navigation plugin for Hytale servers that makes teleportation simple and intuitive. With dynamic, easy-to-use commands, you can provide your players with seamless travel across your worlds without the hassle of complex syntax.
✨ Key Features
- ⚡ Dynamic Command Creation: Automatically generate commands from your warps. Create a warp called
arena, and players can teleport there with /arena.
- 📂 Fully Configurable: Customize every detail in
config.json—world destinations, descriptions, aliases, and permissions.
- 🛠️ In-Game Management: Add, remove, or modify warps instantly using the
/worldwarp admin suite—no server restart needed.
- 🔒 Permission Support: Limit access to certain warps for specific ranks (e.g.,
/staff only for OPs).
- 🌍 Localization Ready: Translate all messages and command descriptions with language files.
📜 Commands
| Command |
Description |
Permission |
/<warpname> |
Teleport to a warp (e.g., /hub) |
Configurable |
/worldwarp list |
See all available warps |
OP |
/worldwarp |
Show admin help menu |
OP |
/worldwarp add <name> <world> |
Create a new warp command |
OP |
/worldwarp remove <name> |
Delete a warp instantly |
OP |
/worldwarp spawn set <name> |
Set warp spawn to your current position |
OP |
/worldwarp spawn reset <name> |
Reset warp to default world spawn |
OP |
⚙️ Configuration Example
{
"showTeleportMessages": true,
"warps": {
"hub": {
"world": "hub_world",
"description": "Return to the main lobby",
"aliases": ["lobby", "h"],
"permission": "Adventure"
},
"pvp": {
"world": "combat_zone",
"description": "Enter the arena!",
"aliases": ["fight", "arena"],
"permission": "Adventure"
},
"custom": {
"world": "custom_world",
"description": "Teleport to a custom position",
"aliases": [
"custom-spawn"
],
"permission": "Adventure",
"teleportToDefaultWorldSpawn": false,
"teleportPosition": {
"x": 54.38520812988281,
"y": 122.0,
"z": 256.4332275390625,
"pitch": 0.0,
"yaw": 1.2891285
}
}
}
}