[TP/ADMIN/EDIT] WorldWarp 3.3 No BS. Pure MultiWorld! 1.4.7 R1.0

Discussion in 'Archived: Plugin Releases' started by Raz, Apr 13, 2011.

  1. [​IMG]
    Updated to 3.3!
    Hey! It's time. WorldWarp 3.3! Please use Bukkit Dev for further information about the plugin & questions.
    Changelog:
    Version 3.3
    • Fixed Flatlands (Thanks Neusor!)
    • Added /wback ability:
      • Allows players to use /wback to get back to their previous location after using /wwarp.
      • Uses WorldWarp.WBack for permission and defaults to all players.
      • Locations are NOT stored after server restarts / reloads
    Version 3.2
    • Changes to metrics
    • Added /wflag
    • Added ability to use flags with /wcreate
    • *Added Flatlands!
    • Updated for CB 1.3.1 - R2.0
    • Read Bukkit Dev for more information about new commands
    Version 3.0.0
    • Completely rewrote plugin
    • Added /wimport
    • Added /wdelete
    • Changed to new config system
    • Updated for 1.3.1
    Version 2.3.1
    • Fixed /wcreate
    Version 2.3
    • Updated for 1185 (1.8)
    • Changed to BukkitPermissions
    Version 2.2
    • Fixed some bugs with saving/loading worldwarp's files, again.
    • Fixed seeds
    • Fixed sending commands from console
    • Fixed error in yml formatting
    Show Spoiler
    Show Spoiler

    Version 2.1
    • Fixed some bugs with saving/loading worldwarp's files.
    Version 2.0
    • Updated for minecraft 1.7.3
    • Added /wdelete
    • Rewrote whole pluin
    • Added Skylands
    • Added seeds
    • Added configs
    • Changed way of saving worlds
    Version 02
    • Updated for minecraft 1.5_02
    • Added /wlist
    • Some minor changes to code
    Version 0.1
    • Initial release.
    Wanna donate?
    You can find my PayPal in my signature
     
  2. Offline

    Travo97

    k then i have no idea
     
  3. Offline

    Caligone

    Same problem...
    Code:
    17:13:13 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wwarp' in plugin WorldWarp v2.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
        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:89)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
        at Raz.WorldWarp.WWarp.<init>(WWarp.java:16)
        at Raz.WorldWarp.WorldWarp.onCommand(WorldWarp.java:110)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    I can't use /wwarp [world]...
     
  4. Offline

    Angelizer

    Code:
    22:08:14 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wwarp' in plugin WorldWarp v2.0
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
            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:89)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg
    /bukkit/Location;)V
            at Raz.WorldWarp.WWarp.<init>(WWarp.java:16)
            at Raz.WorldWarp.WorldWarp.onCommand(WorldWarp.java:110)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more

    I'm getting this error when I try to warp into another world. I'm using CraftBukkit 1000 and I already removed all plugins except permissions and WorldWarp 2.2 and I got same error. I also tried to remake permissions.yml and reinstalling whole thing and tested on new world, still no results. Please help!
     
  5. Offline

    marvinej

    i create a new world and it gives me an error when i try to warp too it
     
  6. Offline

    Duncan2808

    Why can't you put monsters off
     
  7. Because this plugin is designed for multiworld support and warping, nothing more, which is what is detailed in the opening post.

    If you are wanting a plugin that does more, you will need to look at something like multiverse-core, which is what I am using for now until this one is updated to support 1060 and hopefully customer generators (I'm planning a flat creative world, but don't want a multi-gig world directory on the drive that is just a flat world. If it's going to take that much space, I'd better see something built :))
     
  8. Offline

    Samurai Gorz

    Whenever I try /wwarp it says "An Internal error occurred while attempting to perform this command"
    Can someone help me?
     
  9. Running bukkit 1060? Known problem.
     
  10. Offline

    DeathmannX

    Bukkit 1060 Command: /wwarp (world)
    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wwarp' in plugin WorldWarp v2.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
        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:89)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
        at Raz.WorldWarp.WWarp.<init>(WWarp.java:16)
        at Raz.WorldWarp.WorldWarp.onCommand(WorldWarp.java:110)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  11. *Looks up at the post above yours*

    Umm, did you even read my last post, the one right before yours?

    I'm sorry, I don't mean to be a jerk, but it's right there. WorldWarp is known to not work with bukkit 1060. Searching the thread for the error would have also turned up more than a few posts stating this is a know problem. Raz isn't able to update it yet due to a downed computer.
     
  12. Offline

    AnarkhiA

    still working on this plugin? 1060 is out for quite some time now, and i really really REALLY want to get back in my other worlds.
     
  13. Offline

    §Vishus§

    To all the "can't use /wwarp command" posts: The only work-around I've found is to, after creating the new world, stop the server, alter the server properties file, and change the world field to the newly created world. Start up the server, create a warp with another warp plugin (i use mywarp for this). Save-all, stop, change the properties back to your default world (or don't) and restart your server!!!
     
  14. Offline

    Drakkoran

    Code:
    09:28:00 [SEVERE] java.io.IOException: Not in GZIP format
    09:28:00 [SEVERE]       at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    09:28:00 [SEVERE]       at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    09:28:00 [SEVERE]       at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    09:28:00 [SEVERE]       at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    09:28:00 [SEVERE]       at net.minecraft.server.PlayerNBTManager.c(PlayerNBTMana
    ger.java:93)
    09:28:00 [SEVERE]       at net.minecraft.server.World.<init>(World.java:120)
    09:28:00 [SEVERE]       at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:465)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:435)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:431)
    09:28:00 [SEVERE]       at Raz.WorldWarp.WorldWarp.loadWorlds(WorldWarp.java:181
    )
    09:28:00 [SEVERE]       at Raz.WorldWarp.WorldWarp.onEnable(WorldWarp.java:93)
    09:28:00 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:126)
    09:28:00 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:878)
    09:28:00 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:272)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:162)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:146)
    09:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:284)
    09:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:271)
    09:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:148)
    09:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    09:28:00 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    09:28:00 [SEVERE] java.io.IOException: Not in GZIP format
    09:28:00 [SEVERE]       at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    09:28:00 [SEVERE]       at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    09:28:00 [SEVERE]       at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    09:28:00 [SEVERE]       at net.minecraft.server.CompressedStreamTools.a(SourceFi
    le:8)
    09:28:00 [SEVERE]       at net.minecraft.server.PlayerNBTManager.c(PlayerNBTMana
    ger.java:104)
    09:28:00 [SEVERE]       at net.minecraft.server.World.<init>(World.java:120)
    09:28:00 [SEVERE]       at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:465)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:435)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.createWorld(CraftS
    erver.java:431)
    09:28:00 [SEVERE]       at Raz.WorldWarp.WorldWarp.loadWorlds(WorldWarp.java:181
    )
    09:28:00 [SEVERE]       at Raz.WorldWarp.WorldWarp.onEnable(WorldWarp.java:93)
    09:28:00 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:126)
    09:28:00 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:878)
    09:28:00 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:272)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:162)
    09:28:00 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:146)
    09:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:284)
    09:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:271)
    09:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:148)
    09:28:00 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:335)
    09:28:00 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    09:28:01 [SEVERE] Error occurred while enabling WorldWarp v2.0 (Is it up to date
    ?): null
    java.lang.NullPointerException
            at net.minecraft.server.WorldServer.c(WorldServer.java:106)
            at net.minecraft.server.World.a(World.java:2063)
            at net.minecraft.server.Chunk.addEntities(Chunk.java:470)
            at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServ
    er.java:79)
            at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProvid
    erServer.java:118)
            at net.minecraft.server.World.getChunkAt(World.java:274)
            at net.minecraft.server.World.getTypeId(World.java:221)
            at net.minecraft.server.World.isEmpty(World.java:225)
            at net.minecraft.server.World.a(World.java:192)
            at net.minecraft.server.WorldProvider.canSpawn(SourceFile:51)
            at net.minecraft.server.World.canSpawn(World.java:97)
            at net.minecraft.server.World.c(World.java:180)
            at net.minecraft.server.World.<init>(World.java:142)
            at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
            at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:465)
            at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:435)
            at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:431)
            at Raz.WorldWarp.WorldWarp.loadWorlds(WorldWarp.java:181)
            at Raz.WorldWarp.WorldWarp.onEnable(WorldWarp.java:93)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    So... WorldWarp was fine and grand until i got up this morning and this happened. I don't know what caused it...
     
  15. Offline

    Sphynks

    I can use /wcreate *blah* *blah*
    but when i try /wwarp it says
    something about internel error
    any help?
     
  16. Offline

    tony687

    Best plugin ever. Without this, i would only have a single boring world.
    Keep up the great work!

    EDIT: Have [cake] and [diamond][iron][gold]!
     
  17. Offline

    nikolay1243

    doesnt work with craftessence
     
  18. Offline

    FORC3

    I will try Tommorow
     
  19. Offline

    Stormie123

    org.bukkit.command.CommandException: Unhandled exception executing command 'wwarp' in plugin WorldWarp v2.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    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:89)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
    at Raz.WorldWarp.WWarp.<init>(WWarp.java:16)
    at Raz.WorldWarp.WorldWarp.onCommand(WorldWarp.java:110)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    >

    What does that mean?

    i cant do /Wwarp World

    Any Help?
    Great plugin anyways :)
     
  20. Offline

    droctogonapus

    how do i warp to a world i added to my server folder
     
  21. Offline

    Snowman5678

    Im having an issue with the plugin...so its working fine and allows me to create new worlds and all and i can go in them...but once i turn off my server or it crashes it dissapears...like when i get back on i try to type /wwarp world name it doesnt exsist anymore so i go into /wlist and it only shows world and world nether...but in my server folder the file is still there....how can i fix this?
     
  22. Offline

    oohTony

    Hello,
    I've a little problem withe Wwarp =/

    Code:
    21:44:02 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wwarp' in plugin WorldWarp v2.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
        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:89)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
        at Raz.WorldWarp.WWarp.<init>(WWarp.java:16)
        at Raz.WorldWarp.WorldWarp.onCommand(WorldWarp.java:110)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    thank you for your help and your time !
     
  23. Offline

    tony687

    Are you running CB #1060?
    I also have issues and errors.
    This is a bug. Just stick to #1000 until Raz finds a fix to this
     
  24. Offline

    oohTony

    I've just replace the Bukkit and WWarp .jar files and the problem is already here ='(

    Code:
    20:46:01 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wwarp' in plugin WorldWarp v2.0
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    	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:89)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
    	at Raz.WorldWarp.WWarp.<init>(WWarp.java:16)
    	at Raz.WorldWarp.WorldWarp.onCommand(WorldWarp.java:110)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more 
     
  25. Offline

    tony687

    hmmmmmmm
    I'm using #1000 and theres nothing wrong with it.
     
  26. Offline

    Moon_werewolf

    I created a world then then i trying to warp to it i get this

     
  27. Offline

    Rikaelus

    Having problems as well. Just upgraded everything from months-old versions, loaded it up, and getting this when trying to access "world2":

    Code:
    22:08:00 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'wwarp' in plugin WorldWarp v2.0
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
            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:89)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: org.bukkit.entity.Player.teleportTo(Lorg/bukkit/Location;)V
            at Raz.WorldWarp.WWarp.<init>(WWarp.java:16)
            at Raz.WorldWarp.WorldWarp.onCommand(WorldWarp.java:110)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    I thought it might have to do with the older world formats so created "world3" fresh, and getting the error there as well.
     
  28. Offline

    AnarkhiA

    its not working with 1060 ppl, just be patient of switch plugins.

    like I did. sorry dude, taking to long ;).
     
  29. Offline

    Rikaelus

    Which have you switched to? I'll probably return to WorldWarp when it's updated, but really need something now. :oops:
     
  30. Offline

    Bobex123

    It Doesent work for me anymore :( I Installed the lastest version, Typed /wcreate skylands SKYLANDS Glacier And It worked but it wouldn't warp me there it says "An Internal error occurred while to attempting to perform this command" Why?

    Happens to all of us :(

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  31. Offline

    Olaros96

    it works:) but how do i make a teleporter to the skycity?
     

Share This Page