You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select "Groovy project"
Project SDK: your JDK
Groovy library: downloaded groovy library
Then click [Next].
Set project location to plugins/VarScript/ in your server
Then click [Finish].
Go to "Project Structure" (Ctrl+Alt+Shift+S) -> Modules -> Sources
and mark autorun and scripts as Sources, all other folders as Excluded
Go to "Project Structure" (Ctrl+Alt+Shift+S) -> Libraries
click "New Project Library" (+) -> Java and select your server jar file.
click "New Project Library" (+) -> Java and select VarScript.jar.
In the same way, add other libraries, which will be used in the project.
Then click [OK].
Everything is ready!
Use IntelliJ IDEA to create scripts and classes.