[This is preliminary documentation and is subject to change.]
Sends a message as a WoM alert.
Players who use World of Minecraft client will see this message on the left side of the screen.
Other players will receive it as a normal message. "System color" code (&S) will be prepended to the message.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[StringFormatMethodAttribute("message")] public void MessageWoMAlert( string message, params Object[] formatArgs )
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | message or formatArgs is null. |
| System..::..FormatException | Message format is invalid. |