[INACTIVE]WarpGate v1.5 [Linked Portals/Gates]

Discussion in 'Inactive/Unsupported Plugins' started by Nijikokun, Jan 9, 2011.

     
  1. Offline

    Nijikokun

    WarpGate 1.5 (Coanda Effect)
    [IMG]

    WarpGate allows you to create portals / gates from one area to another, it also adds an additional feature of chainable looping up to 7 portals, link gates to different gates to create unique jumping effects.

    Now when you enter a portal, when you try and go back, you may not always wind up in the same spot.

    Features:
    1. Create unique effects through linking.
    2. Creating WarpGates is easy.
      1. /wg create [name] - while facing the direction you wish the portal to be & the user to come out of.
        It will magically create the portal.
    3. Looping, Put a WarpGate infront of another, link one to another gate, link the second to a different gate, jump through the first and watch the magic happen.
    4. Placement judged by position, Exit based on position as well.
    5. Permissions to prevent malicious use.
    6. Use iConomy and make users pay to use the gates! (Works without iConomy as well!)
    To be implemented:
    1. Remove blocks upon destruction of WarpGate.
    2. Allow vehicle movement support.
    3. Different prices per gate
    Commands:
    Code:
    /wg create [gate-name] (link-to) (cost) - Creates WarpGate with the name specified. No spaces!
    /wg cost [gate-name] [amount] - Set the cost of individual gates!
    /wg link [gate-name] [to-gate-name] - Link a WarpGate to another WarpGate.
    /wg unlink [gate-name] - Remove the link currently set on gate-name
    /wg remove [gate-name] - Remove the gate-name all together.
    /wg list - Shows a list of gates & connections each have.
    Creating your first WarpGate:
    1. Find the perfect open area.
      1. Type: /wg create Gate
    2. Walk ten steps ahead or wherever the next free space is.
      1. Type: /wg create Gate2
    3. Now you need to link them together or one to the other.
      1. Type: /wg link Gate Gate2
    4. Now walk back to the first gate and walk through it. You should now be at Gate2.
    5. To link Gate2 & Gate together as a pair:
      1. Type: /wg link Gate2 Gate
    6. Now you can warp through both gates seamlessly.
    Download:
    Thank you to SpeakEasy for his insight and help on rotation.
    GyD and Cip like this.
  2.  
  3. Offline

    Nijikokun

    I didn't want the button due to the issue of it being like dinnerbone's. The positioning is always in the left corner of the gate. You'll figure it out if you try it a few times.
  4. Offline

    IkithME

    Integration with permissions would be awesome... Hint hint wink wink. A button would also be great I can hear the noise and it is super annoying.
  5. Offline

    rmb938

    do the jump gates have to be aligned in a straight line? or can I have one in town then one "a few miles" away and have it work?
  6. Offline

    zehkaiser

    The warp gates are working, but I can't break them. I have used /wg remove <GATE> to remove the gate, but the blocks stay and they're protected. Also, I can't get rid of the button or sign that was on the gate before I linked it...
  7. Offline

    rmb938

    Add support for your permissions plugin ty
  8. Offline

    sumTard

    i dont know why when i have this plugin running my server becomes unresponsive after a few uses with cpu usage stuck at 100%, as if there was a loop somewhere. It only happens when i enable this plugin for some reason, the second i disable it and restart i can run for days without a problem. Does this happen to anyone else? Oh and i also dont get any console error at all.
  9. Offline

    PartlyAwesome

    If you dont want to make a button then maybe you could make a way to stop the sound?
  10. Offline

    _Zw_

    Just doesent work for me...

    2011-01-23 02:09:49 [INFO] Zw issued server command: wg create test
    2011-01-23 02:09:49 [INFO] Unknown console command. Type "help" for help.
  11. Offline

    Darquirrin

    Likewise as above. Edited the permissions file, set up everything correctly so far as I can tell. Just doesn't work.
  12. Offline

    Nate204

    Same. Added myself in the permissions file and still nothing.
    I typed /wg and I get the help, but I'll type both /wg create Midworld and /wg create [Midworld] and nothing happens..... how odd?
  13. Offline

    RustyDagger

    The 1 thing that bugs me with this is the linking effect I dont get i just dont get how you make cool linking effects..

    what i tried to do and filed annoyed me. i wanted 3 warpgates.

    a b c for the example.

    a was linked to b and b was linked to c i wanted to go in a and then walk around and do stuff where b came out later on enter b and end up at c do some stuff and continue my trip but if i go in a i come out c and skip b wtf not cool man its like i go in the gate as i exit the gate. so instead i have to have 2 gates at the be location taking up even more room...

    i do like how ever that you can change every single block of the gate with out it effecting how the gate works
    I have a bunch of nice wood and water gates Very happy with that part.

    What i would like however is a way to interact with permissions so that you can set what groups can use a gate.
    so i can put a gate in noob land (aka spawn) and have players use it to get out and not the noobs.
  14. Offline

    Nijikokun

    Make sure WarpGates folder isn't inside the plugins folder!
  15. Offline

    Kainzo

    dev.bukkit.org profile:
    LordKainzo
    My Plugins
    Would prefer integration with Permissions and perhaps an exemption command not to charge coin for X groups or users :p
  16. Offline

    Shadus

    Warpgate works fine for me, except that unlink is not listed in the help and I can't unlink a portal. Attempting to run the command returns --

    Code:
    Jan 23, 2011 3:16:53 PM org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event PLAYER_COMMAND to WarpGate
    java.lang.ArrayIndexOutOfBoundsException: 2
            at com.nijikokun.bukkit.WarpGate.iListen.onPlayerCommand(iListen.java:241)
            at org.bukkit.plugin.java.JavaPluginLoader.callEvent(JavaPluginLoader.java:135)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:201)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:547)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:523)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(SourceFile:232)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:65)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:261)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:197)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-01-23 15:16:53 [INFO] xxxxxxxx issued server command: wg unlink
    
    Even being able to relink rather than unlink would be an improvement.
  17. Offline

    weirdbeard

    How do i add permission for people to use the gates in the permissions file? The only command that works is the help command. Everything else shows up as "Unknown command" on the console. WarpGates folder is in craftbukkit root; not in plugins. I added several names, separated by commas in place of "name," in the warpgate.permissions file but cannot create a WG.

    Ditto about adding support for your Permissions plugin. :)

    Thanks!
    -WB
  18. Offline

    Shadus

    Here is a list of my setup for those having trouble getting it to work, my base minecraft folder is /home/minecraft my plugins folder is of course located at /home/minecraft/plugins and my WarpGate folder is /home/minecraft/WarpGate

    Code:
    minecraft@core:~$ pwd
    
    /home/minecraft
    minecraft@core:~$ ls -al WarpGate
    total 20
    drwxr-xr-x  2 minecraft minecraft 4096 2011-01-23 15:20 .
    drwxr-xr-x 10 minecraft minecraft 4096 2011-01-23 16:51 ..
    -rw-r--r--  1 minecraft minecraft  184 2011-01-23 16:44 gates.db
    -rw-r--r--  1 minecraft minecraft  152 2011-01-21 13:07 WarpGate.permissions
    -rw-r--r--  1 minecraft minecraft  141 2011-01-12 22:19 WarpGate.settings
    minecraft@core:~$ cat WarpGate/WarpGate.permissions
    #Minecraft Properties File
    #Sun Jan 09 07:13:14 EST 2011
    can-teleport-to-chunk=shadus,xxxxx
    can-list-gates=shadus,xxxxx
    can-manage-gates=shadus,xxxxx
    minecraft@core:~$ cat WarpGate/WarpGate.settings
    # Take money everytime someone goes through a portal?
    # Requires iConomy plugin!
    gate-use-iConomy=true
    
    # How much if so?
    gate-cost=10
    
    Be nice if you could assign a portal owner and they would receive payment when someone used the portal as well.
  19. Offline

    Nukeofwf

    alright getting an error with the latest version of bukkit and this plug when i use /wg list
    report follows:


    java.lang.StringIndexOutOfBoundsException: String index out of range: 86
    at java.lang.String.charAt(Unknown Source)
    at nh.a(SourceFile:152)
    at nh.a(SourceFile:119)
    at pe.a(SourceFile:238)
    at ll.b(SourceFile:346)
    at net.minecraft.client.Minecraft.run(SourceFile:668)
    at java.lang.Thread.run(Unknown Source)
  20. Offline

    weirdbeard

    '
    Which build of CraftBukkit was the latest when you posted this?
    Thanks!
    -WB
  21. Offline

    Domovoi

    I think I'm doing something wrong because I still can't remove the gates even after deleting gates.db and removing the plugin. I am running the latest build of bukkit and version 1.5 of warpgate (though it displays as 1.4 in the log).
  22. Offline

    ibab

    When I type /wg create Gate in my server, it says "Unknown console command. Type "help" for help." This doesn't show up in the game, but does in the console.
  23. Offline

    McSpuds

    Make sure you have all your permissions set right.


    Code:
    #Minecraft Properties File
    #Sun Jan 09 07:13:14 EST 2011
    can-teleport-to-chunk=McSpuds,
    can-list-gates=McSpuds,
    can-manage-gates=McSpuds,
  24. Offline

    boogila2

    All Of my permissions look just like that except with my name and I'm having the same problem.
    --- merged: Jan 24, 2011 6:43 PM ---
    By that I mean I can see the help in the game but it won't let me create gates
    --- merged: Jan 24, 2011 6:45 PM ---
    Forget it I found out that all you have to do is have your username be capitalized and then it works!!!! and a comma after your name!!!
  25. Offline

    Gagtech

    4th'ed!

    I mean, you are the creator of the Permissions plugin... XD
  26. Offline

    NobodyOfNaught

    Is there a way to remove a link without removing the gate?
  27. Offline

    Galrath

    Code:
    /wg unlink [gate-name] - Remove the link currently set on gate-name
    Is that not working for you?
  28. Offline

    NobodyOfNaught

    I'm just blind, thanks :)
  29. Offline

    eslachance

    So... I just tried this and had to remove it. These are my reasons:
    • Almost every single time I used a gate I ended up in a wall. I didn't expect this the first time, so obviously I lost all the important items I had on me. Thanks a lot. After some testing, it became evident that I always end up at least 2-3 meters "behind" the gate that I linked to.
    • Removing a gate *should* delete the obsidian. If the gate isn't where you want it to be (I noticed it will either get created "left" or "right" depending on where I'm facing).
    • Getting into the warp and getting it to work right away was a hit & miss. Depending on if I entered left or right, it doesn't happen right away and sometimes I had to shift left & right to get it to work - in order to end up in a wall waiting to choke to death of course.
    All in all, even though I would have prefered gates for travel, I will just have to go back to MyWarp and its signs, thank you.
  30. Offline

    sumTard

    i believe it places the exit in the direction youre facing when creating the gate..

    anyway, when i load the plugin, in the console it still says version 1.4 (polarized). Is this really 1.5 and just incorrectly named, or am i downloading an older version? I ask because this plugin seems to eat up all the server's resources until it kills it and maybe the real 1.5 will fix that
  31. Offline

    Master_Queef

    OP, you need to add something so you can choose which direction you come out of the teleporter, like adding a button on the side you want to exit from.
    That'd be SHWEET, becuase I can't stand it when I come out of the teleporter on the wrong side.
  32. Offline

    arthoz

    Do people never read the first post anymore?

Share This Page