diff --git a/src/main/resources/locales/en-US.yml b/src/main/resources/locales/en-US.yml index 4436bb1..2d9cf43 100755 --- a/src/main/resources/locales/en-US.yml +++ b/src/main/resources/locales/en-US.yml @@ -31,7 +31,7 @@ island: value: description: "shows the value of any block" - success: "§7The value of this block is: §e[value]" - success-underwater: "§7The value of this block below sea-level: §e[value]" - empty-hand: "§cThere are no blocks in your hand" - no-value: "§cThat item has no value." \ No newline at end of file + success: "&7The value of this block is: &e[value]" + success-underwater: "&7The value of this block below sea-level: &e[value]" + empty-hand: "&cThere are no blocks in your hand" + no-value: "&cThat item has no value." \ No newline at end of file diff --git a/src/main/resources/locales/es-ES.yml b/src/main/resources/locales/es-ES.yml index 74f174d..5f559de 100644 --- a/src/main/resources/locales/es-ES.yml +++ b/src/main/resources/locales/es-ES.yml @@ -31,7 +31,7 @@ island: value: description: "muestra el valor de cualquier bloque" - success: "§7El valor de este bloque es: §e[value]" - success-underwater: "§7El valor de este bloque bajo el nivel del mar: §e[value]" - empty-hand: "§cNo hay bloques en tu mano" -no-value: "§cEse item no tiene valor" \ No newline at end of file + success: "&7El valor de este bloque es: &e[value]" + success-underwater: "&7El valor de este bloque bajo el nivel del mar: &e[value]" + empty-hand: "&cNo hay bloques en tu mano" + no-value: "&cEse item no tiene valor" \ No newline at end of file