From e009ffb18af9b665b8d42becca936b91ba3d199e Mon Sep 17 00:00:00 2001 From: Brady Date: Tue, 23 Apr 2024 09:29:37 -0230 Subject: change to new contributor list format (#163) --- constants/ContributorList.json | 7 +++- constants/Contributors.json | 84 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 constants/Contributors.json 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 -- cgit