Inactive [TP] iGates v0.6 - An easy way to manage portals ! [1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by Ptibiscuit, Aug 28, 2011.

  1. Offline

    Ptibiscuit

    [​IMG]

    Hi Everyone,

    iGates is a teleportation-by-portal plugin which allows players to teleport using gates.
    I try to make the easiest and fatest way to create portal, and add customs for each portal. :)
    For instance, you can choose the FillType of a portal, it means the type of block will fill the portal when it will be on.
    Another thing is that you can "retain" liquid insinde the portal to make the coolest effect ever of wall of water or lava.

    I'm always open for new ideas or features, so don't hesitate to post your feedbacks and your opinions !
     
    Linkolas likes this.
  2. Offline

    ColeBergmann

    The dev.bukkit.org page does not work. It says I do not have access. Please fix this :)
     
  3. Offline

    DizKonnect

    Download is not working, it says forbidden
     
  4. Offline

    DailyCakeSlice

    Wow!! Really nice!! Only one thing, It's a little complicated (i'm completely fine with that) so I needed a tutorial. I couldn't fine one on youtube and yours was in french. I only know English, so could you or an English-speaking friend possibly do an English version? Anyway, awesome job!

    I am also having problems downloading, as well. It says it is forbidden.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  5. *edit* Never mind, looks like ptibiscuit is going to post here still. :)
     
  6. Offline

    DD_313

    is this ready for 1.2.5
     
  7. Offline

    Ptibiscuit

    Okey, really sorry for the time i took to rewrite the plugin, but now it is okey ! Here is the new page of the plugin: http://dev.bukkit.org/server-mods/igates-new/pages/main/
    Just, you'll need a new configuration to use it, but you can change your old and dirty configuration to make it compatible with the new version of the plugin:
    Code:
    tel:
        froms:
        - end: world/-1681.0/64.0/-511.0
        begin: world/-1679.0/66.0/-511.0
        - end: world/327.0/78.0/-936.0
        begin: world/327.0/76.0/-933.0
        enable: 'true'
        filltype: water
        to: world/-205.55190968146883/112.0/5658.464935401731
        pitch: 1.350006
        yaw: 88.81229
    tel2:
        froms:
        - end: world/-1694.0/66.0/-526.0
        begin: world/-1694.0/64.0/-524.0
        - end: world/335.0/86.0/-933.0
        begin: world/335.0/85.0/-937.0
        enable: 'true'
        filltype: water
        to: world/328.67370890627325/75.5/-934.5959945125791
        pitch: 11.850008
        yaw: -90.28665
    New configuration:
    Code:
    config:
      retain_liquid: false
      display_message_selection: true
    portals:
      tel:
        froms:
        - end: world/-1681.0/64.0/-511.0
          begin: world/-1679.0/66.0/-511.0
        - end: world/327.0/78.0/-936.0
          begin: world/327.0/76.0/-933.0
        enable: 'true'
        filltype: water
        to: world/-205.55190968146883/112.0/5658.464935401731
        pitch: 1.350006
        yaw: 88.81229
      tel2:
        froms:
        - end: world/-1694.0/66.0/-526.0
          begin: world/-1694.0/64.0/-524.0
        - end: world/335.0/86.0/-933.0
          begin: world/335.0/85.0/-937.0
        enable: 'true'
        filltype: water
        to: world/328.67370890627325/75.5/-934.5959945125791
        pitch: 11.850008
        yaw: -90.28665
    If you're lazy, you can send me your old configuration and I will make the changes.
    Hope you'll enjoy. :)

    Edit: Damn, I'm an idiot. The new iGates is still on approval, it will be ready in few hours. x)
     
  8. Offline

    Tigr3tap

    Where is the download?
     
  9. Offline

    Ptibiscuit

  10. how many times usualy take to validate?
     
  11. Offline

    Tigr3tap

  12. ok i get a download link from bukkit.fr and im having a problem with igates, i hope u can help me

    error message:
    2012-04-28 18:25:04 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'igcreate' in plugin iGates v0.3
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at com.ptibiscuit.igates.data.models.YamlData.createPortal(YamlData.java:27)
    at com.ptibiscuit.igates.Plugin.onCommand(Plugin.java:122)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more
     
  13. Offline

    Ptibiscuit

    "iGates v0.3" ? Oo
    Wait the dev.bukkit project is validated, you'll be able to download a more recent version. :)
     
  14. ooh soo its a wrong version? ok sorry, i didnt notice was an old one. How many times take to bukkit to validate a new project? i rly need this plugin for a major building proyect i have in my server, and cant oppen without this :(

    Ok this is just weird :S i download the last version you posted (the download link its working now) it says it's the v0.2.5 and im still getting this error :confused:

    error msg:
    2012-04-29 04:14:58 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'igcreate' in plugin iGates v0.3
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
    at com.ptibiscuit.igates.data.models.YamlData.createPortal(YamlData.java:27)
    at com.ptibiscuit.igates.Plugin.onCommand(Plugin.java:122)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more

    i dont understand, how this is possible, and btw how can be the 0.3 older than the 0.2.5? and another question, i get the message when i try to create a new portal which say i need to specify a type (water, lava, portal, web) i will not be able of do an air portal? i rly need that for a proyect of mine.

    Well can you give me any solution if its not to much trouble? and btw sorry 4 me english, is not as good as i like to be.

    PD: the bukkitdev link is still not working, u get this msg "403 Forbidden"
    "We're sorry, you've attempted to access a page that you're not allowed to access.
    If you find this to be in error, please notify the administrators."

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

    CraftMastaaaa

    Where can I download this plugin?
     
  16. Offline

    Ptibiscuit

    xaldre You got the v0.3 of the plugin before I rewrote it (Pretty confusing, sorry :p).
    Could you give me your configuration, situated in /plugins/iGates/config.yml ?
    And, yes, you can fill a portal with air by using the "null" filltype, I think I've forgotten to notice it in the list.
     
  17. Offline

    Tigr3tap

    Okay it works, im gonna try it :)
     
  18. Offline

    Ptibiscuit

  19. Offline

    iraptorzz

    Hey I think your missing the version in your title :S
     
  20. Offline

    Tigr3tap

    Is there coming a video tutorial about this btw?
    i can make a video mayb?
     
  21. Offline

    Ptibiscuit

    I think I'm gonna make a French video-tutorial, 'cuz my English skills are ... limited. :p
    But, yeah, if you could make an English video, I'd love it. :)
     
  22. Offline

    nicdu10

    miam biscuit
     
  23. yes i downloaded from there, and still got the same error, "...v0.3..." dont understand :(, i can try to help you, just tell me what i have to do, plz babysteps, im kinda noob in this matter ^^

    EDIT: i just read you asked me before for the config file, you still want it? say it and ill send u (dont know where but i will if you let me know from where can i do it). Whatever you need to fix it, u have me here to help you ;)
     
  24. Offline

    Ptibiscuit

    New version, fixing some reported bugs, and adding the end_portal to the list of filltype. :)
    I'm still workin' on it, I hope i'll be able to make a version to fix that problem tonight.
     
  25. then u dont need my help? :( xddd ok better that way, thanks for the hard work u are doing for us :D i invite you to come over my server when u fix the error to show you how i have planed to use it in a rly amazing building we are doing ;)

    Btw i saw bukkitdev work again, i will use that pages since now on if u wanna contact me u can do it from there.
     
  26. Offline

    Ptibiscuit

    Next version will fix this damn error.
    Also, I addded the possibilité of making a price to take a portal (Notice that you don't need iConomy to make iGates works, it will just use it if it founds it. :)), hope you'll enjoy that feature. The version is in approval, I hope it will be released this evening.
    EDIT: The version is released. :)

    If you want to follow the updates and all my plugins (I've got a lot of released plugins, but only 2 are release on dev.bukkit.org, I'm migrating them), you can follow my Twitter (In French), I use to make a twit when I update one of my plugin, it is easier for me to alert from Twitter than posting a message in 6.023x10²³ forums. :)

    Here it is, the v0.4 is release, adding the economy support and correcting some bugs. :)

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

    DBZfan2000

    Can you make portals to other worlds?
     
  28. Offline

    Ptibiscuit

    Of course ! :)
     
  29. Offline

    ganonfire

    hey im having problems. it wont create a folder when i run the server. strange doesnt happen to me for any other plugin i install
     
  30. Offline

    Ptibiscuit

    Is there any error in your log (Do Ctrl+f and search "iGates" to find error). :)
     
  31. Offline

    hugokk

    every time i try to do a command it says: Unkown console command
    can anyone help??
     

Share This Page