[Chat] Command Functions (782)

Discussion in 'WIP and Development Status' started by ibninja, May 18, 2011.

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

    ibninja

    <font color="rgb(20, 20, 20)">CommandFunctions:
    Version: 0.2a

    Command Functions lets you repeat commands you have typed previously with short commands.
    When repeating multiple commands, it repeats them at about 20hz. To prevent killing servers, it doesn't log its own commands, or commands that it runs. The number of commands it will pass for a player in one group is limited to 250, unless that player is op.

    <Edit by Moderator: Redacted mediafire url>

    Commands:
    repeat the previous command n times:
    /. n
    /1 n
    /1''1 n (note that this is 2 ' marks, not one " mark)

    repeat the 4th command ago n times:
    /.... n (this does not continue after 4, but 1, 2, 3 and 4 work)
    /4 n (this continues indefinitely)
    /4''4 n

    repeat the 4th, 3rd, and 2nd command ago n times
    /4''2 n (This follows the pattern 432432432, not 444333222)

    Example:
    Building a pyramid in world edit, enter these commands:
    Code:
    //pos1
    //pos2
    /up 31
    //outset -h 30
    //set 1
    //inset -h 1
    //shift 1 u
    /3''1 30
    Planned Features:
    * permissions support
    * configurable delay between commands
    * configurable maximum number of commands
    * ability to exclude some commands?
    * changing arguments?
    * aliases for multiple commands?


    Known Bugs:
    * commands cannot include "XXX"
    * very large log files can freeze a server


    Change Log:
    0.2a: posted on WIP thread, various safeties added to reduce server killing power
    0.1a: killed server too easily</font>
     
    Last edited by a moderator: Dec 14, 2016
Thread Status:
Not open for further replies.

Share This Page