This plugin currently supports Spigot and BungeeCord platforms with jdk18.
What is groovy?
groovy is a language that is similar to java, with 100% integration with java. You can write java code in the groovy script (and simpler!)
For more details:
https://groovy-lang.org/
What is groovier?
groovier allows you to write plugin components with the groovy script (which is purely sourced code) without compiling them manually to run it. Instead, it supports runtime hot reloading by using the command. You can easily manage your commands, event listeners, and services within groovier as they have been treated as a component of groovier. You can also use dependency injection and external dependencies (with
Grapes) within a script.

To use groovier,
- you may know the basics of java, (which is for java developers),
- Install groovy SDK with apache ivy,
- install jdk18
To Get Started,
check out the
wiki link from github.
Disclaimer
This plugin is still in a very early stage, if you find any issue, feel free to post it on GitHub. If you have any ideas, feel free to post them on the discussion on GitHub or pull request