amount

  • 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. F

    Solved Renaming a stack according to its amount

    Hi everyone! I was wondering if it is possible to rename an item according to its amount. For example, when a player has a stack of diamonds, I want its name to be "64 Diamonds". And when the number is updated, (for example when player drops it) I want its name to be "63 Diamonds" automatically...
  2. Squarebuilder

    Solved Amount of player's held item

    Hello, i want to check how many items the player is holding (in his hand) and i don't know how or if that works. I know how to query how many items (of the held item) he has in inventory. It works like this: on right-click: set {_variable} to amount of player's held item in player's...
  3. T

    Solved Amount of blocks within 2 locations without loops?

    Hello! So I was wondering if there was a way to check the amount of blocks within 2 locations without using loops? What I mean is something like this:set {_count} to amount of {_block} within {loc1} and {loc2} That would obviously not work but is there something that could do it?