Help with Skript

  • 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.
Mar 1, 2017
109
1
18
Hey,

i have a problem with skript 2.2 because the on connect event does not work.

Skript Version: 2.2-SNAPSHOT
Creator: Njol

- Thank You :emoji_slight_smile:
 
What code are you using? The event works for me in a simple test skript like this. I'm running 2.2 dev 29.
on connect:
player does not have permission "owner":
kick the player due to "testing"
 
What code are you using? The event works for me in a simple test skript like this. I'm running 2.2 dev 29.
on connect:
player does not have permission "owner":
kick the player due to "testing"
My Code:
code_language.skript:
on connect:
    if {AlreadyOn1.%player%} is true:
        kick player due to "&cYou are already online!"
 
Status
Not open for further replies.