YAML fixes.

This commit is contained in:
tastybento 2019-05-07 21:43:37 -07:00
parent 01a4009fb5
commit 0c111c1305
2 changed files with 8 additions and 8 deletions

View File

@ -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."
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."

View File

@ -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"
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"