▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/LaunchPlates
LaunchPlates

LaunchPlates

Minecraft paper plugin for creating customizable launch plates able to boost players in certain directions

339
1

LaunchPlates

Minecraft paper plugin for adding launch effects to pressure plates.

Download Info

Note: Depends on CommandAPI and CloudCore.

Usage

  • Use /launchplate list to list all plates
  • Use /launchplate create <x> <y> <z> [<dimension>] to create a plate
  • Use /launchplate delete <x> <y> <z> [<dimension>] to delete a plate
  • Use /launchplate boost <dx> <dy> <dz> <x> <y> <z> [<dimension>] to change the boost of a specific plate
  • Use /launchplate reload to reload all plates from the configuration file
Using this as API

Dependency

Add 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.

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.

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Детали

Лицензия:GPL-3.0-only
Опубликован:1 год назад
Обновлён:5 месяцев назад
Главная