inventory

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

    Script Region Inventories 1.0.2

    A unique way to manage inventories! Region Inventories is a script that allows server owners to easily save and load different inventories for regions! Tutorial / Demonstration (I recommend viewing it here) Completely customizable (messages, permissions, sounds, etc) Easy setup Regular...
  2. Holding a specify item = has KeepInventory mode

    Can anyone code that for me? pls this is real fun for every server:) what I want is when you holding a specify item and you are into a KeepInventory mode, once you dead, that item will be disappear cause by your death, the Item only get onetime to use, like a "Totem of Undying", but I wanna use...
  3. P

    If player have less than x item

    Skript Version: 2.1.2 Minecraft Version: 1.8.8 --- Full Code: variables: {fire.%player%} = 0 {water.%player%} = 0 {dirt.%player%} = 0 {air.%player%} = 0 on first join: give a blaze rod named "&5Varázspálca" to the player give a redstone named "&4Tűz esszencia" to the...
  4. cheatchki

    Take click inventory priority

    So I am using a plugin called CrazyEnchantments, and one of their features is how they enchant the items with their enchantments. They use a click event in game, so when you drag and drop an enchantment onto a tool, piece of armor, etc.. it has a chance to apply it to the item. This is fantastic...
  5. ThanasiShadoW

    Two things about minigames

    I am making a minigame and i want to make a working lobby (players will wait there untill more players join). The problem is that i don't know how to save/load inventories and prevent them from using other commands. Any ideas?
  6. 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...
  7. Hyao

    Name of item in inventory slot

    I'm struggling with finding the name of an item in an inventory slot. Here's what I have. I'm trying to create a special type of crafting, where you put 3 items in 3 different slots in a 1-line chest. (specifically slots 0, 2 and 8). How I'm going about this right now: Player clicks green clay...
  8. Lukhausen

    Solved Skellett inventory action? How to open a new gui by clicking on a slot?

    Hey :emoji_slight_smile: How am I able to interact with a slot created by Skellett like this set slot {_slot} of player's current inventory to ("%loop-value%" parsed as offline player)'s skull named "&6%loop-value%" with lore "&eTrade with %loop-value%." So i want if i click on the head that...
  9. J

    Skript Restoring Inventories

    For my sake, I'm making this. It took me forever to remember how to do this so next time I go to look I can look here :emoji_stuck_out_tongue:. The player's inventory has 36 inventory slots, 1 offhand slot, and 4 armor slots. (As well as crafting slots and whatnot but we aren't going to touch...
  10. HiiqhFive

    Script BOOKSHELF INVENTORIES! [Skript 2.2] 1.0.010

    BOOKSHELVES! for Skript 2.2 This little script allows you to store items in your bookshelves. DEPENDENCIES • Skript (at least version 2.2) HOW TO INSTALL 1. Install Skript v2.2 on your Spigot/Bukkit server. 2. goto "plugins\Skript\scripts" 3. upload the required file. 4. Restart your...