custommodeldata

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. T

    CustomModelData help fast </3

    I have an item that has CustomModelData, but also other properties. When I try to find an item with custommodeldata and other properties, it doesn't find it, but when I search for a clean item with custommodeldata, it finds it. this can find the item if I give it out like this: /give @r...
  2. R

    wand cooldown with changing cmd

    Hello! I'm trying to make wand that changes custom model data on cooldown, but I don't know how to select that specific item even if player is not holding it! Here's my code every 0.1 second: loop players: if {cooldown_necromancers_wand::%loop-player's uuid%} is "active"...
  3. A

    Shoot snowball rendered as...

    snowballs are able to be rendered as other block/items in minecraft (screenshot from mcstacker.net) is it possible to do this in skript? this is the code ive got but doesn't work (im also using the addon SkBee) on right click with stick: shoot snowball add...