registerHook using the event name onPostUseItem.
Execution order: at the very end of the item usage process, after oxServerExport 'usedItem'.
Payload
This hook is notification-only and cannot cancel item usage. Useful for logging, statistics, achievements, and triggering external systems.
Examples
Log all item usage
Log all item usage
Track food consumption statistics
Track food consumption statistics
registerHook API, available filters, and return-value behavior.