PiggyArchive / PiggyAuth

Safe & feature-rich auth plugin. Project has been discontinued
Apache License 2.0
33 stars 8 forks source link

Support API 3.0.0-ALPHA7 (Fixes for breaking changes) #93

Closed SalmonDE closed 7 years ago

SalmonDE commented 7 years ago

DO NOT REMOVE THIS

Please make sure your pull request complies with these guidelines:

What does the PR change?

Recently pmmp updated it's api version to 3.0.0-ALPHA7 which also introduced a few breaking changes for plugins. This pr aims to make the plugin usable for this version of pmmp again.

But because these changes aren't backwards compatible, this pr also edits the plugin.yml's api version list by only leaving 3.0.0-ALPHA7 in it (Only compatible version at the moment).

This is not the only change to the plugin.yml file. To be able to distinguish this version and older ones better, I increased the plugin version from 3.0.0.20 to 3.0.0.21

Extra Information

Example for breaking changes

Tested on this version of pmmp