DayZ
Server Watcher
Showing 1-10 of 13 entries
< 1  2 >
Update: 30 Jun, 2020 @ 11:24am

1.08

Update: 10 May, 2020 @ 6:37am

Added speedhack and longshot logs.

Speedhack detection is checking position of player every 5 seconds, and if it's greater than 35 meters it triggers. With full stamina someone runs ~33meters in 5 seconds, if running straight. Speedhack is not checking anything inside vehicles.

Longshots are split in two : pistols and other. You can set the minimum distance to trigger the log in config, as well as if you want them being sent to your webhook or not.

Add your admins' steam64 that can teleport to excludedSpeedhack in the config to avoid having them being logged. If they connect and are logged, they'll need to wait for the settings to refresh and then relog.

Update: 7 May, 2020 @ 11:43am

Changed quantity behaviour, you now need to whitelist the items for which you want to have quantity (stack) count. It defaults to Ruble items.
Added total Ruble count, so if you a player has 500 stacks of "MoneyRuble100", it will also output that it represents 50000 Rubles.
Added log if the item is someone's stuff : it will also log the owner.

Update: 6 May, 2020 @ 12:17pm

I pushed wrong mod in previous update, sorry

Update: 6 May, 2020 @ 11:41am

Added player disconnection while unconscious log. Enable it in your ServerWatcher.json after server start. Can also be logged to discord webhook.

Added stacking counting. For example, if item is stacked 99 times, it will count as 99 and not 1 as it was doing currently. Blacklist any item that has quantity such as water bottles, canteens, zucchinis ect to don't get false positives. Will maybe add stacking blacklist to count 1 instead of quantity if it's needed.

Update: 1 May, 2020 @ 1:18am

Added logs for player next to the detected item when things are put inside the inventory (playername & steam64), as suggested by wydox#0001

Update: 29 Apr, 2020 @ 1:12am

Changed default config to disable webhook to avoid log spam.
Added date and time in webhook's message footer.

Update: 28 Apr, 2020 @ 2:31pm

V2, added config :

- Configurable treshold
- Classnames whitelist
- Classnames blacklist
- Treshold by classname
- Discord Webhook alert

Should have fixed message on server startup and should now be the correct amount.

Update: 26 Apr, 2020 @ 10:03am

Fixed messages spamming when server starts. Added 15s cooldown between logs when item is put in container's inventory to avoid log spam.

Update: 26 Apr, 2020 @ 9:40am

Added unique IDs to every item to create another duplication detection method. Don't know if it works.