Need help? Ask on the forum, ask a fellow user or developer (join us on IRC), or contact sk89q.
Contribute to the wiki, edit this page! Register an account, or login with Facebook first.
HEY! Do you integrate (or want to) a plugin into yours? Do you help work on WE/WG/etc.? Please subscribe to our mailing list!
CommandHelper
API
chat
From SK's Wiki
< CommandHelper | API
Chat
Description: Echoes string to the chat, as if the user simply typed something into the chat bar.
Format: chat(<string>)
Returns: void
Example:
#assign some text to a variable assign(@strText,'I am a lumberjack, and that is ok.') #send the message to chat chat(@strText)