hey Guys how i can send a textmessage, when the player is rightclicking a block? thx for help lg timtrucker
correction: Code:java public void onPlayerInteract(PlayerInteractEvent e){ if(e.getAction == Action.RIGHT_CLICK_BLOCK){ e.getPlayer().sendMessage("Sup"); }}