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. Very Cool Bee

    Backpack

    Hellooo! I recently made this skript for a backpack: function openBackpack(p: player): open chest with 1 row named "Backpack" to {_p} set {_s} to 0 loop 9 times: set slot {_s} of {_p}'s current inventory to {backpack::%{_p}%::%{_s}%} add 1 to {_s} on...
  2. Very Cool Bee

    Removing recipes with SkBee

    Hello, it's a me - Very Cool Bee. I'm using the SkBee Skript addon and everything's working fine except one thing - removing custom recipes doesn't work. I wanted to delete all of my custom recipes with this code: "remove all custom recipes". And it didn't work. I don't know how to remove all of...
  3. Very Cool Bee

    Setting damage

    Hello, it's a me. Very Cool Bee. I want to change the damage of an iron sword. By default it's damage is 3 hearts and I want it to be a random number between 2.5 and 3.5 and well I don't really know how to do that. But maybe you know! :wrong:
  4. Very Cool Bee

    Checking items in brewing stand

    Hello! How can I check the item player puts into a brewing stand? I want to prevent people from putting fermented spider eye into a brewing stand. Thanks :wrong: