"Wild" Portal

Discussion in 'Archived: Plugin Requests' started by Gunnerrrrr, Aug 21, 2012.

  1. Offline

    Gunnerrrrr

    A plugin where i can set a portal, similar to multiverse portals, then when a user walks in it, it teleports them to a random place in that world where no one has built, not 10 random points, but a new place for each person, ANYWHERE in the world, but it would need to make sure it goes on ground level, and not above lava or such. If anyone is interested I will give details
    Thanks in advance.

    Bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 28, 2016
    CraziaPVP likes this.
  2. Offline

    CraziaPVP

    I would like this plugin, But i can't code
     
  3. Offline

    Woobie

    I need this kind of plugin. I've been searching a plugin that allows me to set the spawns, and when the player enters the portal, they will get randomly teleported to 1 of thoes spawns.
     
  4. Offline

    CraziaPVP

    Bump, ME BOKE RULEZ.
     
  5. Offline

    sharp237

  6. Offline

    CraziaPVP

  7. Offline

    WarmakerT

    VariableTriggers can do this.
     
    np98765 likes this.
  8. Offline

    Dragonphase

  9. Offline

    Gunnerrrrr

  10. Offline

    LexLaiden

    Gunnerrrrr

    As per your request on VariableTriggers project page here.

    You can do it an number of different ways. I will just do it with a walk trigger here.

    Go around you map and type:
    /vt setloc loc 1
    goto another spot type:
    /vt setloc loc 2
    and so on until you have all your locations you want. Then you can create a Click Trigger or Walk Trigger or area Trigger for the portal I will just do a walk trigger to show you.
    At your portal type:
    /vtwalk @SETINT $<playename>.rand <random1to:2>
    click the block on the ground that you want when they walk on it they will teleport. You should change the 2 in line above to the number of locations you set.
    Now typewach line and click the same block:
    /vtwalk @IF $<playename>.rand = 1
    /vtwalk @TP $loc.1
    /vtwalk @ENDIF
    Do this for each location you set but change the 1 on first and second line to the number of the location.
    Once you have done this your done. Now when someone walks on that block they will be teleported to one of the locations you setup.
    You can create an Area Enter trigger instead of a Walk trigger so that it can be any size of an area that if they enter this area they will be teleported.
     

Share This Page