Skip to content

GettingStarted

Lars Bärtschi edited this page Dec 21, 2017 · 8 revisions

How to write your first plugin

To get started you have to choose an IDE of your choice.

IntelliJ IDEA

First, create a new Java-Project. Select File -> New -> Project...

New Project

Select Maven in the menu and click "Next".

Project Maven Data

Enter a group id. This should be the reverse pattern of an url you own - in our case twasi.net turns into net.twasi. Also give your plugin a name. This is just the organizational name, you can change the display name shown by twasi later. Click "Next".

Project Location

You don't have to change the project name here since it's just the name of the folder on your hard disk. Click "Finish".

Clone this wiki locally