custom items

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

    Custom Item problems

    Hi, I am having some problems with my skript. The problem im having is that when i loop all the players and push them back / ignite them it is pushing/igniting the player who used the ability as well which I don't want to happen. Here is my skript: #summon lightning at an area nearby. on...
  2. JarBinks

    Solved Help with making my item look enchanted

    Hi, I need some help fixing this code: on death of zombie: chance of 50%: give player 2 sunflower glowing hidden named "&e&lCoin" stop else: give player 3 sunflower glowing hidden named "&e&lCoin" stop Everything works but the the glowing doesn't. I'm...
  3. L

    skutil yaml - read added variables from a file

    the title itself doesn't explain much, so i'll explain it here. I want to create custom items with custom lores and rarities. This is done pretty easy in skript with the "set {@name} to item", but as I will create a lot of items, I needed to save them as yml's to be more space efficient. I...
  4. RedDiamond

    Need help for my custom item skript

    I really need help for this one, so I've made a custom items that do stuff with a cooldown, but when I run it on minehut it didn't want to do any of the effects and just skip to the 'else' part anyone know why? options: prefix: &8[&a&lKrypBox&8] variables: {Cooldown.%player%} = 0 #Fire...
  5. Qurao

    prevent use custom item in craft

    How i can prevent use custom item, for example: leather named "Test leather" in craft? Minecraft 1.16.3, Paper
  6. Qurao

    Solved CustomItems plugin and give

    Hi I have a problem. I have Skript, CustomItems and Minecraft 1.16.3. I created a diamond nugget item. I am trying to issue it via Skript: give diamond nugget to player and e.t.c. It doesn't work, I've tried almost everything
  7. kapec323

    Custom item model by damage with skript

    hey i want to create a custom item witch texture pack i have model file (if damage of hoe is 0.0012545482 hoe get diamond sword look) how i can do it in skript like nbt or set damage ? i found plugin called NewItems on spigot premium and its work like my idea