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

    Solved Not Being able to dye zombie's worn armour

    try set {_i} to leather helmet dye {_i} ... set helmet of last spawned zombie to unbreakable {_i}
  2. oToghty

    Mob spawning

    You can get the location by using the on death event and using event-location or victim's location
  3. oToghty

    Every 1 tick event

    You really shouldn't loop all players every single tick, you're better off using a while loop and checking the block below player rather than their location, as that checks for any movement at all, even slightly moving their mouse