The inventory notes creator lets players turn a blank sheet of paper into a persistent, readable note that lives entirely inside ox_inventory metadata. Write a message, and the text is stored on the item itself, so the note can be traded, dropped, sold or even stolen while keeping every word intact.
It is a deliberately tiny, standalone resource with no framework lock-in, which makes it perfect for immersive roleplay moments like leaving ransom notes, passing secret messages or handing out signed contracts. Because it leans on inventory metadata, there is no extra database table to manage and no heavy UI to load.
What the inventory notes creator does
Everything is built around one satisfying loop: pick up paper, write on it, and the note becomes a real object in the world.
- Writable notes whose text is saved directly in ox_inventory item metadata for true persistence.
- Hover previews using displayMetadata so players can read a note without fully opening it.
- Fully tradeable and droppable notes that carry their message between players and stashes.
- Built-in character limits and input sanitisation to prevent spam and inventory bloat.
- Standalone operation requiring only ox_inventory and ox_lib, with no QB or ESX dependency.
Lightweight, immersive and easy to add
The whole point is to add depth without adding weight, so it installs in minutes and stays out of the way.
- A compact codebase that is easy to read, audit and customise to your server's style.
- Simple item setup by adding paper and note entries to your inventory data file.
- Clean, minimal writing prompt that matches the ox_inventory look and feel.
- No polling loops or background threads, so idle resource usage is effectively nothing.
- Friendly defaults that work out of the box while remaining fully configurable.
Small props like handwritten notes punch far above their weight in roleplay, because they create physical evidence, secret handoffs and paper trails that players genuinely care about. A note found in a suspect's pocket can drive an entire investigation.
Since the text travels with the item, storylines stay consistent even as notes change hands, which is something menu-based note systems simply cannot offer. It is the kind of subtle detail that makes a city feel tangible.
Looking to deepen your item economy? Explore more tools in our inventory and crafting scripts, or browse the wider scripts collection for compatible ox_inventory add-ons.