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. 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...
  2. Squarebuilder

    Add a new row above the hunger bar?

    Good day, I wanted to ask if anyone knows of a way with Minecraft Script to expand the hotbar by one row above the hunger bar? I've enclosed a screenshot of how I imagine it to be. The second screenshot is what it looks like on another non-modded server. That means it has to be possible...
  3. Squarebuilder

    Solved Set variable to lore of item

    Hello, for one of my scripts I have to set a variable on the lore of an item. Does anyone know how to do that? on right-click: set {_variable} to lore of event-item Error Code: {_variable} can only be set to an object, not more.
  4. Squarebuilder

    Solved Custom Head in a GUI

    Hi there, I've been trying to get custom heads (e.g. https://minecraft-heads.com/custom-heads/miscellaneous/4318-twitter) into a GUI for a few weeks now. I tried this code among others: command /gui: trigger: open virtual chest inventory with 1 row named "&6GUI" to the sender...