• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

“PlatformJump”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(简单翻译)
(编辑完成)
第1行: 第1行:
{{待完善}}{{待翻译}}
+
{{待完善}}
 
{{Bukkit Plugin Infobox|
 
{{Bukkit Plugin Infobox|
 
網址=http://dev.bukkit.org/bukkit-plugins/platform/
 
網址=http://dev.bukkit.org/bukkit-plugins/platform/
第7行: 第7行:
 
* 当你需要时创建空中平台
 
* 当你需要时创建空中平台
 
* 并不会替换跳跃时脚下已有的方块
 
* 并不会替换跳跃时脚下已有的方块
* Automatically give potion effect of jump to let you jump higher
+
* 自动赋予跳跃增强(药水效果),来帮助你跳得更高
 
* Play beautiful visual particles when creating platforms
 
* Play beautiful visual particles when creating platforms
== Usage ==
+
== 用法 ==
Just jump in the game and simply press "Shift" bottom, you'll find out that there is a platform generated under you to hold up you. You can do this again to jump higher and higher! '''You need to give yourself the permission "platform.use" first. '''
+
在游戏中跳跃并按住"Shift", 一个平台方块就会自动生成在你的脚下. 多次使用就可以在空中跳得越来越高!
=== Commands ===
+
'''前提是你拥有"platform.use" 权限节点. '''
* /platform toggle  - Allows you to toggle enabled of platform
+
=== 命令 ===
* /platform reload - reloads the configuration
+
* /platform toggle  - 启用插件的平台方块功能
== Permissions ==
+
* /platform reload - 重载配置文件
* platform.* - Allows you to use all platform feature
+
== 权限 ==
* platform.use - The basic feature of platform
+
* platform.* - 允许使用所有功能
* platform.admin - The feature for administrators
+
* platform.use - 允许使用基础功能
* platform.create - Allows you to create platform
+
* platform.admin - 允许使用管理命令
== Config ==
+
* platform.create - 允许创建平台
 +
== 配置 ==
 
  platform:
 
  platform:
 
   max-height: 256
 
   max-height: 256
   # Set the max height where platforms can be created.
+
   # 设置平台方块生成的最大高度.
 
  jump-effect:
 
  jump-effect:
 
   time: 200
 
   time: 200
   # Set the time of the effect of jump.
+
   # 设置药水效果的作用时间.
 
   level: 4
 
   level: 4
   # Set the level of the effect of jump.
+
   # 设置药水效果的等级.
 
  food-cost: 1
 
  food-cost: 1
 
  debug: false
 
  debug: false
  
== Source ==
+
== 源码 ==
 
[[https://github.com/Henry5041/PlatformJump GitHub]]
 
[[https://github.com/Henry5041/PlatformJump GitHub]]
 
[[Category:娱乐]]
 
[[Category:娱乐]]

2014年11月22日 (六) 19:43的版本

Icon-info.png
本条目已有一定量的内容,但仍需完善

欢迎参与本条目的完善工作

你可以从以下几个方面入手

  • 参阅格式化手册,并对该页面进行相应格式排版工作;
  • 日常检查是否内容有更新版本并更新该页面;
  • 修复该页面中已出现/潜在的问题
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]