Solved Skript don't know "player's prefix".

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

couger44

Supporter
Feb 19, 2017
713
31
28
Chile
Its simple. The expression Player's Prefix does not recognize me.
upload_2019-7-4_6-25-34.png


part of code:
code_language.skript:
on chat:
    cancel event
    if player's world is "Lobby":
        if player has permission "inter.chat.staffplus":
            broadcast "%coloured player' prefix%%player%: &9%coloured message%"
            stop
#Yes yes, the function of the code its wrong but i want know why the expression give me error.
 
Its simple. The expression Player's Prefix does not recognize me.
View attachment 3578

part of code:
code_language.skript:
on chat:
    cancel event
    if player's world is "Lobby":
        if player has permission "inter.chat.staffplus":
            broadcast "%coloured player' prefix%%player%: &9%coloured message%"
            stop
#Yes yes, the function of the code its wrong but i want know why the expression give me error.
Do you have Vault and a permissions plugin?
 
Status
Not open for further replies.