Makes sending PMs in Minetest faster.
Will send a PM via /msg to the recipient selected via .pm_set.
If no arguments are given it will return the current recipient.
Sets the recipient for messages sent with .pm. Player names are case sensitive.
Sends the message to the group of players selected with .pm_add. Input no parameters to check recipients.
Adds playername to the group recipient list. Recipient names are case sensitive.
Removes playername from the group recipient list. Recipient names are case sensitive.
- Fixed crash when trying to send message without a recipient having being first set
- Added group recipient functionality
- Enter your minetest directory.
- Find the
clientmodsdirectory. - Unpack this mod into that directory.
- Rename unpacked directory (should be named
pm-master) topm. - Set the in-game setting
enable_client_moddingto true. - You're done!
Code: MIT License