From a0ccbbe8c261df99a2d82fc5ec1327644332cfba Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 3 Feb 2023 12:19:17 +0100 Subject: [PATCH] Remove comments Not allowed in normal json --- plugins/example.json | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/plugins/example.json b/plugins/example.json index f1f399af..0a3be68d 100644 --- a/plugins/example.json +++ b/plugins/example.json @@ -7,25 +7,20 @@ "contact": "nobody@example.org", "require": { "myaac": "0.4.3", - "myaac_": ">=0.7,<1.0", // support for defining versions like in composer (since 0.8) + "myaac_": ">=0.7,<1.0", "php": "5.2.0", - "php_": ">5.4,<7.0", // support for defining versions like in composer (since 0.8) + "php_": ">5.4,<7.0", "database": "21", - "php-ext": "curl", // php extension needs to be installed (since 0.8) - "ext-curl": ">5.0", // php extension with version specifiec (since 0.8) - "table": "accounts", // table need to exist in database (since 0.8) - "column": "players.online" // column need to exist in database (since 0.8) + "php-ext": "curl", + "ext-curl": ">5.0", + "table": "accounts", + "column": "players.online" }, "install": "plugins/example/install.php", "uninstall": [ "plugins/example.json", "plugins/example-directory", "templates/other-directory" - /*** - this is example of multi line comment - 1. list example - 2. something - ****/ ], "hooks": { "Example Hook": {