MorseCodeChat
A utility Minecraft mod that provides functionality for translating and sending text messages using Morse code.
Main Features
- Real-time chat automatic translation - all messages appearing in chat are immediately converted to Morse code for easy reading (see usage examples in the image gallery)
/morsecommand - instantly translates your text to Morse code and automatically sends the result to chat/translatecommand - performs text translation without automatic sending, providing an option to copy the finished Morse code- Hotkeys - system for quickly toggling chat message translation on/off (default keys Z or Y, depending on keyboard layout)
Configuration Settings
Configuration file location: world_instance/config/morsecodechat.properties
# MorseCodeChat configuration parameters
# Short signal designation
short=.
# Long signal designation
long=-
# Symbol for unknown characters, for example: §
charnotfound=<?>
# Character separator
space= /
# morse command name
morsecommandname=morse
# translate command name
translatecommandname=translate
IMPORTANT NOTE: Changing the values of short, long and space will make your Morse encoding incompatible with other mod users!
ADDITIONAL: If you have mods like Meteor or Asteroid installed, you will need to change the command prefix from . to a different symbol combination.
