delaytriggercmd

Discussion in 'Plugin Requests' started by madtomic, Jul 13, 2018.

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

    madtomic

    Minecraft version: 1.12.2

    Suggested name: delaytriggercmd

    What I want: I like to request a simple plugin that would run another command after set time when trigger by another command.

    1. a trigger command to start the task
    2. freeze the player where they are until set time pass
    3. then it would run delay command
    4. send delay message.
    5. end task

    *this is default to all players. the trigger command would still executes, it is only used to start the task and end task after delaymsg is sent.

    config.yml
    world: world
    triggercmd: triggercommand
    time: 5 #100 ticks
    delaycmd: delaycommand
    delaymsg: "&cyou ran the delay command."

    world: netherworld
    triggercmd: triggercommand
    time: 5 #100 ticks
    delaycmd: delaycommand
    delaymsg: "&cyou ran the delay command."

    Thank you for reading.

    Ideas for commands: None

    Ideas for permissions: None

    When I'd like it by: As soon as you can, please!
     
  2. Offline

    Dai_Kunai

    So if someone uses the trigger command, it get's the world they are in, and uses the config to figure out what delay and what command and message to send, and sends it? It only freezes that player though, correct?
     
  3. Offline

    madtomic

Thread Status:
Not open for further replies.

Share This Page