2017-11-04 14:02:45 +10:00
2017-10-19 18:10:22 +10:00
2017-11-04 14:02:45 +10:00
2017-10-19 18:21:24 +10:00
2017-11-04 12:27:05 +10:00

pm

Makes sending PMs in Minetest faster.

Commands

pm

Will send a PM via /msg to the recipient selected via .pm_set. If no arguments are given it will return the current recipient.

pm_set

Sets the recipient for messages sent with .pm. Player names are case sensitive.

pm_group

Sends the message to the group of players selected with .pm_add. Input no parameters to check recipients.

pm_add

Adds playername to the group recipient list. Recipient names are case sensitive.

pm_remove

Removes playername from the group recipient list. Recipient names are case sensitive.

Change Log

  • Fixed crash when trying to send message without a recipient having being first set
  • Added group recipient functionality

How to install

  1. Enter your minetest directory.
  2. Find the clientmods directory.
  3. Unpack this mod into that directory.
  4. Rename unpacked directory (should be named pm-master) to pm.
  5. Set the in-game setting enable_client_modding to true.
  6. You're done!

License

Code: MIT License

Description
No description provided
Readme 238 KiB
Languages
Lua 100%