spoodyItemCreator - Free In-game item creator tool
Create custom ox_inventory items from inside the game β no editing items.lua by hand, no full server restarts just to add one item, syncs to all players instantly.
Download on GitHub
Preview Video
Preview Images
Features
- Add, edit and delete items from a clean panel instead of a text editor
- Browse everything registered in ox_inventory β your items, stock items, and items from other resources β and click any of them to tweak or remove
- Paste a direct image URL and itβs downloaded into
ox_inventory/web/images/for you - Items are written as proper native
['name'] = { ... }entries, exactly like youβd add by hand - Point an item at a client export so it actually does something when used
- New and edited items show up for connected players instantly β no relog, no restart
- Cleans up after itself: deleting an item removes it from
items.luaand deletes only the image it downloaded (your stock images are never touched)
Usage
Type /itemcreator in-game (admins only).
In My Items, click Add Item and fill in:
- Name β the ox_inventory id. Lowercase, no spaces (e.g.
energy_drink). - Label β what players actually see (e.g.
Energy Drink). - Weight β in grams.
- Image URL β a direct link to an image.
- Use Export β optional. A client export fired when the item is used (e.g.
myresource.useItem). Leave blank for a plain item. - Stackable / Close on use / Consumable β toggles.
Hit Apply and youβre done.
In All ox_inventory Items you can search and browse everything registered, click an item to edit it, or tick a few and delete them. Sensitive items (money, weapons, ammo, licenses) ask you to confirm first, since removing those can break other scripts.
Check out my other resources!
spoodyMultichars
spoodyFraud
spoodyGangsV2
spoodyQueue
spoodyGunPlug
spoodyVanillaU
Credits & Licensing
This project is an independent addon for ox_inventory and ox_lib by Overextended.
Requirements:
This repository does not redistribute ox_inventory source code or assets and is not endorsed by the Overextended team.

