Skip to content

Project setup

This is how to manually set up a Paper plugin project without a specific IDE - it applies for any development environment you want, as long as you have a terminal or command line interface to work with.

Create a folder for your plugin - you can name it whatever you like. You’ll need these files and folders in it:

  • Directoryfirstplugin/
    • build.gradle.kts
    • settings.gradle.kts
    • Directorysrc/
      • Directorymain/
        • Directoryjava/
          • Directorydev.dylancode.firstplugin/
            • FirstPlugin.java