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 comminuty!

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

  1. 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"...
  2. 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...