[TP] Creative Gates [BukkitDev]

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

  1. Offline

    Olof Larsson

  2. Offline

    Live or Die

    strange, so it maybe a bug.

    Everytime i try to create a gate it says "there is no vaild frame for the gate"
    like so:
    [​IMG]
    what is wrong?
    PS: no errors what so ever.
    PS2: it happen with every matirial not just wool.
     
  3. Offline

    Live or Die

  4. Offline

    Ayaron

    Will this be updated for the new 1.0.1.R1 bukkit version? I search BukkitDev and couldn't see anything.
     
  5. Offline

    GabrielVH

    This doesn't appear to work in 1.0.1 at all :/
     
  6. Really? Could have fooled me, seems to work here with the latest RB from bukkit.

    Mind you, I have spout installed for another plugin, which takes care of the frame bug.
     
  7. Offline

    DoctorBoyd

    I have only 2 sets of gates and I'm having a problem with one of them.

    The stone brick gate is bridge between 'world' and 'world2' and works fine.
    The other set of gates are between 'world' and 'world_nether' and only seem to work sometimes. I have made the gates out of different materials but always have the same result.
    Any ideas? I also do not use spout.
     
  8. Offline

    GabrielVH

    I don't even have the frame bug, just nothing at all - checked the wand / block IDs, still nothing. Worked fine in 1.8.1 and I haven't changed anything.
     
  9. So what exactly isn't working?

    The only weirdness I found when I updated to the 1.0.1 bukkit RB was one of my multiworld gates broke and I wasn't able to reconnect them. I ended up editing the gates file directly as it was easier for me than rebuilding them in game. But I've been able to successfully build a new pair of gates under the current bukkit RB both in one world as well as across worlds.

    I have noticed that occasionally it seems as if the plugin is slow to notice that someone has walked into the gate, but usually walking out and back in seems to 'kick it' enough for it to perform the teleport.
     
  10. Offline

    ibreaktoucher

    cool! does it work for 1.0.0??
     
  11. We seem to have varied reports. For me it's working, I'm using Kade's update and I also have Spout installed (for other stuff on the server, so I'm not about to take it off to test). But two posts above you is a reported issue in 1.0. So YMMV.
     
  12. Offline

    ChrisX930

    It is compatible with the newest RB of CraftBukkit (1.0.0_RC1)
     
  13. Reread the post right above yours.:)
     
    1cec0ld likes this.
  14. Offline

    Tohclan

    Craftbukkit 1.0.0_RC1
    Creative Gates 1.3.2
    Spout 644
    Multiverse 2.1

    Everything works fine with small gates. Having problems linking a small gate to a gate nearing the area limit of the portals. Either that or somethings wrong with the world.

    This is a worded recreation of the problem;
    Gate in world 1 made of diamonds and circular to the one in the OP connects perfectly to the gate in world 2. Gate in world 2 made by a circle with 13 up/down 13 left/right (nearing area of 200) Won't connect to world 1 even though it says it works and there are 2 gates made of diamonds.
     
  15. Offline

    natinusala

    I've got a problem with only one of my portals (it's near to the spawn) : when I reload or restart the server the water gets off so the portal doesn't work...

    How can I fix that ?
     
  16. Offline

    Kipperlenny

    No Problem here, and working with the bukkit RB (without Spout).
     
  17. At this time, I don't think it can be fixed. It's one of the known problems with the plugin. Sometimes the activation is written to the file quickly, other times it takes a while.

    I believe there was talk in the thread a while ago about ways to fix it in the plugin code, but I don't recall ever seeing a definitive fix.

    The closest replacement I've seen to this plugin is iGate, but it has it's own quirks and issues as well.
     
  18. Offline

    IBioniKx

    Are you going to update to 1.0.1 R1?
     
  19. Offline

    natinusala

    Why don't you add "Conf.save();" at "onDisable" method or at the end of a portal creation's process ?
     
  20. Offline

    ForsakenRealmz

    Hi, I'm using Permissions Bukkit. I had only "creativegates.use" for my permissions nodes but normal players could make them to. Why is that?
     
  21. Offline

    Muyloco1

    "This gate does not lead anywhere."

    It was working fine before...

    RB1597

    { "wand": 345, "block": 41, "maxarea": 200, "effects": true }
     
  22. Offline

    Kipperlenny

    Destroy it and rebuild.
     
  23. Offline

    Muyloco1

    I've done that many times :(
     
  24. Offline

    GoTheRedSox

    Code:
    2011-12-23 11:59:56 [SEVERE] Could not pass event CUSTOM_EVENT to CreativeGates
    java.lang.IllegalArgumentException: Cannot measure distance between worlds or to null
        at org.bukkit.Location.distance(Location.java:364)
        at org.bukkit.craftbukkit.CraftWorld.playEffect(CraftWorld.java:647)
        at org.bukkit.craftbukkit.CraftWorld.playEffect(CraftWorld.java:639)
        at com.massivecraft.creativegates.util.SmokeUtil.emmitFromLocations(SmokeUtil.java:21)
        at com.massivecraft.creativegates.Gate.emmitSmoke(Gate.java:395)
        at com.massivecraft.creativegates.listeners.PluginGateListener.onPlayerGateTeleport(PluginGateListener.java:30)
        at com.massivecraft.creativegates.event.CreativeGatesListener.onCustomEvent(CreativeGatesListener.java:14)
        at org.bukkit.plugin.java.JavaPluginLoader$97.execute(JavaPluginLoader.java:945)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at com.massivecraft.creativegates.listeners.PluginPlayerListener.onPlayerMove(PluginPlayerListener.java:70)
        at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:307)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:182)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    im using the latest up to date bukkit and the latest build for this plugin. know whats wrong?
     
  25. Offline

    Stormbow

    Or you can use LWC to protect diamond blocks.

    Code to insert under protections: blocks:
    Code:
    #####################################################
    #     Iron (42), Gold (41), Diamond (57) blocks     #
    #     Iron needed for mcMMO reasons.                #
    #####################################################
            '41':
                enabled: true
                autoRegister: public
            '42':
                enabled: true
                autoRegister: public
            '57':
                enabled: true
                autoRegister: public
    This protect allows users to place iron, gold, and diamond blocks that regular players can't break and steal.

    If you are also using mcMMO, having the blocks autoRegister set to public allows everyone to use the Iron block (41) to repair items, but they still can't break the iron block to steal it. (Admins, of course, can do whatever they want with whatever they want. heh)

    @Olof Larsson: You may want to add this suggestion to the OP.

    Is this error caused by not having a multi-world plugin?
    Code:
    17:10:52 [SEVERE] Error occurred while enabling CreativeGates v1.3.2 (Is it up to date?): tried to access class com
    .massivecraft.creativegates.zcore.MPlugin$1 from class com.massivecraft.creativegates.zcore.MPlugin
    java.lang.IllegalAccessError: tried to access class com.massivecraft.creativegates.zcore.MPlugin$1 from class com.m
    assivecraft.creativegates.zcore.MPlugin
            at com.massivecraft.creativegates.zcore.MPlugin.initTXT(MPlugin.java:165)
            at com.massivecraft.creativegates.zcore.MPlugin.preEnable(MPlugin.java:72)
            at com.massivecraft.creativegates.CreativeGates.onEnable(CreativeGates.java:33)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:436)
            at org.bukkit.Bukkit.reload(Bukkit.java:187)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    17:10:52 [INFO] [CreativeGates v1.3.2] === ENABLE START ===
    17:10:52 [INFO] [CreativeGates v1.3.2] Will use this plugin for permissions: PermissionsEx v1.17
    17:10:52 [SEVERE] Error occurred while enabling CreativeGates v1.3.2 (Is it up to date?): com/massivecraft/creative
    gates/zcore/MPlugin$1
    java.lang.IllegalAccessError: com/massivecraft/creativegates/zcore/MPlugin$1
            at com.massivecraft.creativegates.zcore.MPlugin.initTXT(MPlugin.java:165)
            at com.massivecraft.creativegates.zcore.MPlugin.preEnable(MPlugin.java:72)
            at com.massivecraft.creativegates.CreativeGates.onEnable(CreativeGates.java:33)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:436)
            at org.bukkit.Bukkit.reload(Bukkit.java:187)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    17:10:52 [WARNING] Plugin CreativeGates v1.3.2 tried to register permission 'creativegates.*' but it's already regi
    stered
    java.lang.IllegalArgumentException: The permission creativegates.* is already defined!
            at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:424)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:192)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:436)
            at org.bukkit.Bukkit.reload(Bukkit.java:187)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    17:10:52 [WARNING] Plugin CreativeGates v1.3.2 tried to register permission 'creativegates.create' but it's already
     registered
    java.lang.IllegalArgumentException: The permission creativegates.create is already defined!
            at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:424)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:192)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:436)
            at org.bukkit.Bukkit.reload(Bukkit.java:187)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    17:10:52 [WARNING] Plugin CreativeGates v1.3.2 tried to register permission 'creativegates.destroy' but it's alread
    y registered
    java.lang.IllegalArgumentException: The permission creativegates.destroy is already defined!
            at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:424)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:192)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:436)
            at org.bukkit.Bukkit.reload(Bukkit.java:187)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    17:10:52 [WARNING] Plugin CreativeGates v1.3.2 tried to register permission 'creativegates.use' but it's already re
    gistered
    java.lang.IllegalArgumentException: The permission creativegates.use is already defined!
            at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:424)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:192)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:436)
            at org.bukkit.Bukkit.reload(Bukkit.java:187)
            at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:374)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:564)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    17:10:52 [INFO] [DeathControl] loaded 3 lists!
    I only want one world on my server, no borders, eventually maybe a dynmap. :3

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
  26. Hi sorry my english isn't very good, so i'm not sure, does Creative Gates work with minecraft 1.0.1, when i tried to install it on my server, the server just won't work anymore :v help ? thanks :)
     
  27. Offline

    Stormbow

    Yes. I got mine working with RB 1.0.1-r1 / 1597.
     
  28. Offline

    Kipperlenny

    Yes it's working with RB bukkit.
     
  29. Offline

    shakutis

    i always get this error when i launch my server RB 1.0.1 R1 whats the problem???
    2011-12-26 12:27:20 [INFO] [CreativeGates v1.3.2] === ENABLE START ===
    2011-12-26 12:27:20 [INFO] [CreativeGates v1.3.2] Will use this plugin for permissions: Permissions v3.1.6
    2011-12-26 12:27:20 [SEVERE] Error occurred while enabling CreativeGates v1.3.2 (Is it up to date?): com/google/gson/GsonBuilder
    java.lang.NoClassDefFoundError: com/google/gson/GsonBuilder
    at com.massivecraft.creativegates.zcore.MPlugin.getGsonBuilder(MPlugin.java:133)
    at com.massivecraft.creativegates.zcore.MPlugin.preEnable(MPlugin.java:69)
    at com.massivecraft.creativegates.CreativeGates.onEnable(CreativeGates.java:33)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.ClassNotFoundException: com.google.gson.GsonBuilder
    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)
    ... 13 more
     
  30. Offline

    superjirre

    maybe a stupid idea but could you make it possible to change the teleportation block which is now water, if you can make it so that you can change it in anything you want by using the same function as the changable clcok or diamond block function. i hope you'll do that, that makes it even more awesome.
     

Share This Page