🗑️Scrapyard

This is for the customers of mfp_scrapyard.

KEEP IN MIND ITS A FREE RELEASE! DOWNLOAD NOW!

🚧 INSTALLATION

Requirements

Database entries

INSERT INTO `items` (`name`, `label`, `weight`) VALUES 
('scrap', 'Scrap 1', 1),
('scrap2', 'Scrap 2', 1),
('scrap3', 'Scrap 3', 1);

CREATE TABLE `mfp_stocks` (
  `typ` varchar(255) DEFAULT NULL,
  `amount` int(12) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

INSERT INTO `mfp_stocks` (`typ`, `amount`) VALUES 
('scrap', 10);

server.cfg

Thats it. Edit the config.lua the way you want it to. ^^

⚙ CONFIGURATION

Last updated