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

    Solved All items in a list

    Hello, i'm trying to put all items and blocks into a list in minecraft but i don't know how to do it, i wan't to do something like this: On break stone: set all items in {list} set {drop} to random an random integer of {list} drop {drop} I would really apreciate any help. The version and the...
  2. angrybeezz

    help with dropping issues

    Hi, i want to make a item drops from the player head, but i'm with some errors, here's the code that i'm using: On damage: set {_items} to victim's helmet drop 1 {_items} at victim's position set victim's helmet to air It's saying that it can't understand this condition/effect. This is some of...
  3. angrybeezz

    Solved Need help to an bee that i'm riding attacks player

    Hello, i'm into a problem and i don't know what to do, i want to make a bee that i'm riding attack the monster/player that attacks me, this is the code: ------------------------------------------------------------ on right click on bee: if {game::%player%} is equal to 1: make...