- Fixed some crashes on logout
- Fixed a mysql crash
- Fixed an issue with pms and emojis
- Fixed PMs arriving twice
- Improved logs for failed to parse server json errors
- Fixed /ignore not working
- Added /ignore to show a list of ignored people when no parameters are supplied
- Fixed /online not respecting per player page setting
- Added a background color/opacity setting for those using the asa api utils mod
"OnlinePlayerListBackgroundColor": [ 0, 0, 0 ], // if Asa Api Utils Mod is instlaled, this will be the background color
"OnlinePlayerListBackgroundOpacity": 1, // If Asa Api Utils Mod is installed, this will be the opacity of the background. 0 means no background and 1 means full background
- Fixed an error on the database upgrade
- Player preferences are updated quicker now
- Added option to never ignore some permission groups:
- "Premium": {
 "NeverIgnoredPermissionGroups": "Admins,Moderators"
 }
- Added word blacklist and auto mute
"WordBlacklist": { // Word blacklist. Playes with groups in NeverIgnoredPermissionGroups will not be muted for these words.
"BlockedWords": [ // The blocked words, in regex format or literal words
 "(\\b|[Uu][Rr])[GgƓɠḠḡǴǵĜĝǦǧĞğĢģǤǥĠġ6]+(?:[^a-zA-Z]
)([ÂâÅåÀàÁáÃãÄäEeAaÆæ4@]+)(?:[^a-zA-Z]*)[YyÝýŶŷŸÿỸỹЧч]",
 "[HhĤĥȞȟḦḧĦħḤḥ]([OoØø0ÒòÓóÖöÕõÔô]+)[MmṂṃ][OoØø0ÒòÓóÖöÕõÔô]",
 "[FfƑƒ]([AaÂâÅåÀàÁáÃãÄ䯿@4]+)[GgƓɠḠḡǴǵĜĝǦǧĞğĢģǤǥĠġ]",
 "([^a-zA-Z]|^)[Ll]+[-]
[Aa]+[-][Gg]",
 ".
(?=.[Aa]+[Dd][Mm][Ii][Nn][Ss]?)(?=.
[Hh][Ee]+[Ll][Pp]).",
 ".
(?=.[Aa][Dd][Mm][Ii]+[Nn][Ss]?)(?=.
[Aa][Bb][Uu]+[Ss][Ee]).",
 "[NnÑñ][EeÉéÈèËëÊê3]+[GgƓɠḠḡǴǵĜĝǦǧĞğĢģǤǥĠġ]+[Rr][OoØø0ÒòÓóÖöÕõÔô]",
 "[CcƇƈĆćĈĉČčÇçĊċȻȼ][UuÜüÛûÙùÚú]+[NnÑñ][t]",
 "[NnÑñ](?:[^a-zA-Z]
)([Ii1ÌìÍíÎîÏï]+)(?:[^a-zA-Z])([Gg](?:[^a-zA-Z]*)[Gg]|([(][¬]))",
 "[CcƇƈĆćĈĉČčÇçĊċȻȼ][OoØø0ÒòÓóÖöÕõÔô]+[CcƇƈĆćĈĉČčÇçĊċȻȼKkƘƙḰḱǨǩĶķ]{2,}",
 "\\b[Kk]+[Yy]+[Ss](([^a-zA-Z])|$)",
 "[Pp][EeÉéÈèËëÊê*]+[Nn][Ii1ÌìÍíÎîÏï*]+[Ss]",
"\\b[Rr]([ÂâÅåÀàÁáÃãÄäAaÆæ@]+)[Pp]([EeÉéÈèËëÊê]+|[Ii1ÌìÍíÎîÏï]+[Ss][Tt])"
 ],
"AutoMuteMinutes": 5 // The amount of minutes to mute a player for when they say a blocked word. 0 to disable
}