* Clarify replacements internally to reduce the likelihood of messing up when including new ones
* Fix missing keys not being written to disk for easy translation
* Use a guessfile-like system where missing translation keys are inserted into a separate section for easy identification
* Reduce verbosity of missing keys warning
Fix memory leak with loaded players' advancements
Fix missing transaction transfer for player inventories
Fix incorrect transaction transfer for ender chests
Minor code health
The common module was designed to prevent the internal modules depending on the core plugin. With the introduction of localization, this overcomplication became ever more exacerbated.
Probably will play around a bit more to remove freshly introduced static abuse before release.
Closes#61