apavarino / Deadchest

Minecraft Plugin - Keep your inventory in a chest when you die !
https://dev.bukkit.org/projects/dead-chest
GNU General Public License v3.0
18 stars 17 forks source link

Issue using colons in locale.yml strings #9

Closed Bumber64 closed 3 years ago

Bumber64 commented 3 years ago

DeadChest v4.5.1 Minecraft Java Edition 1.16.2 Spigot

Using a colon ( : ) in locale.yml causes the plugin to fail to load with an error message relating to classes or something. (Can't restart the server right now to check specifics.)

Hopefully there's a way to have colons in the string handled safely without being treated as code.

apavarino commented 3 years ago

@Bumber64 If you put your translation between quote, that should resolve your issue

Bumber64 commented 3 years ago

Thanks! Would be useful to have a note about that in the yml.