Writing Custom Modules - SpigotBasics/basics GitHub Wiki
To write a custom module, you can use the createModule task:
gradlew createModule
It will ask you which language to use, and how your module shall be called:
> Task :modules:createModule
Which language do you want to use? [kotlin, java] :
kotlin
Enter module name ( [a-z0-9_-]+ ) :
basics-weather