JsModuler is a plugin that can run javascript code on your minecraft server using events. This can help your server to do anything without needing other plugins.
To create a new module, make a .js file in the Modules folder and pass these annotations.The @Handler is extremely necessary
Code (Text):
/*
* @name = "Example"
* @description = "A example module"
*
* @Handler = "
[email protected]"
*/