local addon = assert( decode( read(ADDON_JSON) ), "Failed to parse addon.json file" )---@type { path: string, content: string }[] local files = {}---@type string[] local blocklist = {}-- Retrieved from https://github.com/Facepunch/gmad/blob/master/include/AddonWhiteList.h ...