[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. I know, And i will add that. But I'm a student who works as a construction worker / carpenter 3 days / week.ยจ
    Too... Little... Timeeee :(
     
  3. Offline

    Lupo cani

    This is a perfect lightweight multiworld plugin!
    Even if my server seem ta have a problem with the warps,(seriosly, ALL warps, not just the worldwarp ones, are broken) I easily compensated with Wormhole X-treme.(a wery sophisticated portal plugin)
     
  4. Offline

    RTRD

    @Raz Make it gamemode compatible? So one world have creative and another survival? :)

    And one world, one inventory? :D
     
  5. Offline

    Taeir

  6. Offline

    RTRD

  7. Offline

    boioi

    Yea I have op and it tells me you don't have permissions to do that when I use any of the commands. How would I override that?
     
  8. Offline

    Naruchico

    a you have to set permission in the config to false.

    another comment to the Creator, can we get an option to hide worlds from the list, so only those who know it can find it (I don't use permission cause I hate making them lol) so I thought hiding it from the list absolves the problems :D
     
  9. Offline

    matthew83610

    can you add an option to say whether you want to use a warp command or go through a portal so it could be like portal made out of id:46 and lighter is water or whatever. I have seen something like this on some video but i can't remember the name... Also because this is bukkit you can't change portals animation effects right? Like the Aether mod. THAT WOULD BE SO COOL IF YOU COULD DO THIS STUFF!
     
  10. I'll consider this in the next release, It will take a while though, No time to code :(

    WorldWarp is created to be a lightweight plugin, There are separate portal plugins that can be used together with worldwarp to create a simple Multi world portal teleportion :)
     
  11. Offline

    Knuckx

    Why can't I create or delete a world from the server console?
     
  12. I didn't add support for that yet.
     
  13. Offline

    remypas

    Is there any way to add the nether to one of your worlds later on?
    I have a few worlds and I want to add a nether world to the survival world.
     
  14. Offline

    MikeyWheeler

    Your plugin disabled PvP somehow.. You need to fix this. Its the only plugin that works for multiworld. But it overrides pvp. Please fix fast :( (IK its this plugin. I tried running with only it and pvp true.. Still wouldnt pvp..)
     
  15. Offline

    remypas

    Mikey, with a plugin like multiGod you can enable pvp in one world and not in the other.
     
  16. That's really wierd but i'll look into it
     
  17. Offline

    remypas

    I'm sorry to say this. But after I posted my post this afternoon, I updated to the newest version to. And Indeed. It disabled PvP on my entire server.

    I took out the plugin and PvP is back up. So this plugin is confirmed to be the one causing it
     
  18. Offline

    MikeyWheeler

    Well I'm no java/code monkey but I did find something suspicious in the files. worldwarp.jar/Raz/worldwarp/worldwarp.class lines 53/54

    it has "setPVP" is one of the words in it then on the next line it has disabled..
     
  19. Offline

    slazez

    great plugin but it would be nice if you could change the gamemode for different worlds
     
  20. Offline

    Nickexp

    does this have a spawn for every world? (when u type /setspawn it adds a new spawn).if it doesn't u should it'll make the plugin even better
     
  21. Offline

    wacossusca34

    15:49:00 [SEVERE] Could not pass event ENTITY_INTERACT to World Portal
    java.lang.ClassCastException: me.timvisee.WorldPortal.WorldPortalEntityListener cannot be cast to org.bukkit.event.entity.EntityListener
    at org.bukkit.plugin.java.JavaPluginLoader$69.execute(JavaPluginLoader.java:742)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.BlockPressurePlate.g(BlockPressurePlate.java:112)
    at net.minecraft.server.BlockPressurePlate.a(BlockPressurePlate.java:71)
    at org.getspout.spout.block.mcblock.CustomBlock.a(CustomBlock.java:394)
    at net.minecraft.server.Entity.move(Entity.java:601)
    at net.minecraft.server.EntityLiving.a(EntityLiving.java:657)
    at net.minecraft.server.EntityLiving.s(EntityLiving.java:810)
    at net.minecraft.server.EntityLiving.s_(EntityLiving.java:280)
    at net.minecraft.server.World.entityJoinedWorld(World.java:1193)
    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:104)
    at net.minecraft.server.World.playerJoinedWorld(World.java:1175)
    at net.minecraft.server.World.tickEntities(World.java:1090)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:467)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    Spamming this constantly, but still works well. Fix? CB Build 1337
     
  22. Offline

    musicin3d

    Can you add the option so that when a user warps to a world, they spawn at their last location in that world?
     
  23. everytime i type in a command it says i dont have permission
     
  24. Offline

    bibivincs

    I've got a problem with pvp too...
    Do you have an idea to re-enable pvp ?
     
  25. Offline

    musicin3d

    So THAT's why my pvp isn't working...
     
  26. Offline

    bibivincs

    Yep, and i didn't found a plugin to change it.
     
  27. Offline

    xXdylanXx906

    COOOOOOOOOOOOOL! but i come with a problem....I started up my server and it said "you dont have permission to do that" so i went into the config but there's not really much there. It just says settings and use:"true" and thats it. I NEED HELP
     
  28. Offline

    veseto

    I have a server and i wont a survive and a creative world (each one to have a diffrent inventory) what shoud i do ?
    (sorry if my English's bad)
     
  29. Offline

    musicin3d

  30. Offline

    Tr4p

    Its a long time ago but the problem is still existing.
    Have you found something to fix it?
    Could you add an option for each world between pvp on and off?
     
    musicin3d likes this.
  31. Offline

    MikeA

    WorldWarp is causing WorldGuard's "PvP" Flag to not work. I have a PvP world and I have to set the PvP flag in WorldGuard to "allow", when I took WorldWarp off it worked fine, before PvP did not work.
     

Share This Page