diff --git a/plugins/utilities.json b/plugins/utilities.json index 747eeb2..adb0776 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -826,7 +826,7 @@ } }, "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": "", "authors": [ { @@ -836,6 +836,7 @@ } ], "versions": { + "2.1.0": null, "1.0.1": { "api_version": 8, "commit_sha": "2b5c9ee", @@ -851,7 +852,7 @@ } }, "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", "authors": [ { @@ -861,6 +862,7 @@ } ], "versions": { + "2.2.0": null, "2.1.1": { "api_version": 8, "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": { "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": "", @@ -1225,4 +1241,4 @@ } } } -} \ No newline at end of file +}