hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Convert Artemis Plugins to Kotlin scripts #42

Closed GregHib closed 4 years ago

GregHib commented 4 years ago

How valuable is comprehension for low-level mechanics? Is it technically feasible? #30

Will content scripts need to utilise the Artemis plugin structure? #44

GregHib commented 4 years ago

Is possible but provides no benefit. Future plugins should be made using the .plugin.kts extension, existing ones can continue to implement ArtemisPlugin.

GregHib commented 4 years ago

Won't take long and will allow Plug.kt and Plugin.kt to be combined

GregHib commented 4 years ago

Will be annoying to use until #70 is resolved