Changes:
- Completely rewrote how Brewery stores data. Including support for: Moving data from Brewery's old 'worlddata.yml' and 'data.yml' files, and the option to hotswap storage options.
- Fixed a bug where Brewery would keep trying to tick barrels that were already destroyed.
- Fixed BreweryX not pulling files from Brewery's old data folder on first startup.
- Removed Brewery's 'SQLSync' for syncing player drunkenness between servers. Use the new storage settings instead.
Because BreweryX doesn't have a config updater yet, you'll need to reference [this](
https://github.com/Jsinco/BreweryX/blob/master/src/main/resources/config/v13/en/config.yml) to add in the new Brewery storage settings. If unconfigured, the default storage method is `FlatFile`.
This took a lot of time and a lot of rummaging through horrible code written by the original authors. If you appreciate the updates with Brewery, leave a star on the repository please. Thanks!