playerrecords fixes
This commit is contained in:
parent
fa601d72f4
commit
1c7ef7a5ee
1 changed files with 30 additions and 24 deletions
|
|
@ -12,32 +12,38 @@
|
|||
"compareTo": "type",
|
||||
"fields": {
|
||||
"0": [
|
||||
{
|
||||
"name": "clientuuid",
|
||||
"type": "uuid"
|
||||
},
|
||||
{
|
||||
"name": "entityid",
|
||||
"type": "i64"
|
||||
},
|
||||
{
|
||||
"name": "displayname",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "placeholder",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "placeholder",
|
||||
"type": "string"
|
||||
}
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "clientuuid",
|
||||
"type": "uuid"
|
||||
},
|
||||
{
|
||||
"name": "entityid",
|
||||
"type": "i64"
|
||||
},
|
||||
{
|
||||
"name": "displayname",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "skintype",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "textures",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
],
|
||||
"1": [
|
||||
{
|
||||
"name": "clientuuid",
|
||||
"type": "uuid"
|
||||
}
|
||||
"container",
|
||||
[
|
||||
{
|
||||
"name": "clientuuid",
|
||||
"type": "uuid"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue