[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| Message(String) | Broadcasts a message to all online players.
Shorthand for Server.Players.Message |
| Message(String, array<Object>[]()[][]) | Broadcasts a message to all online players.
Shorthand for Server.Players.Message |
| Message(Player, String) | Broadcasts a message to all online players except one.
Shorthand for Server.Players.Except(except).Message |
| Message(Player, String, array<Object>[]()[][]) | Broadcasts a message to all online players except one.
Shorthand for Server.Players.Except(except).Message |