LaunchPlates

一个 Minecraft Paper 插件,用于创建可自定义的发射板,能够将玩家向特定方向推进。

资源图片
# LaunchPlates 一个为压力板添加发射效果的 Minecraft Paper 插件。 ## 下载信息 > 注意:依赖于 [CommandAPI](https://modrinth.com/project/commandapi) 和 [CloudCore](https://modrinth.com/project/cloudcore)。 ## 用法 - 使用 `/launchplate list` 列出所有压力板 - 使用 `/launchplate create []` 创建一个压力板 - 使用 `/launchplate delete []` 删除一个压力板 - 使用 `/launchplate boost []` 更改特定压力板的推进力 - 使用 `/launchplate reload` 从配置文件重新加载所有压力板
作为 API 使用 ### 依赖 将以下内容添加到您的 `build.gradle.kts`: ```kotlin repositories { maven("https://repo.cloudcraftmc.de/releases/") } dependencies { compileOnly("dev.booky:launchplates:{VERSION}") } ``` `{VERSION}` 必须替换为最新软件包中的最新版本。 ### 用法 您可以使用 bukkit 的 `LaunchPlateManager` 实例获取 `LaunchPlateManager` 实例。 这可用于修改、创建或删除发射压力板。 要修改发射效果,请监听 `LaunchPlateUseEvent`。