Item
The `ItemData` class is used for custom items of type `Item`. It allows you to define custom actions and messages for items.
Property
Type
Description
CustomItemType: Item
CustomData:
- event: Use
command: "say A custom item was used!"
cool_down: 5.0
console_message: "Custom item used by a player."
broadcast_message: "A special item has been activated!"
broadcast_duration: 3
hint_message: "You used the special item."
hint_duration: 2.5
destroy_after_use: trueLast updated
Was this helpful?