Epic/mods/tell
Nathan Salapat 39804b4cb6 Removed a bunch of deprecated depends.txt and description.txt files. 2022-07-06 21:10:24 -05:00
..
API.md initial upload 2020-06-14 18:29:10 -05:00
LICENSE initial upload 2020-06-14 18:29:10 -05:00
README.md initial upload 2020-06-14 18:29:10 -05:00
init.lua initial upload 2020-06-14 18:29:10 -05:00
mod.conf Removed a bunch of deprecated depends.txt and description.txt files. 2022-07-06 21:10:24 -05:00

README.md

Screenshot

Message offline players [tell]

It happens all the time (to me anyways), you join a server needing to tell someone something, but they aren't online. Sure, some servers have an email/mailbox system, but for many, such systems are overly complex. That's why I made tell.

Tell introduces a single command, /tell (note: if you have mesecons_commandblock, the command is renamed to /tellafk due to a conflict). It accepts the same parameters as does /msg, however, it does not require that the player be online. Instead, it registers the message sent (as well as the time the message was sent) to be shown next time the player specified is active. Whenever a player joins or sends a chat message, tell checks its internal table of messages and displays any that were meant for the player. This is useful both when you don't know when a player will come back online, or when a player is AFK (as the message is not shown until they send another chat message). Warning: If you accidentally enter the wrong player username, the message will be stored anyway (even if the specified player has never joined before).

Tell also has a simple API, documented in API.md. This is a rolling release, meaning that there are no version numbers due to the simplicity of this mod.