joserodpt / RealScoreboard

Source-code for the RealScoreboard spigot plugin.
MIT License
23 stars 19 forks source link

API #35

Closed nothendev closed 2 years ago

nothendev commented 2 years ago

Make an API, please

joserodpt commented 2 years ago

What kind of features are you expecting from the api?

nothendev commented 2 years ago

get boards, set boards, create custom non-file temp boards and display them

neziw commented 2 years ago

@JoseGamerPT What do you think to split the maven project into two modules (like most plugins or projects like BungeeCord) called API and Plugin /Core? In my opinion, if you want to make an API to RealScoreboard, developers should only have access to classes and methods that they need (e.g managers and other), not all of them (like main plugin class).

joserodpt commented 2 years ago

Seems very good, it will be Very Nice to have the codebase splitted with modules

neziw commented 2 years ago

Feature Being implemented, thanks.

joserodpt commented 2 years ago

Feature added. Thanks for the suggestion!