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

“PlatformJump”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(简单翻译)
(增加原创插件模板)
 
(未显示2个用户的6个中间版本)
第1行: 第1行:
{{待完善}}{{待翻译}}
+
{{原创插件}}{{待完善}}
{{Bukkit Plugin Infobox|
+
{{Bukkit Plugin Infobox
網址=http://dev.bukkit.org/bukkit-plugins/platform/
+
|網址=http://dev.bukkit.org/bukkit-plugins/platform/
 +
|版本=0.2.0
 
}}
 
}}
 
想在空中跳跃吗?为了帮助你在空中跳得更高,当你在空中按住"Shift"键时,Platform Jump插件会在你的脚下生成一个平台方块!
 
想在空中跳跃吗?为了帮助你在空中跳得更高,当你在空中按住"Shift"键时,Platform Jump插件会在你的脚下生成一个平台方块!
 
== 特性 ==
 
== 特性 ==
* 当你需要时创建空中平台
+
* 当你需要时创建空中平台(玻璃方块)
 
* 并不会替换跳跃时脚下已有的方块
 
* 并不会替换跳跃时脚下已有的方块
* Automatically give potion effect of jump to let you jump higher
+
* 在生成新平台时自动删除上一个平台,防止刷取平台方块
* 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. '''
+
* 创建平台时播放绚丽的粒子效果(紫色的末影粒子效果!)
=== Commands ===
+
* 可设定使用时扣除一定饥饿值
* /platform toggle  - Allows you to toggle enabled of platform
+
* 自定义提示信息
* /platform reload - reloads the configuration
+
* 自定义平台方块种类
== Permissions ==
+
== 用法 ==
* platform.* - Allows you to use all platform feature
+
在游戏中跳跃并按住"Shift", 一个平台方块就会自动生成在你的脚下. 多次使用就可以在空中跳得越来越高!
* platform.use - The basic feature of platform
+
'''前提是你拥有"platform.use" 权限节点. '''
* platform.admin - The feature for administrators
+
=== 命令 ===
* platform.create - Allows you to create platform
+
* /platform toggle  - 启用插件的平台方块功能
== Config ==
+
* /platform reload - 重载配置文件
 +
* /platform remove - 移除自己的上一个平台
 +
* /platform remove [玩家名] - 移除某个玩家的平台
 +
== 权限 ==
 +
* platform.* - 允许使用所有功能
 +
* platform.use - 允许使用基础功能
 +
* platform.admin - 允许使用管理命令
 +
* platform.create - 允许创建平台
 +
* platform.command.remove.self - 允许使用指令删除自己的平台
 +
* platform.command.remove.others - 允许使用指令删除其他人的平台
 +
== 配置 ==
 
  platform:
 
  platform:
  max-height: 256
+
  block-id: 20
  # Set the max height where platforms can be created.
+
  max-height: 256
 +
  # 设置平台方块生成的最大高度.
 
  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
+
  exhaustion: 1
 +
# 生成平台时增加的疲惫值(加速饥饿值的流逝)
 
  debug: false
 
  debug: false
 
+
metrics: true
== Source ==
+
# 是否同意收集数据发送到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
 +
== 源码 ==
 
[[https://github.com/Henry5041/PlatformJump GitHub]]
 
[[https://github.com/Henry5041/PlatformJump GitHub]]
 
[[Category:娱乐]]
 
[[Category:娱乐]]

2016年2月21日 (日) 17:46的最新版本

Icon-info.png
原创插件

此插件作者负责或参与本条目编写。

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

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

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

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