Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
TpSetWarp
A simple, fast, and lightweight warp system for Minecraft Forge servers. No bloat, no unnecessary dependencies — just clean, reliable teleportation between named locations.
Features
- /warplang <lang> — Change language to FR or EN (French or English).
- /setwarp <name> — Create a warp at your current position, saving coordinates, dimension, and view angle.
- /warp <name> — Teleport instantly to any warp, including across dimensions (Overworld, Nether, End, and modded dimensions).
- /delwarp <name> — Remove a warp.
- /warps — List all available warps.
- /renamewarp <old> <new> — Rename an existing warp.
- /warpinfo <name> — View a warp's dimension, coordinates, creator, and creation date.
Permissions
Uses Minecraft's native vanilla permission levels — no external permission plugin required.
All players can use /warp and /warps. Operators can create, delete, rename, and modify warps.
Data and Reliability
Warps are stored in a clean, human-readable JSON file inside your world save folder, and are saved automatically after every change, so there is no data loss on server restart.
Performance
Built with performance in mind: in-memory lookups with no disk reads on /warp, no polling, and no unnecessary background tasks. Designed to have no measurable impact on TPS even with hundreds of warps.
For Developers
TpSetWarp follows a clean, modular architecture, with separate classes for commands, warp management, storage, and teleportation, making it easy to read, extend, or fork.


