diff --git a/README.md b/README.md new file mode 100644 index 0000000..24ed77a --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Message Bubbles +Message bubbles is a Minetest mod that uses the existing nametags above player heads to display chat messages sent by the player. + +The maximum length of the messages shown, the duration for which these messages are shown and the prefix (if any) can all be configured (for servers, by adding to `minetest.conf`). See `settingtypes.txt` file for config names. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..cc8181e Binary files /dev/null and b/screenshot.png differ