This version adds localization. You can now edit almost all the messages for Cartographer2 and players can change their locale in their settings. I've provided
en_us as the default, and added
en_pt too, so feel free to use those as a base to get started. They are saved in
/plugins/Cartographer2/locale/. If you'd like to contribute a translated version, feel free to message me and I'll add it in.
I've also updated the wiki to reflect the latest information. You can find it
here.
For developers, I've added a developer section to the wiki, so take a look there too. Changes I've made to the internal api include, adding a
Module#registerSettings method, and
Module#registerLocales method, which will allow your module to hook into Cartographer's locale system. It shouldn't break any modules that rely on older versions, but there are no guarantees.
In addition to those features, there are a good amount of internal bugfixes, which I didn't notice previously. It is highly recommended to update!!
Thanks to all the supporters who make this possible!
Lastly, I've created a new module, which you can use to view the world regardless of your position on the minimap. Find it
here.