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

    Give all items in gui on gui close

    Hi, how do I give all the rewards in a gui on gui close? I already have the gui setup to have all the items to be stealable however how do I give a player all the items in it if he closes it? this is to avoid potentially losing some of those items
  2. T

    Solved How bad would this hurt performance?

    Thanks. I will stick to skript for now and will apply your suggestion for optimization
  3. T

    Solved How bad would this hurt performance?

    I want to display the active effects on the action bar, problem being that actionbar messages only lasts about 2 seconds. The effect i'm working on will prevent damage for a single hit. Now I came up with this system which should theorically be better performance wise. on right click: if...
  4. T

    Solved How bad would this hurt performance?

    every 2 seconds: loop all players: if {skills.protcharm.%loop-value%} is true: execute console command "title %loop-value% actionbar {""text"":"":skill_shield:""}" note: I would use skrayfall syntax for actionbar but it doesn't work with itemsadder emojis in 1.19.4