Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split API to other project + major rework #5

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Split API to other project + major rework #5

wants to merge 25 commits into from

Conversation

DiFFoZ
Copy link
Member

@DiFFoZ DiFFoZ commented May 21, 2023

This allows plugin devs depends only on API package, not full plugin+API package.

API package will be available with name DiFFoZ.Kits.API. Sadly is that namespace of plugin is just Kits and is not possible to easily update it without breaking change 😭.

Here main changes:

  • API is now in other package.
  • Anyone can implement and register an IKitStoreProvider to store kits.
  • Anyone can implement and register an IKitCooldownStoreProvider to store cooldowns of kit. This will allow in future easily add MySQL support to store cooldowns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant