`

${name}

${plugin.repo!=undefined?plugin.repo.package.description:plugin.local.description}

${getTranslation("MadeBy")} ${plugin.repo!=undefined?plugin.repo.package.author:plugin.local.author}

${getTranslation("Version")}: ${plugin.repo!=undefined?update=='false'?plugin.repo.package.version:plugin.local.version+" ( 🎉 update: "+plugin.repo.package.version+" )":plugin.local.version}

${getTranslation("Stars")}: ${plugin.repo!=undefined?plugin.repo.git.stargazers_count:"Unknown"}

${plugin.repo!=undefined?` `:""}
${(function(){ if(plugin.local!=undefined){ return ` ${(function(){ if(plugin.local.colors!=undefined){ return ` ` }else{ return "" } })()} ` }else{ return ` `; } })()}
${getTranslation("Readme")} ${getTranslation("Permissions")}
    ${ (function(){ let html = ""; if((plugin.repo!=undefined?plugin.repo.package.icons:plugin.local.icons) != undefined){ html += `
  • ${getTranslation("PermissionCustomIcons")}
  • ` } if((plugin.repo!=undefined?plugin.repo.package.css : plugin.local.css) != undefined){ html += `
  • ${ getTranslation("PermissionCustomStyling") }
  • ` } if ((plugin.repo != undefined ? plugin.repo.package.colors : plugin.local.colors) != undefined) { html += `
  • ${getTranslation("PermissionCustomColors")}
  • ` } if ((plugin.repo != undefined ? plugin.repo.package.main: plugin.local.main) != undefined) { html += `
  • ${getTranslation("PermissionExecuteJavaScript")}
  • ` } return html; })() }

Loading...

`