Jump to content

Chat Format Skript not sure


asd12264

Recommended Posts

so basically I'm new to using skript, and I've been wondering how i could fix the problem of this. For example, I would like 5 ranks to have chat format, but I would always get an error. How can I fix this? Here's my code. I'm also using Lucky Perms to do this.
 

on chat:
  if player has permission "group.vip"
   set the chat format to "&l&a[Vip]" &a%player%: &f%message%
  if player has permission "group.mod":
     set the chat format to "&l&2[Mod] &2%player%: &f%message%"
  else:
   set the chat format to "&7%player%: %message%"
  if player has permission "group.admin":
   set the chat format to "&l&4[Admin] &4%player%: &f%message%"
  if name of player is "Player1":
     set the chat format to "&l&4[Owner] &l%player%: &f%message%"

 

Edited by asd12264
code not right
Link to comment
Share on other sites

3 hours ago, asd12264 said:

so basically I'm new to using skript, and I've been wondering how i could fix the problem of this. For example, I would like 5 ranks to have chat format, but I would always get an error. How can I fix this? Here's my code. I'm also using Lucky Perms to do this.
 

on chat:
  if player has permission "group.vip"
   set the chat format to "&l&a[Vip]" &a%player%: &f%message%
  if player has permission "group.mod":
     set the chat format to "&l&2[Mod] &2%player%: &f%message%"
  else:
   set the chat format to "&7%player%: %message%"
  if player has permission "group.admin":
   set the chat format to "&l&4[Admin] &4%player%: &f%message%"
  if name of player is "Player1":
     set the chat format to "&l&4[Owner] &l%player%: &f%message%"

 

1. Post in the skript discussion next time
2. List the errors you are getting

 

 

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

You forgot a after the first condition. 

  • Like 1

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

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...