Improved Chat ist ein Mod, mit dem man wesentlich mehr Kontrolle über den Chat erlangt. Ab sofort kann man zwischen den Buchstaben zappen, Copy&Paste, sowie im Chatprotokoll scrollen, das Chatprotokoll löschen, und ähnliches.
Hier der Originalbeitrag im Minecraftforum von wd1966:
" "
DOWNLOAD: Improved Chat 2.4.4.zip
CReditz to wd1966
Hier der Originalbeitrag im Minecraftforum von wd1966:
Compatible with ModLoader and More Health (Just install this mod after all of them).
Features:
[LIST][*:2bn8y5tj]Movable cursor - move through typed text with left and right arrow(if you hold ctrl you'll skip words)
[*:2bn8y5tj]Copy and Paste - use ctrl-C, ctrl-V to copy and paste text
[*:2bn8y5tj]Browse past commands - use up and down arrow keys to pass through past messages
[*:2bn8y5tj]Scroll chat history - using pageUp, pageDown or mouse wheel allows you to scroll through the chat history
[*:2bn8y5tj]Clear chat history ~clear
[*:2bn8y5tj]Disable and re-enable chat type ~stop and ~start respectively
[*:2bn8y5tj]Change color and opacity of the chat box:
~bgColor color color can be red, blue, green ,yellow, gold,..
(read .minecraft->mods->wd1966->colors.txt for more and edit it if you know what are you doing).
~bgOpacity val val is between 0 and 100.
[*:2bn8y5tj]Bind text(commands) to keys - usage: ~bind Key text
This simply binds a line of text to a button, so when you press that button you will send that line to server.
If last character in line is \, text will appear in chat box so you can edit it.
[*:2bn8y5tj]Make variables ~var
You can now make variables to be used in your chat.
To make a variable you simple type ~var where regex is a regular expression.
Improved chat will scan the incoming text for regex and if it finds it that value will be stored in the variable.
You can later use that variable by typing $ before variable's name or if you wish to make a binding that will automatically replace variable use apostrophe. Example: ~bind r ~(/msg '$playerMsg' )\
[*:2bn8y5tj]Use constants - You use them the same way you would variables but they can not be changed and the are read from vars.txt file in .minecraft directory.
[*:2bn8y5tj]Text prefix ~(prefix)text
If your text will break in more lines prefix will appear in the beginning of all that lines.
[*:2bn8y5tj]Line processing (rules)
You can now process incoming, outgoing and displayed lines.
Format: ~input, output, display \n where regex is a regular expression to be searched and repl is replacement string.
[*:2bn8y5tj]Colors in text &c where n is in 0-9 or a-f
While you can not send colored messages, you can color incoming and displayed lines.
[*:2bn8y5tj]Color end tag: /&c
[*:2bn8y5tj]Run scripts: ~script
[*:2bn8y5tj]List variables, input, output and display rules or key bindings ~list type
[*:2bn8y5tj]Delete variable, input, output and display rule or key binding ~delete type id
[*:2bn8y5tj]Move rules ~move type from to
[/LIST]
DOWNLOAD: Improved Chat 2.4.4.zip
CReditz to wd1966