Jump to content

How to set up color codes with Skript?


TheyCallMeEthan

Recommended Posts

2 minutes ago, Nd_ said:

Can you send code? It should work

@Nd_

command /prefix [<text>] [<player>]:
	trigger:
		set {prefix.%player%} to "&3%arg 1%"
		if arg 2 is set:
			set {prefix.%arg 2%} to "&3%arg 1%"
		

on chat:
	cancel event
	broadcast "%{prefix.%player%}%&8 %{nick.%player%}%&3:&f %message%"



command /nickme [<text>] [<player>]:
	trigger:
		set {nick.%player%} to "&3%arg 1%"
		if arg 2 is set:
			set {nick.%arg 2%} to "&3%arg 1%"
		

knock knock

whos there

hah

hah who?

why're you laughing like that?

 

627889998_Screenshotfrom2020-01-2816-10-44.png.9ace018111c715f788e2a82d7042ce4a.png

Link to comment
Share on other sites

1 minute ago, MineCorp said:

Yes, but the way the skript is set up, it cancels the event when you speak, and broadcasts it with your prefix.

Even then, it should still work. Ive used custom skripted ranks before and using the &2 etc works. Have you tried restarting your servers and reloading essentials?

Link to comment
Share on other sites

1 minute ago, Tresre said:

Even then, it should still work. Ive used custom skripted ranks before and using the &2 etc works. Have you tried restarting your servers and reloading essentials?

Ohh, I think it might be because I still haven't downloaded EssentialsChat yet..

Could that be it?

knock knock

whos there

hah

hah who?

why're you laughing like that?

 

627889998_Screenshotfrom2020-01-2816-10-44.png.9ace018111c715f788e2a82d7042ce4a.png

Link to comment
Share on other sites

Just now, MineCorp said:

Ohh, I think it might be because I still haven't downloaded EssentialsChat yet..

Could that be it?

Ah. That is most likely the problem. Try doing that and tell me if it doesn't work after downloading essentialschat.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...