Using the LIVE_CHAT gives no arg1 (or arg0) #359


Open
  • mikekevie created this issue Apr 12, 2023

    I think this is a bug regarding the args in the LIVE_CHAT function.

    The command in question is:

    TeamCreate:
      command: /TCreate
      permission-required: false
      type: LIVE_CHAT
      text:
      - 'Please enter the name for your Team'
      answer: "*"
      runcmd:
      - "/team create $arg1"


    The expected result is a player entering the name for their team, and /team create [name] happens.
    The actual result is that it says that you need to enter a name.
    If the player were to enter 2 words(or more), it works fine and the team created is the second word.
    I hope I just misunderstood something and this is not a real issue.
    Thank you for making this plugin. It is a lot of fun working with this and the options are near limitless.

    Thank you in advance for your response and the possible fix.

     

  • mikekevie edited description Apr 12, 2023

To post a comment, please login or register a new account.