BlockHorizons / BlockSniper

An advanced (brush) world editing plugin for PocketMine-MP
https://poggit.pmmp.io/p/BlockSniper/
Apache License 2.0
76 stars 41 forks source link

BlockSniper Version 1.5.0/2.0.0 #66

Closed Sandertv closed 6 years ago

Sandertv commented 7 years ago

Pull for comparison only.

Do NOT merge yet. (There's probably multiple conflicts either way)

TheDiamondYT1 commented 7 years ago

I think languages should be YAML to be easier for the end user to modify.

Yes, I know I'm the one that made them JSON but shhh 😉

Sandertv commented 7 years ago

Json is love, Json is life.

TheDiamondYT1 commented 7 years ago

Very true

SOF3 commented 7 years ago

YAML is a superset of JSON. You can safely change the parser (and the writer) to YAML and still safely load old JSON files.