dupe skript

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

    Dupe skript help

    can someone please make me a script so players cant /dupe a shulker box if there is a certain blacklisted item in there my current script is this, command /dupe: trigger: if player's held item is air: send "no duping air" if player's held item is red dye...
  3. C

    not allow /dupe for enchanted items

    i have the /dupe skript which dupes items how do you make it so players cant dupe enchanted or lored items heres what i have so far command /duplicate: trigger: give player's tool to player i tried to add a if and else but i dont know how to put: if players tool is enchanted ...