RegEx Help

Discussion in 'Bukkit Help' started by dvargas135, Jun 26, 2015.

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

    dvargas135

    Hello,

    I'm trying to use ChatControl's packet feature by changing a plugin message.
    The message is /tempmute <player> <time> <timeform>

    I'm trying to change it to /mute <player> <time> <seconds|minutes|hours>

    I've tried:
    match ^/tempmute <player> <time> <timeform>
    match /tempmute <player> <time> <timeform>
    match \/tempmute <player> <time> <timeform>
    match \/tempmute \<player\> \<time\> <\timeform\>
    match [/tempmute <player> <time> <timeform>]

    None of the above have worked, please help.
     
Thread Status:
Not open for further replies.

Share This Page