Randomly teleport when falling from lobby

Discussion in 'Plugin Requests' started by MCFunCubes, Jun 16, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    MCFunCubes

    I need a plugin that randomly teleports you when you fall from the lobby, kind of like the one in Mineplex Clans. Thanks!

    does wg do it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 16, 2016
  2. Offline

    OTF Catastrophe

    I could make this really quick, do you need it to be world specific? Like a config option for specific worlds and specific Y-Levels that the player reaches? For instance:

    Code:
    World:
        Spawn:
            resetLevel: 10
        Lobby:
            resetLevel: 0
    etc..
    Where the string resetLevel would be the level the player reaches to the teleported to spawn? Or possibly

    Code:
    World:
        Spawn:
            resetLevel: 10
            command: spawn (This being the command the player runs if they reach that level in y-axis)
     
  3. Offline

    MCFunCubes

    Yes, thanks!
     
  4. Offline

    OTF Catastrophe

    I was messing with the plugin for a little and I came to the conclusion that having a configurable yLevel would be pointless. I'm going the set the default yLevel to 0. If a player falls below y = 0 then it'll run a command. What command did you want it to run? For instance /spawn or /lobby? I need the specific command.
     
Thread Status:
Not open for further replies.

Share This Page