This adds a mail-system that allows players to send each other messages in-game and via webmail (optional). https://content.luanti.org/packages/mt-mods/mail/
Find a file
2022-08-02 15:03:31 +02:00
.github/workflows use mtt for integration tests 2022-08-02 14:56:32 +02:00
pics updated files 2019-09-16 08:15:43 +02:00
test use mtt for integration tests 2022-08-02 14:56:32 +02:00
textures separated from webmail mod 2019-09-16 08:06:54 +02:00
util check field arg for nil 2020-10-30 15:04:18 +01:00
.luacheckrc strip down to bare mail mod 2022-08-02 15:03:31 +02:00
api.lua more sanity checks and default values 2020-09-20 20:18:34 +02:00
api.md rename api, add cc and bcc, handle multiple players 2020-07-31 12:36:28 +02:00
chatcommands.lua separated from webmail mod 2019-09-16 08:06:54 +02:00
docker-compose.yml use mtt for integration tests 2022-08-02 14:56:32 +02:00
gui.lua Fixes https://github.com/EdenLostMinetest/edenlost/issues/8 2022-01-20 12:48:25 +01:00
hud.lua consistent function syntax 2022-08-02 14:58:42 +02:00
init.lua strip down to bare mail mod 2022-08-02 15:03:31 +02:00
LICENSE strip down to bare mail mod 2022-08-02 15:03:31 +02:00
migrate.lua consistent function syntax 2022-08-02 14:58:42 +02:00
mod.conf strip down to bare mail mod 2022-08-02 15:03:31 +02:00
mtt.lua use mtt for integration tests 2022-08-02 14:56:32 +02:00
onjoin.lua Update onjoin.lua 2021-03-16 18:13:43 +02:00
README.md strip down to bare mail mod 2022-08-02 15:03:31 +02:00
storage.lua consistent function syntax 2022-08-02 14:58:42 +02:00

Mail mod for Minetest (ingame mod)

This is a fork of cheapies mail mod

It adds a mail-system that allows players to send each other messages in-game and via webmail (optional)

Screenshots

Ingame mail

Installation

In-game mail mod

Install it like any other mod: copy the directory mail_mod to your "worldmods" folder

Webmail

To provide a web-based interface to receive/send mails you can use the mtui project

Commands/Howto

To access your mail click on the inventory mail button or use the "/mail" command Mails can be deleted, marked as read or unread, replied to and forwarded to another player

Dependencies

  • None

License

See the "LICENSE" file

Textures

Contributors

  • Cheapie (initial idea/project)
  • Rubenwardy (lua/ui improvements)

Old/Historic stuff