diff --git a/core/src/main/java/com/boydti/fawe/config/BBC.java b/core/src/main/java/com/boydti/fawe/config/BBC.java index 93a90f9c..845179d5 100644 --- a/core/src/main/java/com/boydti/fawe/config/BBC.java +++ b/core/src/main/java/com/boydti/fawe/config/BBC.java @@ -333,7 +333,7 @@ public enum BBC { TIP_REGEN_0("Tip: Use a biome with /regen [biome]", "Tips"), TIP_REGEN_1("Tip: Use a seed with /regen [biome] [seed]", "Tips"), - TIP_BIOME_PATTERN("Tip: The &c#biome:forest&7 pattern can be used in any command", "Tips"), + TIP_BIOME_PATTERN("Tip: The &c#biome[forest]&7 pattern can be used in any command", "Tips"), TIP_BIOME_MASK("Tip: Restrict to a biome with the `$jungle` mask", "Tips"),; diff --git a/core/src/main/resources/de/message.yml b/core/src/main/resources/de/message.yml index 45af335a..4261c24f 100644 --- a/core/src/main/resources/de/message.yml +++ b/core/src/main/resources/de/message.yml @@ -324,5 +324,5 @@ tips: tip_lazycut: '&7Tipp: Es ist sicherer den Befehl &c//lazycut zu verwenden.' tip_regen_0: 'Tip: Use a biome with /regen [biome]' tip_regen_1: 'Tip: Use a seed with /regen [biome] [seed]' - tip_biome_pattern: 'Tip: The &c#biome:forest&7 pattern can be used in any command' + tip_biome_pattern: 'Tip: The &c#biome[forest]&7 pattern can be used in any command' tip_biome_mask: 'Tip: Restrict to a biome with the `$jungle` mask' diff --git a/core/src/main/resources/es/message.yml b/core/src/main/resources/es/message.yml index 67538d13..f76496e8 100644 --- a/core/src/main/resources/es/message.yml +++ b/core/src/main/resources/es/message.yml @@ -324,6 +324,6 @@ tips: tip_copy_pattern: 'Sugerencia: Para usar como un patrón try &4#copiar' tip_regen_0: 'Sugerencia: Utilice un bioma con /regen [biome]' tip_regen_1: 'Sugerencia: Utilice una semilla con /regen [biome] [seed]' - tip_biome_pattern: 'Sugerencia: El &c#biome:forest&7 pattern se puede usar en cualquier + tip_biome_pattern: 'Sugerencia: El &c#biome[forest]&7 pattern se puede usar en cualquier comando' tip_biome_mask: 'Sugerencia: Restrinja a un bioma con la máscara `$jungle`' diff --git a/core/src/main/resources/it/message.yml b/core/src/main/resources/it/message.yml index b4bcb61d..f8e891a6 100644 --- a/core/src/main/resources/it/message.yml +++ b/core/src/main/resources/it/message.yml @@ -294,5 +294,5 @@ tips: tip_copy_pattern: 'Consiglio: Per usarlo come un pattern prova &c#copy' tip_regen_0: 'Consiglio: Usa un bioma con /regen [biome]' tip_regen_1: 'Consiglio: Usa un seme con /regen [biome] [seed]' - tip_biome_pattern: 'Consiglio: Il pattern &c#biome:forest&7 può essere usato in qualsiasi comando' + tip_biome_pattern: 'Consiglio: Il pattern &c#biome[forest]&7 può essere usato in qualsiasi comando' tip_biome_mask: 'Consiglio: Limita a un bioma con la maschera `$jungle`' diff --git a/core/src/main/resources/tr/message.yml b/core/src/main/resources/tr/message.yml index 0c8133f2..d4058862 100644 --- a/core/src/main/resources/tr/message.yml +++ b/core/src/main/resources/tr/message.yml @@ -294,5 +294,5 @@ tips: tıp_copy_pattern: "&7Hatırlatma: &aDesen Olarak Kullanmak İçin: &c#copy" tıp_regen_0: "&7Hatırlatma: &aBiyomları Kullanmak İçin: &c/regen " tıp_regen_1: "&7Hatırlatma: &aBiyom DeÄŸeri İçin: &c/regen " - tıp_bıome_pattern: "&7Hatırlatma: &c#biome:forest &eDeseni Herhangi Bir Komutta Kullanılabilir" - tıp_bıome_mask: "&7Hatırlatma: &c`$jungle` &eMaskesini Bir Biyoma Kısıtla" \ No newline at end of file + tıp_bıome_pattern: "&7Hatırlatma: &c#biome[forest] &eDeseni Herhangi Bir Komutta Kullanılabilir" + tıp_bıome_mask: "&7Hatırlatma: &c`$jungle` &eMaskesini Bir Biyoma Kısıtla"