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", +})