ChatMessage Extended Plugin
Posted: 11 Aug 2014, 09:15
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
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