Files
szar/usercosmetics.json

23 lines
541 B
JSON
Raw Permalink Normal View History

2026-02-23 10:22:40 +01:00
{
"users": [
{
"uuid": "20bbb23e-2f22-46ba-b201-c6bd435b445b",
"nameType": "GRADIENT",
"gradientStart": "#8CD6FF",
"gradientEnd": "#00FFFF",
2026-02-24 09:18:17 +01:00
"capes": ["tg", "tg1", "test", "gabri", "ciber"]
2026-02-23 10:22:40 +01:00
},
{
"uuid": "52af5540-dd18-4ad9-9acb-50eb11531180",
"nameType": "STATIC",
2026-02-23 10:49:05 +01:00
"staticColor": "#FF0000",
2026-02-23 10:22:40 +01:00
"capes": ["gabri"]
},
{
"uuid": "dda61748-15a4-45ff-9eea-29efc99c1711",
"nameType": "STATIC",
2026-02-23 10:49:05 +01:00
"staticColor": "#00FF00",
2026-02-23 18:46:34 +01:00
"capes": ["ciber"]
2026-02-23 10:22:40 +01:00
}
]
}