Recent content by KrepticMinds

  • 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. K

    Broadcast with Skript

    variables: {broad} = "idk" {countdown} = 5 on join: broadcast "&ehello world!" every 15 seconds: broadcast "%{broad}%" every 60 seconds: loop 5 times: broadcast "%{countdown}%" wait 1 second {countdown} = {countdown} - 1 #something set...
  2. K

    Armor with absorption effects

    Hello, let me get straight to the point. I'm trying to create armor which gives extra hearts on equipping, I then found out that there is a plugin called sharpsk but since I'm with Minehut they don't have this plugin. So I cant keep track of when the armor is equipped or not. The armor also...