Enable CI/CD by adding .onedev-buildspec.yml
| LICENSE | Loading last commit info... | |
| README.md | ||
| chatcmdbuilder.lua | ||
| init.lua | ||
| mod.conf | ||
| settings.lua |
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
targetrepresents who receives the message,senderrepresents who sends the message.- You can customize message text color by changing
targetMsgColorandsenderMsgColor. - You can customize prefix color by changing
targetPrefixColorandsenderPrefixColor. - You can customize the prefix text by changing
targetPrefixandsenderPrefix. 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.