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

    Kill player on Void

    Hello everyone, i was trying to make a skript that kills every player in the void. I dont know how to put the code in the thread, but i used: on damage of a player: if damage cause is void: cancel event kill the player but I get the error: "Cant compare a damage cause with a...
  2. K

    Solved Always day (no time change to night)

    Category: Skript Suggested name: Anti Time Change Spigot/Skript Version: 2.4.1 What I want: Hello, I´m looking for a skript that disables the change from daytime to nighttime so it is always day. When I'd like it by: as fast as possible
  3. K

    Tablist Name Color

    I always get 10 errors from skript. And I dont know what Im doing wrong... please help me :) This is my code: every second: loop all players: if loop-player has permission "chat.admin": set loop-player's tab name to "&4&lA &8┃ &c&l%loop-player%" if loop-player has permission...
  4. K

    Support Skript

    Hey, I am new to skript so I dont know how to do a skript like this, it would be nice if someone could do one for me. It should work like that: The main command is /support. When players use /support alle the staff on my server get a message that this player needs help. then they can use...
  5. K

    Command does not exist

    Hey, I would like to know if there is a way with Skript to edit the command does not exist message ingame. Please answer! :)
  6. K

    /staff - See if a staff is online

    Hello, I want a skript which shows you which players from the staff team are online and which aren't. The command should be /staff. Every player with the permission "cmd.staff" should be listed there. If the player is offline his name should be grey (&7) and if he's online it should be green...
  7. K

    Solved Make player sit on stairs

    Hey, so I just want a skript to make players sit on stairs - right click on a stair to sit on it. It's probably easy, but I just cant figure out how... (I'm new to skript)