Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add better descriptions to the fxmanifests #1310

Merged
merged 1 commit into from
Feb 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion [core]/cron/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ fx_version 'adamant'

game 'gta5'
author 'ESX-Framework'
description 'cron'
description 'Allows resources to Run tasks at specific intervals.'
lua54 'yes'
version '1.10.4'

2 changes: 1 addition & 1 deletion [core]/es_extended/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fx_version 'cerulean'

game 'gta5'
description 'ES Extended'
description 'The Core resource that provides the functionalities for all other resources.'
lua54 'yes'
version '1.10.4'

2 changes: 1 addition & 1 deletion [core]/esx_context/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ fx_version 'bodacious'

game 'gta5'
author 'ESX-Framework & Brayden'
description 'Offical ESX Legacy Context Menu'
description 'A simplistic context menu for ESX.'
lua54 'yes'
version '1.10.4'

2 changes: 1 addition & 1 deletion [core]/esx_identity/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fx_version 'adamant'

game 'gta5'
description 'ESX Identity'
description 'Allows the player to Pick their characters: Name, Gender, Height and Date-of-birth.'
lua54 'yes'
version '1.10.4'

3 changes: 2 additions & 1 deletion [core]/esx_loadingscreen/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
game 'common'

version '1.10.4'
fx_version 'cerulean'
author 'ESX-Framework'
description 'A simple but beautiful Loading Screen for your server!'

lua54 'yes'
loadscreen 'index.html'

4 changes: 2 additions & 2 deletions [core]/esx_menu_default/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<h1 align='center'>[ESX] Menu Defualt</a></h1><p align='center'><b><a href='https://discord.esx-framework.org/'>Discord</a> - <a href='https://esx-framework.org/'>Website</a> - <a href='https://documentation.esx-framework.org/legacy/installation'>Documentation</a></b></h5>

A defualt List type menu for ESX.
A default List type menu for ESX.

![Preview_1](https://cdn.discordapp.com/attachments/944789399852417096/997882867336101948/Screenshot_52.png)
![Preview_2](https://cdn.discordapp.com/attachments/944789399852417096/997882867688411176/Screenshot_53.png)

## Legal

esx_menu_defualt - Default Menu!
esx_menu_default - Default Menu!

Copyright (C) 2015-2023 Jérémie N'gadi

2 changes: 1 addition & 1 deletion [core]/esx_menu_default/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fx_version 'adamant'

game 'gta5'
description 'ESX Menu Default'
description 'A basic menu system for ESX Legacy.'
lua54 'yes'
version '1.10.4'

19 changes: 1 addition & 18 deletions [core]/esx_menu_dialog/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
# esx_menu_dialog
Simple script used for inputs.

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_menu_dialog
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_menu_dialog [esx]/esx_menu_dialog
```

### Manually
- Download https://github.com/ESX-Org/esx_menu_dialog/archive/master.zip
- Put it in the `[esx]` directory

## Installation
- Add this to your `server.cfg`:

@@ -29,7 +12,7 @@ start esx_menu_dialog
### License
esx_menu_dialog - input dialog for ESX

Copyright (C) 2015-2023 Jérémie N'gadi
Copyright (C) 2015-2024 ESX-Framework

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.

2 changes: 1 addition & 1 deletion [core]/esx_menu_dialog/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fx_version 'adamant'

game 'gta5'
description 'ESX Menu Dialog'
description 'A basic input dialog for ESX Legacy.'
lua54 'yes'
version '1.10.4'

26 changes: 1 addition & 25 deletions [core]/esx_menu_list/README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
# esx_menu_list
Advanced menu inputs for ESX

## Download & Installation

### Using [fvm](https://github.com/qlaffont/fvm-installer)
```
fvm install --save --folder=esx esx-org/esx_menu_list
```

### Using Git
```
cd resources
git clone https://github.com/ESX-Org/esx_menu_list [esx]/esx_menu_list
```

### Manually
- Download https://github.com/ESX-Org/esx_menu_list/archive/master.zip
- Put it in the `[esx]` directory

## Installation
- Add this to your `server.cfg`:

```
start esx_menu_list
```

# Legal
### License
esx_menu_list - advanced menu inputs for ESX

Copyright (C) 2015-2023 Jérémie N'gadi
Copyright (C) 2015-2024 ESX-Framework

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.

2 changes: 1 addition & 1 deletion [core]/esx_menu_list/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fx_version 'adamant'

game 'gta5'
description 'ESX Menu List'
description 'A basic table-based menu system for ESX Legacy.'
lua54 'yes'
version '1.10.4'

2 changes: 1 addition & 1 deletion [core]/esx_multicharacter/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ fx_version 'cerulean'

game 'gta5'
author 'ESX-Framework - Linden - KASH'
description 'Official Multicharacter System For ESX Legacy'
description 'Allows players to have multiple characters on the same account.'
version '1.10.4'
lua54 'yes'

2 changes: 1 addition & 1 deletion [core]/esx_notify/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ lua54 'yes'
game 'gta5'
version '1.10.4'
author 'ESX-Framework'
description 'Official NUI Notification system for ESX'
description 'A beautiful and simple NUI notification system for ESX'

shared_script '@es_extended/imports.lua'

2 changes: 1 addition & 1 deletion [core]/esx_progressbar/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ game 'gta5'
author 'ESX-Framework'
lua54 'yes'
version '1.10.4'
description 'ESX Progressbar'
description 'a beautiful and simple NUI progress bar for ESX'

client_scripts { 'Progress.lua' }
shared_script '@es_extended/imports.lua'
2 changes: 1 addition & 1 deletion [core]/esx_skin/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fx_version 'adamant'

game 'gta5'
description 'ESX Skin'
description 'Allows players to customise their character\'s appearance'
version '1.10.4'
lua54 'yes'

2 changes: 1 addition & 1 deletion [core]/esx_textui/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ fx_version 'adamant'
game 'gta5'
author 'ESX-Framework'
version '1.10.4'
description 'ESX TextUI'
description 'A beautiful and simple Persistent Notification system for ESX.'
lua54 'yes'

client_scripts { 'TextUI.lua' }
2 changes: 1 addition & 1 deletion [core]/skinchanger/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ fx_version 'adamant'

game 'gta5'
lua54 'yes'
description 'Official ESX-Legacy resource for handling the Player`s Skin'
description 'Saves/loads character appearances for ESX Legacy.'
version '1.10.4'

client_scripts {