A simple utility mod that adds the ability to translate & send morse code messages
- Live chat translation (see image below)
 /morsecommand (translates text & automatically sends it)/translatecommand (only translates, option to copy the morse code message)- Toggle chat translation on and off with a keybind (
ZorYby default, depending on your keyboard layout) 
Found in <instance>/config/morsecodechat.properties
# MorseCodeChat config
short=.
long=-
# when a char, such as `§` does not have a morse code value
charnotfound=<?>
space= / 
morsecommandname=morse
translatecommandname=translate
NOTE that changing the short, long and space values will make the morse code not able to be properly translated by others anymore!
Also NOTE that if you have a mod/client such as meteor or asteroid, you'll need to change the command prefix from . to something else
Just make a PR and describe your changes :]
