jsons
This commit is contained in:
20
capes.json
Normal file
20
capes.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"capes": [
|
||||||
|
{
|
||||||
|
"id": "tg",
|
||||||
|
"texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/tg_cape.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "gabri",
|
||||||
|
"texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/gabri_cape.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "tg1",
|
||||||
|
"texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/tg_cape1.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "test",
|
||||||
|
"texture": "https://raw.githubusercontent.com/tggamesyt/szar/main/src/main/resources/assets/szar/textures/etc/testcape.png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
4
src/main/java/dev/tggamesyt/szar/ServerCosmetics.java
Normal file
4
src/main/java/dev/tggamesyt/szar/ServerCosmetics.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package dev.tggamesyt.szar;
|
||||||
|
|
||||||
|
public class ServerCosmetics {
|
||||||
|
}
|
||||||
23
usercosmetics.json
Normal file
23
usercosmetics.json
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"uuid": "20bbb23e-2f22-46ba-b201-c6bd435b445b",
|
||||||
|
"nameType": "GRADIENT",
|
||||||
|
"gradientStart": "#8CD6FF",
|
||||||
|
"gradientEnd": "#00FFFF",
|
||||||
|
"capes": ["tg", "tg1", "test", "gabri"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"uuid": "52af5540-dd18-4ad9-9acb-50eb11531180",
|
||||||
|
"nameType": "STATIC",
|
||||||
|
"staticColor": "RED",
|
||||||
|
"capes": ["gabri"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"uuid": "dda61748-15a4-45ff-9eea-29efc99c1711",
|
||||||
|
"nameType": "STATIC",
|
||||||
|
"staticColor": "GREEN",
|
||||||
|
"capes": ["test"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user