[TP] Creative Gates [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by Olof Larsson, Jun 23, 2011.

  1. Offline

    Olof Larsson

  2. Offline

    TradeWill

    Hey How do i do it to more than one world like a gold frame portal in like my spawn world and then the same gold frame portal in my survival how do i connect them ?
     
  3. Offline

    Drakthanos

    I'm getting this same error upon reboot of the server - being a private server, it gets rebooted often. I have found that if I delete the worldenv file in the CreativeGates folder, it will maintain the gates - it is just really annoying. Currently, I'm searching for a fix or I will switch this out to something else, though I like CGates.
     
  4. Offline

    omnija

    i definitely love the aspect of this gate on how easy it is to use, but i just can't figure the issue with the problem above.
     
  5. Set up MultiVerse, then warp between the worlds. Put the portals together as normal.
     
  6. Offline

    lammiboy

    I encountered a recent problem where only gate 1 will work, When re-entering gate 2 it will not teleport you.
     
  7. Offline

    Durelle

    how do you make it go to a different world, i have 2 existing worlds, i want to be able to TP to it, but i dont know how to initially get to the second world
     
  8. Offline

    phondeux

    You need to use another plugin like Multiverse to get between the worlds.
     
  9. Offline

    obscurehero

    @Olof Larsson

    Can we please have an old version that I can use in the interim...yours is the first plugin that I'm using (I"d like to use yours) that requires bukkit permissions. Rather than migrate now, I'd like to wait until other devs update their plugins like you. Thanks!!
     
  10. Offline

    Olof Larsson

    Yes this is an issue I agree. I am looking into it right now.

    Version 1.1.4: Support for usual permissions again :)

    @EvilSeph and @lukegb

    I would like to transfer the ownership of this thread to the user @MassiveCraft
    And if possible I would like only the original post to be posted by massivecraft. I would like the other posts to be posted by me. Is that possible? If not the most important part is the ownership transfer.

    Thank you a lot on beforehand :)

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

    laneantosh

    hello i really really like this mod and i was wondering can i use it with multieversue
     
  12. Read the thread, your question has been answered a dozen times now.
     
  13. Offline

    phrstbrn

    I sent a pull request which changes the handling of gate teleporting to allow plugin developers to write extensions to Creative Gates.
     
  14. Offline

    chisox8

    Hi, i have used this plugin before and its great, but I just changed some of the configuration and now my portals are only going 1 way... any help?

    EDIT: Sorry, I figured it out. You can't put pressure plates in front of the gates! That is kind of a problem. Any chance that can be fixed in an upcoming update? I love this plugin btw! Great job!
     
  15. Offline

    junkboy350

    does the plugin check for the pattern the blocks are put in or just the different block types? for example, if i had a square gate with mixed mossy cobble and cobble, and then another square gate with only one mossy cobble in it, would the gates still link?
    EDIT: Sorry, my dumb ass didn't see the part about size/design in the post. never mind my question >.<
     
  16. Offline

    Olof Larsson

    interesting Ill take a look at it:)
     
  17. Offline

    Geckoleon

    hello, Im having problems with this plugin. Newest version, bukkit 1000, and none of my gates work. the plugin just crashes as soon as it starts up. it gets the
    Code:
    19:16:24 [SEVERE] Error occurred while enabling CreativeGates v1.1.4 (Is it up t
    o date?): 1
    java.lang.ArrayIndexOutOfBoundsException: 1
            at com.massivecraft.creativegates.WorldEnv.load(WorldEnv.java:67)
            at com.massivecraft.creativegates.P.onEnable(P.java:43)
            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)
    error
    please help me, as since I rely on this plugin very much to do alot of stuff in my world, from world tping to other things, and now that its down its very annoying to tp between worlds among other things.
     
  18. Offline

    evidra

    same ... than ↑
     
  19. Offline

    Djrowling

    This is such an underrated plugin, i love it. If you were to stop making all your plugins my server could not go on. Kudos to you sir.
     
    Olof Larsson likes this.
  20. Offline

    Olof Larsson

    Try deleting ALL the files in the "CreativeGates" folder and create your gates again.
     
  21. Offline

    Darkvoltage3

    i mined away the whole gate and it leaves behind water that wont go away..any tips?
     
  22. Offline

    Telgar

    Hey I am trying to understand your code, which is very neat and well done. But I cannot find where or when you add worlds to the persisted world list (worldenv). Your whole approach to gates on unloaded worlds and the like is very simple and solves an issue that I had in the plugin I am working on.
     
  23. Don't use Superpickaxe. It's been mentioned a dozen times before here.

    Multiverse (or some other world-management system) will deal with that.
     
  24. Offline

    Olof Larsson

    To be honest I am not very proud of my solution for world loading. I am considering to remove it and have this plugin require useage of a world management plugin like dimensiondoor or multiverse. The solution is to use "softdepend" on all known multiworld plugins in plugin.yml in your plugin

    https://github.com/Bukkit/Bukkit/pull/215
     
  25. Offline

    Olat

    Code:
    19:42:40 [SEVERE] Could not pass event BLOCK_PISTON_EXTEND to CreativeGates
    java.lang.ClassCastException: org.bukkit.material.MaterialData cannot be cast to org.bukkit.material.PistonBaseMaterial
            at org.bukkit.event.block.BlockPistonEvent.getDirection(BlockPistonEvent.java:41)
            at org.bukkit.event.block.BlockPistonExtendEvent.getBlocks(BlockPistonExtendEvent.java:37)
            at com.massivecraft.creativegates.listeners.PluginBlockListener.onBlockPistonExtend(PluginBlockListener.java:29)
            at org.bukkit.plugin.java.JavaPluginLoader$43.execute(JavaPluginLoader.java:540)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
            at net.minecraft.server.BlockPiston.g(BlockPiston.java:70)
            at net.minecraft.server.BlockPiston.doPhysics(BlockPiston.java:47)
            at net.minecraft.server.World.k(World.java:453)
            at net.minecraft.server.World.applyPhysics(World.java:433)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:453)
            at net.minecraft.server.World.applyPhysics(World.java:433)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:453)
            at net.minecraft.server.World.applyPhysics(World.java:433)
            at net.minecraft.server.BlockRedstoneWire.g(BlockRedstoneWire.java:49)
            at net.minecraft.server.BlockRedstoneWire.doPhysics(BlockRedstoneWire.java:286)
            at net.minecraft.server.World.k(World.java:453)
            at net.minecraft.server.World.applyPhysics(World.java:433)
            at net.minecraft.server.BlockLever.interact(BlockLever.java:165)
            at net.minecraft.server.BlockLever.b(BlockLever.java:130)
            at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:76)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:458)
            at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  26. Offline

    Telgar

    I tried to depend on multiverse in mine for creating new worlds, and I had loading issues upon server restart. Your solution seems much more self contained since it uses worlds created by other plugins, but does not depend on them to load worlds.
     
  27. Offline

    Live or Die

    Hey, how can i make it 2 ways?
     
  28. Offline

    Olof Larsson

    if it is oneway you have something blocking one of the portals. A block is in the way.
     
  29. Offline

    weini37

    Look a bug:

    I´ve linked the Glass Gates, but when i go throught it happends nothing.
    Sry for the bad english
    I´m from Austria
     
  30. Offline

    Olof Larsson

    do not use superpickaxe
     
  31. Offline

    Live or Die

    Thanks,
    works great for me now.
    if its possible to do that you can choose either to take from tham items or money to use a gate?
    if so its good :) if not then thanks anyway
     

Share This Page