From 894db7d198746fc802d9b92900935a4b38f2150d Mon Sep 17 00:00:00 2001 From: whiler-sesame <172549525+whiler-sesame@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:05:22 +0300 Subject: [PATCH] Address nitpicks --- fabric/src/main/resources/fabric.mod.json | 3 --- paper/src/main/resources/config.yml | 2 +- paper/src/main/resources/plugin.yml | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 34ba701..f49b800 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -7,9 +7,6 @@ "authors": [ "pop4959" ], - "contributors": [ - "whiler-sesame" - ], "contact": { "website": "https://modrinth.com/plugin/freedomchat", "homepage": "https://modrinth.com/plugin/freedomchat", diff --git a/paper/src/main/resources/config.yml b/paper/src/main/resources/config.yml index c1a46f9..4ed7783 100644 --- a/paper/src/main/resources/config.yml +++ b/paper/src/main/resources/config.yml @@ -6,7 +6,7 @@ rewrite-chat: true # With this set to true, the "Chat messages can't be verified" toast will not # be shown. This is, in default configurations, unrelated to allowing clients # not signing their messages join. In modern versions, clients also -# require a valid access token to be present for the popup to be hidden. +# require a valid access token to be present for the toast to be hidden. # That being said, you may still see the toast even if this option is enabled. claim-secure-chat-enforced: true diff --git a/paper/src/main/resources/plugin.yml b/paper/src/main/resources/plugin.yml index 3bcb8f1..e003d67 100644 --- a/paper/src/main/resources/plugin.yml +++ b/paper/src/main/resources/plugin.yml @@ -7,7 +7,6 @@ authors: - "sulu" - "ocelotpotpie" - "pop4959" - - "whiler-sesame" website: "https://github.com/ocelotpotpie/FreedomChat" api-version: "1.21" folia-supported: true