Developer API
Import the JAR into your project and use this class: dev.lone.cinematicstudio.api.CinematicStudioAPI
Maven
<dependency>
<groupId>libs</groupId>
<artifactId>CinematicStudio</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>JARS_DIRECTORY/plugins/CinematicStudio.jar</systemPath>
</dependency>
Please do not include the CinematicStudio.jar
in your git pushes.
Use a .gitignore
file to prevent this if the jar file is inside your project folder.
Last updated