From c35a70712afc004e4b1517dfff045f9df46fda37 Mon Sep 17 00:00:00 2001 From: ineanto Date: Sat, 21 Jun 2025 19:01:59 +0200 Subject: [PATCH 1/2] chore(build): update luckperms --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c16aecc..ae23b63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,7 +95,7 @@ tasks { runServer { downloadPlugins { - url("https://download.luckperms.net/1575/bukkit/loader/LuckPerms-Bukkit-5.4.158.jar") + url("https://download.luckperms.net/1593/bukkit/loader/LuckPerms-Bukkit-5.5.8.jar") // 1.20.5 - latest testing url("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar") From 03d66b1c69be6604a1682a6ebb0db871c1f2cf83 Mon Sep 17 00:00:00 2001 From: ineanto Date: Sun, 22 Jun 2025 15:20:33 +0200 Subject: [PATCH 2/2] feat: update i18n --- src/main/resources/en.yml | 11 +---------- src/main/resources/fr.yml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/main/resources/en.yml b/src/main/resources/en.yml index c67d534..e3f52bd 100644 --- a/src/main/resources/en.yml +++ b/src/main/resources/en.yml @@ -167,13 +167,4 @@ gui: name: "Toggle deletion mode" lore: - "Clicking on any disguise as this mode is" - - "active will remove it from your favorites." - - cycling_choices: - lore: - - "Cycle through the values" - - "by left or right clicking." - language: - name: "Language" - random_skin: - name: "Random skin on login" \ No newline at end of file + - "active will remove it from your favorites." \ No newline at end of file diff --git a/src/main/resources/fr.yml b/src/main/resources/fr.yml index 5bca519..3e8373c 100644 --- a/src/main/resources/fr.yml +++ b/src/main/resources/fr.yml @@ -158,4 +158,15 @@ gui: language: name: "Langage" random_skin: - name: "Apparence aléatoire à la connexion" \ No newline at end of file + name: "Apparence aléatoire à la connexion" + favorites: + add: + name: "Ajouter un favori" + lore: + - "Ajoute une nouvelle apparence favorite." + - "Maintenez SHIFT pour ajouter votre apparence actuelle !" + remove: + name: "Activer la suppression" + lore: + - "Cliquer sur un déguisement lorsque le mode est" + - "actif le supprimera de vos favoris." \ No newline at end of file