rowan-vr / CustomAdvancements

Custom Advancements is an easy to configure minecraft plugin where you can create your own advancements for your server. Your players can use the easy to use GUI to see the advancements and their progress and how to activate them!
https://www.spigotmc.org/resources/custom-advancements.91167/
GNU General Public License v2.0
34 stars 7 forks source link

[Sugestion] PAPI Integration #81

Open Hutch79 opened 1 year ago

Hutch79 commented 1 year ago

A PAPI integration would (just like the permissions) instantly open a door to a wide range of plugins compatibility, without even integrate them directly. PAPI is used in a huge variety of Plugins like McMMO, JobsReborn, Essentials and lots of other Plugins.

An integration would allow us to create Advancements for reaching certain levels in McMMO or JobsReborn, or hitting a certain balance on our Balance account.

An integration could look something like this:

%money% >= 1000 --> Gain Advancement if you have $1000 or more %mcmmo_powerlevel% >= 100 --> Grants an Advancement if you reach a McMMO Powerlevel of 100 %mcmmo_skill1% + %mcmmo_skill2% >= 500 Grants an Advancement if skill1 and skill2 counted together are 500 or bigger.

I hope it's all clear. If you have any questions, just ask ^^

rowan-vr commented 1 year ago

Hi, this is a good idea! I will definitely implement this soon.

Hutch79 commented 1 year ago

Hey @rowan-vr Is there an update on this topic?

rowan-vr commented 1 year ago

Hi, not yet, I will try to get to it this weekend

Hutch79 commented 1 year ago

This would be awesome! Something to play around next weekend ^^

Hutch79 commented 1 year ago

Hey @rowan-vr Have you found time to implement the suggestion?