#How to prolong item despawn rate from server?

6 messages · Page 1 of 1 (latest)

subtle wigeon
#

I just want the items dropped on the ground to despawn after about 20 minutes rather than like 3.

proven jewel
#

<@&1339547788916035674>

granite garnet
# subtle wigeon I just want the items dropped on the ground to despawn after about 20 minutes ra...

best way is with a datapack. or mod. as it is a security thing . to not get to many items in one place. as that can and will crash the server. there is a nother way. if you have OP on the server. and that is by doing this. ."To prevent an item from despawning:
Give yourself an item with a custom tag. For example, /give @p stone{stay:1}.
Place the following command into a command block: /execute as @e[type=item,nbt={Item:{tag:{stay:1}}}] run data merge entity @s {Age:-1}.
Place this command block in your world. Items with the {stay:1} tag will now have their despawn timer reset indefinitel"""

#

but if its due to your items despawning when you die. you could add a mod. like corps. or any other grave mods. that puts your items into a grave. that you can then run back to and loot

granite garnet
subtle wigeon