From 26b920ae01f18e015ad6f0b8c20a7dfcc849d7a5 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:52:37 +0100 Subject: [PATCH 1/4] chore: set English as the default language --- server-data/resources/[bpt_addons]/bpt_teleport/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-data/resources/[bpt_addons]/bpt_teleport/config.lua b/server-data/resources/[bpt_addons]/bpt_teleport/config.lua index b0474cc32..78ca21f1d 100644 --- a/server-data/resources/[bpt_addons]/bpt_teleport/config.lua +++ b/server-data/resources/[bpt_addons]/bpt_teleport/config.lua @@ -1,2 +1,2 @@ Config = {} -Config.Locale = 'it' \ No newline at end of file +Config.Locale = 'en' \ No newline at end of file From 6b15ef9d31c7b1f187d5074adf96209b2d3bc66a Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:53:06 +0100 Subject: [PATCH 2/4] chore: white strings removed --- .../resources/[bpt_addons]/bpt_teleport/fxmanifest.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/server-data/resources/[bpt_addons]/bpt_teleport/fxmanifest.lua b/server-data/resources/[bpt_addons]/bpt_teleport/fxmanifest.lua index 3ebb3630a..fd75e0fe8 100644 --- a/server-data/resources/[bpt_addons]/bpt_teleport/fxmanifest.lua +++ b/server-data/resources/[bpt_addons]/bpt_teleport/fxmanifest.lua @@ -1,11 +1,7 @@ fx_version 'cerulean' - game 'gta5' - author 'bitpredator' - description 'bpt_teleport' - version '1.0.0' shared_script '@es_extended/imports.lua' @@ -21,4 +17,4 @@ server_scripts { '@es_extended/locale.lua', 'locales/*.lua', 'config.lua' -} +} \ No newline at end of file From 4caba7716568bf1ed5b57172c4296906653bb55a Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:53:55 +0100 Subject: [PATCH 3/4] chore: update the license file and readme for the year 2024 --- .../resources/[bpt_addons]/bpt_teleport/LICENSE | 4 ++-- .../resources/[bpt_addons]/bpt_teleport/README.md | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/server-data/resources/[bpt_addons]/bpt_teleport/LICENSE b/server-data/resources/[bpt_addons]/bpt_teleport/LICENSE index 26ecd4f64..7c1b638e7 100644 --- a/server-data/resources/[bpt_addons]/bpt_teleport/LICENSE +++ b/server-data/resources/[bpt_addons]/bpt_teleport/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_teleport/README.md b/server-data/resources/[bpt_addons]/bpt_teleport/README.md index fb43bedd7..ac25a8ccc 100644 --- a/server-data/resources/[bpt_addons]/bpt_teleport/README.md +++ b/server-data/resources/[bpt_addons]/bpt_teleport/README.md @@ -1,15 +1,18 @@ -# bpt_teleportation +

bpt_teleport

+

Discord -Copyright (C) 2022-2023 bitpredator +Copyright (C) 2022-2024 bitpredator -This program is a project for the fivem community, you have legal permission to distribute and / or modify it only if you have forked this repository, if it is not a fork repository, the version will be removed from the DMCA request. +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. + +This program Is distributed In the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty Of MERCHANTABILITY Or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License For more details. ATTENTION: -You are not authorized to change the name of the resource. +You are not authorized to change the name of the resource and the resources within it. If you want to contribute you can open a pull request. -You are not authorized to sell this software (this is a free project). +You are not authorized to sell this software (this is free project). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. From 24733cfd4fc2ae9ceec6311cf4f5cd1ed44de092 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:55:22 +0100 Subject: [PATCH 4/4] chore: update the changelog file for bpt_teleport updates --- .github/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f65fad79b..58c83be78 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -65,7 +65,7 @@ fix lint error: unused argument last; accessing undefined variable Invoke; unuse 39. [esx_taxijob]: refactor: Remove cb, use playerdata obj + fix formatting @bitpredator 40. [workflows]: delete: remove stale.yml + greetings.yml @bitpredator 41. [ox_inventory\data\shops.lua]: chore: the possibility of purchasing the radio has been added @bitpredator - [ox_inventory\data\stashes.lua]: fix: removed the inventory for the taxi job as it was included in the esx_taxijob resource @bitpredator +42. [ox_inventory\data\stashes.lua]: fix: removed the inventory for the taxi job as it was included in the esx_taxijob resource @bitpredator 42. [esx_joblisting]: refactor: correct the good year for the license + varius fix @bitpredator 43. [EUP]: delete: removed package [EUP] @bitpredator 44. [bpt_ammujob]: refactor: bpt_ammujob inventory implementation @bitpredator @@ -89,4 +89,6 @@ fix lint error: unused argument last; accessing undefined variable Invoke; unuse 62. [bpt_loadscreen]: chore: bpt_loadscreen improves code formatting @bitpredator 63. [bpt_lumberjack]: fix: bpt_lumberjack fixed typos and removed unused code @bitpredator 64. [bpt_crafting]: fix: correct ingredients to use @bitpredator -65. [bpt_streetfight]: chore: supports map point through local translation @bitpredator \ No newline at end of file +65. [bpt_streetfight]: chore: supports map point through local translation @bitpredator +67. [bpt_teleport]: chore: set English as the default language @bitpredator +68. [bpt_teleport]: chore: update the license file and readme for the year 2024 @bitpredator \ No newline at end of file