promotional bannermobile promotional banner

RGB Chat

RGB Chat allows player to use gradient color text in chat、editing words.

File Details

RGB Chat 0.2

  • R
  • Nov 17, 2022
  • 42.47 KB
  • 52.3K
  • 1.12.2
  • Forge

File Name

RBG Chat 0.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:rgb-chat-702720:4092100")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Considering the ARGB is used less than RGB color,I correct the input format of color this time and improve the multiple gradient effect.

Now you just need to input 6 digits[R(red)G(green)B(blue)]
1.single color
Input format
```
#RGByour text
```
example
```
#B0E0E6ABCDEFG
```

2.gradient color
Input format(from color A to color B,then follows words)
```
#RGB-RGByour text
```
example
```
#FF69B4-FFF0B4Hello World!
```

 

3.multiple gradient effect:

Input format(several colors ,then follows words)
```
#RGB-RGB...-RBGyour text
```
example
```

#FF69B4-BBAACC-B0E0E6-45FF9AI need to be the one

```