egg

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

    Check what type of egg is in spawner?

    Hi, I'm writing a script so that you can break spawners and get the type of spawner with the egg in your hand. I'm new to skript and there isn't anything inside of the documentation that seems to help with this problem: Current Code: on break of spawner: if player's held item isn't air...
  2. Aidanete

    Solved Anyway to detect the hitten block of a projectile hit event?

    Here is my code, I want to make eggs destroy blocks, but I tested with event-block and didn't work, and this I used to replace it in my code doesn't remove the blocks. HELP! on projectile hit: projectile is an egg: shooter is a player: block at projectile is tnt...