Project Zomboid

Project Zomboid

Deathboard
Showing 1-6 of 6 entries
Update: 21 Feb, 2024 @ 5:59pm

New Cover Image

Update: 21 Feb, 2024 @ 5:45pm

Version 1.2.0

Untrack Option
You can now right click any entry in the Deathboard list to have the option to "untrack" it.
That is, the entry will be removed, and that Player's deaths will no longer be counted, or listed, at all.
Keep in mind this is a PERMANENT action.

Change Sorting
By default, the Deathboard lists deaths in a Lowest to Highest order.
This means that Players with less deaths will be at the top. Example: 0,1,2,3,...

You can now click the "+ -" button to revert that sorting.
This will make the Deathboard list deaths in a Highest to Lowest order.
This means that Players with more deaths will be at the top. Example: 3,2,1,0...

You can switch back and forth any time. This is Client side only, meaning each individual Player can choose how their Deathboard is sorted.

Update: 22 Jul, 2023 @ 12:56am

Version 1.1.1

Tiny Update
Removed some useless files and tidied the mod's code.

Update: 9 Jun, 2023 @ 1:10am

Version 1.1.0

Variants
There are two variants you can choose between. Only use one at a time, not both. "Increment by death", with the ID "BB_Deathboard", will add +1 deaths to a player anytime they die. "Increment by character", with the ID "BB_Deathboard2", will add +1 deaths to a player anytime they make a new character.

Deathboard - Increment by Death
This one is the original version, but slightly improved. As it is the original, the ID is "BB_Deathboard", so your server is using this one. Anytime a new player joins the server, they get added to the list after 300ms / 0.3s, enough time for PZ to be able to send client commands to the server and store data comfortably. Anytime a Player dies, their counter gets increased. If their entry is deleted and they die, they start off with 1 death.
If a player leaves and makes a new character before dying, it will NOT count as a death.

Deathboard - Increment by Char
This one is the NEW version. As it is new it needs a different ID, so the ID is "BB_Deathboard2". Anytime a new player joins the server, they get added to the list after 300ms / 0.3s. Anytime a Player creates a new character, their counter gets increased. If their entry is deleted and they die, they start off with 0 deaths. If a player leaves and makes a new character before dying, it will still count as a death.

Update: 3 Jun, 2023 @ 6:01pm

Release!

Update: 3 Jun, 2023 @ 3:22pm

Beta Test