joserodpt / RealScoreboard

Source-code for the RealScoreboard spigot plugin.
MIT License
20 stars 16 forks source link

RealScoreboard API #47

Closed neziw closed 1 year ago

neziw commented 1 year ago

This Pull Request implements and adds an API to RealScoreboard.

After a long time of coding, I got desired effect:

● Source Code is now splitted into two modules: realscoreboard-api and realscoreboard-plugin. Developers should use the realscoreboard-api module to obtain the resources they need.

● Modules can be accessed through the Maven repository hosted by me (https://repo.neziw.xyz/).

● As I mentioned before, developers should use the realscoreboard-api module, but the plugin (second) module is also available in the Maven repository.

● API contains almost everything from #35. There are a few things left to implement.

● Sample usage and getting an instance are included in created api.md file

TODO:

I will let know when this Pull Request is ready to merge.

neziw commented 1 year ago

Ready to merge.