value="This plugin was made by Songoda. Songoda resources are poorly developed and often cause problems. You should find an alternative such as [HeadsPlus](spigotmc.org/resources/headsplus-»-1-8-1-16-4.40265/) or [HeadDatabase](https://www.spigotmc.org/resources/head-database.14280/).",
inline=True)
ifplugin=="EpicHeads":
embed_var.add_field(name="❌ EpicHeads",
value="This plugin was made by Songoda. Songoda resources are poorly developed and often cause problems. You should find an alternative such as [HeadsPlus](spigotmc.org/resources/headsplus-»-1-8-1-16-4.40265/) or [HeadDatabase](https://www.spigotmc.org/resources/head-database.14280/).",
inline=True)
elifplugin=="UltimateStacker":
embed_var.add_field(name="❌ UltimateStacker",
value="Stacking plugins actually cause more lag. "
"Remove UltimateStacker.",
inline=True)
else:
embed_var.add_field(name="❌ "+plugin,
value="This plugin was made by Songoda. Songoda resources are poorly developed and often cause problems. You should find an alternative.",
inline=True)
exceptKeyError:
exceptKeyError:
unchecked=unchecked+1
unchecked=unchecked+1
@ -1060,12 +1077,10 @@ class Timings(commands.Cog):
return
return
issue_count=len(embed_var.fields)
issue_count=len(embed_var.fields)
ifissue_count>25:
embed_var.description="Showing 25 of "+str(issue_count)+" recommendations."
else:
embed_var.description="Showing "+str(issue_count)+" of "+str(issue_count)+" recommendations."
ifissue_count>=25:
embed_var.insert_field_at(index=24,name="Plus "+str(issue_count-24)+" more recommendations",value="Create a new timings report after resolving some of the above issues to see more,",inline=True)
ifissue_count>0:
ifissue_count>0:
embed_var.description=embed_var.description+"\n||"+str(unchecked)+" missing configuration optimizations due to server version.||"
embed_var.description="||"+str(unchecked)+" missing configuration optimizations due to your server version.||"