For case you have the mod bought an you are not on my discord. Please execute also this sql script:
CREATE TABLE IF NOT EXISTS tbm_simple_player_storage_items ( id int(11) NOT NULL AUTO_INCREMENT, storage_id int(11) NOT NULL, name varchar(50) NOT NULL DEFAULT ââ, label varchar(50) NOT NULL, count int(5) NOT NULL DEFAULT 0, isWeapon tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (id) USING BTREE
) COLLATE=âutf8mb4_general_ciâ ENGINE=InnoDB;
Player can now upgrade the storage with a pin. Then they can share pin and storage number with other players. So every other player who has this data, can access the storage.