ColorCode formatting not applied to error message when using EXECUTE_MODE #191


Open
  • L3thalBunny created this issue Nov 30, 2019

    when using execute_mode:  the error-message does not ColorCode the message.

     

    Example:

    shop_sell:
      command: /shop_sell
      type: RUN_CONSOLE
      execute_mode: FROM_ANOTHER_COMMAND
      runcmd:
      - '/emptycommand'
      register: true
      permission-required: false
      error-message: '&cYou do not have permission to use this command..'

     Expecting:

    You do not have permission to use this command..

     

    Actual output:

    &cYou do not have permission to use this command..


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