Updated for ARK 86.15
ArkShopUI 1.3 is needed for this version if you are using the UI
Adds MySQL shop transaction log (like the text log the shop already has)
Adds MySQL SSL support
ARK 86.12 - fixed IncrementItemTemplateQuantity
ArkShopUI 1.2+ is needed for this version if you are using the UI
Adds MySQL shop transaction log (like the text log the shop already has)
Adds MySQL SSL support
# AsaApi 1.20 Changelog
Compare:
https://github.com/ArkServerApi/AsaApi/compare/1.19...c7c0f81d7a726fdc35bf863ae34bc29012cab87f
## Server Owners
Plugin loading is now improved for better .PDB and extra .DLL files (no need to move PDB/extra DLL files to Win64 anymore)
Plugin unload now...
- Added config for sending discord webhook messages when a player executes a command with /cheat:
"DiscordWebhook": {
"Enabled": false,
"URL": "",
"SenderName": "AdminsPermissions",
"Message": "[{timestamp}] {charactername} ({eos_id}) used /cheat {command} on {map} at...
Plugin:
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_LocalChatMessage or CrosschatChatLog_AllianceChatMessage
Tribe webhooks will be deactivated and removed after 10...