๐กInstallation
resources/[local]/advanced_metaldetector
ensure advanced_metaldetector
INSERT IGNORE INTO items (name, label, weight) VALUES ('metal_detector','Metal Detector',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('pizza','Pizza',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('icedtea','Iced Tea',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('fries','Fries',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('energy','Energy Drink',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('jewelry','Jewelry',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('rock','Rock',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('gold','Gold Nugget',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('bone','Bone',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('coin','Ancient Coin',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('battery','Battery',1);
INSERT IGNORE INTO items (name, label, weight) VALUES ('shovel','Shovel',1);
Last updated