minecraft 1.16.4/5

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

  1. I

    i need help with "push" scripting.

    this is the script: on damage: if attacker is holding an iron sword named "&5&lSpaceSender &6&lHammer": push victim upwards at speed 5 and for some reason it isnt working. can anyone help me please? on damage: if attacker is player: if attacker is holding iron axe named...
  2. Natalciuu

    I can't figure out how to find if a player's name is in a list var

    I'm trying to make a one player sleep system, but its a little more complex. I could probably just find something to do the job but i'd rather not. Code: on bed enter: if %{sleeping::*}% doesn't contain %player%: add %player% to {sleeping::*} if {playercount} is less than...