From e577cadd08103aa3ab621a5c8ca45bf8d6ec79d1 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:47:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Run=20formatter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../[bpt_addons]/bpt_crafting/LICENSE | 4 +-- .../[bpt_addons]/bpt_crafting/README.md | 2 +- .../[bpt_addons]/bpt_crafting/config.lua | 8 ++--- .../[bpt_addons]/bpt_crafting/fxmanifest.lua | 30 +++++++++---------- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/server-data/resources/[bpt_addons]/bpt_crafting/LICENSE b/server-data/resources/[bpt_addons]/bpt_crafting/LICENSE index c0e9f4dba..74e5f48d7 100644 --- a/server-data/resources/[bpt_addons]/bpt_crafting/LICENSE +++ b/server-data/resources/[bpt_addons]/bpt_crafting/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Copyright (C) 2022-2023 bitpredator + Copyright (C) 2022-2024 bitpredator This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Copyright (C) 2022-2023 bitpredator + Copyright (C) 2022-2024 bitpredator This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/server-data/resources/[bpt_addons]/bpt_crafting/README.md b/server-data/resources/[bpt_addons]/bpt_crafting/README.md index e265397c3..511179e98 100644 --- a/server-data/resources/[bpt_addons]/bpt_crafting/README.md +++ b/server-data/resources/[bpt_addons]/bpt_crafting/README.md @@ -1,7 +1,7 @@

bpt_crafting

Discord -Copyright (C) 2022-2023 bitpredator +Copyright (C) 2022-2024 bitpredator This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version. diff --git a/server-data/resources/[bpt_addons]/bpt_crafting/config.lua b/server-data/resources/[bpt_addons]/bpt_crafting/config.lua index ad8e41fe8..ff1a73bf7 100644 --- a/server-data/resources/[bpt_addons]/bpt_crafting/config.lua +++ b/server-data/resources/[bpt_addons]/bpt_crafting/config.lua @@ -1,8 +1,8 @@ Config = { - UseLimitSystem = false, -- Enable if your esx uses limit system - CraftingStopWithDistance = false, -- Crafting will stop when not near workbench - ExperiancePerCraft = 5, -- The amount of experiance added per craft (100 Experiance is 1 level) - HideWhenCantCraft = false, -- Instead of lowering the opacity it hides the item that is not craftable due to low level or wrong job + UseLimitSystem = false, -- Enable if your esx uses limit system + CraftingStopWithDistance = false, -- Crafting will stop when not near workbench + ExperiancePerCraft = 5, -- The amount of experiance added per craft (100 Experiance is 1 level) + HideWhenCantCraft = false, -- Instead of lowering the opacity it hides the item that is not craftable due to low level or wrong job Categories = { ["medical"] = { diff --git a/server-data/resources/[bpt_addons]/bpt_crafting/fxmanifest.lua b/server-data/resources/[bpt_addons]/bpt_crafting/fxmanifest.lua index 2178e681c..8aeecc42c 100644 --- a/server-data/resources/[bpt_addons]/bpt_crafting/fxmanifest.lua +++ b/server-data/resources/[bpt_addons]/bpt_crafting/fxmanifest.lua @@ -7,24 +7,24 @@ shared_script("@es_extended/imports.lua") ui_page("html/form.html") files({ - "html/form.html", - "html/css.css", - "html/script.js", - "html/jquery-3.4.1.min.js", - "html/img/*.png", + "html/form.html", + "html/css.css", + "html/script.js", + "html/jquery-3.4.1.min.js", + "html/img/*.png", }) client_scripts({ - "@es_extended/locale.lua", - "locales/*.lua", - "config.lua", - "client/main.lua", + "@es_extended/locale.lua", + "locales/*.lua", + "config.lua", + "client/main.lua", }) server_scripts({ - "@es_extended/locale.lua", - "locales/*.lua", - "@oxmysql/lib/MySQL.lua", - "config.lua", - "server/main.lua", -}) \ No newline at end of file + "@es_extended/locale.lua", + "locales/*.lua", + "@oxmysql/lib/MySQL.lua", + "config.lua", + "server/main.lua", +})