From 7c6e98af5269a6ffb7827131503de7096f6566c2 Mon Sep 17 00:00:00 2001 From: Andre Tabarra Date: Sun, 22 Nov 2020 11:45:32 -0300 Subject: [PATCH] added author email + minor changes --- .../[gamemodes]/[maps]/fivem-map-hipster/fxmanifest.lua | 4 ++-- .../[gamemodes]/[maps]/fivem-map-skater/fxmanifest.lua | 4 ++-- resources/[gamemodes]/[maps]/redm-map-one/fxmanifest.lua | 4 ++-- resources/[gamemodes]/basic-gamemode/fxmanifest.lua | 4 ++-- .../[examples]/money-fountain-example-map/fxmanifest.lua | 4 ++-- .../[gameplay]/[examples]/money-fountain/fxmanifest.lua | 4 ++-- resources/[gameplay]/[examples]/money/fxmanifest.lua | 4 ++-- .../[gameplay]/[examples]/ped-money-drops/fxmanifest.lua | 4 ++-- resources/[gameplay]/chat-theme-gtao/fxmanifest.lua | 4 ++-- resources/[gameplay]/chat/fxmanifest.lua | 4 ++-- resources/[gameplay]/player-data/fxmanifest.lua | 4 ++-- resources/[gameplay]/playernames/fxmanifest.lua | 4 ++-- resources/[managers]/mapmanager/fxmanifest.lua | 4 ++-- resources/[managers]/spawnmanager/fxmanifest.lua | 4 ++-- resources/[system]/[builders]/webpack/fxmanifest.lua | 4 ++-- resources/[system]/[builders]/yarn/fxmanifest.lua | 4 ++-- resources/[system]/baseevents/__resource.lua | 4 ++-- resources/[system]/hardcap/fxmanifest.lua | 4 ++-- resources/[system]/rconlog/fxmanifest.lua | 4 ++-- resources/[system]/runcode/__resource.lua | 4 ++-- resources/[system]/scoreboard/fxmanifest.lua | 4 ++-- resources/[system]/sessionmanager-rdr3/fxmanifest.lua | 6 +++--- resources/[system]/sessionmanager/__resource.lua | 6 +++--- resources/[test]/example-loadscreen/__resource.lua | 4 ++-- resources/[test]/fivem/fxmanifest.lua | 4 ++-- 25 files changed, 52 insertions(+), 52 deletions(-) diff --git a/resources/[gamemodes]/[maps]/fivem-map-hipster/fxmanifest.lua b/resources/[gamemodes]/[maps]/fivem-map-hipster/fxmanifest.lua index 9dd8462..c60be42 100644 --- a/resources/[gamemodes]/[maps]/fivem-map-hipster/fxmanifest.lua +++ b/resources/[gamemodes]/[maps]/fivem-map-hipster/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'FiveM hipster map spawnpoints.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[gamemodes]/[maps]/fivem-map-skater/fxmanifest.lua b/resources/[gamemodes]/[maps]/fivem-map-skater/fxmanifest.lua index 7b9ae2b..879a7c1 100644 --- a/resources/[gamemodes]/[maps]/fivem-map-skater/fxmanifest.lua +++ b/resources/[gamemodes]/[maps]/fivem-map-skater/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'FiveM skater map spawnpoints.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[gamemodes]/[maps]/redm-map-one/fxmanifest.lua b/resources/[gamemodes]/[maps]/redm-map-one/fxmanifest.lua index 4f108db..6aae4ac 100644 --- a/resources/[gamemodes]/[maps]/redm-map-one/fxmanifest.lua +++ b/resources/[gamemodes]/[maps]/redm-map-one/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'RedM map spawnpoints.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[gamemodes]/basic-gamemode/fxmanifest.lua b/resources/[gamemodes]/basic-gamemode/fxmanifest.lua index 2d451de..b54bf67 100644 --- a/resources/[gamemodes]/basic-gamemode/fxmanifest.lua +++ b/resources/[gamemodes]/basic-gamemode/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Basic Freeroam gamemode that will signal spawnmanager to autospawn players.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua b/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua index 72d6690..d927b11 100644 --- a/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua @@ -1,10 +1,10 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' description 'An example money system fountain spawn point.' repository 'https://github.com/citizenfx/cfx-server-data' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' fx_version 'cerulean' game 'gta5' diff --git a/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua b/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua index 4d61a26..6f8a9e0 100644 --- a/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua @@ -1,10 +1,10 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' description 'An example money system client containing a money fountain.' repository 'https://github.com/citizenfx/cfx-server-data' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' fx_version 'bodacious' game 'gta5' diff --git a/resources/[gameplay]/[examples]/money/fxmanifest.lua b/resources/[gameplay]/[examples]/money/fxmanifest.lua index 6268677..9a0e19a 100644 --- a/resources/[gameplay]/[examples]/money/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money/fxmanifest.lua @@ -1,10 +1,10 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' description 'An example money system using KVS.' repository 'https://github.com/citizenfx/cfx-server-data' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' fx_version 'bodacious' game 'gta5' diff --git a/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua b/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua index b56876e..f6074d9 100644 --- a/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua @@ -1,9 +1,9 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' description 'An example money system client.' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' repository 'https://github.com/citizenfx/cfx-server-data' fx_version 'bodacious' diff --git a/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua b/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua index e04e361..5d8ab4c 100644 --- a/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua +++ b/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'A GTA Online theme for the included default chat resource.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[gameplay]/chat/fxmanifest.lua b/resources/[gameplay]/chat/fxmanifest.lua index baeac9b..debbe4c 100644 --- a/resources/[gameplay]/chat/fxmanifest.lua +++ b/resources/[gameplay]/chat/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Provides custom chat functionality for FiveM using a NUI-based interface.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[gameplay]/player-data/fxmanifest.lua b/resources/[gameplay]/player-data/fxmanifest.lua index 019226d..e6785a7 100644 --- a/resources/[gameplay]/player-data/fxmanifest.lua +++ b/resources/[gameplay]/player-data/fxmanifest.lua @@ -1,9 +1,9 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' description 'Basic resource to showcase player identifier storage.' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' repository 'https://github.com/citizenfx/cfx-server-data' fx_version 'bodacious' diff --git a/resources/[gameplay]/playernames/fxmanifest.lua b/resources/[gameplay]/playernames/fxmanifest.lua index 76acd58..82d8bf8 100644 --- a/resources/[gameplay]/playernames/fxmanifest.lua +++ b/resources/[gameplay]/playernames/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'A basic resource for displaying player names.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[managers]/mapmanager/fxmanifest.lua b/resources/[managers]/mapmanager/fxmanifest.lua index acaa713..e42164e 100644 --- a/resources/[managers]/mapmanager/fxmanifest.lua +++ b/resources/[managers]/mapmanager/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Handles map changes, game types, and compatability between gametypes and maps.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[managers]/spawnmanager/fxmanifest.lua b/resources/[managers]/spawnmanager/fxmanifest.lua index cb30578..253f680 100644 --- a/resources/[managers]/spawnmanager/fxmanifest.lua +++ b/resources/[managers]/spawnmanager/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Handles the spawning of the player. It allows you to choose when and where to spawn the player and also control how they respawn.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[system]/[builders]/webpack/fxmanifest.lua b/resources/[system]/[builders]/webpack/fxmanifest.lua index 2278918..057a0b9 100644 --- a/resources/[system]/[builders]/webpack/fxmanifest.lua +++ b/resources/[system]/[builders]/webpack/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Builds resources with webpack. To know more: https://webpack.js.org' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[system]/[builders]/yarn/fxmanifest.lua b/resources/[system]/[builders]/yarn/fxmanifest.lua index a0e36df..462bbd7 100644 --- a/resources/[system]/[builders]/yarn/fxmanifest.lua +++ b/resources/[system]/[builders]/yarn/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Builds resources with yarn. To know more: https://yarnpkg.com' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[system]/baseevents/__resource.lua b/resources/[system]/baseevents/__resource.lua index 6390dd9..69feb48 100644 --- a/resources/[system]/baseevents/__resource.lua +++ b/resources/[system]/baseevents/__resource.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Adds basic events for developers to use in their scripts. Some third party resources may depend on this resource.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[system]/hardcap/fxmanifest.lua b/resources/[system]/hardcap/fxmanifest.lua index 9f39faa..98a55d4 100644 --- a/resources/[system]/hardcap/fxmanifest.lua +++ b/resources/[system]/hardcap/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Limits the number of players to the one set in sv_maxclients in the server.cfg.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[system]/rconlog/fxmanifest.lua b/resources/[system]/rconlog/fxmanifest.lua index 43a41f1..0055976 100644 --- a/resources/[system]/rconlog/fxmanifest.lua +++ b/resources/[system]/rconlog/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Currently this resource does nothing. It used to be a log accessible via HTTP.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[system]/runcode/__resource.lua b/resources/[system]/runcode/__resource.lua index 619b6a8..3071f5b 100644 --- a/resources/[system]/runcode/__resource.lua +++ b/resources/[system]/runcode/__resource.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Allows server owners to execute arbitrary server-side or client-side NodeJS/Lua code. *Consider only enabling it in development servers.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[system]/scoreboard/fxmanifest.lua b/resources/[system]/scoreboard/fxmanifest.lua index 09eae34..1810e3d 100644 --- a/resources/[system]/scoreboard/fxmanifest.lua +++ b/resources/[system]/scoreboard/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Basic player scoreboard.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[system]/sessionmanager-rdr3/fxmanifest.lua b/resources/[system]/sessionmanager-rdr3/fxmanifest.lua index 47036cd..6c7ae64 100644 --- a/resources/[system]/sessionmanager-rdr3/fxmanifest.lua +++ b/resources/[system]/sessionmanager-rdr3/fxmanifest.lua @@ -1,9 +1,9 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' --- description '????' +author 'The CitizenFX Collective ' +-- description '' repository 'https://github.com/citizenfx/cfx-server-data' fx_version 'adamant' diff --git a/resources/[system]/sessionmanager/__resource.lua b/resources/[system]/sessionmanager/__resource.lua index a5d708a..a17843c 100644 --- a/resources/[system]/sessionmanager/__resource.lua +++ b/resources/[system]/sessionmanager/__resource.lua @@ -1,9 +1,9 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' --- description '????' +author 'The CitizenFX Collective ' +-- description '' repository 'https://github.com/citizenfx/cfx-server-data' resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' diff --git a/resources/[test]/example-loadscreen/__resource.lua b/resources/[test]/example-loadscreen/__resource.lua index 3417385..4ed97fa 100644 --- a/resources/[test]/example-loadscreen/__resource.lua +++ b/resources/[test]/example-loadscreen/__resource.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Example loadingscreen.' repository 'https://github.com/citizenfx/cfx-server-data' diff --git a/resources/[test]/fivem/fxmanifest.lua b/resources/[test]/fivem/fxmanifest.lua index 0d91eeb..8daeeac 100644 --- a/resources/[test]/fivem/fxmanifest.lua +++ b/resources/[test]/fivem/fxmanifest.lua @@ -1,8 +1,8 @@ --- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- This resource is part of the default FiveM/RedM resource pack (cfx-server-data) -- Modifying or rewriting this resource for local use only is strongly discouraged. version '1.0.0' -author 'The CitizenFX Collective' +author 'The CitizenFX Collective ' description 'Empty resource to require basic-gamemode.' repository 'https://github.com/citizenfx/cfx-server-data'