So I tried it without the player == player but not even this code works:
@SubscribeEvent
public void onBlockPlace(PlaceEvent e) {
plugin.sendMessage("ASDASDSd");
}
It seems like the Event doesn't get called once a player places a block. But all the other Events in this class get fired... I have a KeyInputEvent who works fine