- 欢迎来到Minecraft插件百科!
- 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
- 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289
PlatformJump:修订间差异
跳转到导航
跳转到搜索
小 (简单翻译) |
(编辑完成) |
||
第1行: | 第1行: | ||
{{待完善 | {{待完善}} | ||
{{Bukkit Plugin Infobox| | {{Bukkit Plugin Infobox| | ||
網址=http://dev.bukkit.org/bukkit-plugins/platform/ | 網址=http://dev.bukkit.org/bukkit-plugins/platform/ | ||
第7行: | 第7行: | ||
* 当你需要时创建空中平台 | * 当你需要时创建空中平台 | ||
* 并不会替换跳跃时脚下已有的方块 | * 并不会替换跳跃时脚下已有的方块 | ||
* | * 自动赋予跳跃增强(药水效果),来帮助你跳得更高 | ||
* Play beautiful visual particles when creating platforms | * Play beautiful visual particles when creating platforms | ||
== | == 用法 == | ||
在游戏中跳跃并按住"Shift"键, 一个平台方块就会自动生成在你的脚下. 多次使用就可以在空中跳得越来越高! | |||
=== | '''前提是你拥有"platform.use" 权限节点. ''' | ||
* /platform toggle - | === 命令 === | ||
* /platform reload - | * /platform toggle - 启用插件的平台方块功能 | ||
== | * /platform reload - 重载配置文件 | ||
* platform.* - | == 权限 == | ||
* platform.use - | * platform.* - 允许使用所有功能 | ||
* platform.admin - | * platform.use - 允许使用基础功能 | ||
* platform.create - | * platform.admin - 允许使用管理命令 | ||
== | * platform.create - 允许创建平台 | ||
== 配置 == | |||
platform: | platform: | ||
max-height: 256 | max-height: 256 | ||
# | # 设置平台方块生成的最大高度. | ||
jump-effect: | jump-effect: | ||
time: 200 | time: 200 | ||
# | # 设置药水效果的作用时间. | ||
level: 4 | level: 4 | ||
# | # 设置药水效果的等级. | ||
food-cost: 1 | food-cost: 1 | ||
debug: false | debug: false | ||
== | == 源码 == | ||
[[https://github.com/Henry5041/PlatformJump GitHub]] | [[https://github.com/Henry5041/PlatformJump GitHub]] | ||
[[Category:娱乐]] | [[Category:娱乐]] |
2014年11月22日 (六) 11:43的版本
PlatformJump
外文名 | PlatformJump |
插件类型 | Spigot / CraftBukkit |
源地址 | http://dev.bukkit.org/bukkit-plugins/PlatformJump |
想在空中跳跃吗?为了帮助你在空中跳得更高,当你在空中按住"Shift"键时,Platform Jump插件会在你的脚下生成一个平台方块!
特性
- 当你需要时创建空中平台
- 并不会替换跳跃时脚下已有的方块
- 自动赋予跳跃增强(药水效果),来帮助你跳得更高
- Play beautiful visual particles when creating platforms
用法
在游戏中跳跃并按住"Shift"键, 一个平台方块就会自动生成在你的脚下. 多次使用就可以在空中跳得越来越高! 前提是你拥有"platform.use" 权限节点.
命令
- /platform toggle - 启用插件的平台方块功能
- /platform reload - 重载配置文件
权限
- platform.* - 允许使用所有功能
- platform.use - 允许使用基础功能
- platform.admin - 允许使用管理命令
- platform.create - 允许创建平台
配置
platform: max-height: 256 # 设置平台方块生成的最大高度. jump-effect: time: 200 # 设置药水效果的作用时间. level: 4 # 设置药水效果的等级. food-cost: 1 debug: false
源码
[GitHub]