Spawn plugin

Discussion in 'Plugin Requests' started by SwagiWagi, Dec 18, 2015.

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

    SwagiWagi

    Hey,
    Idk if this is a big request but if someone can do it for me i will be very thankful, i just cant find a plugin that does it.

    I want a plugin that simply have a main spawn, like a hub, and per world spawns, but it will be more advanced, if a player move after he types /spawn it will be canceled with custom message, when a player types /spawn it says a custom message, with delay, and when it teleports someone, it also have a custom message.

    when you are joining the server, it will teleport you to the main spawn.

    And if you are in world A and types /spawn you will be teleported to worlds A spawn.
    if you are in world B and types /spawn you will be teleported to worlds B spawn.

    ex. teleporting in 3 seconds, dont move.
    {3 sec delay}
    teleporting commencing...

    Thank you very much!

    Suggested name: spawn control

    What I want: Explained Above

    Ideas for commands:
    /setworldspawn
    /setmainspawn
    /spawn

    Ideas for permissions:
    spawncontrol.setworldspawn
    spawncontrol.setmainspawn
    spawncontrol.spawn
    spawncontrol.bypassdelay

    When I'd like it by:
    Up to 3 months.

    If you need more details just pm me.
     
    Last edited: Dec 18, 2015
  2. Offline

    Ruptur

    I can do this for you
     
  3. I would like this too :)
     
  4. Offline

    bitFred

  5. Offline

    Ruptur

    @kik_bat @UnseenMC Network
    Well i got beaten to it, doh!

    But here it is anyways

    Commands:
    Show Spoiler
    Code:
      setworldspawn:
        description: Set the spawn of a world
        aliases: [setws]
    
      setmainspawn:
        description: Set the main spawn
        aliases: [setms]
    
      spawn:
        description: Teleport to world spawn

    Permissions:
    Show Spoiler
    Code:
      spawncontrol.* - Gives access to all SpawnControl commands
      spawncontrol.admin - Gives  access to all admin commands
      spawncontrol.player Gives  access to all player commands (/spawn)
      spawncontrol.spawn.others - Allows you to teleport other players to spawn
      spawncontrol.spawn - Allows you to teleport to spawn
      spawncontrol.bypass.* -  Allows you bypass all cooldowns and delays
      spawncontrol.bypass.cooldown -  Allows you bypass all cooldowns
      spawncontrol.bypass.delay -  Allows you bypass all delays
    


    Features:
    Show Spoiler
    FeatureYes No
    Custom Messages[x][ ]
    Uploaded to Bukkit[ ][x]
    Chat prefix[x][ ]
    Set world spawns[x][ ]
    Teleport delay[x][ ]
    Teleport cooldown[x][ ]

    Download: [link]

    @bitFred
    Class names should be capitalised
     
    bitFred likes this.
Thread Status:
Not open for further replies.

Share This Page