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

    Solved Potion Effect Loop

    on damage: if {Slowness::%attacker%} is more than 0: set {_Slownessa} to 0.2 * {Slowness::%attacker%} add 2 to {_Slownessa} chance of 100% loop {_Slownessa} times: apply potion of slowness 1 to victim for 1 seconds...
  2. JustADev

    Making Oak Planks and Logs placed by players vanish every 5 secs

    Idk how to do this, I have tried this: on place of planks:0: add location of event-block to {locations::*} on place of oak log: add location of event-block to {locations::*} command /regen: trigger: wait 1 tick loop {locations::*}: set block at...
  3. JustADev

    Pet Not Teleporting?

    I am having trouble with my skript... Can anyone help me? CODE: https://gyazo.com/a4203a5ef20c69d8c70863073e119058 CONSOLE MSG: https://gyazo.com/bd4f17322d2937654734f8f2af61c6b0 Would appreciate... JustADev