#Disable players from dropping items

1 messages · Page 1 of 1 (latest)

neon zodiacBOT
#

Any good way to do what the above is? havnt touched 1.20.5+ yet, and now im in 1.21.5 trying some things out. this is what I have on loop for stopping item drops atm, but its a bit janky.

execute as @e[type=item] at @s run data modify entity @s Owner set from entity @p UUID
execute as @e[type=item] run data modify entity @s PickupDelay set value 0

Trying to do like a set inventory layout of hotbar buttons

final stirrupBOT
#

<@&1201956957406109788>

Someone will come and help soon!

💬 While you wait, take this time to provide more context and details.

🙇 If nobody has answered you by <t:1743205123:t>, feel free to use the Summon Helpers button to ping our helper team.

✅ Once your question has been resolved (or you no longer need it), please click Resolve Question or run /resolve

copper summit
#

There is not really a better solution with less jank than this.

crude saffron
#

dang, nothing that might be able to save the items location in hotbar if it was there?

copper summit
#

nope