Microphone

Used in programming. Takes user's input from chat. It is a craftable and spawnable non-flammable solid.
Here is a list of possible sizes that reach the maximum malleability (27) that have integer components: 1x1x27, 1x3x9, 3x3x3
At its default size (1x2x1) it has a durability of 1, at its maximum size it has a durability of 3.
By default, its colour is #5b5d69.
Events
Chatted(player, message)
Fires when a player sends a message in the chat.
The parameters for Chatted
are as follows:
- The player parameter is the
UserId
of the player who chatted. It is anumber
. - The message parameter is the message that the player sent. Has a trailing newline character. It is a
string
.