Easy Warp
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!
Version 3.16 - Warps are now "owned" by the person that creates them, and a player must have the 'easywarp.command.delwarp.others' permission node to delete warps they do not own.
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.delwarp.others
- /delwarp <warpname> -- Delete warps that were created by other players.
- 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 economy support.
- Add an API.
how to remove the delay to warp?
In reply to marcor3:
in plugins/EasyWarp/config.yml change warp-delay: 10 to warp-delay: 0
then do /easywarp reload to reload the config
I ask you to make a permit for easywarp.delwarp.own so that the player can only delete his own warps and not others, if you just give easywarp.delwarp, then anyone can
In reply to saidul_7:
I've added this in v3.16 -- It might take them a day or so to approve the update, but once it's available you should be able to find it at https://dev.bukkit.org/projects/easy-warp/files/5329080
If you just give someone easywarp.command.delwarp, they can only delete their own warps.
You need to give someone easywarp.command.delwarp.others in order for them to delete warps owned by other players.
Note that warp "owners" weren't tracked before, so when you update all warps will have an empty owner, which means only people with delwarp.others can delete them.
It won't be like in ess. so you give the right to delete warps and you can delete other people's warps? is it possible to make it so that the player can delete only his own created warps and not others'?
Is there a way to set a cooldown, before using next warp. Not a delay, where you have to wait to be tp'ed, but after you tp you have to wait X seconds to use warp again.
In reply to rambo2137:
I can add this, it might take until tomorrow for them to approve it.
In reply to rambo2137:
Just uploaded it, when they approve it you can download it. Should be version 3.15
If you've already been running an older version, you'll have to add this to the EasyWarp config file (or delete it if you haven't changed anything)
warp-cooldown: 10
Where 10 is the number, in seconds, you want the cooldown to be for
In reply to Nerdsie:
Awesome, thanks.
Is there a possibility to show the delay of the warp as a countdown? So you warp in 5, 4 , 3 , 2 , 1...
or you can insert that?
Greetings
In reply to theastrokosmos:
Just submitted version 3.14 to add this. When it's approved, you can download it and add 'display-countdown: true' to the config.yml to enable it.
You can also add the following to the messages section of the config to customize the message
messages:
warp:
countdown: "{server}&a You will be warped in &c{time}&a seconds."
In reply to theastrokosmos:
3.14 has been approved! You can download it here https://dev.bukkit.org/projects/easy-warp/files/4691873
I have turned all permissions to false so that there are no permissions needed to use the plugin yet non op players keep getting the message $cError: You need the 'easywarp.command.serwarp' permission node to do this.
What am i doing wrong or how do i give those individual perms?
In reply to real_fearless96:
What do you mean you set all permissions to false? In the config for the plugin? I don't think there's a config option that allows non-op/permission players to use setwarp. The easiest solution would be to get a permissions plugin and add 'easywarp.command.setwarp' (along with the other command permissions you want) to the default group. I could update the plugin to have configs to allow non-op/permission players to use commands, but not sure when I'd be able to get that done by so getting a permission plugin would probably be easiest.
In reply to real_fearless96:
I just created a page that explains how to setup a permission plugin in ~ 5 minutes, https://dev.bukkit.org/projects/easy-warp/pages/main/permissions/setting-up-a-permission-plugin-in-5-minutes
In reply to real_fearless96:
And I'm currently working on an update that would allow you to set it so that commands (such as setwarp) don't require permission.
i really want ALL the current signs that are in game, to be compatiable with this. NOT ONLY OAK SIGN.
like the new cherry sign too! even hanging signs! 1.19.4
In reply to maximburki:
Didn't realize there was a new type of sign, I haven't been into Minecraft for a while. I'll try to make all signs work, will reply when I upload a new version
In reply to maximburki:
The latest version should support all current signs now. May or may not support hanging signs but I can update it if it doesn't when 1.20 comes out.
still working on 1.19.2
pretty good plugin i like
to create sign tp u need:
/setwarp [name]
set sign
type [warp] and below name of ur warp