MyWarp
MyWarp allows players to create and share warps with each other. The plugin is higly flexible: you can limit the number of warps player can create, charge for using warps, implement cooldowns or warmups, and more.
Wiki | Issues | Source | Development Builds
Note: MyWarp is compatible with every version of Spigot/Bukkit released since 1.7.10. It rarely needs to be updated for new Minecraft versions. When in doubt, try a development build.
Features
- Create public and private warps.
- Invite players or whole permission groups to warps.
- Use buttons or pressure plates to teleport to warps.
- Limit the number of warps players can create via permissions.
- Charge users for creating or using warps (via Vault).
- Use cooldowns and warmups for warps.
- Translate or change every message that your players might see.
- Store warps in an SQL-Database (H2, SQLite, MySQL).
- Supports every Bukkit version from 1.7.10 to current.
MyWarp is highly customisable, enable only what you need. Disabled functions will never impact your server’s performance.
More Information
The documentation can be found in our wiki. If you still have questions or problems, do not hesitate to contact us. To get a fast response, it is recommended to open a ticket.
The changelog can be found here.
Acknowledgements
The project was started in January 2011 by Taylor “tkelly” Kelly and later continued by Arthur “flames” Mayer and Andy “spathzilla” F. Since early 2012 it is maintained by thee.
MyWarp is available on GitHub under GPL3.
In reply to dok_and_max:
In reply to Forge_User_42366262:
"/warp usable
Too few arguments! No value found for parameter 'usable'"
In reply to dok_and_max:
In reply to Forge_User_42366262:
In reply to dok_and_max:
Is there a way to list the warps in a gui like Chest Commands?
In reply to Deameaon:
Plugin doesen't work.
In reply to modernguy11:
In reply to Forge_User_42366262:
In reply to modernguy11:
im using minecraft paperspigot 1.12 i've got this error can you please fix it?
In reply to Firy13:
Once again: For Minecraft 1.12 please use at least devBuild #168 and restart (not just /reload) your server.
In reply to Forge_User_42366262:
In reply to Forge_User_35549337:
is anyone else getting error messages with mc 1.12 with mywarp not loading?
In reply to xboxhacks:
org.bukkit.plugin.InvalidPluginException: java.lang.NoSuchMethodError: org.apache.logging.log4j.spi.LoggerContext.getLogger(Ljava/lang/String;)Lorg/apache/logging/log4j/Logger;
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-d5dfb24-ed8c725]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:326) ~[spigot.jar:git-Spigot-d5dfb24-ed8c725]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [spigot.jar:git-Spigot-d5dfb24-ed8c725]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:302) [spigot.jar:git-Spigot-d5dfb24-ed8c725]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:205) [spigot.jar:git-Spigot-d5dfb24-ed8c725]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-d5dfb24-ed8c725]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_101]
Caused by: java.lang.NoSuchMethodError: org.apache.logging.log4j.spi.LoggerContext.getLogger(Ljava/lang/String;)Lorg/apache/logging/log4j/Logger;
at me.taylorkelly.mywarp.internal.slf4j.helpers.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:53) ~[?:?]
at me.taylorkelly.mywarp.internal.slf4j.LoggerFactory.getLogger(LoggerFactory.java:285) ~[?:?]
at me.taylorkelly.mywarp.internal.slf4j.LoggerFactory.getLogger(LoggerFactory.java:305) ~[?:?]
at me.taylorkelly.mywarp.util.MyWarpLogger.<init>(MyWarpLogger.java:43) ~[?:?]
at me.taylorkelly.mywarp.util.MyWarpLogger.getLogger(MyWarpLogger.java:54) ~[?:?]
at me.taylorkelly.mywarp.bukkit.MyWarpPlugin.<clinit>(MyWarpPlugin.java:84) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_101]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_101]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-d5dfb24-ed8c725]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-d5dfb24-ed8c725]
... 6 more