spoodyItemCreator offers an in-game item editor for ox_inventory. Its README credits Eugene and publishes the resource through spoodyCreations. We inspected commit 93258b1. Editing items after setup can use live updates, but the initial installation requires inventory file changes and resource restarts.
Creator repository and installation instructions
Install the bridge and restrict access
Keep the folder name spoodyItemCreator. Follow the README to copy both files from the install me folder into ox_inventory and add their server/client manifest entries. Start ox_lib and ox_inventory before the editor, then restart the affected resources after installing the bridge. The default command is /itemcreator; server callbacks check administrator ACE access. Grant that permission only to trusted administrators.
Back up items and images independently
The bridge rewrites ox_inventory/data/items.lua. Its items.itemcreator.bak file is overwritten on later saves, so it is not a durable recovery history. Back up item definitions, the editor’s saved configuration and web/images before testing. Live state is refreshed before file-write success is established; verify saved files and persistence after restarting.
Review refresh and image handling
The bridge’s readStore function loads a resource named item-creator, which differs from the documented spoodyItemCreator folder. Correct this mismatch before relying on the refresh command to reload saved custom definitions. Image downloads accept HTTP/HTTPS URLs without content-type or size validation. Use trusted image sources and review those limits before wider administrator access.
An image with an existing item name can overwrite a stock PNG; deleting a managed image can remove that path later. Do not assume stock images are protected. Test a uniquely named disposable item, its image, save/restart behavior and deletion before editing items players already hold. Resource updates may require reinstalling the bridge. This is a source review, not a patched package or an in-game compatibility certification.
