Page 1 of 1

ChatMessage Extended Plugin

Posted: 11 Aug 2014, 09:15
by chco
New plugin uploaded that extends the default ChatMessage plugin with 10 custom chat commands.

Usage : <CHATCOMMAND>|<TXT>|<SPECIALCOMMAND>|<DESCRIPTION>

<CHATCOMMAND>
This is the actual command used in the chat. For example : gd

<TXT>
Is what is printed to the chat if you use the command. For example : Grabbing a drink

<SPECIALCOMMAND>
Use here : login or msg or both
login:
Show a player name after the message that is printed to the chat.
For example : /gd <LOGIN OF PLAYER>
Will print "Grabbing a drink <NAME OF PLAYER>" to the chat

msg:
Add additional text to the text send to the chat
For example: /gd Cause me is thursty
Will print "Grabbing a drink Cause me is thursty"

both:
Show both a players name and the custom text
For example : /gd <LOGIN OF PLAYER> I really need one
Will print "Grabbing a drink <NAME OF PLAYER> I really need one"

<DESCRIPTION>
Describes the command for the MC help function

So with "gd" as an example, one configuration line would be :
'gd|Grabbing a drink|both|Writes grabbing a drink to the chat'

If you have any question just let me know.

To be safe: do not use ' or " \ in the configuration setting

Re: ChatMessage Extended Plugin

Posted: 11 Aug 2014, 17:01
by chco
I forgot to mention.. If you use both or login as special command and login or additional text is given, then only the TXT will be printed, as if you just used /gd
So checks are made to make sure a login and additional text is given.

Re: ChatMessage Extended Plugin

Posted: 14 Aug 2014, 15:06
by chco
1.2 has been uploaded..

Re: ChatMessage Extended Plugin

Posted: 16 Aug 2014, 18:29
by chco
Found a little bug.. version 1.3 uploaded

Re: ChatMessage Extended Plugin

Posted: 13 May 2017, 20:23
by chco
1.5 uploaded and up-to-date with latest MC and MP4