Go to file
random-geek c87057092c
Add init.lua
2018-07-19 14:57:58 -07:00
LICENSE Initial commit 2018-07-19 14:28:56 -07:00
README.md Update README.md 2018-07-19 14:56:52 -07:00
init.lua Add init.lua 2018-07-19 14:57:58 -07:00

README.md

MsgTool

Easy and fast private-messaging CSM for Minetest

Tutorial

Send a message:

.p Bobby Hello, how are you? Send a private message to one player. This is esentially the same as /msg Bobby Hello, how are you?

Send a message to the previous recipient:

.p * This cave is huge! Send a private message to the player (or players) you messaged last.

Send a message to multiple players:

.p Bobby,Emily4 Do you have any wood left? Send a private message to multiple people at once. Note there are no spaces after the commas.

Using wildcards

.p Jane_* Yellow is my favourite colour. You can use an asterisk (*) in the place of missing letters in a player name. This will automatically find a player whose name fits the pattern. For example, Jane_* finds a player whose name begins with Jane_.

Setting players only

.p Bobby,Emily4 Set players for later use. This will not send a message.

Combining player strings

.p *,Bobby,Jane_* Good morning! You can also combine one or more of the previous parameters. The example will send Good morning! to the previous recipients, plus Bobby and a player whose name begins with Jane_.