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

    Now, what are you waiting for? Join the community now!

  1. T

    Function in function

    Hey, if I try to make a function in a function, then some parsing errors exists. Skript Version: Skript 2.5-alpha-3 Skript Author: Bensku Minecraft Version: 1.12.2 --- Full Code: #Monster configuration function diazombie(round: number, from: number, to: number, apos: number = 1)...
  2. T

    Make entity break wooden slabs like in Hypixel Zombies

    I want that entities can break ONE wooden slab, if they are in front of the wooden slabs. After one wooden slab was set to air, another wooden slab will be set to air with some delay. Is this possible in Skript?