Jump to content
  • 0

trying to make chat tags for a certain person in skript but not sure how


razermuffinz

Question

recently a person in my minehut server won an event, and the prize was a custom chat tag.

i looked around a bunch for any skript tutorials that could help, but none could help (im not super good at skript so i cant code it myself lol).

if you have any suggestions on how i can do this, please tell me.

641280826_ScreenShot2022-07-01at5_09_33PM.png.de05b909f3d6d90272f0798a1bca4393.png <--- i did this too but its for op only

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 1
2 minutes ago, razermuffinz said:

@AgentGamerPro thanks! it works but then this happens, got any idea how to fix it?

 

image.png.e4a64b523c3f30f6c27b2ded62c73fa3.png

Oops! Replace "set chat message" to "set chat format"

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

  • 1
3 hours ago, razermuffinz said:

recently a person in my minehut server won an event, and the prize was a custom chat tag.

i looked around a bunch for any skript tutorials that could help, but none could help (im not super good at skript so i cant code it myself lol).

if you have any suggestions on how i can do this, please tell me.

641280826_ScreenShot2022-07-01at5_09_33PM.png.de05b909f3d6d90272f0798a1bca4393.png <--- i did this too but its for op only

You can use this:
 

on chat:
	if player has permission "CustomTag.Epik":
		set chat message to "&f&l[epik] &9%player%&f: %message%"

 

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

  • 1
1 hour ago, razermuffinz said:

@AgentGamerPro I have that code, but i need it for a person that isnt an op. the person who won the event is just a regular player. thanks for the help though!

that script doesn't need op, it needs the permission CustomTag.Epik

[<3]

DMs open - Discord » mrtibo | or send a forum message

Link to comment
Share on other sites

  • 0
6 hours ago, razermuffinz said:

@MrTibo oh, sorry. im pretty stupid

any idea how to give the permission?

You can use luckperms to give the permission. Get the plugin and do /lp user <player> permission set <permission> true

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

  • 0
On 7/2/2022 at 9:22 AM, AgentGamerPro said:

You can use this:
 

on chat:
	if player has permission "CustomTag.Epik":
		set chat message to "&f&l[epik] &9%player%&f: %message%"



Thanks a lot. I am searching for it for my friend who helped me in searching for a web site online through which I can earn real money. I am facing financial problems and that is why he helped me by sharing that website link.

Thanks a lot.

Edited by AimeeHilton
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...