Easy Warp is an easy and fast to setup way to warp throughout your server.
Version 3.9 - Now supports all signs!
Version 3.11 - Fresh installs by default require no permissions for players to warp/list-warps, and all commands can be toggled via config to not require any permissions!
Bug before 3.9.1: If your permission error message is not colored red, in the config.yml change the $c to &c under 'no-permission'
Easy Warp is a way to warp (teleport) yourself and other to different places easily, for both admins and users.
- Warp yourself and others.
- Create and delete warps.
- Change different config settings (settings are explained in the config.yml for easy use)
- Allow for delays before warping to prevent 'pvplogging' or anything such as this on certain servers.
- Create and use warps signs.
- Use permissions.
Tutorial |
---|
A big thanks to the people at https://serverminer.com for making a great comprehensive video about using Easy Warp
Warp Signs |
---|
Click HERE to learn how to make warp signs.
Commands |
---|
If you see < > this means this information is required to be filled in by you.
If you see [ ] this means this information can be filled in by you or left blank.
Do NOT include the < > or [ ] tags when executing the command.
You may place the letters ez in front of any command in order to use it when other plugins (such as essentials) might be using the same commands.
(ex: /ezwarp)
- /warp <warpname> [playername]
- Warp yourself (or a player specified) to the specified warp.
- /setwarp <warpname>
- Define a new warp at your locations.
- /delwarp <warpname>
- Delete a specified warp.
- /listwarps
- List all warps you can use, this does take into account what permissions a player has the permissions to warp to.
- /easywarp reload
- Reload the config.
Permissions |
---|
- Players must be OP or have permission via a permission plugin to do things like set-warp and del-warp, if you do not have a permission plugin setup, I have written a page that walks through setting up permissions in about 5 minutes, you can find that walk-through here
- easywarp.command.warp
- /warp <warpname>
- easywarp.command.warpother
- /warp <warpname> <player>
- easywarp.command.listwarps
- /listwarps
- easywarp.command.setwarp
- /setwarp <warpname>
- easywarp.command.delwarp
- /delwarp <warpname>
- easywarp.command.reload
- /easywarp reload
- easywarp.command.import
- /easywarp import
- easywarp.command.help
- /easywarp help
- easywarp.sign.create
- The ability to create a warp sign (SEE GUIDE HERE)
- easywarp.sign.use
- The ability to use warp signs if 'signs-require-permissions' is 'true' in the config.
- easywarp.warp.<warpname>
- The ability to warp to a specific warp if 'per-warp-permissions' is 'true' in the config. (also required if 'signs-per-warp-permissions' is set to 'true')
- easywarp.delay.bypass
- The ability to bypass any warp delay if 'permsBypassDelay' is 'true' in the config.
Documentation |
---|
Sourcecode on Github | Report a Bug
Receive Updates |
---|
You can click HERE to get an email whenever there's an update to this plugin so you don't get stuck using an out of date version.
Metrics |
---|
This plugin sends statistics about the usage to the server https://bstats.org/. You can disable it by going to your server folder->plugins->bStats->config.yml and changing 'enabled' from true to false
ToDo: |
---|
- Add private/permission warps (Separate plugin for this coming soon).
- Add economy support.
- Add an API.