Skip to content

Minecraft paper plugin for creating launch plates which boost players

License

Notifications You must be signed in to change notification settings

CloudCraftProjects/LaunchPlates

Repository files navigation

LaunchPlates

Minecraft paper plugin for adding launch effects to pressure plates. Look at the /plates command ingame for how to use this plugin.

Download

https://nightly.link/CloudCraftProjects/LaunchPlates/workflows/build/master/LaunchPlates-Artifacts.zip

Note: Depends on CommandAPI and CloudCore.

Using this as an API

Dependency

Requires githubUsername and githubPassword (classic GitHub token with package registry access) to be set in ~/.gradle/gradle.properties. Then add the following to your build.gradle.kts:

repositories {
    maven("https://maven.pkg.github.com/CloudCraftProjects/*/") {
        name = "github"
        credentials(PasswordCredentials::class.java)
    }
}

dependencies {
    compileOnly("dev.booky:launchplates:{VERSION}")
}

{VERSION} has to be replaced with the latest version from the latest available package.

Usage

You can get the LaunchPlateManager instance using bukkit's LaunchPlateManager. This can be used to modify, create or delete launch plates.

To modify launch effects, listen for the LaunchPlateUseEvent.

License

Licensed under GPL-3.0, see LICENSE for further information.

About

Minecraft paper plugin for creating launch plates which boost players

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages