Search results

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

  1. B

    Solved Blacklist skript

    Hello! I am looking for a blacklist skript which: - bans the player's IP - has a custom kick screen (doesn't show the default "You are banned from this server...") Thank you!
  2. B

    Solved KillAura Bot skript

    I changed a few things and now it's working! Thank you!
  3. B

    Solved KillAura Bot skript

    Hello! I found a skript where you can summon a NPC around you. The problem is, I want it for the admins to be able to summon a killaura bot around players. function circleBot(p: player): set {_n} to npc named "%random integer between 100000 and 999999%" "PLAYER" set fly of npc {_n} to...
  4. B

    Solved Gui Ban system

    you can use it I don't mind
  5. B

    Solved Gui Ban system

    Thank you! It's working now! :D
  6. B

    Solved Gui Ban system

    https://hastebin.com/ubafavukog.js
  7. B

    Solved Gui Ban system

    Hello! I have been making a GUI ban system for LiteBans, but I've faced an issue. The GUI works fine, but when I click the final selection, it doesn't ban the player that I've entered, it bans <none>. I looked into it, but because I'm new to Skript, I couldn't find the issue. I use TuSKe for...
  8. B

    Solved Staff join/leave message

    Thank You! :D
  9. B

    Solved Staff join/leave message

    Hello. I am making a staff skript, and I wanted a staff join/leave message like InvadedLands, but it didn't work. Does someone know what's the problem? on join: if player has permission "atomcore.staffchat": loop all players: loop-player has permission...