diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-16 22:05:49 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-16 22:05:49 +0800 |
commit | a962837982d4de2c2f62121530ce2177679c9f5e (patch) | |
tree | 02a70cad05315a4feba36c46342c650d12c25519 /metadata.json | |
parent | 85112750ba06483a028aa6fe84ce35699c0c56dd (diff) | |
download | SoopyV2-a962837982d4de2c2f62121530ce2177679c9f5e.tar.gz SoopyV2-a962837982d4de2c2f62121530ce2177679c9f5e.tar.bz2 SoopyV2-a962837982d4de2c2f62121530ce2177679c9f5e.zip |
-toggle blood rush assist when blood opened
-e button disable spirit leap overlay
-for names+classes above heads in spirit leap menu
-text shadow on leap menu
-swap map and tp buttons
Diffstat (limited to 'metadata.json')
-rw-r--r-- | metadata.json | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/metadata.json b/metadata.json index 711ce97..3da6e7c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,17 +1,11 @@ { - "$schema": "../CTAutocomplete/schema.json", - "creator": "Soopyboo32", - "author": "Soopyboo32", - "entry": "index.js", - "description": "Soopy addons v2", - "name": "SoopyV2", - "version": "2.1.37", - "versionId": 164, - "requires": [ - "soopyApis", - "soopyAddonsData", - "CustomTabCompletions", - "guimanager", - "mappings" - ] -}
\ No newline at end of file + "$schema": "../CTAutocomplete/schema.json", + "creator": "Soopyboo32", + "author": "Soopyboo32", + "entry": "index.js", + "description": "Soopy addons v2", + "name": "SoopyV2", + "version": "2.1.38", + "versionId": 165, + "requires": ["soopyApis", "soopyAddonsData", "CustomTabCompletions", "guimanager", "mappings"] +} |