Interface MuteSender
public interface MuteSender
Sends mute notifications to players when they attempt to chat while muted.
- Since:
- 1.6.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleansendIfMuted(FEntity entity) Checks if a player is muted and sends a mute notification.
-
Method Details
-
sendIfMuted
Checks if a player is muted and sends a mute notification. Only sends messages to players, not other entities.- Parameters:
entity- the entity to check- Returns:
- true if player is muted and notification was sent, false otherwise
-