Recent content by DieKatzeyt

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

    Using Text Variable As A Executed Player

    I think you can do: on death of player: broadcast "%attacker%" if {bounty.%victim's uuid%} is not 0: if attacker is a player: broadcast "%attacker%" #set {victimsattacker} to {lastdamager.%victim's uuid%} (You don't need that) set {bounty.%victim's uuid%} to 0 add {bounty.%victim's uuid%} to...
  2. D

    Using Text Variable As A Executed Player

    do it without the "{}" only %player% or %victim%
  3. D

    Skript Region without using Worldguard

    Hello i wanna protect a specific region but don't want to use Worldguard is there a way to do it with Skript only Thx for everyone's help
  4. D

    Change Armor stand arms

    Hello I want to change the arms of my armor stand but I don't know how every 3 second: loop all armor stand: loop all offline players: if {minion.%loop-value-2's uuid%} is set: set {minion.%loop-value-2's uuid%} to nbt compound from...