Jump to content

Gradient Chat?


RedSus

Recommended Posts

use the colour codes for minecraft : https://www.digminecraft.com/lists/color_list_pc.php Also would suggest posting this in the support thread next time

In-Game Name - SilentF1ame

Discord - SilentFlame#9811

-------------------------------------------------------

[Default] 14 February 2017

[VIP] 21 September 2020

[Helper] 26 November 2020

[Moderator] 2 February 2021

[<3] 17 May 2021

-------------------------------------------------------

 

Link to comment
Share on other sites

On 11/22/2020 at 2:48 AM, RedSus said:

Hello, I found a site that allows you to make gradient texts (https://colorize.fun/en/minecraft) and i would like to know if theres any way to make gradient text in chat.

Hey, I know this is general forum, but you can do this with Skript!

https://forums.skunity.com/threads/colorutils-1-16.12134/

All you gotta do is copy paste that function, and then make a simple on chat event:

on chat:
    set {_msg} to gradient(message, (r, g, b), (r, g, b)) # Make sure you replace r b g with actual color values!
    set message to "&7%player% &8» &r%{_msg}%"

You can use this website to pick up r, g, b values for your choice of colors:

https://www.w3schools.com/colors/colors_picker.asp

Hello there! If you're reading this, hope you're having a wonderful day!

 

Feel free to contact me via Discord (CoolProgrammer#1920) for any help.

My DMs are always open for help.

You can also message via. forum messages for help.

1604908226_ScreenShot2021-01-28at10_32_28AM.png.2646ad6be239a9d0756a99e8e15602ab.png

Also, don't hesitate to leave a like on my post if I helped you in any way.

Link to comment
Share on other sites

On 11/23/2020 at 12:54 PM, CoolProgrammer said:

Hey, I know this is general forum, but you can do this with Skript!

https://forums.skunity.com/threads/colorutils-1-16.12134/

All you gotta do is copy paste that function, and then make a simple on chat event:


on chat:
    set {_msg} to gradient(message, (r, g, b), (r, g, b)) # Make sure you replace r b g with actual color values!
    set message to "&7%player% &8» &r%{_msg}%"

You can use this website to pick up r, g, b values for your choice of colors:

https://www.w3schools.com/colors/colors_picker.asp

It gives a error:

 Functions cannot be used here (or there is a problem with your arguments). (line 42: set {_msg} to gradient(message, (255, 0, 0), (51, 102, 255))

Link to comment
Share on other sites

  • 3 months later...

🔐 Topic locked.

Please do not reply on threads that have been inactive for over a month.

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...