dupe

  • 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

    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...
  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...
  3. V

    armor unequip bug

    Ok so when I dropping the item from my armor the armor unequip is not called so all the stats on the player are getting doubled here is the code of armor equip/unequip on armor equip: #set {_dl} to line 1 of lore of event-item set {lore::*} to event-item's lore split at "||" set...
  4. MattMX

    LecternCrash Fix

    Tried to upload this yesterday but got took down lol This is a simple patch for the newly discovered "Lectern Crash/Dupe" exploit on previous paper versions.
  5. 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...