[REQ] DominoCommands (Should be easy to make)

Discussion in 'Archived: Plugin Requests' started by PooleBeans, Dec 30, 2012.

  1. Offline

    PooleBeans

    I need a plugin that when a command is activated ingame, in the console, or in command blocks, to do another command. And it needs the let the commands be able to be stringed over and over. And if you could, maybe be able to add delay

    Name: Domino Commands
    Permissions: None
    Commands: None
    Config:

    Trigger Command 1:
    Trigger Command 2:
    Trigger Command 3:
    ect.
    -----------------------------
    Response Command 1:
    Response Command 2:
    Response Command 3:
    ect.
    ---------------------------
    Delay For Command 1:
    Delay For Command 2:
    Delay For Command 3:
    ect.
     
  2. Offline

    kg9dh

  3. Offline

    PooleBeans

  4. Offline

    1mpre55

    Here is a suggestion for the config:
    Code:
    trigger-command:
      delay: 30
      response:
      - response-command1
      - response-command2
    op:
      response:
      - ban [arg1]
      - say Player [arg1] was banned!
     
  5. Offline

    kg9dh

    Do you want the command run by the console or by the player who uses the trigger command?
     
  6. Offline

    PooleBeans

    If I understand you right (which I might not and if so then tell me) I would like it to work on all of the console, command block, or player-given commands. I hope it's not too hard

    EDIT:
    Oh I get what you are saying now. If I would like the command to be run by the player that used it butif the console said it then I would like it to be run by the console and if a command block used the command then the console also does the command. But still if what I put before the edit is possible then is it possible hen could you do that?
     
  7. Offline

    1mpre55

    If I remember correctly, it's impossible to safely cancel a console command, so the plugin will only be able to run additional commands then.
     
  8. Offline

    kg9dh

    Nothing about cancelling. Only either force the player or the console to run a command.
     
  9. Offline

    1mpre55

    Yeah. If I understand it correctly the original idea was to cancel the trigger command and send another command(s) instead, right?
     
  10. Offline

    kg9dh

    Hmm I thought the trigger command should be run aswell :p
     
  11. Offline

    1mpre55

    I don't know, I guess it can be configurable for each command.
     
  12. Offline

    Wazes

    did you make it?
     
  13. Offline

    Kostronor

    Look at my delayed Commands plugin ;-)
     
  14. Offline

    Mitch_

    Download?
     

Share This Page