
SignWarpX is a Minecraft Paper plugin that lets players create and manage teleportation warps easily with signs, groups, and a web/GUI interface.
SignWarpX is a teleportation plugin for Minecraft Paper servers.
It lets players create personal or public warps using a simple sign system.
Perfect for city networks or private adventure hubs.
plugins/ folderconfig.yml[WPT] or [wpt]
Home
[WP] or [wp]
Home
Note: You must create a WarpTarget before creating a Warp sign.
[WarpTarget] sign with a blank scroll to bind it to that location.SignWarpX provides a full-featured Web management interface for administrators.
Enable in config.yml:
web:
enabled: true
port: 8080
Then open: http://your-server-ip:8080
/wp gui

| Command | Alias | Description | Permission |
|---|---|---|---|
/signwarp reload |
/wp reload |
Reload config | signwarp.reload |
/signwarp gui |
/wp gui |
Open GUI | signwarp.admin |
/signwarp set <public|private> <warp> |
/wp set |
Set warp visibility | signwarp.private.set |
/signwarp invite add <player> <warp> |
/wp invite add |
Invite player | signwarp.invite |
/signwarp invite remove <player> <warp> |
/wp invite remove |
Remove player invitation | signwarp.invite |
/signwarp invite list <warp> |
/wp invite list |
View invite list | signwarp.invite.list |
/signwarp tp <warp> |
/wp tp |
Admin teleport | signwarp.tp |
/signwarp owned [player] |
/wp owned |
View own or (OP) others' warps | signwarp.admin |
/signwarp history [warp|player] |
/wp history |
View teleport history | signwarp.use |
/signwarp navigate start <warp> |
/wp navigate start |
Start compass navigation | signwarp.use |
/signwarp navigate stop |
/wp navigate stop |
Stop navigation | signwarp.use |
/signwarp scroll give <player> <type> ... |
/wp scroll give |
Give blank or bound scroll | OP |
/signwarp scroll reset <player> |
/wp scroll reset |
Reset player's scroll daily usage | OP |
/signwarp clear warp [confirm] |
/wp clear warp |
Clear all warps (OP only) | OP |
/signwarp clear histories [confirm] |
/wp clear histories |
Clear teleport histories (OP) | OP |
/signwarp version |
/wp version |
Check plugin version | OP |
Configurable in config.yml with placeholders:
messages:
teleport-success: "&aTeleported to {warp-name}!"
private_warp: "&cThis is a private warp, invitation required."
invite_success: "&aInvited {player} to use warp '{warp-name}'!"
{warp-name}, {player}, {inviter}, {use-item}, {use-cost}, {time}, {cooldown}, {visibility}, {current}, {max}

Licensed under MIT.
Forked from siriusbks/SignWarp.
Thanks to the original author for their great work.