DevotedMC / JukeAlert

A plugin that creates a new block in Minecraft that records player entries and actions. Anti-grief tool. Built for Spigot 1.12
https://www.devotedmc.com/jukealert.html
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

Add soft culling #51

Open awoo-civ opened 6 years ago

awoo-civ commented 6 years ago

Soft culling means deactivating snitches instead of removing them like current culling does. A deactivated snitch can be reactivated by a player entering its field.

Example config entries (pseudocode):

Hard cull: 24 (days)
Soft cull: 12 (days)

Snitches will fully cull after 24 days and soft cull after 12.

Hard cull: 24 (days)
Soft cull: 0 (days)

Snitches will fully cull after 24 days and never soft cull.

Hard cull: 0 (days)
Soft cull: 12 (days)

Snitches will never fully cull and will soft cull after 12 days.

Gjum commented 3 years ago

hasn't this been implemented in https://github.com/CivClassic/JukeAlert now?