Dear pluginauthors

Discussion in 'Archived: Plugin Requests' started by audhen, Mar 10, 2011.

  1. Offline

    audhen

    Dear pluginauthors,

    is it possible to reach the commands of your plugins back to the server, so that they are provided to other plugins?

    I try to create a "repeating" plugin, which repeats the last command sent by the user.
    But all your plugins "eat" the commands and don't left any crumbs :D

    Sorry for my bad English... I'm from Germany...
     
  2. Offline

    RyanTheLeach

    make your plugin really early in the queue(as a monitor) to gather your information, and make sure you repeat the command.
    keep this is memory, for when you need to make a new command event.
     
  3. Offline

    audhen

    And how I do that? :)
     
  4. Offline

    petteyg359

    Use PLAYER_COMMAND_PREPROCESS
    Save the command and args.
     
  5. Offline

    audhen

    Thank you very much :)
     

Share This Page