Name | is_muted |
Object | PlayerTag |
Input | ElementTag(Boolean)(|DurationTag) |
Related Tags | <PlayerTag.is_muted> Returns whether the player is muted.
<PlayerTag.mute_timeout> Returns how much time is left until the player is unmuted.
|
Description | Sets whether the player is muted. Optionally, you may also
specify a duration to set how long they are muted for. |
Requires | Depenizen, Essentials |
Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/properties/essentials/EssentialsPlayerProperties.java#L284 |