QDWarp
A simple and convenient mod for creating teleportation points on Fabric and Quilt servers. Originally developed for the ModFest: Singularity project. All saved teleportation points are stored in a clear and easily editable warps.ini file located in the world save folder.
Available Commands
/warp name
Available to all players
Allows instant teleportation to a point with the specified name, even if it's located in another dimension. The system supports smart search - for example, the command /warp salad will find a point named fruit-salad.
/warpother player name
Available to command blocks and operators
Teleports the specified player to the selected teleportation point, as if they had executed the /warp command themselves. Perfect for replacing complex commands like /execute as @p in minecraft:the_nether run tp @s -27 40 123 with a simpler and more understandable option like /warpother @p nether-test.
/mkwarp position-mode rotation-mode name
Requires operator permissions
Creates a new teleportation point at the player's current location.
Position modes:
pos-exact- saves the exact player positionpos-block-corner- rounds position to block cornerpos-block-center- rounds position to block center
The Y coordinate is always preserved without changes.
Rotation modes:
rot-exact- saves the exact rotation anglerot-45- rounds rotation to multiples of 45 degreesrot-cardinal- rounds rotation to cardinal directions
The point name can be anything - there are no restrictions.
/rmwarp name
Requires operator permissions
Deletes an existing teleportation point.