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

    Block Break Stage

    Hello! I need help showing the breaking animation on a block. on right click: if event-block is bedrock: set {_break} to 0.1 set {_block} to block at location of event-block loop 10 times: make all players see damage of {_block} as {_break} add 0.1 to {_break}...
  2. SubSplash

    Need help with vault eco formatting.

    Hello! I need help formatting a number (example: 1000) to use vault eco formatting ($1,000). Sorry for the lack of details I'm not sure what else to say.
  3. SubSplash

    Solved Need help blacklisting named items from getting duped in a shulker box.

    Hello! I need help blacklisting named items from getting duped in a shulker box, for example: command /dupe: trigger: if player's held item is any shulker box: set {_items} to tag "BlockEntityTag;Items" of nbt compound of player's held item if "%{_items}%" contains...
  4. SubSplash

    Solved How to set a variable to the amount of seconds in another variable?

    Hello! I need help setting a variable to the amount of seconds in another variable, for example: every 1 second: loop all players: if {timer.toggled::%loop-player's uuid%} is true: add 1 second to {timeinseconds::%loop-player's uuid%} command /converttimeintonumbers: permission...
  5. SubSplash

    Looping a specific dropped item in a radius of X from players death point.

    Hello! I need help looping a specific dropped item in a radius of X from players death point and giving the looped item to the attacker also the all other items gets cleared, for example: on death of player: set {playerdeath::%victim's uuid%} to location of victim loop all dropped items in...
  6. SubSplash

    Solved Formatting coloured potions in a gui.

    Hello! I need help formatting coloured potions in a gui, for example: command /potionshop: trigger: open chest with 1 row named "potion shop" to player format slot 1 of player with potion named "yellow potion" to be unstealable I want the potion in slot 1 to be yellow.