[TP] Wormhole X-Treme - Multi-World capable Stargates - Moved to BukkitDev!

Discussion in 'Inactive/Unsupported Plugins' started by lycano, Jul 1, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    lycano

    Wormhole X-Treme v1.016
    Multi-World capable Stargates for bukkit powered servers
    Craftbukkit 1846

    This project has been moved to BukkitDev
    Please visit the new project page on BukkitDev http://dev.bukkit.org/server-mods/wormhole_x-treme/

    Project moved to BukkitDev
     

    Attached Files:

    Last edited by a moderator: May 18, 2016
  2. Offline

    lycano

    @Isocadia well ... async timeout you mean? Hmm it would be a pain to handle that.

    Lets go to one sample:
    - Gate1 shutdowns after 10 sec.
    - Gate2 Shutdowns after 2 sec when the player is through.
    - Connect Gate1 to Gate2.

    Now Gate2 is down but Gate1 will shutdown 8 sec later. How would you explain that a wormhole is still established when the target is deactivated? ;)

    Anyways asynchronous shutdowns per gates are not an option as it would break many stuff.

    Speaking of "Locks aren't working" what do you mean exactly?
     
  3. Offline

    Isocadia

    Well, for some reason, when I build a gate which has the lock lever in it's shape file, it removes the lock lever whenever I build it.
     
  4. Offline

    fatmarley

    tested this in 1.8, seems to be working with only one hick up. The creation and use of sign gates doesn't seem to work.

    Here are some of the errors in console.

    Code:
    2011-09-17 08:24:21 [SEVERE] Could not pass event PLAYER_INTERACT to WormholeXTreme
    java.lang.ArrayIndexOutOfBoundsException: -1
    	at java.util.ArrayList.get(Unknown Source)
    	at de.luricos.bukkit.WormholeXTreme.Wormhole.logic.StargateHelper.checkStargate3D(StargateHelper.java:297)
    	at de.luricos.bukkit.WormholeXTreme.Wormhole.logic.StargateHelper.checkStargate(StargateHelper.java:85)
     	at  de.luricos.bukkit.WormholeXTreme.Wormhole.listeners.WormholeXTremePlayerListener.buttonLeverHit(WormholeXTremePlayerListener.java:140)
     	at  de.luricos.bukkit.WormholeXTreme.Wormhole.listeners.WormholeXTremePlayerListener.handlePlayerInteractEvent(WormholeXTremePlayerListener.java:330)
     	at  de.luricos.bukkit.WormholeXTreme.Wormhole.listeners.WormholeXTremePlayerListener.onPlayerInteract(WormholeXTremePlayerListener.java:546)
    	at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.java:314)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    	at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:161)
    	at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:86)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:496)
    	at net.minecraft.server.Packet14BlockDig.a(SourceFile:43)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     2011-09-17 08:24:25 [SEVERE] Could not pas
     
  5. Offline

    lycano

    @Isocadia did you set an IDC ?

    @fatmarley a new compiled version will be released on sunday.
     
  6. Offline

    Isocadia

    I can't test right now ( my servers offline till a more stable build of CB ), but I remember setting an IDC, and after it was created, it was a simple gate, no locks at all.

    Figured what I did wrong, instead of idc=Password I only typed Password.
     
  7. Offline

    lycano

    Info Notice: Im currently rebuilding my compiler environment. Thus i come back from work mostly at ~20:00 im trying to get all my plugins up-to-date. I know its quite a long time since nothing happened here but i want to let you know that im not letting you down. Im doing my best to release an updated version as soon as possible.

    Regards. lycano
     
    Don Redhorse, KingPin and PierreW like this.
  8. Offline

    fatmarley

    Thx mate! We appreciate it.
     
  9. Offline

    stargatedestiny

    i did what u said last time and it just made the plugin crash onto its self

    Code:
    12:51:29 [SEVERE] java.io.IOException: Not in GZIP format
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    12:51:29 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:9)
    12:51:29 [SEVERE]     at net.minecraft.server.PlayerNBTManager.c(PlayerNBTManager.java:93)
    12:51:29 [SEVERE]     at net.minecraft.server.World.<init>(World.java:128)
    12:51:29 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:499)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:469)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:465)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Wormhole.model.StargateDBManager.loadStargates(StargateDBManager.java:196)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Wormhole.WormholeXTreme.onEnable(WormholeXTreme.java:181)
    12:51:29 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    12:51:29 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
    12:51:29 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:410)
    12:51:29 [SEVERE]     at org.bukkit.Bukkit.reload(Bukkit.java:173)
    12:51:29 [SEVERE]     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    12:51:29 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
    12:51:29 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    12:51:29 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
    12:51:29 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    12:51:29 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    12:51:29 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    12:51:29 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    12:51:29 [SEVERE] java.io.IOException: Not in GZIP format
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    12:51:29 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:9)
    12:51:29 [SEVERE]     at net.minecraft.server.PlayerNBTManager.c(PlayerNBTManager.java:104)
    12:51:29 [SEVERE]     at net.minecraft.server.World.<init>(World.java:128)
    12:51:29 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:499)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:469)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:465)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Wormhole.model.StargateDBManager.loadStargates(StargateDBManager.java:196)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Wormhole.WormholeXTreme.onEnable(WormholeXTreme.java:181)
    12:51:29 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    12:51:29 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
    12:51:29 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:410)
    12:51:29 [SEVERE]     at org.bukkit.Bukkit.reload(Bukkit.java:173)
    12:51:29 [SEVERE]     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    12:51:29 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
    12:51:29 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    12:51:29 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
    12:51:29 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    12:51:29 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    12:51:29 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    12:51:29 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    12:51:29 [INFO] Unable to find spawn biome
    12:51:29 [SEVERE] Error occurred while enabling WormholeXTreme v1.011 (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:2224)
        at net.minecraft.server.Chunk.addEntities(Chunk.java:629)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:81)
        at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
        at net.minecraft.server.World.getChunkAt(World.java:300)
        at net.minecraft.server.World.getTypeId(World.java:247)
        at net.minecraft.server.World.isEmpty(World.java:251)
        at net.minecraft.server.World.a(World.java:218)
        at net.minecraft.server.WorldProviderSky.canSpawn(SourceFile:56)
        at net.minecraft.server.World.canSpawn(World.java:104)
        at net.minecraft.server.World.c(World.java:202)
        at net.minecraft.server.World.<init>(World.java:150)
        at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:499)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:469)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:465)
        at de.luricos.bukkit.WormholeXTreme.Wormhole.model.StargateDBManager.loadStargates(StargateDBManager.java:196)
        at de.luricos.bukkit.WormholeXTreme.Wormhole.WormholeXTreme.onEnable(WormholeXTreme.java:181)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
        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 net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
        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:91)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    12:51:29 [INFO] [WormholeXTremeWorlds][v0.505] Enabling plugin ...
    12:51:29 [INFO] [WormholeXTremeWorlds] Permission Plugin not yet available.
    12:51:29 [INFO] [WormholeXTremeWorlds] Help plugin is not yet available; there will be no Help integration until it is loaded.
    12:51:29 [SEVERE] java.io.IOException: Not in GZIP format
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    12:51:29 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:9)
    12:51:29 [SEVERE]     at net.minecraft.server.PlayerNBTManager.c(PlayerNBTManager.java:93)
    12:51:29 [SEVERE]     at net.minecraft.server.World.<init>(World.java:128)
    12:51:29 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:499)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:469)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Worlds.world.WorldManager.loadWorld(WorldManager.java:587)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Worlds.world.WorldManager.loadAutoloadWorlds(WorldManager.java:564)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Worlds.WormholeXTremeWorlds.onEnable(WormholeXTremeWorlds.java:85)
    12:51:29 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    12:51:29 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
    12:51:29 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:410)
    12:51:29 [SEVERE]     at org.bukkit.Bukkit.reload(Bukkit.java:173)
    12:51:29 [SEVERE]     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    12:51:29 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
    12:51:29 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    12:51:29 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
    12:51:29 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    12:51:29 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    12:51:29 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    12:51:29 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    12:51:29 [SEVERE] java.io.IOException: Not in GZIP format
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    12:51:29 [SEVERE]     at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    12:51:29 [SEVERE]     at net.minecraft.server.CompressedStreamTools.a(SourceFile:9)
    12:51:29 [SEVERE]     at net.minecraft.server.PlayerNBTManager.c(PlayerNBTManager.java:104)
    12:51:29 [SEVERE]     at net.minecraft.server.World.<init>(World.java:128)
    12:51:29 [SEVERE]     at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:499)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:469)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Worlds.world.WorldManager.loadWorld(WorldManager.java:587)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Worlds.world.WorldManager.loadAutoloadWorlds(WorldManager.java:564)
    12:51:29 [SEVERE]     at de.luricos.bukkit.WormholeXTreme.Worlds.WormholeXTremeWorlds.onEnable(WormholeXTremeWorlds.java:85)
    12:51:29 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    12:51:29 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
    12:51:29 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:410)
    12:51:29 [SEVERE]     at org.bukkit.Bukkit.reload(Bukkit.java:173)
    12:51:29 [SEVERE]     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    12:51:29 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    12:51:29 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
    12:51:29 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    12:51:29 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    12:51:29 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:91)
    12:51:29 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    12:51:29 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    12:51:29 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    12:51:29 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    12:51:29 [SEVERE] Error occurred while enabling WormholeXTremeWorlds v0.505 (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:2224)
        at net.minecraft.server.Chunk.addEntities(Chunk.java:629)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:81)
        at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
        at net.minecraft.server.World.getChunkAt(World.java:300)
        at net.minecraft.server.World.getTypeId(World.java:247)
        at net.minecraft.server.World.isEmpty(World.java:251)
        at net.minecraft.server.World.a(World.java:218)
        at net.minecraft.server.WorldProvider.canSpawn(SourceFile:50)
        at net.minecraft.server.World.canSpawn(World.java:104)
        at net.minecraft.server.World.c(World.java:202)
        at net.minecraft.server.World.<init>(World.java:150)
        at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:499)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:469)
        at de.luricos.bukkit.WormholeXTreme.Worlds.world.WorldManager.loadWorld(WorldManager.java:587)
        at de.luricos.bukkit.WormholeXTreme.Worlds.world.WorldManager.loadAutoloadWorlds(WorldManager.java:564)
        at de.luricos.bukkit.WormholeXTreme.Worlds.WormholeXTremeWorlds.onEnable(WormholeXTremeWorlds.java:85)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:906)
        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 net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
        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:91)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  10. Offline

    theC

    are both plugin (this and worm-hole WORLDS) 1.8 ready and create 1.8 worlds?
     
  11. Offline

    lycano

    @theC didnt checked it out. I have rebuild my env already but now i have to rebuild all plugins and compile them against latest RB. As 1.8.1 is currently out i think ill do this on this weekend =)
     
    theC and -FN- like this.
  12. Offline

    cartman-2000

    use the SuperpermsBridge plugin and you can use this plugin correctly with SuperPerms.

    It does work as far as I can see with 1.8, but you need to use a compatibility bridge for permissions if you use SuperPerms to get the plugin working correctly.
     
  13. Offline

    Avernikas

    Is there any way to move a DHD?
     
  14. Offline

    Qentus

    how can i add iris to sign wormholes?
     
  15. Offline

    theC

    well... are you ready? =)
     
  16. Offline

    lycano

    @theC yes im currently working on it.

    @Avernikas a DHD cannot be moved. It has to be at the exact same location as defined in the shapefile you used to build this gate. If you want to move a DHD define a new Shape and recreate the gate.

    @Qentus using an iris for sign powered gates is currently not implemented as the whole logic is not existant in the old code for sign gates. As soon i implemented a new command manager ill implement this (i need a new attribute gateType but this isnt that easy to implement with the existing logic).
     
  17. Offline

    Avernikas

    Ok, thanks ^_^

    Also, one of the updates seemed to have....made the chevron's light up in random order. Not Like in the show, and in previous versions of this mod. Its been like that for a wile, i've just never gotten around to posting about it :)
     
  18. Offline

    lycano

    @Avernikas actually it isnt that random as you may think. The order is taken from the shape file. Cause of a bug in the original version the order was fixed to Standard and never changed ^^

    ---

    YFYI: Yesturday i thought "hey just do a simple compile against the latest RB and the plugin will work again" but as i inspected the compiler warnings i realized that i may encounter a big problem in the near future.

    As of 1k build the world ID has changed to UID which will produce some ugly side effects. Internally there is a world matcher present that can detect the right world per id in case of errors .. this could produce the bug someone has experienced during "a deleted gate was recreated when deleted in another world".

    Also there was a bug with getActivatedRestoneLever. It contained a Block but checked against material.getId() ...

    Important Notice:
    Speaking of the world id i have to migrate all world ids to the new uid system. I will take this opportunity to make some slight modifications to the DB and to the DB's filename.

    As this task could destroy your db ill implement a stop code that will not allow to use the old DB any longer so you have to manually enter a command like /wxupdatedb first which will produce a new Database with the converted data. If something goes wrong during the write your old database will not be harmed =)

    After that restart the server and everything should work fine. But as i said the exact details will be written down in a seperate update notice =) Also ill try to release a fully compatible version til wednesday.
     
  19. Offline

    Durakken

    Are there more materials possible than the one listed in the files, if not can you make it so an material can be defined rather than the very limited selection?
     
  20. Offline

    lycano

    @Durakken The animation Material could be cake if you like but that would look very ugly in my opinion =)

    For now i would like to limit this to STATIONARY_WATER, LAVA .. Portal Material was always glitchy and never worked well when doing animations so if this isnt fixed in 1.8 (currently testing) i probably will remove the PORTAL_MATERIAL or limit it only to non-animateable.
     
  21. Offline

    Durakken

    I'm not talking about portal material I'm talking about everything. Every time I think up something that might be cool I can't do it because it doesn't use the materials that are in the list and i don't know what the names are for any of the materials if they are usable. Why not just use the numbers
     
  22. Offline

    theC


    hab grade in deinem Profil gelesen, dass du deutsch bist, was die Sache ja einfacher macht^^. Funktionieren beide plugins jetzt mit 1.8? :)
     
  23. Offline

    lycano

    @Durakken Sry, my mistake ... well taken from the StandardSignDial.shape file

    Code:
    # None of the follow materials are required, they will default if not set.
    # Portal material the material the [P] blocks will be when gate is active.
    
    # Suggested values are as follows: STATIONARY_WATER, STATIONARY_LAVA, PORTAL, and AIR
    PORTAL_MATERIAL=STATIONARY_WATER
    
    # Iris material is the material the [P] block become when iris is active
    # Suggested values are as follows: STONE, DIAMOND_BLOCK, GLASS, IRON_BLOCK, BEDROCK, OBSIDIAN, GLOWSTONE and LAPIS_BLOCK
    IRIS_MATERIAL=STONE
    
    # Stargate material is the material the [O] blocks are made of
    # Reasonable values are as follows: STONE, DIAMOND_BLOCK, GLASS, IRON_BLOCK, BEDROCK, OBSIDIAN, GLOWSTONE and LAPIS_BLOCK
    STARGATE_MATERIAL=OBSIDIAN
    
    # Active material is the material that :L blocks become when gate is active
    # Suggested Values are as follows: GLOWSTONE and GLOWING_REDSTONE_ORE
    ACTIVE_MATERIAL=GLOWSTONE
    
    For example you can change the stargate material to stone,diamon_block,glass,iron_block,bedrock or obisidian. Note: you have to type it exactly as listed in the example in the shape file.

    > Why not numbers?
    Well i could say "okay, the portal material could be a number ... lets type the ID for tnt in it" but this would lead into more or less funny problems ^^ Furthermore i think the list is more than enough to make your custom gate. Okay .. no wool but you could say your portal material is stationary water ... then you would have a burning gate ^^ You see its not that easy as it sounds =)

    @theC //german//Zur Zeit teilweise, ich bin dabei alle Plugins gerade umzubauen und auf PEX zu stellen. Permissions is ja tot und 1.8 beschehrt mich mit dem o.g. neune Problem. (Es ist zwar einfacher in deutsch zu reden aber Englisch ist hier die Sprache, sollte man sich dran halten ^^)
    //english//Currently the plugins are acting wonky. Atm Im rebuilding all my plugins and move to PEX cause Permissions is dead. Furthermore 1.8 has shown me the finger at some points. This will be fixed but it will take a day or two cause i dont have time to work on it full time (working)
     
  24. Offline

    ZNickel

    can you also add support for Permissions Bukkit
     
  25. Offline

    Pommes9485

    Hey,

    I only want to use it for a litte LAN. Is there any way to use the gate in both Directions ?
     
  26. Offline

    lycano

    @ZNickel i will add support for PEX and remove the inactive Project Permissions so you will not have any trouble using it =)

    @Pommes9485 sry i cant change that on the fly as this stuff is coded very deep inside the code. But you can set the shutdown_timeout to 5 so you can use it again shortly. Dont set it lower than 5 in laggy situations ^^
     
  27. Offline

    theC

    okay. will it only work with PEX, or will be the "normal" permissions-system supportet though?
     
  28. Offline

    lycano

    @theC nothing will break. You can decide if you choose to use one working Yeti Permissions or the PEX Compat Layer or PEX directly.
     
  29. Offline

    LucidLethargy

    Is this plugin still active? It's 4 recommended builds behind according to the title...
     
  30. Offline

    but2002

    @LucidLethargy It needs to be updated, yes, but AFAIK it still works on the latest.
     
  31. Offline

    Takel

    Any chance that it'll be possible to specify an override shutdown timer on particular gate designs? In other words, keep the global shutdown timer but allow for particular gate designs to have a shorter or longer shutdown. Reason for that is that I want to experiment with having passageways/hallways having a hidden/non-obvious gate which sends players to another world which will have the rest of the interior constructed without needing to worry about the physical constraints of the outside. ie: Bigger on the inside. However, it'll break the illusion of a seamless passageway if they needed to hit a switch to open the gate.
     
Thread Status:
Not open for further replies.

Share This Page