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

    Crates not workig

    Nothing is saving, when I set something it doesn't save. function registerCrate(id:number, name:string, l:location, key:item, items:object, chances:object): clear {crates::%{_id}%::*} set {crates::%{_id}%} to {_id} set {crates::%{_id}%::name} to {_name} set {crates::%{_id}%::location} to...
  2. A

    Solved Functions not working properly

    When I start the code it gives an error. It says that I gave 3 arguments for registerCompressor when it expected 4 on both functions. # registerCompressor(id, item, uncompressed, compressed) function registerCompressor(id: number, item: item, uncompressed: item, compressed: item): set...
  3. A

    Deleting non named items

    doesn't work
  4. A

    Deleting non named items

    Script Version: 2.5.3MH and using skRayFall v1.9.25 Script Author: me Minecraft Version: 1.16.5 Full Code: on break: if player has oak plank named "&6Oak AutoCompressor": if player has 64 of oak log: give player shiny oak log remove 64 of oak log from player's inventory I'm...
  5. A

    Generator Skript not working

    I understand the skript, they had the same problem but it was in the wrong forum and wasn't followed up with stuff. It's .yml so my text editor understands what colors to use for stuff. I'm using it on minehut so I just copy and paste it into my .sk on the dashboard.
  6. A

    Generator Skript not working

    When I restart my server all the gens lose ownership and it says that I don't own the generator. This is a modified version of someone elses skript. I've tried some testing but haven't found anything. If you want to test just use /givegen and it'll give you a wheat generator. The code is in the...