Page MenuHomeFeedback Tracker

JSON output format for RCON commands?
New, NormalPublic

Description

I would like to request a feature to include some kind of JSON output type mechanism for RCON commands so that I can easily abstract them behind HTTP APIs.

For example, the #players command currently prints rows split by new lines, but this does not work because a player can inject new lines into their name and break the parser. Serializing output to JSON would resolve this issue.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Linux x64
Category
General
Steps To Reproduce

N/A

Event Timeline

SebiGTG added a subscriber: SebiGTG.Sat, Feb 1, 3:43 PM

+1 Additionally, who the output of all commands in a Jason format is good. (So also bans)