[SOLVED]Breaking blocks

So when i try to log what blocks are broken in a ChangeBlockEvent.Break…nothing is logged…same with placement too. here’s the code that i’m trying to use

public void Destroy(ChangeBlockEvent.Break event){
    
    
    
    getLogger().info(event.getTransactions().toString());
    getLogger().info(event.cause().toString());
    
}

Help please

You’re missing @Listener

1 Like

…you’ve got to be kidding!!! hits head gainst table