mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-10 21:11:04 +01:00
ec0a6bdd73
YAML cannot handle dots in keys, so they need to be converted to something else. I chose :dot:. This issue occurred because location coordinates were saved with .'s in them. Actually, there is no real value in saving such accurate locations, so in addition to keeping the dot escape system (just in case), I changed locations to just save as ints and then when they are loaded, x and z have 0.5D added to them to center the location. This should be sufficient accuracy for any location storage and it also reduces the file size a lot. |
||
---|---|---|
.. | ||
java |