lifesteal

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

    Solved Can someone please help me with this revive skript

    command revivehead [<player>]: trigger: give player 1 player head named "&e%arg-1%'s Head" set {head::*} to "&e%arg-1%" on rightclick: if player's tool is player head named "&e%{head::*}%'s Head": send "You Revived %{head::*}%" to player remove 1...
  2. S

    Custom Items not defined

    So in the Lifesteal-SMP-Plugin the "lives" (hearts) are red dye but with NBT data, in my /dupe script if I blacklist red dye it can still be duped, but if I add the actual ingame name "heart_item" the skript runs into an error. Same with the beacon "revive_beacon" and carrot on a stick...