RP-Kit / RPKit

RPKit plugin suite
Apache License 2.0
21 stars 12 forks source link

Plugins with optional RPKit functionality cannot register their own services #586

Closed renbinden closed 2 years ago

renbinden commented 2 years ago

At the moment, in order for BukkitServicesDelegate to register a service, it checks if the plugin extends from RPKBukkitPlugin. This should be relaxed to a check for JavaPlugin so that a plugin can register a service on Bukkit without being an RPKit plugin.