Developer API

If you're not a nerd, get outta here!

Repository

repositories {
	mavenCentral()
	maven { url 'https://jitpack.io' }
}

Dependency

dependencies {
        implementation 'com.github.M64DiamondStar:EffectMaster:1.4.1'
}

Java or Kotlin?

Though it is possible to interact with EffectMaster using Java, I suggest using Kotlin if you understand the language. EffectMaster is written in Kotlin which makes it a lot easier to interact with if you use kotlin yourself.

Using the API

Please select one of the following:

Starting a show

Creating a custom effect

Last updated