diff --git a/minetest.conf.example b/minetest.conf.example index 11b4835f..ac5b8f68 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -9,6 +9,11 @@ # 0 to disable #share_bones_time = 1200 +# How much earlier the bones of a dead player can be looted by +# everyone if the player dies in a protected area they don't own. +# 0 to disable. By default it is "share_bones_time" divide by four. +#share_bones_time_early = 300 + # Whether standard fire should be disabled ('basic flame' nodes will disappear) # 'permanent flame' nodes will remain with either setting #disable_fire = false