esx_inventory

The images for these items can always be found in a folder named [images] within the previously downloaded package. Make sure to use these images to ensure consistency and a seamless experience for players on your server.

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('coal_ore', 'Coal Ore', 1, 0, 1),
('flint', 'Flint', 1, 0, 1),
('sulfur_chunk', 'Sulfur Chunk', 1, 0, 1),
('gold_nugget', 'Gold Nugget', 1, 0, 1),
('gold_dust', 'Gold Dust', 1, 0, 1),
('quartz_crystal', 'Quartz Crystal', 1, 0, 1),
('emerald_crystal', 'Emerald Crystal', 1, 0, 1),
('beryl_chunk', 'Beryl Chunk', 1, 0, 1),
('green_garnet', 'Green Garnet', 1, 0, 1),
('ruby_crystal', 'Ruby Crystal', 1, 0, 1),
('corundum_chunk', 'Corundum Chunk', 1, 0, 1),
('pink_sapphire', 'Pink Sapphire', 1, 0, 1),
('amethyst_geode', 'Amethyst Geode', 1, 0, 1),
('purple_quartz', 'Purple Quartz', 1, 0, 1),
('clear_crystal', 'Clear Crystal', 1, 0, 1),
('diamond_crystal', 'Diamond Crystal', 1, 0, 1),
('graphite_chunk', 'Graphite Chunk', 1, 0, 1),
('blue_diamond', 'Blue Diamond', 1, 0, 1);

Last updated