AMP icon indicating copy to clipboard operation
AMP copied to clipboard

Change to getUpdates console keyvalue for player events "Join/Leave/Disconnect"

Open k8thekat opened this issue 3 years ago • 0 comments

Feature Request

Change the key value of console messages regarding Join/Leave/Disconnect and or any other "key events" such as achievements to have something other than 'Source': 'Console'?

Feature Information:

Currently when a player joins/leaves or disconnects from a server the console sets the 'Source': as Console which works, but makes it hard to for scanning that event and pass it along via a Discord Bot or similar.

The idea is to have something similar to chat events that register as a key value of 'Type':'Chat' in the getUpdates API call.

Examples: Name: ARK_-_Lost_Island DisplayImageSource: steam:346110 Console Entry: {'Timestamp': '/Date(1657587898574)/', 'Source': 'IceOfWraith', 'Type': 'Chat', 'Contents': 'This is a local message'} Name: ARK_-_Lost_Island DisplayImageSource: steam:346110 Console Entry: {'Timestamp': '/Date(1657587903647)/', 'Source': 'Console', 'Type': 'Console', 'Contents': 'IceOfWraith left this ARK!'}

I confirm:

  • [x] that I have searched for an existing feature request matching the description.

k8thekat avatar Jul 16 '22 01:07 k8thekat