Recent content by Whyismy

  • 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. W

    Need help getting this on consume to work

    On consume: player's tool's name is "Water Bottle": set player's level to 20 im pretty sure it worked at one point but now it has just stopped randomly pretty confused
  2. W

    This on target example does not work

    # prevent mobs from seeing sneaking players if they are at least 4 meters apart on target: target is sneaking distance of target and the entity is bigger than 4 cancel the event im trying to make something like this, but i have no idea how to get it to work
  3. W

    Solved Could not pass event EntityDamageEvent

    Im very new to skript and i just cant figure out why this keeps happening, I've tried reinstalling my spigot and skript multiple times, still getting this. Heres my simple error and the simple code. on damage: victim is player chance of 35%: broadcast "You started bleeding" i...