eWarp is an easy Warp-plugin. There are a few commands which can warp you around your Minecraft Map. It allows you easily to create warps for all player or only for those which have permissions. Try it out.
Installation / Deinstallation:
To install these plugin, just drag and drop it into your "plugins" folder your server folder. If you want to remove the plugin, delete the "eWarp.jar" file and the folder called "eWarp". No other files need to be deleted.
Commands:
- /warp - Shows the help.
- /warp set <public/private> <name> - Set a public or private warp at your position.
- /warp remove <name> - Removes the warp called <name>.
Permissions:
These are only for the PermissionsBukkit Plugin!
- /warp set public <name> - eWarp.warp.set.public
- /warp set private <name> - eWarp.warp.set.private
- /warp remove - eWarp.warp.remove
- ! If you want allow a user to create private warps, give him the permission "eWarp.warp.warp" !
ToDo List:
- Nothing more to do. Feel free to make suggestions.
Changelog:
Version 0.3.2: [17.03.2013]
- Work with 1.5 #2663
Facts
- Date created
- Oct 06, 2012
- Categories
- Last update
- Mar 17, 2013
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- eWarp
- Downloads
- 10,780
- Recent files
- R: eWarp v0.3.2 (.jar) for 1.5.0 Mar 17, 2013
- R: eWarp v0.3.1 (.jar) for CB 1.4.6-R0.1 Dec 27, 2012
- R: eWarp v0.3 (.jar) for CB 1.4.2-R0.1 Nov 01, 2012
- R: eWarp v0.2 for CB 1.3.2-R1.0 Oct 06, 2012
- Reply
- #23
youri12 Apr 08, 2013 at 12:46 UTC - 0 likesthis is my error
14:41:23 [INFO] 12youri12 issued server command: /warp set public portals 14:41:23 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'warp ' in plugin eWarp v0.3.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:18 7) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchCommand(CraftServe r.java:523) at net.minecraft.server.v1_5_R2.PlayerConnection.handleCommand(PlayerCon nection.java:967) at net.minecraft.server.v1_5_R2.PlayerConnection.chat(PlayerConnection.j ava:885) at net.minecraft.server.v1_5_R2.PlayerConnection.a(PlayerConnection.java :840) at net.minecraft.server.v1_5_R2.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_5_R2.NetworkManager.b(NetworkManager.java:292 ) at net.minecraft.server.v1_5_R2.PlayerConnection.d(PlayerConnection.java :113) at net.minecraft.server.v1_5_R2.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R2.DedicatedServerConnection.b(SourceFile:3 0) at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:5 80) at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:2 25) at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:4 76) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java :409)
all my players will be teleported and getting an error: an internal error occured while attempting to perform this command
- Reply
- #22
Driahva Apr 06, 2013 at 20:10 UTC - 0 likes@XxDawnsusxX: Go
I am having the same issue. The only plugins running are eWarp (giving the same errors), eTeleport (not working at all, see note below), and WorldEdit which contains no Teleport or Warp commands.
Attached error generated by eTeleport
- Reply
- #21
eDevTeam Apr 04, 2013 at 13:08 UTC - 0 likes@youri12: Go
What errors do you mean? Give me some code...
My Plugins:
BFAK:Etarus,83082,6781c63556d823e06a7df52108aad8b77c5fce90979fb29e32c683c44e55743d
- Reply
- #20
youri12 Apr 03, 2013 at 19:17 UTC - 0 likespleas fix all this errors
- Reply
- #19
XxDawnsusxX Mar 31, 2013 at 00:02 UTC - 0 likes@eDevTeam: Go
i'm afraid not i only use this plugin for /warp unless essentials spawn could be another problem
- Reply
- #18
eDevTeam Mar 29, 2013 at 18:54 UTC - 0 likes@DigitalSnow: Go
@XxDawnsusxX: Go
Do you use another plugin which uses the command '/warp' ?
It looks like there is an error between two plugins because both are trying to execute the command '/warp'.
If you do so, remove one of the plugins else remove all plugins and put them back one after one and please tell me which plugin the error cause.
Regards
- Reply
- #17
XxDawnsusxX Mar 28, 2013 at 12:43 UTC - 0 likesare you able to assist a problem causing this?
2013-03-28 22:42:44 [WARNING] Unexpected exception while parsing console command "/warp spawn" org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin eWarp v0.3.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:187) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.dispatchCommand(CraftServer.java:523) at org.bukkit.craftbukkit.v1_5_R1.CraftServer.dispatchServerCommand(CraftServer.java:512) at net.minecraft.server.v1_5_R1.DedicatedServer.am(DedicatedServer.java:261) at net.minecraft.server.v1_5_R1.DedicatedServer.r(DedicatedServer.java:226) at net.minecraft.server.v1_5_R1.MinecraftServer.q(MinecraftServer.java:476) at net.minecraft.server.v1_5_R1.MinecraftServer.run(MinecraftServer.java:409) at net.minecraft.server.v1_5_R1.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_5_R1.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player at me.Etarus.eWarp.eWarp.onCommand(eWarp.java:120) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 8 more
- Reply
- #16
soyrandom1 Mar 24, 2013 at 15:29 UTC - 0 likesHi!, have a question, how i can put a warp to another world?
- Reply
- #15
DigitalSnow Mar 23, 2013 at 19:29 UTC - 1 like2013-03-23 23:21:05 [INFO] fternicien issued server command: /warp set public tienda 2013-03-23 23:21:05 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin eWarp v0.3.2 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:187) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchCommand(CraftServer.java:523) at net.minecraft.server.v1_5_R2.PlayerConnection.handleCommand(PlayerConnection.java:967) at net.minecraft.server.v1_5_R2.PlayerConnection.chat(PlayerConnection.java:885) at net.minecraft.server.v1_5_R2.PlayerConnection.a(PlayerConnection.java:840) at net.minecraft.server.v1_5_R2.Packet3Chat.handle(Packet3Chat.java:44) at net.minecraft.server.v1_5_R2.NetworkManager.b(NetworkManager.java:292) at net.minecraft.server.v1_5_R2.PlayerConnection.d(PlayerConnection.java:113) at net.minecraft.server.v1_5_R2.ServerConnection.b(SourceFile:35) at net.minecraft.server.v1_5_R2.DedicatedServerConnection.b(SourceFile:30) at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:580) at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225) at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:476) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:409) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.NullPointerException at me.Etarus.eWarp.eWarp.onCommand(eWarp.java:346) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ... 15 more
- Reply
- #14
eDevTeam Mar 18, 2013 at 21:29 UTC - 0 likes@XxDawnsusxX: Go
Done.
I just had to fix some conflicts with the rules.