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 community!

    Now, what are you waiting for? Join the community now!

  1. F

    Solved Count items in inventory?

    This one should be trivial, but I haven't been able to figure it out for a couple of days now. I'm hoping someone here has a solution. How do I count how many of a given item a player has in his inventory? Like set {_stoneamount} to amount of cobblestone in players inventory...
  2. F

    Check if sign breaks after being placed.

    Hi. I have a plugin, CraftBook, where players a able to place various signs with special functions. I want to use Skript, to add a price for making those signs, and almost have it with this piece of code: on sign change: if line 2 contains "[mc1421]": event-player has permission...