From d47e698ececddb203c0b773cf828d8b3490706a0 Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Thu, 14 Jan 2021 17:07:58 -0600 Subject: [PATCH] Timings - Move projectile-load-save-per-chunk-limit to purpur --- cogs/timings_check.yml | 12 ++++++------ cogs/timings_public.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cogs/timings_check.yml b/cogs/timings_check.yml index 43b9097..9344052 100644 --- a/cogs/timings_check.yml +++ b/cogs/timings_check.yml @@ -425,11 +425,6 @@ config: - paper["world-settings"]["default"]["enable-treasure-maps"] == "true" prefix: "❌" value: "Disable this in [paper.yml](http://bit.ly/paperconf). Why? Generating treasure maps is extremely expensive and can hang a server if the structure it's trying to locate is really far away." - projectile-load-save-per-chunk-limit: - - expressions: - - int(paper["world-settings"]["default"]["projectile-load-save-per-chunk-limit"]) == -1 - prefix: "❌" - value: "Set a value in [paper.yml](http://bit.ly/paperconf). Recommended: 8." purpur: settings.use-alternate-keepalive: - expressions: @@ -481,4 +476,9 @@ config: - expressions: - purpur["world-settings"]["default"]["gameplay-mechanics"]["player"]["teleport-if-outside-border"] == "false" prefix: "❌" - value: "Enable this in [purpur.yml](http://bit.ly/purpurc)." \ No newline at end of file + value: "Enable this in [purpur.yml](http://bit.ly/purpurc)." + projectile-load-save-per-chunk-limit: + - expressions: + - int(paper["world-settings"]["default"]["projectile-load-save-per-chunk-limit"]) == -1 + prefix: "❌" + value: "Set a value in paper.yml. Recommended: 8." \ No newline at end of file diff --git a/cogs/timings_public.py b/cogs/timings_public.py index 87d5568..30dbded 100644 --- a/cogs/timings_public.py +++ b/cogs/timings_public.py @@ -25,7 +25,7 @@ class Timings(commands.Cog): words = message.content.replace("\n", " ").split(" ") timings_url = "" embed_var = discord.Embed(title=self.TIMINGS_TITLE) - embed_var.set_footer(text="Requested by " + message.author.name, icon_url=message.author.avatar_url) + embed_var.set_footer(text="Requested by " + message.author.name + message.author.discriminator, icon_url=message.author.avatar_url) for word in words: if word.startswith("https://timings.") and "/d=" in word: