summaryrefslogtreecommitdiff
path: root/config/configurabledespawntimer.json5
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-01-03 22:42:17 -0500
committertriethyl <triethylammonium@pm.me>2026-01-03 22:42:17 -0500
commit99479bd20137525e174b359629827a3aed5f4594 (patch)
treefd6226cdd10898bd66405991b08ba75a760e649e /config/configurabledespawntimer.json5
parentb8e08d00f9c9021a74d286a87b9899da5e8f8609 (diff)
bunch of stuff
Diffstat (limited to 'config/configurabledespawntimer.json5')
-rw-r--r--config/configurabledespawntimer.json510
1 files changed, 10 insertions, 0 deletions
diff --git a/config/configurabledespawntimer.json5 b/config/configurabledespawntimer.json5
new file mode 100644
index 0000000..0b217ec
--- /dev/null
+++ b/config/configurabledespawntimer.json5
@@ -0,0 +1,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
+}