GazWarp
GazWarp is a simple, lightweight and easy to use teleportation(warping) plugin, featuring support for both private (homes) and public (warps) preset teleport locations. Both homes and warps go across worlds, so that you can quickly teleport through worlds. However, that also means that all warp names must be unique, even in different worlds. The maximum number of homes per player can easily be set in the plugin's config.yml file.
Note that, by default, all home commands as well as the /warp and /warps commands are available to all players.
Commands and permissions:
/sethome <homename> (gazwarp.homes.sethome)
If no name argument is given, this command will attempt to create a home named 'basic'.
/setwarp <warpname> (gazwarp.warps.setwarp)
/homes (gazwarp.homes.listhomes)
/warps (gazwarp.warps.listwarps)
/home <homename> (gazwarp.homes.listhomes)
If no name argument is given, the command will attempt to teleport the player to a home named 'basic'.
/warp <warpname> (gazwarp.warps.listwarps)
/delhome <homename> (gazwarp.homes.delhome)
/delwarp <warpname> (gazwarp.warps.delwarp)
/gwcredits (gazwarp.credits)
GazWarp is tested and compatible with BukkitForge, making it the perfect choice for your Tekkit Lite server.
On custom messages:
As of v1.3, all non-Lite GazWarp versions now store all messages in the config.yml file. That means that any server administrator can customize the messages the plugin displays to players.
Suggestions, complaints and general feedback:
You can either PM me or place a comment below. The plugin is new, so many new features can be implemented in the near future.
Source code available on request.
-
View User Profile
-
Send Message
Posted Dec 22, 2013@hypno82 NullPointerExceptions. Gotta love'em.
Well, thank you for your comment. Indeed, I have noticed that the 1.3.3 Lite version of plugin actually stops working once you restart the server. I plan on fixing that as soon as possible. Problem is, I actually lost the code for GazWarp due to my HDD dying on me. I'm sure we'll have a bug-free version soon enough. This shall be added to the "known caveats" section of the latest file.
-
View User Profile
-
Send Message
Posted Dec 18, 2013plugin works for a while then crashes had to reinstall 4 times since i have started using it when it crashes it will not work again till you delete all and reinstall get this error
18.12 06:13:08 [Server] INFO ... 13 more
18.12 06:13:08 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at org.bitbucket.gazotti.gazwarplite.core.GazWarp.onCommand(GazWarp.java:97) ~[?:?]
18.12 06:13:08 [Server] INFO at org.bitbucket.gazotti.gazwarplite.core.Commands.warp(Commands.java:165) ~[?:?]
18.12 06:13:08 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.entity.CraftEntity.teleport(CraftEntity.java:200) ~[custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.entity.CraftPlayer.teleport(CraftPlayer.java:455) ~[custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO Caused by: java.lang.NullPointerException
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:457) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:545) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:250) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:655) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:146) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.handle(PacketPlayInChat.java:47) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.PacketPlayInChat.a(PacketPlayInChat.java:28) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:811) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at net.minecraft.server.v1_7_R1.PlayerConnection.handleCommand(PlayerConnection.java:929) [custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:542) ~[custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) ~[custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[custom.jar:git-Bukkit-1.7.2-R0.1-1-gd791c11-b2970jnks]
18.12 06:13:08 [Server] INFO org.bukkit.command.CommandException Unhandled exception executing command 'warp' in plugin GazWarp v1.3.3 Lite
18.12 06:13:08 [Server] INFO [06:13:08 ERROR]: null
-
View User Profile
-
Send Message
Posted Dec 16, 2013hello your addon is what i was looking for fixed my problems i have been trying to fix only thing i would like to see if able is the number of houses you have the 1 setting but i would like to be able to set it so certain ranks can have different amounts like default 1 member 1 vip 3 mods and admins whatever amount other then this love the plugin!
-
View User Profile
-
Send Message
Posted Apr 16, 2013@albers1996
Hi there and thank you for your comment. To set who can and who can't use warps and homes, you should use a permissions plugin. By default, GazWarp allows only Ops to set and delete warps, just like you want it; and no, as of now, you can't limit the maximum number of homes per player. I might add that configuration in the next release.
-
View User Profile
-
Send Message
Posted Apr 15, 2013Hi, I'm new to using craftbukkit since I used to host a clean vanilla server, so I don't understand how to change the "default" plugins. Can you maybe explain how to make sure everyone can use the warps, but only Opped can set them or delete them, and is there a way to limit the max. number of homes set for a player?
Thanks already, Nachohead
-
View User Profile
-
Send Message
Posted Mar 24, 2013Like this one a lot so far, easy to use, and working as expected.