Skip to main content
Triggered AFTER an item has been used (after consume, animations, delays, and all callbacks). Register with 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

See Hooks overview for the registerHook API, available filters, and return-value behavior.