ArWarp Is A Simple warp/teleport Plugin For Spigot/Paper Servers:
- Set Warp: /setwarp <warpname> (Requires arwarp.set Permission)
- Delete Warp: /delwarp <warpname> (Requires arwarp.del Permission)
- Teleport to Warp:
- /warp <warpname> — teleport yourself
- /warp <warpname> <player> — Teleport Another Player (Requires arwarp.others Permission)
- List Warps: /warplist
- Reload Config: /warpreload (Requires arwarp.reload Permission)
All Messages Are Customizable In config.yml With A Configurable Prefix, And Warp Locations Are Stored In warps.yml To Persist Across Server Restarts.
prefix: "&8[&6ArWarp&8] &f⪖"
no-permission: "&cYou Don't Have Permission!"
only-players: "&cOnly Players Can Use This Command!"
player-not-found: "&cPlayer Not Found!"
warp-set: "&aWarp &e%warp% &aHas Been Set!"
warp-deleted: "&cWarp &e%warp% &cHas Been Deleted!"
warp-not-found: "&cWarp Not Found!"
warp-teleported: "&aTeleported To Warp &e%warp%!"
warp-teleported-other: "&aTeleported &e%player% &aTo Warp &e%warp%!"
reloaded: "&aConfiguration Reloaded!"
warp-list: "&aWarps: &e%list%"
warp-list-empty: "&cNo Warps Set!"