set slot

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

    Set Slot - Execute command not working

    Hello, I'm trying to execute a player command when clicking on a item in a GUI. My code: set slot 20 of player's current inventory to spawner named "&6Spawner" with lore "&a" then execute player command "/test" It won't accept this, nor with "then run command", or "then run...
  2. G

    Set slot item bugged

    Hello everyone! so i make a skript when a player click on anvil crafting gui showed, but when i close the gui the item in 3rd slot of my toolbar cant be move it only happend with stone blocks please help! on inventory click: if inventory name of current inventory of player is...
  3. Sam1370

    Set slot doesn't work for inventory and neither does format slot.

    Skript Version: Skript 2.2 (dev20c) Skript Author: Bensku Minecraft Version: 1.11 Set slot doesn't seem to work (and neither does format slot.) I'm trying to set a slot in the player's hotbar to a selector compass and it doesn't seem to work. Code: on join: player's world is "world"...
  4. Duetro

    Format Slot - NBT Edition (SkStuff)

    Example: command /xxxx: trigger: open chest with 3 rows named "test" to player formatSlot(player's current inventory, 10, 1, (diamond named "&b&lDIAMOND"), "broadcast ""Skript is awesome!""") Requires: - SkStuff - SkQuery Code: function formatSlot(inv: inventory, slot...