Have any piugin can Check destroy?

My problem like title

any plugin like CoreProtect can run in sponge server?
I need to check player destroy log
plz help me

There are many plugins that can help you out; FoxGaurd, Polis (towny), etc.

Try searching before you post next time. :wink:

(For specifically logging, this also looks pretty good.)

I very need to check player destroy log
try to use these plugin Butā€¦these seem havenā€™t ā€œcheck player destroy logā€
I need like CoreProtectā€™s ā€œcommand /co iā€ function

I donā€™t understand what a ā€œcheck player destroy logā€ is.

The second one I linked to (ā€œActionControlā€), can log things when a player breaks a block.

See the docs here.

action_rules {
    break-block {
        filter {
        
        },
        response {
            match = "log"
        }
    }
}