-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
630 changed files
with
116,370 additions
and
25,877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
--- This config controls what happens when a player dies mostly about map markers and item collection | ||
-- allow_teleport_to_body_command and allow_collect_bodies_command can be over ridden if command_auth_runtime_disable is present | ||
--- This config controls what happens when a player dies mostly about map markers and item collection; | ||
-- allow_teleport_to_body_command and allow_collect_bodies_command can be over ridden if command_auth_runtime_disable is present; | ||
-- if not present then the commands will not be loaded into the game | ||
-- @config Death-Logger | ||
|
||
return { | ||
--allow_teleport_to_body_command=false, -- allows use of /return-to-body which teleports you to your last death | ||
--allow_collect_bodies_command=false, -- allows use of /collect-body which returns all your items to you and removes the body | ||
use_chests_as_bodies=false, -- weather items should be moved into a chest when a player dies | ||
auto_collect_bodies=true, -- enables items being returned to the spawn point in chests upon corpse expiring | ||
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=nil -- the icon that the map marker shows; nil means no icon; format as a SingleID | ||
--WIP_allow_teleport_to_body_command=false, -- allows use of /return-to-body which teleports you to your last death | ||
--WIP_allow_collect_bodies_command=false, -- allows use of /collect-body which returns all your items to you and removes the body | ||
use_chests_as_bodies=false, --- @setting use_chests_as_bodies weather items should be moved into a chest when a player dies | ||
auto_collect_bodies=true, --- @setting auto_collect_bodies enables items being returned to the spawn point in chests upon corpse expiring | ||
show_map_markers=true, --- @setting show_map_markers shows markers on the map where bodies are | ||
include_time_of_death=true, --- @setting include_time_of_death weather to include the time of death on the map marker | ||
map_icon=nil --- @setting map_icon the icon that the map marker shows; nil means no icon; format as a SingleID | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.