#how to make shulkers dupable but not with certain items inside
1 messages · Page 1 of 1 (latest)
dont work
the text you sent doesnt work for stopping the /dupe command when your holding a shulker with 5 bedrock inside
why not
send "error cannot dupe this"
else:
give player player's held item```
oh mb
send "error cannot dupe this"
else:
give player player's held item
send "&2duped!" to player
give player's held item to player``` this prob intented wrong too and im dumb but
.
your else needs to be back 4 spaces / 1 tab
if player's held item contains 5 bedrock:
send "error cannot dupe this"
else:
give player player's held item
send "&2duped!" to player
give player's held item to player``` try that
.
okay send your full code
ok secure youself this is nasty
its over the 2000 character limitðŸ˜
bro
YOUR CODE WITH THE DUPE THING NOT ALL YOUR SCRIPTS
thats only my dupe skript😠ill delete som e of it
ffs
trigger:
if lore of player's held item contains "&7Rightclick to use":
stop
if name of player's held item is "&cHeart":
stop
if "%type of player's held item%" contains "bundle":
stop
if "%type of player's held item%" contains "Mace":
stop
if "%type of player's held item%" contains "Tripwire Hook":
stop
if player's held item is enchanted with protection 5:
stop
if player's held item is enchanted with unbreaking 4:
stop
if player's held item is enchanted with blast protection 5:
stop
if player's held item is enchanted with protection 6:
stop
if player's held item is enchanted with unbreaking 5:
stop
if player's held item is enchanted with protection 7:
stop
if player's held item contains 5 bedrock:
send "error cannot dupe this"
else:
send "&2duped!" to player
give player player's held item```
omg
just try this command /dupe: trigger: if player's held item contains 5 bedrock: send "error cannot dupe this" else: give player player's held item send "&2duped!" to player give player's held item to player
bro wtf you doing wrong
trigger:
if player's held item contains 5 bedrock:
send "error cannot dupe this"
else:
give player player's held item
send "&2duped!" to player
give player's held item to player``` try this
no errors but still dont work
it works if your just holding it but not if its in a shulker box
ok