Skript error

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

AKRODOGY

Active Member
Mar 20, 2018
52
2
8
24
[20:23:43 ERROR]: #!#!
[20:23:43 ERROR]: #!#! Version Information:
[20:23:43 ERROR]: #!#! Skript: 2.2-dev37c (latest)
[20:23:43 ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT
[20:23:43 ERROR]: #!#! Minecraft: 1.8.8
[20:23:43 ERROR]: #!#! Java: 1.8.0_171 (OpenJDK 64-Bit Server VM 25.171-b11)
[20:23:43 ERROR]: #!#! OS: Linux amd64 4.15.0-24-generic
[20:23:43 ERROR]: #!#!
[20:23:43 ERROR]: #!#! Server platform: Spigot
[20:23:43 ERROR]: #!#!
[20:23:43 ERROR]: #!#! Current node: if player has the permission "akro.administrator": (NameTags.sk, line 2)
[20:23:43 ERROR]: #!#! Current item: null
[20:23:43 ERROR]: #!#!
[20:23:43 ERROR]: #!#! Thread: Server thread
[20:23:43 ERROR]: #!#!
[20:23:43 ERROR]: #!#! Language: english
[20:23:43 ERROR]: #!#! Link parse mode: DISABLED
[20:23:43 ERROR]: #!#!
[20:23:43 ERROR]: #!#! End of Error.
[20:23:43 ERROR]: #!#!
[20:23:43 INFO]: All scripts loaded without errors.
[20:23:43 INFO]: Loaded 2 scripts with a total of 0 triggers and 0 commands in 0 seconds


The skript:
code_language.skript:
on join:
    if player has the permission "akro.administrator":
        set player tab name to "&4Administrator &7|&4 %player%"
        
    else if player has the permission "akro.membru":
        set player tab name to "&7● %player%"
 
Status
Not open for further replies.