From 0911681bbea11c6f295f577b0104a469b41f3bbf Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:27:30 +1100 Subject: [PATCH] chore: update readme --- README.md | 48 +++++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1732453835..5232f70e95 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,33 @@ -
-

Read the documentation for setup, installation, and integration

+
+

Documentation

-# Framework +## Config -The inventory was designed with the intention to move towards a more generic / standalone structure so it can be integrated into any framework without too much hassle. I will be writing a guide for manually setting up support _sometime soon™_. In the mean-time, it will work without any alterations if using the latest updates to **[ESX Legacy](https://github.com/esx-framework/esx-legacy)**. +Resource configuration is handled using convars. Refer to the documentation for more information. -Experimental support for [qb-core](https://github.com/qbcore-framework/qb-core) has been added, but requires a recent installation. Do not expect 100% compatibility or support. +## Framework -# Config +The inventory was designed with limited reliability on frameworks, preferring frameworks _designed to use ox_inventory_. A framework is still necessary for handling certain features such as -Refer to the [documentation](https://overextended.github.io/docs/ox_inventory/) setting your config. -When set, you can add the following to your 'server.cfg' +- Loading player inventories. +- Owned vehicles. +- Licenses. +- Group/job systems. -``` -exec @ox_inventory/config.cfg -ensure ox_inventory -``` +Compatibility for frameworks is handled in the "bridge" module, and by default includes -# Logging +- [ox_core](https://github.com/overextended/ox_core) +- [es_extended](https://github.com/esx-framework/esx_core) +- [qbx-core](https://github.com/Qbox-project/qbx_core) or [qb-core](https://github.com/qbcore-framework/qb-core) +- [nd_core](https://github.com/ND-Framework/ND_Core) -The included logging module utilises datadog to store logging data, which can be expanded for improved analytics and metrics. Register an account at [datadoghq](https://www.datadoghq.com/). -The _free plan_ is enough for most user's purposes and provides far more utility than the typical weird discord logs utilised in other resources. +Do not expect 100% compatibility or support for third party frameworks. -Once you have registered, generate an API key and add `set datadog:key 'apikey'` to your server config. +## Features -# Features +## Logging + +Logging is built-in using ox_lib's [logger](https://overextended.dev/ox_lib/Modules/Logger/Server#liblogger) module, using Datadog or Grafana Loki. Discord is not and will not be supported. ### Shops @@ -57,11 +60,18 @@ Once you have registered, generate an API key and add `set datadog:key 'apikey'`

Discord Server


- +

Legal Notices

License

Ox Inventory -Copyright © 2022 [Linden](https://github.com/thelindat), [Dunak](https://github.com/dunak-debug), [Luke](https://github.com/LukeWasTakenn) + +Copyright © 2023 Overextended (https://github.com/overextended) + +Linden (https://github.com/thelindat) + +Luke (https://github.com/LukeWasTakenn) + +Dunak (https://github.com/dunak-debug) 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