πnova_inventory
Features
Configuration
nova_inventory/config.lua
InvConfig = {
MaxSlots = 40, -- Total inventory slots
MaxWeight = 120000, -- Max weight in grams (120 kg)
HotbarSlots = 5, -- Slots 1-5 are hotbar
DropDistance = 3.0, -- Max drop distance
PickupDistance = 2.0, -- Distance to pick up ground items
GroundItemExpiry = 300, -- Seconds before ground items despawn (5 min)
}Item Configuration: nova_core/config/items.lua
Item Properties
Property
Type
Description
Adding Custom Usable Items
Built-in Item Effects (useitems.lua)
Item
Effect
Weight System
Exports
Export
Parameters
Returns
Description
Usage Examples
Give item (server)
Check and remove item (server)
Open inventory from another script (client)
Listen for item use
Notes
Security
Last updated