@@ -11,7 +11,8 @@ It adds a mail-system that allows players to send each other messages in-game an
11
11
12
12
# Screenshot
13
13
14
- ![ ] ( screenshot_1.2.0.png )
14
+ ![ Main view] ( screenshot_1.4.0_1.png )
15
+ ![ Message view] ( screenshot_1.4.0_2.png )
15
16
16
17
# Installation
17
18
@@ -43,16 +44,19 @@ Mails can be deleted, marked as read or unread, replied to and forwarded to anot
43
44
* Multiple selection (new in 1.1.0)
44
45
* Settings
45
46
* Chat, on join, HUD and sound notifications
46
- * Translated in : English, French, German, Chinese (both traditional and simplified), Spanish, Brazilian Portuguese.
47
+ * Anti-spam detection
48
+ * Translated in : English, French, German, Chinese (both traditional and simplified), Spanish, Brazilian Portuguese, Hungarian, Indonesian.
47
49
48
50
# Compatibility / Migration
49
51
50
52
Overview:
51
53
* ` v1 ` all the data is in the ` <worldfolder>/mails.db ` file
52
54
* ` v2 ` every player has its own (in-) mailbox in the ` <worldfolder>/mails/<playername>.json ` file
53
55
* ` v3 ` every player has an entry in the ` <playername> ` ` mod_storage/ ` (inbox, outbox, drafts, contacts, mailing lists, settings)
56
+ * ` v3.1 ` database fix after the message id mess
54
57
55
58
# Dependencies
59
+
56
60
* None
57
61
58
62
# License
@@ -84,7 +88,12 @@ See the "LICENSE" file
84
88
* nyomi (Hungarian translation)
85
89
* whosit (UI fixes)
86
90
* Wuzzy (German translation)
91
+ * savilli (UX fixes)
92
+ * Panquesito7 (Maintenance)
93
+ * Eredin (Spanish translation)
87
94
* Muhammad Rifqi Priyo Susanto (Indonesian translation)
95
+ * aBlueShadow (sfinv compatibility)
96
+ * Singularis (UX and storage fixes)
88
97
89
98
# Contribute
90
99
0 commit comments