mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2025-01-25 00:41:21 +01:00
YAML fixes.
This commit is contained in:
parent
01a4009fb5
commit
0c111c1305
@ -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."
|
@ -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"
|
Loading…
Reference in New Issue
Block a user