View on GitHub

Introduction

Documentation for Linden Inventory

Download this project as a .zip file Download this project as a tar.gz file
Links
Introduction
Common Issues
Usage
Snippets
Resources
Media
Discord

Requirements

Framework

ESX 1.1 (running essentials) has never been compatible, and if you were planning on running it then I don’t recommend you bother trying to use this inventory (or running a server, for that matter).
As of version 1.5.0 you are required to use ESX Legacy to use this resource, however the inventory will not work by default.

I recommend downloading my fork for ease of use, otherwise you can manually modify the official release instead.

If you are modifying your framework, reference this page for instructions.

Server Config

# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"


sv_hostname "Unconfigured ESX Server"
set steam_webApiKey ""
sv_licenseKey ""
sv_maxclients 10   # Allow access to features usually locked behind a FiveM patreon key

sets sv_projectName "ESX Legacy"
sets sv_projectDesc ""
sets locale "root-AQ"
sets tags "default, esx"
sv_scriptHookAllowed 0

set onesync legacy   # Infinity is not recommended for ESX
set mysql_connection_string "mysql://user:password@localhost/es_extended?waitForConnections=true&charset=utf8mb4"


## These resources will start by default.
ensure chat
ensure spawnmanager
ensure sessionmanager

## Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow
add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow

## ESX Legacy
ensure mysql-async
ensure cron
ensure skinchanger
ensure es_extended
ensure esx_menu_default
ensure esx_menu_dialog
ensure esx_menu_list
ensure esx_identity
ensure esx_skin

## ESX Addons
ensure linden_inventory            # You may need to load this after resources using ESX.RegisterUsableItem