Browse Source

Timings - Add ServerBooster

pull/3/head
DrBot7 3 years ago
committed by GitHub
parent
commit
883e16d3f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      cogs/timings.py

5
cogs/timings.py

@ -169,6 +169,11 @@ class Timings(commands.Cog):
value="Plugins that claim to remove lag actually cause more lag. "
"Remove NoChunkLag.",
inline=True)
if "ServerBooster" in plugins:
embed_var.add_field(name="⚠ ServerBooster",
value="Plugins that claim to remove lag actually cause more lag. "
"Remove ServerBooster.",
inline=True)
if "LimitPillagers" in plugins:
embed_var.add_field(name="⚠ LimitPillagers",
value="You probably don't need LimitPillagers as Paper already adds its features. "

Loading…
Cancel
Save