Need help to RainbowChat

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Congraz

Member
Oct 26, 2018
45
0
0
22
Hallo everyone.

I got a problem with a skript, i am trying to make. I got this plugin named Rainbowchat, it does that when a player with the right permission write /rbc (text) Then the text will be in rainbow letters. But i will have that when i write /rbcall Then all on the server can write with rainbow chat, in normal chat, not a command. It is like i set there message to the rainbow chat. Hope you guys understand please help:
code_language.skript:
on chat:
    set message to "/rbc %message%"
 
You can do this in Skript rather than relying on a plugin.
Here is a SNIPPET I created for rainbow chat

The way you would use it is as follows:
If you use the Skript-Mirror expression method
code_language.skript:
on chat:
    set message to "%rainbow word message%"

If you use the function method
code_language.skript:
on chat:
    set message to rainbowWord(message)
[doublepost=1541875944,1541875860][/doublepost]Here is an example of it in action
Screen Shot 2018-11-10 at 10.51.24 am.png
 
You can do this in Skript rather than relying on a plugin.
Here is a SNIPPET I created for rainbow chat

The way you would use it is as follows:
If you use the Skript-Mirror expression method
code_language.skript:
on chat:
    set message to "%rainbow word message%"

If you use the function method
code_language.skript:
on chat:
    set message to rainbowWord(message)
[doublepost=1541875944,1541875860][/doublepost]Here is an example of it in action
View attachment 2918
Thank for help, but it won't work ):
 
Status
Not open for further replies.