diff --git a/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua b/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua index 412880b..8a3f457 100644 --- a/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money-fountain-example-map/fxmanifest.lua @@ -1,3 +1,11 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- Modifying or rewriting this resource for local use only is strongly discouraged. + +version '1.0.0' +description 'An example map for the example money system client containing a money fountain.' +repository 'https://github.com/citizenfx/cfx-server-data' +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 159b453..4d61a26 100644 --- a/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money-fountain/fxmanifest.lua @@ -1,6 +1,10 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka 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.' -author 'Cfx.re ' +repository 'https://github.com/citizenfx/cfx-server-data' +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 8dd5ed7..6268677 100644 --- a/resources/[gameplay]/[examples]/money/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/money/fxmanifest.lua @@ -1,6 +1,10 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka 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.' -author 'Cfx.re ' +repository 'https://github.com/citizenfx/cfx-server-data' +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 f338973..b56876e 100644 --- a/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua +++ b/resources/[gameplay]/[examples]/ped-money-drops/fxmanifest.lua @@ -1,6 +1,10 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka 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 'Cfx.re ' +author 'The CitizenFX Collective' +repository 'https://github.com/citizenfx/cfx-server-data' fx_version 'bodacious' game 'gta5' diff --git a/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua b/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua index 0b42a97..21dbb14 100644 --- a/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua +++ b/resources/[gameplay]/chat-theme-gtao/fxmanifest.lua @@ -1,3 +1,11 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- Modifying or rewriting this resource for local use only is strongly discouraged. + +version '1.0.0' +description 'A GTA Online theme for the included default chat resource' +repository 'https://github.com/citizenfx/cfx-server-data' +author 'The CitizenFX Collective' + file 'style.css' file 'shadow.js' diff --git a/resources/[gameplay]/chat/fxmanifest.lua b/resources/[gameplay]/chat/fxmanifest.lua index a2d58dd..cf247ed 100644 --- a/resources/[gameplay]/chat/fxmanifest.lua +++ b/resources/[gameplay]/chat/fxmanifest.lua @@ -1,4 +1,10 @@ -description 'chat management stuff' +-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- Modifying or rewriting this resource for local use only is strongly discouraged. + +version '1.0.0' +author 'The CitizenFX Collective' +description 'The chat resource provides custom chat functionality for FiveM using a NUI-based interface. It is included and maintained at the cfx-server-data repository.' +repository 'https://github.com/citizenfx/cfx-server-data' ui_page 'dist/ui.html' diff --git a/resources/[gameplay]/player-data/fxmanifest.lua b/resources/[gameplay]/player-data/fxmanifest.lua index 3b6b89b..621b97c 100644 --- a/resources/[gameplay]/player-data/fxmanifest.lua +++ b/resources/[gameplay]/player-data/fxmanifest.lua @@ -1,6 +1,10 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- Modifying or rewriting this resource for local use only is strongly discouraged. + version '1.0.0' description 'A basic resource for storing player identifiers.' -author 'Cfx.re ' +author 'The CitizenFX Collective' +repository 'https://github.com/citizenfx/cfx-server-data' fx_version 'bodacious' game 'common' diff --git a/resources/[gameplay]/playernames/fxmanifest.lua b/resources/[gameplay]/playernames/fxmanifest.lua index 5efabe2..93b4160 100644 --- a/resources/[gameplay]/playernames/fxmanifest.lua +++ b/resources/[gameplay]/playernames/fxmanifest.lua @@ -1,3 +1,11 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- Modifying or rewriting this resource for local use only is strongly discouraged. + +version '1.0.0' +description 'A basic resource for displaying player names.' +author 'The CitizenFX Collective' +repository 'https://github.com/citizenfx/cfx-server-data' + -- add scripts client_script 'playernames_api.lua' server_script 'playernames_api.lua' diff --git a/resources/[managers]/mapmanager/fxmanifest.lua b/resources/[managers]/mapmanager/fxmanifest.lua index 8b45592..4c75e86 100644 --- a/resources/[managers]/mapmanager/fxmanifest.lua +++ b/resources/[managers]/mapmanager/fxmanifest.lua @@ -1,3 +1,7 @@ +author 'The CitizenFX Collective' +description 'Mapmanager is an included citizenfx resource that handles map changes, game types, and compatability between gametypes and maps.' +repository 'https://github.com/citizenfx/cfx-server-data' + client_scripts { "mapmanager_shared.lua", "mapmanager_client.lua" diff --git a/resources/[managers]/spawnmanager/fxmanifest.lua b/resources/[managers]/spawnmanager/fxmanifest.lua index 45acf56..6711bf1 100644 --- a/resources/[managers]/spawnmanager/fxmanifest.lua +++ b/resources/[managers]/spawnmanager/fxmanifest.lua @@ -1,3 +1,7 @@ +author 'The CitizenFX Collective' +description 'The spawnmanager is a base resource that 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' + client_script 'spawnmanager.lua' fx_version 'adamant' diff --git a/resources/[system]/baseevents/__resource.lua b/resources/[system]/baseevents/__resource.lua index ddf1403..00834a2 100644 --- a/resources/[system]/baseevents/__resource.lua +++ b/resources/[system]/baseevents/__resource.lua @@ -1,3 +1,11 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- Modifying or rewriting this resource for local use only is strongly discouraged. + +version '1.0.0' +author 'The CitizenFX Collective' +description 'This resource adds basic events for developers to use in their scripts. Some third party resources may depend on this resource, if this is the case then you must start this resource before starting that third party resource.' +repository 'https://github.com/citizenfx/cfx-server-data' + client_script 'deathevents.lua' client_script 'vehiclechecker.lua' -server_script 'server.lua' \ No newline at end of file +server_script 'server.lua' diff --git a/resources/[system]/scoreboard/fxmanifest.lua b/resources/[system]/scoreboard/fxmanifest.lua index aca4ad9..8e7540d 100644 --- a/resources/[system]/scoreboard/fxmanifest.lua +++ b/resources/[system]/scoreboard/fxmanifest.lua @@ -1,4 +1,10 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- Modifying or rewriting this resource for local use only is strongly discouraged. + +version '1.0.0' +author 'The CitizenFX Collective' description 'Scoreboard' +repository 'https://github.com/citizenfx/cfx-server-data' -- temporary! ui_page 'html/scoreboard.html' diff --git a/resources/[test]/example-loadscreen/__resource.lua b/resources/[test]/example-loadscreen/__resource.lua index 4a87fbe..10c5182 100644 --- a/resources/[test]/example-loadscreen/__resource.lua +++ b/resources/[test]/example-loadscreen/__resource.lua @@ -1,3 +1,11 @@ +-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data) +-- Modifying or rewriting this resource for local use only is strongly discouraged. + +version '1.0.0' +author 'The CitizenFX Collective' +description 'This resource adds an example loadingscreen.' +repository 'https://github.com/citizenfx/cfx-server-data' + files { 'index.html', 'keks.css',