diff options
author | Brady <thatgravyboat@gmail.com> | 2024-04-23 09:29:37 -0230 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 13:59:37 +0200 |
commit | e009ffb18af9b665b8d42becca936b91ba3d199e (patch) | |
tree | f3f82c547a6e5ac558963c2e1e751bf65f18015a | |
parent | 91b092eb55ae492ac792bdb969f0f8114d310a67 (diff) | |
download | SkyHanni-REPO-e009ffb18af9b665b8d42becca936b91ba3d199e.tar.gz SkyHanni-REPO-e009ffb18af9b665b8d42becca936b91ba3d199e.tar.bz2 SkyHanni-REPO-e009ffb18af9b665b8d42becca936b91ba3d199e.zip |
change to new contributor list format (#163)
-rw-r--r-- | constants/ContributorList.json | 7 | ||||
-rw-r--r-- | constants/Contributors.json | 84 |
2 files changed, 89 insertions, 2 deletions
diff --git a/constants/ContributorList.json b/constants/ContributorList.json index 75e3162..2a3c9b4 100644 --- a/constants/ContributorList.json +++ b/constants/ContributorList.json @@ -1,7 +1,7 @@ { + "__comment__": "This is deprecated use Contributors.json instead.", "usernames": [ "Alea1337", - "AlexiaLuna", "appable", "CalMWolfs", "catgirlseraid", @@ -21,16 +21,19 @@ "Mikecraft1224", "NetheriteMiner", "Obsidianninja11", + "owoLuna", "oxsss", "ReyMaratov", "Skirtwearer", "Skyblock_Lobby", + "ThatGravyBoat", "thisiscad", "Throwpo", "Thunderblade73", "Vahvl", "Vixid", "Wambux", + "Wolfie586", "Zickles" ] -} +}
\ No newline at end of file diff --git a/constants/Contributors.json b/constants/Contributors.json new file mode 100644 index 0000000..4a9309a --- /dev/null +++ b/constants/Contributors.json @@ -0,0 +1,84 @@ +{
+ "contributors": {
+ "Alea1337": {},
+ "appable": {},
+ "CalMWolfs": {
+ "suffix": "§e:)",
+ "spinny": true
+ },
+ "catgirlseraid": {
+ "suffix": "§d:3",
+ "spinny": true
+ },
+ "cimbraien": {},
+ "Conutik": {},
+ "Cuz_Im_Clicks": {},
+ "Eisengolem": {},
+ "Empa_": {
+ "suffix": "§d:3"
+ },
+ "Erymanthus": {},
+ "Fix3dll": {},
+ "Frost19": {},
+ "hannibal2": {},
+ "HiZe_": {
+ "suffix": "§d:3"
+ },
+ "JTAG": {},
+ "Ke5o": {},
+ "lrg89": {},
+ "martimavocado": {},
+ "Mikecraft1224": {},
+ "NetheriteMiner": {},
+ "Obsidianninja11": {},
+ "owoLuna": {
+ "suffix": "§d:3"
+ },
+ "oxsss": {},
+ "ReyMaratov": {},
+ "Skirtwearer": {
+ "suffix": "§d:3"
+ },
+ "Skyblock_Lobby": {},
+ "ThatGravyBoat": {
+ "suffix": "§d:3"
+ },
+ "thisiscad": {},
+ "Throwpo": {
+ "suffix": "§b:§dO",
+ "spinny": true
+ },
+ "Thunderblade73": {},
+ "Vahvl": {
+ "suffix": "§d:3"
+ },
+ "Vixid": {},
+ "Wambux": {},
+ "Wolfie586": {
+ "suffix": "§e:]",
+ "spinny": true
+ },
+ "Zickles": {},
+ "__comment__": {
+ "The names below are the developers of SBA": ""
+ },
+ "Biscut": {
+ "spinny": true
+ },
+ "Pinpointed": {
+ "spinny": true
+ },
+ "Berded": {
+ "spinny": true
+ },
+ "Potat_owo": {
+ "spinny": true
+ },
+ "Pnda__": {
+ "spinny": true
+ },
+ "StopUsingSBE": {
+ "spinny": true
+ }
+ }
+}
\ No newline at end of file |