Inactive [TP] xWarp v3.1.7 - MyWarp fork (w/ prices, economy, visibility) [1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by xZise, Jan 17, 2011.

  1. Offline

    xZise

    Hello everyone,
    I forked the MyWarp project and added some functionality. In basic it is the same as the MyWarp.

    Now on BukkitDev
    This plugin is already on BukkitDev. I will transfer this post to BukkitDev.

    Download
    3.1.7 + marker (Tested: 1.2.5-R1.0)
    3.1.7 (Tested: 1.2.5-R1.0)
    2.12.0 (Tested: cb819, Should run ≥ cb691)
    All downloads

    The versions for other builds are normally only compatibly updates. So they don't provide other features. This means version “a-cb684” is the same (in basic) as “a-cb556” or simply “a”.
    Notice: With version 2.3.0, 2.6.0, 2.8.0, 2.9.0, 3.0.0 (or later) I changed the database layout. Previous versions of xWarp couldn't read this database. So backup it for sure.

    Ressources

    Changes
    Changelog moved to BukkitDev. The full changelog is still on github.

    Prices
    Since 2.8.0 it is possible to use prices for warp and creation. It uses the Permissions nodes to change define basic prices. Also it is possible to define a price for each warp. At the moment iConomy version 4 and 5, Essentials Economy (at least Dev build 2.2.104) and BOSEconomy supported.
    Global/Public/Private warps
    With the Version 2.0.0 beta 13 I introduce the new state of global warps. Every user can create warps for its own (public/private) like before and hasn't be aware of already existing one's from others. So Player “A” could create a warp named “foo” and another Player “B” could also create a warp called “foo”. Now to access these warps you have to specify which warp do you want to use.
    Therefore I added a parameter to specify the owner of the warp. To warp to the “foo” warp of Player “A” you simply type:
    /warp foo A
    You could exchange the second parameter (= A) with a B to warp to B's warp “foo”.
    Now to shorten the warps you could globalize a warp with
    /warp global <name> <owner>
    Now you don't have to add the owner of the warp. For example if somebody globalized the warp “foo” of player “A” you now can simply type:
    /warp foo
    There is one rule: “If you don't define the owner it searches the global warps.”
    But a global warp also has a owner (in our case Player “A”) so you also define the owner.
    So there is one major change: If your warp contains a space you have to escape it, otherwise it will guess the second part as a owner (to escape see the section above).
    For further information visit the wiki.
    Sign Warps
    Creating a sign warp is really easy. You have 3 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 works only if the warp is in the global map.
    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.
    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)
    Upcoming changes
    Backups? (unknown)
    If possible I maybe make it possible to backup the warps with others backup plugins. It is only an idea at a moment, but maybe sometimes xWarp supports this.
    tkelly's suggestion system (Suspended)
    tkelly created a system, that can get a warp similar named if you didn't spell it right.

    Fabian aka xZise
     
    RazorFlint, Taranis01 and uitology like this.
  2. Offline

    xZise

    Hmmm MySQL … Depends on the database layout, but I don't run any MySQL server so I didn't support this as I couldn't test it. Maybe it could be possible to export the database as a sql and then execute this sql to create a new SQLite database. But I'm not sure if this will work.

    Fabian
     
  3. Offline

    kawiz

    Any chance this is going to be updated to the latest build soon?

    I'm getting this:

    Code:
    10:24:05 [SEVERE] Error occurred while enabling xWarp v3.1.4 (Is it up to date?)
    : de/xzise/XLogger
    java.lang.NoClassDefFoundError: de/xzise/XLogger
            at de.xzise.xwarp.XWarp.onEnable(XWarp.java:56)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:941)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: de.xzise.XLogger
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:24)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 11 more
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 6, 2016
  4. Offline

    ParadoXz

    i get this error on server bootup please help :S

    Code:
    2011-10-14 16:28:48 [SEVERE] Error occurred while enabling xWarp v3.1.4 (Is it up to date?): de/xzise/XLogger
    java.lang.NoClassDefFoundError: de/xzise/XLogger
        at de.xzise.xwarp.XWarp.onEnable(XWarp.java:56)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:410)
        at org.bukkit.Bukkit.reload(Bukkit.java:173)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: de.xzise.XLogger
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 16 more
     
  5. Offline

    xZise

    Isn't something not working for you particular in “the latest build”? I have some problems with the 1317 build so I didn't update my server yet and tested it on my own, but I doubt that xWarp doesn't run on “the latest build”.

    @kawiz, ParadoXz: Looks like https://github.com/xZise/xWarp/wiki/Common-questions#wiki-bpu-missing

    And a good news for the PEX users (e.g. @Skiggitus and Donny) (I think):
    1. I created a “workaround”! I will upload 1.3.0b4 soon which should now work also with the newer version of PEX.
    2. The PEX devs itself have reverted the change (6 hrs ago) which broke my native PEX support. And thus event 1.3.0b2 should be compatible soon.
    Fabian
     
    Skiggitus likes this.
  6. Offline

    Donny

    Great news. Thank you.
     
  7. Offline

    Wytry

    Code:
    [SEVERE] Error occurred while enabling xWarp v3.1.4 (Is it up to date?): de/xzise/XLogger
    java.lang.NoClassDefFoundError: de/xzise/XLogger
            at de.xzise.xwarp.XWarp.onEnable(XWarp.java:56)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:941)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:174)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:157)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: de.xzise.XLogger
            at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
            ... 11 more
     
  8. Offline

    Skiggitus

    Thanks Fabian!
     
  9. Offline

    xZise

    @Wytry: This looks like you didn't installed the BPU properly. This error could be caused:
    • Wrong version of BPU: But I never released a version which is would print this error.
    • Wrong filename of BPU: All BPU using plugins are using BukkitPluginUtilities.jar as filename.
    • Wrong location of BPU: The file has to be in the lib directory which has to be in the directory where the jar is.
    And I now uploaded the BPU 1.3 b4.

    Fabian
     
  10. Offline

    Spathizilla

    I keep notcing that warps are coming up as "the location of that warp is invalid." However, I remade the warps multiple times just to try and fix this problem.

    This happened on cb 1240 and 1318 (not 1317 because its broken). Both using xwarp 3.1.3/3.1.4
     
  11. Offline

    Wytry

    Thanks, now the plugin is working.

    I still have problem with iconomy, I can't set warp's price:
    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin xWarp v3.1.4
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
            at de.xzise.xwarp.dataconnections.SQLiteConnection.updateWarpObject(SQLiteConnection.java:543)
            at de.xzise.xwarp.dataconnections.SQLiteConnection.updateWarp(SQLiteConnection.java:564)
            at de.xzise.xwarp.dataconnections.SQLiteConnection.updatePrice(SQLiteConnection.java:641)
            at de.xzise.xwarp.WarpManager.setPrice(WarpManager.java:389)
            at de.xzise.xwarp.commands.warp.PriceCommand.executeEdit(PriceCommand.java:24)
            at de.xzise.xwarp.commands.warp.PriceCommand.executeEdit(PriceCommand.java:1)
            at de.xzise.xwarp.commands.ManagerCommand.execute(ManagerCommand.java:90)
            at de.xzise.commands.CommonCommandMap.executeCommand(CommonCommandMap.java:75)
            at de.xzise.commands.CommonCommandMap.onCommand(CommonCommandMap.java:130)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 12 more
     
  12. Offline

    SC_AL3X

    Can you make Compatible with Craftbukkit 1317? Thanks.
    I get the folowing:
    2011-10-16 04:09:30 [SEVERE] Error occurred while enabling xWarp v3.1.4 (Is it up to date?): de/xzise/XLogger java.lang.NoClassDefFoundError: de/xzise/XLogger at de.xzise.xwarp.XWarp.onEnable(XWarp.java:56) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) Caused by: java.lang.ClassNotFoundException: de.xzise.XLogger at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 11 more
     
  13. Offline

    xZise

    I guess your problem is already answered in the common questions. And your problem doesn't looks like a problem with 1317.

    You can get all information about a warp with the “/warp info” command. Normally a warp is invalid when it's in a world which isn't loaded. How did you remade the warps? I'm using Multiverse and have no problems with invalid warps with both versions you listed. And xWarp itself tells in the log, when it a world was (un)loaded and warps become (in)valid. The message looks like: “Because world '<worldname>' was loaded <number of valid warps> warp object(s) get valid.” this should help to search the line.

    @Wytry: To set a price you don't need any economy plugin. But your error indicates that not only setting the price don't work! Do you get no other errors on start up?

    Fabian
     
  14. Offline

    Spathizilla

    I'm using Multiverse also and to remake the warps I walked to the spot, deleted the old warp and just created a new global warp with the same name. Seems like they never load in the first place but I can go to those worlds with /mvtp or walk through a portal

    2011-10-16 18:51:35 [INFO] [xWarp]: 1853 warps loaded
    2011-10-16 18:51:35 [WARNING] [xWarp]: 82 invalid warps found.

    I have a global warp called netherspawn, I know exactly where it is. I went to that spot through a portal and yet /warp info netherspawn says the location is invalid. If I delete and remake, it works fine but after a reboot it will break again.
     
  15. Offline

    xZise

    That the plugin found 82 invalid warp isn't anything serious, as it is possible that some worlds got loaded after the plugin.

    The main problem is that I have no such problems on my server which makes it quite hard to reproduce the circumstances. Can you check with /warp info the world's name? Are there special characters in the name of the world?

    Fabian
     
  16. Offline

    Spathizilla

    No special characters, the worlds are "Survival" and "Nether". I havent tried the other 2 worlds. They all used to work fine though.
     
  17. Offline

    xZise

    Weird, maybe a case sensitive issue as my world names are always lowercase. I try to investigate this.

    [update]Didn't worked :( I renamed the world name from world to World (on my test server) and it works (on 1240) even if the world in the database is lowercase anyway…[/update]

    Fabian

    PS: If I forgot this issue try either the tracker on github or on dev.bukkit.
     
  18. Offline

    kawiz

    I can't seem to work xWarp with PEX. Mind giving an example of how permissions should look?

    For some reason, no one can use warp signs. No permissions. Is this current? Using latest bukkit/pex

    Code:
     permissions:
            - essentials.spawn
            - essentials.sethome
            - essentials.list
            - essentials.home
            - essentials.getpos
            - essentials.motd
            - essentials.help
            - essentials.whois
            - essentials.afk
            - essentials.me
            - essentials.mail
            - essentials.mail.send
            - essentials.pay
            - essentials.helpop
            - iConomy.payment
            - iConomy.access
            - iConomy.list
            - iConomy.rank
            - essentials.signs.disposal.use
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.msg
            - essentials.rules
            - essentials.seen
            - essentials.ping
            - lwc.protect
            - mcmmo.motd
            - mcmmo.regeneration
            - mcmmo.skills.*
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - mywarp.warp.sign.warp
            - craftbook.mech.bridge
            - craftbook.mech.cauldron
            - craftbook.mech.bookshelf.use
            - craftbook.mech.elevator
            - craftbook.mech.gate
            - craftbook.mech.elevator.use
            - warp.sign.to.own
            - warp.sign.to.invited
            - warp.sign.to.other
            - warp.sign.to.global
            - warp.world.within.world
            - falsebook.blocks.*
            - xwarp.warp.sign.to.other
            - xwarp.warp.sign.to.global
            - nocheat.checks.blockbreak.reach
            - nocheat.checks.blockbreak.direction
            - CommandSigns.use.*
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 6, 2016
  19. Offline

    xZise

    You are using old permissions: Those which start with a “warp”. Add a “xwarp.” which should work.

    Fabian
     
  20. Offline

    kawiz

    Code:
    - xwarp.sign.to.own
            - xwarp.sign.to.invited
            - xwarp.sign.to.other
            - xwarp.sign.to.global
            - xwarp.world.within.world
    correct?
     
  21. Offline

    xZise

    No, Protip: Add xwarp. and leave the warp. where it was (xwarp.warp.…).

    Fabian
     
  22. Offline

    grifOndOr

    for some reasons , when i do a /warp or a warpsign , the server lag for 10seconds...
    i am with 1337 , and the last multiverse , and pex
    and the /warp and warpsigns only works for admin

    all member with the right permissions have a message 'unable to warp"

    i have the new bukkitutil-1.3.0 b4.jar and xwarp 3.1.4

    plz fix the problem with pex :( it's very needed for a server with multiworlds...
     
  23. Offline

    xZise

    Hrmpf -.-
    1. You are with 1337? Did you mean: You're leet?
    2. What do you mean with “unable to warp”
    3. I have no lags but I have Permissions and not PEX. I'll try it with PEX 1.15 because you didn't say a version.
    4. No: Last PEX is not a version! 1.15 is a version.
    Fabian
     
  24. Offline

    TMAC_Kratos

    i did as it said and i still get this error, and it also needs to b updated to latest iconomy, also pex doesnt seem to work as u can c it says no permissions system enabled wen i do get pex
    2011-10-20 05:02:27 [INFO] [xWarp]: Successfully created default configuration file. 2011-10-20 05:02:27 [INFO] [xWarp]: Meta table doesn't exists... Creating new 2011-10-20 05:02:27 [INFO] [xWarp]: No Register found. Deactivating Register support. 2011-10-20 05:02:27 [INFO] [xWarp]: 0 warps loaded 2011-10-20 05:02:27 [INFO] [xWarp]: 0 warp protection areas loaded 2011-10-20 05:02:28 [WARNING] [xWarp]: Skiped disabled permissions system: Permissions v2.7.7 2011-10-20 05:02:28 [INFO] [xWarp]: No permissions system found until here. A permissions plugin will be maybe activated later. 2011-10-20 05:02:28 [INFO] [xWarp]: The plugin "iConomy v6.0.7b" is not iConomy 5 compatible. 2011-10-20 05:02:28 [INFO] [xWarp]: The plugin "iConomy v6.0.7b" is not iConomy 4 compatible. 2011-10-20 05:02:28 [WARNING] [xWarp]: Invalid economy system found: iConomy v6.0.7b 2011-10-20 05:02:28 [SEVERE] Error occurred while enabling xWarp v3.1.4 (Is it up to date?): com/earth2me/essentials/Essentials java.lang.NoClassDefFoundError: com/earth2me/essentials/Essentials at de.xzise.wrappers.economy.Essentials$Factory.create(Essentials.java:81) at de.xzise.wrappers.economy.Essentials$Factory.create(Essentials.java:1) at de.xzise.wrappers.Handler.load(Handler.java:95) at de.xzise.wrappers.Handler.load(Handler.java:59) at de.xzise.xwarp.XWarp.onEnable(XWarp.java:131) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154) at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) Caused by: java.lang.ClassNotFoundException: com.earth2me.essentials.Essentials at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) ... 15 more
     
  25. Offline

    grifOndOr

    ...

    1. Bukkit version 1337 (last recommanded build)
    2. They receive a message : "unable to warp" when they clic on a warpsign
    3 and 4. PEX 1.15

    I have an error message with the permission system : " [INFO] [xWarp]: No permissions system found until here"
    I am admin : i can warp but there is a "lag" of 10 seconds
    The members that have the permissions node : "xwarp.warp.*" can"t warp , they receive a message : 'unable to warp'
    I read that i m not the only one who have problem with Xwarp and PEX , i download the new BukkitPluginUtilities but there is always the problem

    so please... fix this to work with PEX...
     
  26. Offline

    xZise

    @TMAC_Kratos: http://dev.bukkit.org/server-mods/xwarp/tickets/4-iconomy-support/
    iConomy 6 isn't supported yet. Maybe Register has iConomy 6 support.

    @grifOndOr: Ah lol you meant CB build 1337. The unable to warp normally shows up when the warp/teleport was canceled. And my plugin never cancels a teleport. I guess it is because the other aren't allowed to warp into another world? If they haven't the permission they should get the message that they haven't the permission.

    To the lag I have no idea why it lags. The message that no permissions system was found doesn't mean that it never links to PEX, because the complete message is (I guess): “No permissions system found until here. A permissions plugin will be maybe activated later.”
    If PEX got enabled AFTER xWarp it isn't possible to link to PEX while xWarp get enabled. Instead xWarp will link to it when PEX get enabled so later there most likely will be a message like:
    “"Linked with permissions system: PermissionsEx”

    You can check this with “/xman status”.

    Fabian
     
  27. Offline

    grifOndOr


    ok

    the /xman status show me that permissionsEX has been found

    the members have the permissions node :
    Code:
            - xwarp.warp.sign.to.*
            - xwarp.warp.world.within.*
            - xwarp.warp.world.to.*
    but they have the message 'unable to warp'
     
  28. Offline

    xZise

    As I said: When the teleport action was canceled xWarp will tell you “unable to warp”. And my plugin can't cancel any teleport action as it only initiate it and don't listen to any. So maybe another plugin cancels it. For example when the user isn't allowed to teleport into a world. Maybe also CraftBukkit can cancel a teleport and cause this message.

    Fabian
     
  29. Offline

    grifOndOr

    maybe the last build is the problem ?
    it was working good with build 1280 :/
     
  30. Offline

    Wytry

    Code:
    2011-10-21 16:20:38 [INFO] [xWarp]: The plugin "iConomy v6.0.5b" is not iConomy 5 compatible.
    2011-10-21 16:20:38 [INFO] [xWarp]: The plugin "iConomy v6.0.5b" is not iConomy 4 compatible.
    2011-10-21 16:20:38 [WARNING] [xWarp]: Invalid economy system found: iConomy v6.0.5b
    2011-10-21 16:20:38 [INFO] [xWarp]: No economy system found until here. A economy plugin will be maybe activated later.
    2011-10-21 16:20:38 [INFO] [xWarp]: xWarp 3.1.4 enabled
     
  31. Offline

    TMAC_Kratos

    u saying thats it not compatible with iconomy 6 still doesnt fix my error
     

Share This Page