Go to file
Michele Viotto a5113bc522 Added support for localization 2021-03-08 16:05:03 +01:00
locale Added support for localization 2021-03-08 16:05:03 +01:00
LICENSE Add LICENSE 2021-01-25 15:41:07 +00:00
README.md Moved settings to a standalone file, ability to customize everything 2021-01-25 22:17:58 +01:00
chatcmdbuilder.lua Initial commit 2021-01-25 16:31:49 +01:00
init.lua Added support for localization 2021-03-08 16:05:03 +01:00
mod.conf Initial commit 2021-01-25 16:31:49 +01:00
settings.lua Added ignore private messages and optional requirement on shout privilege 2021-03-08 14:42:25 +01:00

README.md

BetterPM

BetterPM is a minetest mod that improves private messages. It is completely customizable but also ready to use.

Config

All these values can be changed in the file settings.lua

  • target represents who receives the message, sender represents who sends the message.
  • You can customize message text color by changing targetMsgColor and senderMsgColor.
  • You can customize prefix color by changing targetPrefixColor and senderPrefixColor.
  • You can customize the prefix text by changing targetPrefix and senderPrefix. You can use {target} and {sender} placeholders to respectively represent the target and the sender names.

Usage

  • /msg <name> <message> to send a private message to name.
  • /w <name> <message> as an alias for /msg
  • /r <message> to reply to the latest private message you received.