fix this script

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

Gone2Hell

Member
Jun 9, 2023
3
0
1
29
on join:
if player's name is "macroswitch", "drzey", "jebostroj", "xXxRekkles",
ban player with reason "&cYou are blacklisted."
ban ip of player with reason "&cYou are blacklisted."
 
AppleScript:
on connect:
    if player is "macroswitch", "drzey", "jebostroj", or "xXxRekkles":
        ban player by reason of "&cYou are blacklisted."
        ip ban player by reason of "&cYou are blacklisted."
        kick player by reason of "&cYou are blacklisted."