Search results

  • 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. 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...
  2. A

    Solved add string to player variable

    im trying to add "text" to {test::%player's uuid%} but it doesnt seem to work command /wip: trigger: add "text" to {test::%player's uuid%} send {test::%player's uuid%} to player
  3. A

    Make player see block with nbt

    im trying to make the player see obsidian as a spawner with custom nbt ive got the addon SkBee installed every 5 ticks: loop all players: loop all blocks in radius 50 of loop-player: if loop-block is obsidian: set {_ship} to loop-block if {ship::%loop-player's uuid%}...