{"id":"lil-log/bettermarketplaceservice","name":"bettermarketplaceservice","scope":"lil-log","platform":"roblox","description":"Players can now exchange stuff(e.g. pet, item) in your game in exchange of Robux. \nDo not use MarketplaceService if you use BetterMarketplaceService cuz it will cause bugs.","version":"0.2.2","latest":"0.2.2","versions":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.1.6","0.1.7","0.2.0","0.2.1","0.2.2"],"license":"Apache-2.0","licenseRating":"safe","licenseCaveats":["Modified files must carry a notice of changes. If the package ships a NOTICE file, its attributions must be preserved.","The package archive does not include its license text; the license is declared in its manifest metadata."],"licenseVerified":false,"dependencies":{"elitriare/bytenet-max":{"version":"^0.2.5","alias":"ByteNetMax"},"lil-log/pathtostring":{"version":"^0.1.1","alias":"PathToString"}},"integrity":"7523f95d9bfdcfd6fa72099696c249145e3bf9392083710d238f95d2383a6039","likes":0,"downloads":0,"install":"forest install lil-log/bettermarketplaceservice","url":"https://forest.dev/p/roblox/lil-log/bettermarketplaceservice","files":"https://api.forest.dev/ai/package/roblox/lil-log/bettermarketplaceservice/files","readme":"Use this as a wally package, not a vendor.\r\n\r\n## DO NOT use MarketplaceService. Because BetterMarketplaceService is built on top of MarketplaceService.\r\n\r\nWhen specifying a nested dictionary's path, DO NOT name the index with a dot in it. For instance,\r\n```luau\r\nlocal a = {}\r\na[\"Lol.Dot\"] = 1\r\n```\r\nis prohibited.\r\n\r\nHow the ByteNetMax packet should look like : \r\n```luau\r\nByteNetMax.definePacket({\r\n    ['value'] = ByteNetMax.struct({\r\n        assetId = ByteNetMax.uint32,\r\n        infoTypeValue = ByteNetMax.uint8,\r\n        args = ByteNetMax.struct({\r\n            Color = ByteNetMax.string\r\n        })\r\n    })\r\n})\r\n```\r\n            ","readmeTruncated":false}