Saltar al contenido principal

Getting-Started

Note: The API requires ajParkour v2.6.0 or newer!

First, make sure you have imported the ajParkour jar into your IDE.

The javadocs are available here.

Getting the manager

The manager is the main class you will use to interact with the plugin.

To get the instance of the manager, use this static method:

Manager manager = AjParkour.getManager();

From the manager, you can get areas, get players in parkour, start new players in parkour, and more.

To see everything you can do with the manager, check out the javadoc page.