From c04d46d6626e44b47387bc1e7e66ca15a7300944 Mon Sep 17 00:00:00 2001 From: Ka0rX Date: Thu, 7 Sep 2023 11:41:07 +0100 Subject: [PATCH] Fixed issue #909 & #926 related to a bug when making a friend request. Make sure to reload messages.yml to fix this bug ! --- MMOCore-Dist/src/main/resources/default/messages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMOCore-Dist/src/main/resources/default/messages.yml b/MMOCore-Dist/src/main/resources/default/messages.yml index c6c9bd57..7e04e727 100644 --- a/MMOCore-Dist/src/main/resources/default/messages.yml +++ b/MMOCore-Dist/src/main/resources/default/messages.yml @@ -130,7 +130,7 @@ already-friends: '&cYou are already friends with {player}.' friend-request: - '{"text":""}' - '{"text":"&6{player} &ejust sent you a friend request!"}' - - '[{"text":" ","hoverEvent":{}},{"text":"&8[&a&lACCEPT&8]","clickEvent":{"action":"run_command","value":"/friends accept {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to accept!"}},{"text":"&r ","hoverEvent":{}},{"text":"&8[&c&lDENY&8]","clickEvent":{"action":"run_command","value":"/friends deny {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to deny."}}]' + - '[{"text":" "},{"text":"&8[&a&lACCEPT&8]","clickEvent":{"action":"run_command","value":"/friends accept {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to accept!"}},{"text":"&r "},{"text":"&8[&c&lDENY&8]","clickEvent":{"action":"run_command","value":"/friends deny {uuid}"},"hoverEvent":{"action":"show_text","value":"&eClick to deny."}}]' - '{"text":""}' # Parties