joserodpt / RealScoreboard

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

API #35

Closed nothendev closed 1 year 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 1 year 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 1 year ago

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

neziw commented 1 year ago

Feature Being implemented, thanks.

joserodpt commented 1 year ago

Feature added. Thanks for the suggestion!