# ChatControl-Red

[Download here](https://www.mc-market.org/resources/18217/)

ItemsAdder Emojis compatibility:\
More info here: <https://github.com/kangarko/ChatControl-Red/issues/853#issuecomment-818497610>

## Adding custom channel prefix in chat

If you want to create a graphical prefix for your channels and show it in chat you have to follow this tutorial.

![An example that shows the ARCADE prefix for the Arcade channel](/files/-Mgv9jF7wQCZVnrYug3D)

You just have to set this in your format configuration, (for example in the `format/arcade.yml` file of ChatControl Red):

```yaml
  prefix:
    Message: ':arcade:'
```

Obviously you have to use your own [font\_image ](/adding-content/font-images/font-images.md)name instead of `arcade`, this is just an example.

## Text effects

Normally the ItemsAdder text effects don't work with ChatControl Red.\
But if you add this to your `rules` folder of ChatControl Red, they will work. (I put this in `global.rs`).

```
match <r\s([^>]+)>
require perm ia.user.text_effect.use.r
strip colors false
then replace #FFFFFE$1&r
    
match <w\s([^>]+)>
require perm ia.user.text_effect.use.w
strip colors false
then replace #FFFFFD$1&r
    
match <j\s([^>]+)>
require perm ia.user.text_effect.use.j
strip colors false
then replace #FFFFFB$1&r
    
match <rw\s([^>]+)>
require perm ia.user.text_effect.use.rw
strip colors false
then replace #FFFFFC$1&r
    
match <rj\s([^>]+)>
require perm ia.user.text_effect.use.rj
strip colors false
then replace #FFFEFE$1&r
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/chatcontrol-red.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
