How to fix it

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

ErkS

Member
Dec 24, 2017
40
0
6
It alway show <none>

Code:
on chat:
    if {klans.creating.%player%} = "1":
        if {klans.in.%player%} = "0":
            if {klans.%message%} is true:
                send "&e&lHAP> {@already-with-the-name}"
                play "BLOCK_NOTE_BASS" to player at volume 100
            else:
                set {klans.in.%player%} to "1"
                set {klans.%player%} to "%message%"
                set {klans.%message%} to true
                send "&e&lHAP> {@successfully-vytvoritd}"
                play "ENTITY_ITEM_PICKUP" to player at volume 100
                set {klans.creating.%player%} to "%{klans.%player%.1}%" 
                set {klans.creating.%player%} to "0"
        else:
            send "&e&lHAP> {@you-are-in-a-klan}"

Code:
        if arg-1 is "info":
            if {klans.in.%player%} = "1":
                open chest with 1 rows named "&e&lKlanove info" to player
                play "block_enderchest_open" to player at volume 100
                format slot 0 of player with enchanted book named "&aNazov klanu&f:" with lore "&e&l%{klans.%player%}%" to close then run ""
                format slot 1 of player with paper named "&9Hraci&f:" with lore "&e&l%{klans.%player%.1}%" to close then run ""
 
Status
Not open for further replies.