Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plugin:
Bot:
- Added
{ip}to login/logout logs- Added local chat logs to database. You can know it's a local/alliance chat because in the PmRecipient field it will be either
CrosschatChatLog_LocalChatMessageorCrosschatChatLog_AllianceChatMessage- Tribe webhooks will be deactivated and removed after 10 failed consecutive sending fails
- Fixed encoding not being set to utf8 by default leading to bad encoding -> garbled characters in discord->ingame chat
- Improved all aspects of the bot
- Added linux version
- Bunch of fixes (crash fixes and role sync/verification fixes)
- Added server ordering in player lists:
- Added support for emojis in buttons and custom buttons:JSON:"ServerOrderMethod": "Alphabetical", // Ordering method for the servers. Can be Alphabetical or UserDefined "ServerOrder": [], // If ServerOrderMethod is UserDefined, this is the order of the servers. Example: ["TheIsland", "ScorchedEarthPVE", "MyCustomServer"]. They are ServerKeys (if defined) or map names
Discord default emojis:
Code:json "Emoji": "🔗" // Emoji for the button. Can be set as string (if it's a default discord emoji) or as a more complex object (see below)
Custom emojis:
Code:json "Emoji": { "Name": "CustomEmojiName", // Emoji name "Id": 734523957345239487, // Emoji id. To get emoji ID you can write literally thise (without quotes) in discord: \:emojiname:, and it will write the name:id of the emoji "Animated": false // If the emoji is animated }
- Player list will show server name instead of server key
- Implemented message replacements in bot and no longer needed in config
No config changes needed
"OnlinePlayerListBackgroundColor": [ 0, 0, 0 ], // if Asa Api Utils Mod is instlaled, this will be the background color
- 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
"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
"WordBlacklist": { // Word blacklist. Playes with groups in NeverIgnoredPermissionGroups will not be muted for these words.
- 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
"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
}
Release 1.5 (1.4 skip)
Bot 1.3.9 recommended for this version (older bots will send to discord PM messages as global chat)
{location} - X Y Z coords of the player
- Fixed an error related to "DiscordName" column when bot wasn't ran at least once
- Fixed an issue with formatting of players with just the "Default" permissions group
- Improvements to SQL connection code
- Added more data to the crosschat_servers' online players info
- Added JSON config to change server names different than the serverkey names
- Added
{location}placeholder for join/leave messages- Added
{playerid}placeholder for join/leave messages- Added following placeholders for join/leave messages:
{playerid} - Player ID (UE Id) of the player
{platform} - Name of the platform where the player is joining from
Ingame day
- Improved crash protection against database disconnections and further reconnections
- Platform is now saved in database for further uses, after a player has talked in chat at least once
- Added /online player list
- Added more info on the server status json on the database:
Ingame time
World Time Seconds
Server Version
Total NPCs
Stasised NPCs
Active NPCs
- Added section for changing map colors
- Added /pm command, to send private messages cluster wide to someone:
/pm '<character name/discord name>' <message> - Sends a private message to a player
/r <message> - Respond to last pm received quickly
- Added /ignore and /unignore commands, to ignore global/private messages from specific players
/ignore '<character name/discord name>' - starts ignoring that player. If no player param provided, it will show list of ignored people
/unignore '<name>' - Will stop ignoring that player
- Improved tribelogs to discord format, removing richolor strings
- Plugin now uses Asa Api utils mod for messages if possible. Mod link: https://www.curseforge.com/ark-survival-ascended/mods/asa-api-utils
BOT Release 1.4.0
{day} - In game day
- Added following placeholders for player lists, for server info:
{time} - In game hour:minutes
{worldtime} - World time seconds of server
{totalnpcs} - total npcs
{staticnpcs} - statised npcs
{activenpcs} - active npcs
{version} - Server version
- Added
"CooldownMinutes": 5, // Cooldown in minutes. Custom buttons cooldowns- Game sync now works with Timed permissions, removing them when permission expires as well
- Added Unlink discord button to main panel, with confirmation dialog
We use essential cookies to make this site work, and optional cookies to enhance your experience.