Importing to you project

This page will show how to make extensions

You can make extensions to any XG7Plugins!

1. Setup a project

First, create a Java project as usual and choose between Gradle or Maven.

2. Add the dependency

After you create the project, add the CORE dependency and dependency of the plugin you will make the extension.

In my case, i'll make an extension for the core!

3. Make the main class

Atualizado