Using Project7’s FiveM Inventory Editor (Database Editing Tool)

by admin
5 minutes read

When my friend Snowy from Project7 reached out to me about their newest creation – FiveM Inventory Editor – and I checked it out, I knew immediately that it would be a useful offline resource for staff teams all over FiveM. Project7 also has a few other helpful tools on their website such as their prop hash finder, and their collection of inventory item images.

What does the Inventory Editor do?

The inventory editor allows you to manage a players inventory offline, taking information directly from the database and allowing you to either just look it over, or make necessary adjustments. This FiveM Inventory Editing tool is intended to be utilized for players that are offline. You can not update a players inventory through the database if they are logged into the server. To edit someone’s inventory while they are on the server, please utilize your admin tools.

So let’s get started on how to use this FiveM Inventory Editor tool!

Step 1: Configure Your Inventory Slots

Every inventory system has a set number of slots, depending on the configuration you’re using. For example, ox_inventory allows 41 slots by default. Before you proceed, confirm the number of slots your server’s inventory system uses and configure the max slots accordingly.

Step 2: Collect Data from the Database

Locate the Player’s Inventory Data

  1. Open your database and navigate to the players table.
  2. Identify the player whose inventory you wish to edit. For this example, we’ll use a player named Moon.
  3. Scroll to the inventory column. This is where the inventory data is stored.
  4. Right-click the cell, select Copy, and save the data to your clipboard.

Here are two examples of data that you can put into the tool if you’d like to try for yourself!


[{"slot":1,"metadata":{"durability":94.50000000000033,"components":[]},"name":"WEAPON_MOONROD1","count":1},{"slot":2,"metadata":{"durability":99.60000000000002,"components":[]},"name":"WEAPON_MOONROD2","count":1},{"slot":3,"metadata":{"durability":100,"components":[]},"name":"WEAPON_MOONROD3","count":1},{"slot":4,"metadata":{"durability":94.00000000000034,"components":[]},"name":"WEAPON_MOONROD4","count":1},{"slot":5,"metadata":{"durability":99.50000000000004,"components":[]},"name":"WEAPON_MOONROD5","count":1},{"slot":6,"metadata":{"job":"burgershot","imageurl":"https://i.ibb.co/JCVDPCk/Slice-of-Life-Restaurant-Menus.png","images":"https://i.ibb.co/JCVDPCk/Slice-of-Life-Restaurant-Menus.png","label":"Burgershot Menu","image_url":"https://i.ibb.co/JCVDPCk/Slice-of-Life-Restaurant-Menus.png"},"name":"restaurant_menu","count":1},{"slot":7,"name":"radio","count":1},{"slot":9,"name":"money","count":10650},{"slot":11,"name":"radio_white","count":1},{"slot":13,"name":"peepocan","count":11},{"slot":14,"name":"radio_sol","count":1},{"slot":15,"metadata":{"durability":98.90000000000006,"components":[]},"name":"WEAPON_CROWBAR","count":1},{"slot":16,"name":"radio_sol","count":1}]

[{"name":"money","slot":1,"count":9989830},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"468036RAK648830"},"slot":2,"count":1},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"534638STW401372"},"slot":4,"count":1},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"991852QLB737521"},"slot":5,"count":1},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"509057WWB474513"},"slot":6,"count":1},{"name":"elastic_bandage","slot":7,"count":9},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"496005YKC801303"},"slot":8,"count":1},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"812232POZ610622"},"slot":9,"count":1},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"145535ZKL106057"},"slot":10,"count":1},{"name":"bandage","slot":11,"count":1},{"name":"tourniquet","slot":12,"count":1},{"name":"packing_bandage","slot":13,"count":10},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"875421KEY802672"},"slot":14,"count":1},{"name":"WEAPON_PISTOL","metadata":{"ammo":0,"components":[],"registered":"11 111","durability":100,"serial":"797900WFB518501"},"slot":15,"count":1},{"name":"painkillers","slot":16,"count":1},{"name":"quick_clot","slot":17,"count":6},{"name":"sewing_kit","slot":18,"count":11},{"name":"ecg","slot":19,"count":1}]

Step 3: Paste Data into the Inventory Reader

Importing the Inventory Data

  1. Open the inventory tool website and paste the copied data into the designated input field.
  2. The tool will display the items in the inventory, organized by slots.

Note: Missing item images are normal. Since inventory scripts vary, the tool may not display images for every item. This will not affect functionality.

As you make changes in the tool, the query will automatically update. Let’s explore how to edit the inventory data next.

Step 4: Edit Inventory Data Using the FiveM Inventory Editor Tool

With the data imported, you can start managing the inventory. Here’s what you can do:

Adjust Item Placement

  • Move Items: Click and drag an item to a new slot. If you move an item from one inventory square to another, the new position will be reflected in the updated query.

Right-Click Options

  • Change Item Amount: Right-click an item, select Change Amount, and enter the desired quantity. The change will apply immediately.
  • Split Items: To divide an item stack, right-click the item and use the slider to select the desired split amount. The split stack will move to the nearest free slot.
  • Stack Items: Certain items are able to be stacked. When you click and drag these items on top of each other, you can stack them.
  • Delete Items: Remove unwanted items by right-clicking them and selecting Delete.
  • Add New Items: Select Add Item and input the following:
    • Item Name: The item’s spawn code.
    • Amount: The quantity to add.
    • Metadata: Optional additional data, such as {"durability":100}.

Step 5: Export and Update the Database

Exporting the Updated Query

Once you’ve completed your edits, the updated inventory data will be ready for export. Copy the new query from the tool.

Reintegrating Data into the Database

  1. Return to the database and navigate to the same inventory cell.
  2. Double-click the cell to open the editor panel.
  3. Paste the updated query into the cell and save your changes by clicking the green checkmark.

And that’s it! The next time the player logs in, their inventory will reflect the changes.

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.