Question. #179


Open
  • UnseenMinecraft created this issue Jul 8, 2019

    Curious on how I can allow the console to run /bcmsg -player- -message- and send a message to that player. I cannot seem to get console to be able to send it as it just says "This command is unknown" in console.

    msgmsg:
      command: /bcmsg
      type: RUN_CONSOLE
      runcmd:
      - $text_to_specific_player%$arg1%$arg2
      error-message: '&cError.'
      required_args: 2
      permission-required: false
      permissions-node: mycommand.cmd.horse
      permission-error: "&2You can't use this command!"
    

     


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