OpenWarp provides advanced warp functions to SMP players, including per-player "homes," a warp history, and quick jumps to relative locations. It is designed as a replacement for Essentials warp behavior, but can be used in almost any situation.
Primary development and documentation happens on GitHub.
OpenWarp recommends CraftBukkit 1060 or newer, and requires a CraftBukkit with mutable permissions (1024 or newer). It is also strongly recommended to use a permissions management plugin such as PermissionsBukkit.
Most players will interact with OpenWarp via the primary command /warp. The most common commands include:
/warp list [public|private]: List the currently visible warps/warp {name}: Move to the named warp/warp set {name} [public]: Create a new warp at the current location/warp share {warp} {player}: Share the named private warp with a player/home: Move to the current player's home/home set: Place the player's home at the current location/jump: Move to the location under the player's reticle/top: Move to the topmost solid block in the column/back: Move to the previous locationFor a complete listing of available commands, including full syntax, see the command reference on GitHub.
The permissions nodes are generally similar to the commands they allow. OpenWarp uses the same permissions for both PermissionsBukkit and Permissions 2.x/3.x. Common permissions are as follows:
openwarp.warp.list allows players to list warpsopenwarp.warp.use allows players to use the /warp commandopenwarp.warp.set allows players to create any kind of warpopenwarp.jump allows players to jump to locationsopenwarp.top allows players to move to the top solid blockopenwarp.back allows players to move back to their previous locationIf no permissions plugin is detected, OpenWarp will attempt to separate commands by op status. It is highly recommended to configure a permissions plugin and provide more granular permissions assignment to players.
For a complete listing of permission nodes, see the command reference on GitHub.