Download LaunchPlates — Minecraft Mods — MetaMods
LaunchPlates

LaunchPlates

Active

Downloads

0

Last update

1 year ago

Versions

1.21.1
Server
Libraries
Control

LaunchPlates

A modification for Minecraft servers based on Paper that gives pressure plates the ability to launch players into the air with various effects.

How to Use

Display all plates

/launchplate list

Create a launch plate

/launchplate create <x> <y> <z> [<dimension>]

Delete an existing plate

/launchplate delete <x> <y> <z> [<dimension>]

Change launch strength

/launchplate boost <dx> <dy> <dz> <x> <y> <z> [<dimension>]

Update configuration

/launchplate reload

Using as API

Adding Dependencies

Add the following to your build.gradle.kts file:

repositories {
    maven("https://repo.cloudcraftmc.de/releases/")
}

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

Replace {VERSION} with the latest available version from the repository.

Working with API

The LaunchPlateManager instance can be obtained through the standard Bukkit API. This can be used to modify, create, and remove launch plates.

To modify launch effects, handle the LaunchPlateUseEvent.