Installation

To use this plugin, follow this page.

Server startup

The plugin will only work with the latest updated version available here.

Getting started

Put the CarouselSelector.jar file in your plugins folder.

If you want to use the API, you must indicate that you are going to use the it in your plugin.yml file.

D'ont forget to add it to the dependencies in your IDE !

depend: [CarouselSelector]

Using Maven

Add the dependency to your pom.yml after adding the jar into your librairies.

<dependency>
    <groupId>fr.icrossing</groupId>
    <artifactId>CarouselSelector</artifactId>
    <version>4.0.2</version>
    <scope>system</scope>
    <systemPath>PATH_OF_CAROUSELSELECTOR.JAR</systemPath>
</dependency>

Last updated