efficiency

  • 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. Jason Paige

    Storage Efficacy

    Hey, recently I wanted to make custom item bags that are based on player heads. these items can then be crafted into something else for sale and transport, as well as being placeable and only holds 8 items that are exchanged via crafting recipe. simple enough I thought. Wrong, but I digress. I...
  2. xultraalphax

    How to make this script more efficient

    Hello! I want to make this skript more optimized because it laggs my server so much. command /grass [<text>]: aliases: /fű, /fu, /weed trigger: if arg-1 is not set: if {grass.%player%} is false: set {grass.%player%} to true send "&6MN &8»&7 Sikeresen...
  3. F

    Solved skript-yaml memory storage vs skript variables

    When creating a stat system for users, I first used yaml with skutilities. Then after a while, I noticed that skutilites read and wrote the whole file every time I changed a single value. So I switched to saving the player variables in skript and accessing skript variables instead of yaml - and...