held item

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

    Solved Error Detecting Held Item Skript

    Hi! I've been trying to create a mana skript for my server and I wanted an item to give you more mana. I created a command that did this, and it worked, but when I tried it with an item, it didn't. Here's my code: variables: {max.%player%} = 20 {mana.%player%} = {max.%player%} every 1...
  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...