> For the complete documentation index, see [llms.txt](https://vanishdev.gitbook.io/vanishdev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vanishdev.gitbook.io/vanishdev/everyday-scripts.md).

# Everyday Scripts

- [Queue](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/queue.md): A connection queue that holds players in line when the server is full and lets them in by priority. Discord roles, grace periods and a clean queue card are all built in.
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/queue/installation.md): Setup for the queue, including the database table and the server settings it relies on to count slots correctly.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/queue/configuration.md): All four config files broken down: the core queue behaviour, the waiting card, Discord credentials and logging.
- [Guides](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/queue/guides.md): Guides for queue priority, Discord roles, database points, grace periods and the player waiting card.
- [Priority Setup](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/queue/guides/priority-setup.md): A practical setup path for priority sources, Discord roles, database priority, grace periods and the adaptive card.
- [Exports](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/queue/exports.md): Server exports for reading the queue and managing priority from your own resources, plus the admin commands the script registers.
- [Pawnshop](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/pawnshop.md): A simple, clean pawnshop where players sell their items for cash and buy from a set list. Runs off a ped, with optional opening hours and a map blip.
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/pawnshop/installation.md): A quick install. Drop it in, set your items, and you are done.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/pawnshop/configuration.md): The full config with each block explained. Setting up your buy and sell lists is the main thing you will do here.
- [Shops](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/shops.md): A tidy, themeable shop system for FiveM that rotates inventory, respects custom currencies and permissions, and gives players a smooth NUI storefront backed by real-time stock control.
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/shops/installation.md): Setup for Shops, including framework bridges, ox\_inventory item handling, config files and shop commands.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/shops/configuration.md): How the shop files fit together: opening controls, locations, modes, payment methods, rotating stock and per-mode item lists.
- [Exports](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/shops/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Gun Jam](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/gunjam.md): This script adds a layer of realism to your FiveM server by making weapons jam during intense firefights, forcing players to deal with the frustration and strategy of clearing them.
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/gunjam/installation.md): Setup for Gun Jam, including ox\_lib, optional framework job whitelists and where to tune weapon chances.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/gunjam/configuration.md): How to tune global jam behavior, clear attempts, whitelists, weapon-specific chances and weapon-group fallbacks.
- [Exports](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/gunjam/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Escort](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/escort.md): This script adds realistic player escorting mechanics to your FiveM server, perfect for roleplay scenarios, law enforcement interactions, or medical emergencies. The system allows one player to guide
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/escort/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/escort/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
- [Exports](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/escort/exports.md): List of exports required for developers to integrate this script into their own resources.
- [Switch](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/switch.md): This script provides functionality for switching weapons in your FiveM server using the ox\_inventory resource. It allows players to switch between specified weapons by using a designated item.
- [Installation](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/switch/installation.md): A comprehensive, step-by-step installation guide detailing how to successfully set up my resource on your server.
- [Configuration](https://vanishdev.gitbook.io/vanishdev/everyday-scripts/switch/configuration.md): The configuration options are listed below, with no additional explanations provided on this page as the code comments thoroughly explain each option.
