Open
Description
When a member is playing on a server, the world they are on is sometimes returned - this is not handled by the project. A hotfix has been issued to return already parsed member data when encountering a world data identifier.
Example:
general
key = "EXPUNGED"
ckey = "EXPUNGED"
gender = "EXPUNGED"
joined = "EXPUNGED"
online = 1
world/1
name = "EXPUNGED"
path = "EXPUNGED"
hub_url = "EXPUNGED"
icon = "EXPUNGED"
small_icon = "EXPUNGED"
banner = "EXPUNGED"
status = "EXPUNGED"
players = 1
Data expunged for privacy.
A solution should result in a data format similar to:
{
"key": "EXPUNGED"
"ckey": "EXPUNGED"
"gender": "EXPUNGED"
"joined": "EXPUNGED"
"online": true
"worlds": [
"name": "EXPUNGED"
"path": "EXPUNGED"
"hub_url": "EXPUNGED"
"icon": "EXPUNGED"
"small_icon": "EXPUNGED"
"banner": "EXPUNGED"
"status": "EXPUNGED"
"players": 1
]
}
Data expunged for privacy.
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity