Added Death logger

This commit is contained in:
Cooldude2606
2019-03-24 18:47:43 +00:00
parent 2f4f100b63
commit 498edfd58d
5 changed files with 115 additions and 59 deletions

View File

@@ -8,5 +8,5 @@ return {
auto_collect_bodies=false, -- enables items being returned to the spawn point in chests upon death
show_map_markers=true, -- shows markers on the map where bodies are
include_time_of_death=true, -- weather to include the time of death on the map marker
map_icon='' -- the icon that the map marker shows '' means no icon
map_icon=nil -- the icon that the map marker shows; nil means no icon; format as a SingleID
}

View File

@@ -17,6 +17,7 @@ return {
-- QoL Addons
'modules.addons.chat-popups',
'modules.addons.damage-popups',
'modules.addons.death-markers',
-- Config Files
'config.command_auth_admin', -- commands tagged with admin_only are blocked for non admins
'config.command_auth_runtime_disable', -- allows commands to be enabled and disabled during runtime