
Minecraft paper plugin for creating customizable launch plates able to boost players in certain directions
Minecraft paper plugin for adding launch effects to pressure plates.
Note: Depends on CommandAPI
and CloudCore.
/launchplate list to list all plates/launchplate create <x> <y> <z> [<dimension>] to create a plate/launchplate delete <x> <y> <z> [<dimension>] to delete a plate/launchplate boost <dx> <dy> <dz> <x> <y> <z> [<dimension>] to change the boost of a specific plate/launchplate reload to reload all plates from the configuration fileAdd the following to your build.gradle.kts:
repositories {
maven("https://repo.cloudcraftmc.de/releases/")
}
dependencies {
compileOnly("dev.booky:launchplates:{VERSION}")
}
{VERSION} has to be replaced with the latest version from the latest available package.
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.