
Description
<h1>SnailMail</h1> <p>Simple mod to allow players to send mail to each other.</p> <h3>Commands:</h3> <p>/mail send - [PlayerName] [Message]</p> <p>/mail list - Shows current mail</p> <p>/mail read [#] - Reads the mail item with the ID of # and marks it read</p> <p>/mail read all - Reads all mail and marks them read</p> <p>/mail delete [#] - Deletes the mail item with the ID of #</p> <h3>Configuration:</h3> <p>The configuration is stored server side in ModConfig/SnailMailConfig.json</p> <p>MaxMailItems - Sets the maximum number of mail items per player.</p> <pre class="language-markup"><code>{ "MaxMailItems": 50 } </code></pre> <h3>Permissions:</h3> <pre class="language-markup"><code>/role suplayer privilege grant snailmail.list /role suplayer privilege grant snailmail.read /role suplayer privilege grant snailmail.send /role suplayer privilege grant snailmail.delete</code></pre> <h3>Data Storage:</h3> <p>Data is stored server side in a SQLite database at ModData/SnailMail/mail.db.</p> <h3>Suggestions/Support:</h3> <p>Please post all suggestions or mod support requests to the mods forum thread - <a href="https://www.vintagestory.at/forums/topic/19512-snailmail-simple-player-to-player-mail/" target="_blank" rel="noopener">https://www.vintagestory.at/forums/topic/19512-snailmail-simple-player-to-player-mail/</a></p>
Ratings & reviews
Sign in to leave a rating or comment.

