DevSrSouza / KotlinBukkitAPI

KotlinBukkitAPI is an API for Bukkit/SpigotAPI using the cool and nifty features Kotlin has to make your life more easier.
MIT License
156 stars 20 forks source link

Integration into server Jar File #15

Open smallshen opened 4 years ago

smallshen commented 4 years ago

Is that possible to write KotlinBukkitAPI classes into Spigot or paper's server Jar file. That would be easier for people who widely use this plugin, so they don't need copy plugin file to plugins folder.

DevSrSouza commented 4 years ago

Currently, I don't know if this possible, but I guess I can look into some idea of embedded API that Downloads the KotlinBukkitAPI plugin. No promises, but I will see that in a near future.