From 1ab0820bace1a474742a3dac7eb1ac853a2c95db Mon Sep 17 00:00:00 2001 From: TGdoesCode Date: Mon, 23 Feb 2026 10:22:40 +0100 Subject: [PATCH] jsons --- capes.json | 20 ++++++++++++++++ .../dev/tggamesyt/szar/ServerCosmetics.java | 4 ++++ usercosmetics.json | 23 +++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 capes.json create mode 100644 src/main/java/dev/tggamesyt/szar/ServerCosmetics.java create mode 100644 usercosmetics.json diff --git a/capes.json b/capes.json new file mode 100644 index 0000000..ead39b3 --- /dev/null +++ b/capes.json @@ -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" + } + ] +} \ No newline at end of file diff --git a/src/main/java/dev/tggamesyt/szar/ServerCosmetics.java b/src/main/java/dev/tggamesyt/szar/ServerCosmetics.java new file mode 100644 index 0000000..6388cc0 --- /dev/null +++ b/src/main/java/dev/tggamesyt/szar/ServerCosmetics.java @@ -0,0 +1,4 @@ +package dev.tggamesyt.szar; + +public class ServerCosmetics { +} diff --git a/usercosmetics.json b/usercosmetics.json new file mode 100644 index 0000000..a185275 --- /dev/null +++ b/usercosmetics.json @@ -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"] + } + ] +} \ No newline at end of file