diff --git a/build.gradle.kts b/build.gradle.kts index ae23b63..c16aecc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,7 +95,7 @@ tasks { runServer { downloadPlugins { - url("https://download.luckperms.net/1593/bukkit/loader/LuckPerms-Bukkit-5.5.8.jar") + url("https://download.luckperms.net/1575/bukkit/loader/LuckPerms-Bukkit-5.4.158.jar") // 1.20.5 - latest testing url("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar") diff --git a/src/main/resources/en.yml b/src/main/resources/en.yml index e3f52bd..c67d534 100644 --- a/src/main/resources/en.yml +++ b/src/main/resources/en.yml @@ -167,4 +167,13 @@ gui: name: "Toggle deletion mode" lore: - "Clicking on any disguise as this mode is" - - "active will remove it from your favorites." \ No newline at end of file + - "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 diff --git a/src/main/resources/fr.yml b/src/main/resources/fr.yml index 3e8373c..5bca519 100644 --- a/src/main/resources/fr.yml +++ b/src/main/resources/fr.yml @@ -158,15 +158,4 @@ gui: language: name: "Langage" random_skin: - 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 + name: "Apparence aléatoire à la connexion" \ No newline at end of file