mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Added Death logger
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user