- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
PlatformJump
跳转到导航
跳转到搜索
原创插件
此插件作者负责或参与本条目编写。
PlatformJump
外文名 | PlatformJump |
插件类型 | Spigot / CraftBukkit |
最新版本 | 0.2.0 |
源地址 | http://dev.bukkit.org/bukkit-plugins/PlatformJump |
想在空中跳跃吗?为了帮助你在空中跳得更高,当你在空中按住"Shift"键时,Platform Jump插件会在你的脚下生成一个平台方块!
特性
- 当你需要时创建空中平台(玻璃方块)
- 并不会替换跳跃时脚下已有的方块
- 在生成新平台时自动删除上一个平台,防止刷取平台方块
- 平台方块无掉落,防止刷取平台方块
- 自动赋予跳跃增强(药水效果),来帮助你跳得更高
- 创建平台时播放绚丽的粒子效果(紫色的末影粒子效果!)
- 可设定使用时扣除一定饥饿值
- 自定义提示信息
- 自定义平台方块种类
用法
在游戏中跳跃并按住"Shift"键, 一个平台方块就会自动生成在你的脚下. 多次使用就可以在空中跳得越来越高! 前提是你拥有"platform.use" 权限节点.
命令
- /platform toggle - 启用插件的平台方块功能
- /platform reload - 重载配置文件
- /platform remove - 移除自己的上一个平台
- /platform remove [玩家名] - 移除某个玩家的平台
权限
- platform.* - 允许使用所有功能
- platform.use - 允许使用基础功能
- platform.admin - 允许使用管理命令
- platform.create - 允许创建平台
- platform.command.remove.self - 允许使用指令删除自己的平台
- platform.command.remove.others - 允许使用指令删除其他人的平台
配置
platform: block-id: 20 max-height: 256 # 设置平台方块生成的最大高度. jump-effect: time: 200 # 设置药水效果的作用时间. level: 4 # 设置药水效果的等级. exhaustion: 1 # 生成平台时增加的疲惫值(加速饥饿值的流逝) debug: false metrics: true # 是否同意收集数据发送到mcstats.org message: no-permission: No permission # 您没有权限 # 无权限时提示信息 too-high: can't create platform in this height # 不能在此高度生成平台 # 超过最大高度生成平台时提示信息 reloaded: PlatformJump configuration reloaded # PlatformJump插件配置已重新加载 # 重新加载插件时提示信息 toggle-on: PlatformJump enabled # PlatformJump插件已启用 # 启用插件功能时提示信息 toggle-off: PlatformJump disabled # PlatformJump插件已禁用 # 禁用插件功能时提示信息 removed: Last platform removed # 上一个平台已移除 # 平台移除时提示信息 not-available: is not currently available # XX玩家不在线 # 某玩家不在线时提示信息 not-player: You are not a player # 你不是一个玩家 # 在控制台使用只有玩家才能使用的指令(如/platform remove等)时的提示信息 version: 0.2.0
源码
[GitHub]