Usage
The KotlinPlugin is the most important part of the KotlinBukkitAPI, it allows so many things to be possible when writing a GOOD plugin, because it's focus Architecture.
Architecture is the most important thing in any code base, it defines how well your code will be maintained through time. A good architecture and good practices can make your code more boilerplate, KotlinBukkitAPI with KotlinPlugin provide a set of utilities to we build your project the fast as possible and maintain your code as good as possible.
Last updated