Portal system for players

Discussion in 'Archived: Plugin Requests' started by Jacold92, May 24, 2014.

  1. Offline

    Jacold92

    Simply, I request for something like this:
    https://forums.bukkit.org/threads/tp-stargate-v0-6-10-the-bukkit-port-a-portal-plugin-1317.3927/

    This ancient plugin is great but it's completely unsupported and since 1.7 shows incompatibilities.

    I request a plugin that can be used by players to teleport in own system. Example:
    - Player XxX build portal and name it "Home", then go to mineshaft and create new and name it "Mine". Now he can travel from portal "Mine" to "Home" and vice versa. He can place portals up to number given in config.

    Gate shapes should be defined in config like this:

    Code:
    material: obsidian #block name of gate frame, on shape 'x'
    activated: 90 #block id of filling when gate are activated, on shape '.'
    unactivated: 0
     
      xxx  
     x...x 
    x.....x
    -.....-
    x.....x
     x...x
      xxx
     
    #'-' on shape is place for sign and button
    
    Sign explaination:

    If gate are idle:
    Code:
    [gatename]
    Click RMB to
    choose gate.
    [playername]
    When player clicks RMB:
    Code:
    Choose gate:
    > Gate A
    Gate B
    Gate C
    When player clicks RMB cursor (>) will going down. Then player must click button to activate gate and jump onto it and spawn in chosen gate.
    When gates are 4+ list simply will look like this:
    Code:
    Choose gate:
    Gate C
    Gate D
    > Gate E
    It will be cool if that gate plugin supports MySQL data storage and Hidendra's LWC Plugin

    Please, I really need this!

    Regards, Jacold.
     
  2. Offline

    Jacold92

  3. Offline

    xxmarijnw

    Isn't this the same as Multiverse Portals?
     
  4. Offline

    Jacold92

    No. MVP must be created using wand and can't be limited.
     
  5. Offline

    Jacold92

    Hey, there's no similar plugin on bukkit dev. Please...
     
  6. Offline

    Jacold92

    /\
    ||
     
  7. Offline

    whitehooder

    I'd love to work on something like this but I don't like fiddling with signs and buttons. It's not that I can't create it with the sign functionality, it's just that I remember searching all over Bukkit for a sign-less portal plugin back in the day.

    Anyway, is this sign + button thing something you can't go without or would simply a command or a number of right clicks with a customizable item do the trick?

    What I had in mind was creating these portal "receipts" and for instance give "codes" to each portal just like you would on a sign (for instance writing "home" on the second line of the signs you place on the portals you want to be connected). I'd like to remove the signs and simply do it by recognizing when a portal is built and give it the code 0. I'd give a range of codes (configurable) you could right-click your way through using something like a stick or maybe a flint&stone. Portals with the same code would be connected.

    If you're still not with me on this, here's an example.

    You build a portal like on the receipt and when lighting the portal you'd get a message saying something like "Portal created with code 0". You take a flint&stone and right click the portal and see "Portal set to code: 1" and click again and see "Portal set to code: 2". You do the same somewhere else and those portals would be connected.

    I could also add support for multiple portals leading to the first portal created with that code or possibly something else, like a command. I've got the ideas flowing, just need your opinion on it ;)

    Possibly create your own list of codes by command and be able to cycle through them with the flint&stone? Set the out-portal by command?

    Quite a wall of text here, just something I remember I was looking for a couple of years ago ;)
     
  8. Offline

    Jacold92

    If it's possible I want to avoid commands. I wrote example which are most user-friendly. But all depends on developer. Can you write beta-version and explain how it works and I'll give you suggestions what may be changed. Now all depends on you :)
    All I need is:
    - simple (command-free if possible) portal system for players
    - 4 portals per player with choosing destination portal
    - if possible hidendra's lwc support to select players who can pass portals
    - if possible mysql storing
    So, do what you want. I will only give you suggestions :)
    Thanks for reply.
     

Share This Page