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. N

    Dropped Items Glow (With particle)

    Hello! I've tried some stuff to make this work, but I haven't figured it out. I've decided to ask you people. So, what I want is to all items that are dropped to glow. But, if the dropped item is named "commonar", then the glow should be white. (Cloud particle) If the dropped item is named...
  2. ItsMCB

    Item Regeneration

    I have been looking for a way to change item durability. I have found a forum post (https://forums.skunity.com/threads/item-durability.2731/) on the item taking no damage. Is their a way for a player to execute a command and add durability back into their item? Ex. If my diamond pickaxe has...
  3. PotatoGoesMoo

    Solved Changing name of player's held item?

    Hey all, I need help with changing the name of the player's held item. I've tried this with quotation marks in all different places: on rightclick with lead: set {_item} to player's held item add "{display:{Name=Hey}}" to nbt of {_item} But that doesn't seem to work. I don't get any...
  4. P

    Solved Give player one item

    How can i do that, to give the player 1 item from a specific list?
  5. P

    Solved Drop an item in front of the player

    How can I do if a player clicks with an item, an another item drops/spawn in front of the player? I tried this: on rightclick: player is holding vines named "Varázsgyökér": player is sneaking: drop a diamondsword in front of the player's head The distance from the player...
  6. 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...
  7. 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...
  8. A

    How can i remove the event item (only the event item, nothing else)

    The title says all. Please help. Thanks you :)