Update utilities.json

added health indicators and updated practice tools and disco light
This commit is contained in:
Cross Joy 2024-02-14 19:03:04 +08:00 committed by GitHub
parent 61b351ce07
commit 77b5ee3bef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -826,7 +826,7 @@
} }
}, },
"disco_light": { "disco_light": {
"description": "Add disco light into the game.", "description": "Add disco light into the game. Do '/disco' to turn on and '/disco off' to turn off",
"external_url": "", "external_url": "",
"authors": [ "authors": [
{ {
@ -836,6 +836,7 @@
} }
], ],
"versions": { "versions": {
"2.1.0": null,
"1.0.1": { "1.0.1": {
"api_version": 8, "api_version": 8,
"commit_sha": "2b5c9ee", "commit_sha": "2b5c9ee",
@ -851,7 +852,7 @@
} }
}, },
"practice_tools": { "practice_tools": {
"description": "Powerful and comprehensive tools for practice purpose. Practice tabs can be access through party window.", "description": "Powerful and comprehensive tools for practice purposes. Practice tabs can be accessed through party window.",
"external_url": "https://www.youtube.com/watch?v=7BeCcIYSXd0&t=113s&ab_channel=BOMBsquadlife", "external_url": "https://www.youtube.com/watch?v=7BeCcIYSXd0&t=113s&ab_channel=BOMBsquadlife",
"authors": [ "authors": [
{ {
@ -861,6 +862,7 @@
} }
], ],
"versions": { "versions": {
"2.2.0": null,
"2.1.1": { "2.1.1": {
"api_version": 8, "api_version": 8,
"commit_sha": "5422dd6", "commit_sha": "5422dd6",
@ -905,6 +907,20 @@
} }
} }
}, },
"health_indicator": {
"description": "Add a simple health indicator on every player and bot.",
"external_url": "",
"authors": [
{
"name": "Cross Joy",
"email": "cross.joy.official@gmail.com",
"discord": "crossjoy"
}
],
"versions": {
"1.2.0": null
}
},
"autorun": { "autorun": {
"description": "Run without holding any buttons. Made for beginners or players on mobile. Keeps your character maneuverable. Start running as usual to override.", "description": "Run without holding any buttons. Made for beginners or players on mobile. Keeps your character maneuverable. Start running as usual to override.",
"external_url": "", "external_url": "",
@ -1225,4 +1241,4 @@
} }
} }
} }
} }