Skip to content

Commit

Permalink
🎨 Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jan 30, 2024
1 parent c7ae67b commit e577cad
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions server-data/resources/[bpt_addons]/bpt_crafting/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<one line to give the program's name and a brief idea of what it does.>
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
Expand All @@ -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:

<program> Copyright (C) 2022-2023 bitpredator
<program> 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.
Expand Down
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_crafting/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align='center'>bpt_crafting</a></h1>
<p align='center'><a href='https://discord.gg/ksGfNvDEfq'>Discord</a>

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.

Expand Down
8 changes: 4 additions & 4 deletions server-data/resources/[bpt_addons]/bpt_crafting/config.lua
Original file line number Diff line number Diff line change
@@ -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"] = {
Expand Down
30 changes: 15 additions & 15 deletions server-data/resources/[bpt_addons]/bpt_crafting/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
})
"@es_extended/locale.lua",
"locales/*.lua",
"@oxmysql/lib/MySQL.lua",
"config.lua",
"server/main.lua",
})

0 comments on commit e577cad

Please sign in to comment.