Chat system

  • 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 community!

    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.

KalleOne1994

Member
Jul 13, 2020
1
0
0
I always have the chat colors of owner at the player ranks and I don't know what I'm doing wrong. can someone help me there?
ccc3b1752fa153c59960cd2704dbf33c.png
 
I always have the chat colors of owner at the player ranks and I don't know what I'm doing wrong. can someone help me there?View attachment 5054
Put 'cancel event' before, not to put so much unnecessary code.
code_language.skript:
on chat:
    cancel event
    set tab list name of player to "%coloured player's prefix%%player%"
    if player has permission "*":
        broadcast "%coloured player's prefix%%player%&f: &a&l%message%"
        stop
    #The others conditions...
And there are some conditions that, to be "useful", need to be in a specific order(like in the case of an op player and the permission '*').
Put 'cancel event' before not to put so much unnecessary code.
 
Status
Not open for further replies.