Failed Command

Is there anyway that I can stop the failed commands from sending (http://prntscr.com/ht474f) , and instead of sending it says something like “Unknown Command!”

Also is there anyway to make the chat box transparent?
Thanks

Create a config.js file in your /chat/html folder, and paste this in it:

// DO NOT EDIT THIS FILE
// Copy it to `config.js` and edit it
window.CONFIG = {
  defaultTemplateId: 'default', //This is the default template for 2 args1
  defaultAltTemplateId: 'defaultAlt', //This one for 1 arg
  templates: { //You can add static templates here
    'default': '<b>{0}</b>: {1}',
    'defaultAlt': '{0}',
    'example:important': '<h1>^2{0}</h1>'
  },
  fadeTimeout: 7000,
  suggestionLimit: 5,
  style: {
    background: 'rgba(52, 73, 94, 0.0)',
    width: '38%',
    height: '240px',
  }
};

After that open the styles.css and just make the background color transparent for the other chat elements.

It Worked, Thank you!

did you get a thing to not post failed commands? I would love to use it too!

You can try this: [Release] Hide Commands - Hide mis-spelled commands in chat! [fax-hidecmds] [1.1]

1 Like