FountainMC / FountainAPI

A 'simple but beautiful' Minecraft Server Plugin API
https://fountainmc.org/
MIT License
5 stars 5 forks source link

Refactor PluginManager into a interface #30

Closed PizzaCrust closed 7 years ago

PizzaCrust commented 7 years ago

I believe implementations should be able to create custom implementations of PluginManager, and that the current PluginManager class should be moved into a interface to make it the class more generic. The current implementation code should be moved into a class such as SimplePluginManager, similar to Bukkit.

minecrafter commented 7 years ago

Yes, it is.