Can item despawn rate be changed in minecraft?
I'm running a minecraft 1.8.8 server using craftbukkit. I've read about a config option to change the item despawn rate after death. how is this done if possible or is there a plugin that i can download?
Best Answer
I don't know if you can do it with a plugin but it is possible with command blocks.
Basic concept: Set the age to the desired amount for newly dropped items
Setup:
/scoreboard objectives add newItem dummy
Loop:
/entitydata @e[type=Item,score_newItem_min=!1] {Age:<Despawn Rate>}
/scoreboard players set @e[type=Item] dummy 1
Replace <Despawn Rate> with 6000 - Life length of item in terms of ticks.
Pictures about "Can item despawn rate be changed in minecraft?"



Can you turn off item Despawn Minecraft?
You can also use the /gamerule keepInventory true cheat to prevent your Minecraft items from despawning after you die. If you're playing the game in single-player mode, you're allowed to cheat.How much will it take for a item to Despawn MC 1.17 1?
Items despawn after 6000 game ticks (5 minutes) of being in a loaded chunk.How much time till items Despawn in Minecraft?
A Minecraft item will despawn after 6,000 game ticks (5 minutes). There are different despawning properties for different items. Some items will despawn within seconds, while others may take up to five minutes.How to STOP items despawning in Minecraft 1.12 - 1.18.2!
More answers regarding can item despawn rate be changed in minecraft?
Answer 2
Spigot, which is effectively a follower for CraftBukkit and compatible with the same plugins (and more of its own), has item-despawn-rate configuration option.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Ketut Subiyanto, Ketut Subiyanto, Ketut Subiyanto, Ketut Subiyanto
