Added - (EXPERIMENTAL) ActionPoints can now act as an "Economy Provider" in Vault. This means that you can use ActionPoints as the primary currency on your server and use it in any plugin that supports vault. This allows the use of ActionPoints in more advanced shop GUIs, etc. This feature is disabled by default. You will need to enable "Settings.Economy.EnablePrimaryCurrency" in settings.yml to enable this. This will disable Essentials Economy or any economy plugin that registers as a lower priority!
- Added support for CustomModelData in the shop. Just add ":<CustomModelData Integer here>" to the material name.
Changed - The minimum required minecraft version is now 1.16. Any version below 1.16 will not work.
- Removed code for handling legacy versions, removing the warning on newer versions about legacy materials.
Removed - Removed the converter code for the (now very) old config format. This also removes /ap convert
Fixed - Fixed several errors that sometimes occurred when a player joins or leaves.