DrBot7
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
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. " |
|
|
|