summaryrefslogtreecommitdiff
path: root/config/configurabledespawntimer.json5
blob: 0b217ec9b1df24f38dc39f3d10a4f5dc571a6193 (plain)
1
2
3
4
5
6
7
8
9
10
{
	// The delay in ticks when an item should despawn. Minecraft's default time is 6000 ticks. 1 second is 20 ticks.
	// min: 1, max: 2.147483647E9
	"globalItemDespawnTimeInTicks": 12000,
	// The delay in ticks when experience orbs should despawn. Minecraft's default time is 6000 ticks. 1 second is 20 ticks.
	// min: 1, max: 2.147483647E9
	"globalExperienceOrbDespawnTimeInTicks": 12000,
	// Whether items thrown/dropped by players should not despawn at all. Works for manual dropping and also on death. Overrides the other time settings.
	"preventDespawnForPlayerItems": true
}