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

    handshake

    You paying?
  2. S

    event location without yaw and pitch?

    {_block} should have location of the block set yaw of {_block} to 0 set pitch of {_block} to 0
  3. S

    Leveling Up Skript undefined option

    variables: lv1 = 5 lv2 = 10 lv3 = 20 lv4 = 35 lv5 = 50 lv6 = 100 lv7 = 150 lv8 = 200 lv9 = 230 lv10 = 250 lv11 = 300 on mine: add 1 to {_xp} if {1.level::%player%} is true: if {_xp} = {@lv1}: set {1.level::%player%} to false set...