Minecraft xWarp mod 2026 download
logo
minecraft mod xWarp

xWarp

Game Version: CB 1.2.5-R1.0
Total Downloads: 36,459
Updated: Apr 20, 2012
Created: Aug 25, 2011
Download xWarpDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Version 3.1.7 release 252.31 KB Apr 20, 2012 CB 1.2.5-R1.0 19,131 download xWarp Version 3.1.7 releaseDownload
Version 3.1.6 release 251.17 KB Mar 2, 2012 CB 1.1-R6 2,851 download xWarp Version 3.1.6 releaseDownload
Version 3.1.5 release 247.24 KB Nov 8, 2011 CB 1.1-R4 8,432 download xWarp Version 3.1.5 releaseDownload
Version 3.1.4 release 247.15 KB Oct 5, 2011 CB 1240 2,421 download xWarp Version 3.1.4 releaseDownload
Version 3.1.3 release 247.54 KB Sep 23, 2011 CB 1060 944 download xWarp Version 3.1.3 releaseDownload
Version 3.1.2 release 265.55 KB Sep 15, 2011 CB 1060 1,028 download xWarp Version 3.1.2 releaseDownload
Version 3.1.1 release 265.56 KB Sep 15, 2011 CB 1060 327 download xWarp Version 3.1.1 releaseDownload
Version 3.1.0 release 265.28 KB Sep 12, 2011 CB 1060 573 download xWarp Version 3.1.0 releaseDownload
Version 3.0.0 release 244.39 KB Aug 25, 2011 CB 1060 752 download xWarp Version 3.0.0 releaseDownload

Description

Share this:

About

xWarp was a fork of the MyWarp plugin my tkelly with new functionalities. This plugin allows players to create warp points and then to teleport to this warp point. Each warp point has specific properties:

  • Visibility (private, public, global)
  • Location with direction (yaw and pitch)
  • Price
  • Editors (definitions who can edit only a specific warp)
  • Owner
  • Creator
  • Cooldown
  • Warmup

Ressources

Source Code | Common questions | Issue tracker (alternative) | All downloads

Permissions | Settings | Commands | Parser

Installation

You only have to place the xWarp jar-file into the plugins/-directory. You also need to add the SQLite driver (sqlitejdbc-v056.jar) into the lib/ directory, if you use SQLite (also for import/export).

With version 3.0.0 it also needs the Bukkit Plugin Utilities library. Place it near to the SQLite driver in the lib/ directory. Rename it to BukkitPluginUtilities.jar!

  • Until version 3.1.5 is compatible with all builds since 1.1.0.
  • With version 3.1.6 you have to use 1.3.0-B7
  • With version 3.1.7 you have to use 1.3.0 (or newer)

It should look like:

+ Server directory
|
+--- craftbukkit.jar
|
+-+- plugins/
| |
| +--- xWarp.jar
| |
| +--- xWarp/
|
+-+- lib/
  |
  +--- BukkitPluginUtilities.jar
  |
  +--- sqlitejdbc-v056.jar

Prices

There are two type of prices. A base price, which goes to a user or to nobody and could be set in the permissions. It is also possible to define a warp specific price. This additional costs will be transfered to the owner of the warp. At the moment iConomy version 4 and 5, Essentials Economy, BOSEconomy and Mineconomy supported.

Visibilites

Every warp has a visibility, which could be private, public or global. If a warp is private, only invited users or users with a special admin permission could use this warp. If the warp is public or global everybody could use the warp.

The global visibility priorities a warp. So if two players owns a warp with the same name, it isn't always clear which of these warps the user meant.

  • If the user defines the owner in the command, the warp is identified and nothing special has to be done.
  • If the user doesn't define a owner, it is possible that it isn't clear which warp should be chosen.

Now in the second case there are following possibilities which will be checked in the following order:

  1. If there is only one warp chose this warp.
  2. If there is one warp of these global – there could be only one warp global at the time – chose the global one.
  3. If the user owns one of these warps it will chose the warp the user owns.
  4. In all other cases it will return that there doesn't exist a global warp with this name.

See also: Wiki about Visibility

Sign warps

Creating a sign warp is really easy. There are the following layouts: MyWarp, Single Line and xWarp.

  • In “MyWarp” your sign has two lines. In the first place only “MyWarp” and in the second the name of the warp. This sign type doesn't allow to define a owner.
  • The “Single Line” layout only needs a line with “Warp: <name>”. If there are more than one lines with this layout on one sign it won't work. The colon is optional, the W could be lowercase and the spaces between “Warp:” and the name have to be at least one. Like with the MyWarp layout you also couldn't define a specific owner.
  • With “xWarp” layout you could place “xWarp” in the first line (case-insensitive) or “Warp”/“warp” and optional a colon. In the second line is the name of the warp and in the third the owner (optional).

Changelog

3.1.7: Tested build 1.2.5-R1.0 (2012-04-20, BPU: 1.3.0)

  • Use option marker.plugin instead of marker.enabled. If marker.enabled is set to true it acts like marker.plugin was set to dynmap
  • Added a rudimentary description for markers (click on them).
  • Fixed a error message that appears if dynmap gets disabled before xWarp.
  • Show a different message if the warp name isn't unique to prevent confusion.
  • Show how many warps with this name exists in the warp info screen.
  • The status command shows if xWarp is linked to dynmap.
  • If BPU wasn't found there will be a more descriptive error message.
  • Update the listed status also in database.

3.1.6: (2012-03-02)

  • Fixed compatibility with newer versions of dynmap.
  • Made compatible with the new event and configuration system, as the old was removed with 1.1-R5.
  • Fixed problem with not listed warps by default.
  • Added command to make all warps listed (or not). This will be removed most likely.
  • The warp info command now shows the distance to a specific warp.
  • Removed hopefully all debug messages.
  • All teleports have now the reason “COMMAND”.

3.1.5: (2011-11-08)

  • World permissions are now always by default true.
  • New permission to allow to see your own warps which are unlisted.
  • The player need the change owner permission if the player want to create a warp for another one.
  • The info command now shows if the warp is listed or not.
  • Fixes the bug, that sign warps don't work. (→ http://dev.bukkit.org/server-mods/xwarp/tickets/7-sign-dosent-teleport/ )

3.1.4: (2011-10-05)

  • Fixed crash on loading dynmap.

3.1.3: (2011-09-23)

  • Warps get referenced by owner not by creator.
  • It checks the permissions correctly when modifying a warp.
  • Option to disable markers completely with markers.enabled to false.

3.1.2: (2011-09-15)

  • Fixed issues with parameterized commands (e.g. give or rename) where the command have at least one additional command.

3.1.1: (2011-09-15)

  • Remove marker if a warp get deleted.
  • Iron doors doesn't make a warp unsave anymore.
  • Update marker icon on reload/restart from the config.yml (need at least dynmap 0.23!).
  • Add change world command for warp protection areas.
  • Free old data connection on reload and thus fix problem with database is locked after xman reload.

3.1.0: (2011-09-12)

  • Added support for markers with the dynmap plugin.
  • Configuration node to set the default welcome message.
  • List of default selected columns in warp list.
  • Move warp objects from one into another world.
  • Negative options for warp list.

Full changelog

Comments

Add a comment