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

    on click on exact location

    I cant make this work, please help on rightclick on a trapped chest: set {_location} to location of event-block message "&3%{_location}%" to console #debug if {_location} is location(-124.5, -33.5, 25.5, world "world", -90, -0) : message "&Hello" to player...
  2. Drakem

    Solved stop mobs following player

    I made this code and it works fine: on entity target: entity's target is a player cancel event but if I add a permission condition it stops working: on entity target: entity's target is a player player has permission "target.ignore" cancel event or on entity target: entity's...
  3. Drakem

    delete this

    Delete this post please I posted it by mistake, sorry
  4. Drakem

    Solved region/location condition

    Is there a condition similar to this? if player is in %region%/location x,y,z I was looking for something similar but I didn't find anything
  5. Drakem

    Solved error on victim is a player

    I'm trying to make a double jump script, and I want it to have a few seconds of immunity when it drops. I used a boolean variable that will be deactivated a few seconds after the jump, but it gives me an error on damage: victim is player damage was caused by fall if {%player%.jump} is...