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

Difference between revisions of "PlatformJump"

From Minecraft插件百科
Jump to: navigation, search
(初步增加内容)
(更新插件到0.2.0)
Line 2: Line 2:
 
{{Bukkit Plugin Infobox|
 
{{Bukkit Plugin Infobox|
 
網址=http://dev.bukkit.org/bukkit-plugins/platform/
 
網址=http://dev.bukkit.org/bukkit-plugins/platform/
 +
version=0.2.0
 
}}
 
}}
 
想在空中跳跃吗?为了帮助你在空中跳得更高,当你在空中按住"Shift"键时,Platform Jump插件会在你的脚下生成一个平台方块!
 
想在空中跳跃吗?为了帮助你在空中跳得更高,当你在空中按住"Shift"键时,Platform Jump插件会在你的脚下生成一个平台方块!
Line 12: Line 13:
 
* 创建平台时播放绚丽的粒子效果(紫色的末影粒子效果!)
 
* 创建平台时播放绚丽的粒子效果(紫色的末影粒子效果!)
 
* 可设定使用时扣除一定饥饿值
 
* 可设定使用时扣除一定饥饿值
 
+
* 自定义提示信息
 +
* 自定义平台方块种类
 
== 用法 ==
 
== 用法 ==
 
在游戏中跳跃并按住"Shift"键, 一个平台方块就会自动生成在你的脚下. 多次使用就可以在空中跳得越来越高!
 
在游戏中跳跃并按住"Shift"键, 一个平台方块就会自动生成在你的脚下. 多次使用就可以在空中跳得越来越高!
Line 19: Line 21:
 
* /platform toggle  - 启用插件的平台方块功能
 
* /platform toggle  - 启用插件的平台方块功能
 
* /platform reload - 重载配置文件
 
* /platform reload - 重载配置文件
 +
* /platform remove - 移除自己的上一个平台
 +
* /platform remove [玩家名] - 移除某个玩家的平台
 
== 权限 ==
 
== 权限 ==
 
* platform.* - 允许使用所有功能
 
* platform.* - 允许使用所有功能
Line 24: Line 28:
 
* platform.admin - 允许使用管理命令
 
* platform.admin - 允许使用管理命令
 
* platform.create - 允许创建平台
 
* platform.create - 允许创建平台
 +
* platform.command.remove.self - 允许使用指令删除自己的平台
 +
* platform.command.remove.others - 允许使用指令删除其他人的平台
 
== 配置 ==
 
== 配置 ==
 
  platform:
 
  platform:
  max-height: 256
+
  block-id: 20
  # 设置平台方块生成的最大高度.
+
  max-height: 256
 +
  # 设置平台方块生成的最大高度.
 
  jump-effect:
 
  jump-effect:
  time: 200
+
  time: 200
  # 设置药水效果的作用时间.
+
  # 设置药水效果的作用时间.
  level: 4
+
  level: 4
  # 设置药水效果的等级.
+
  # 设置药水效果的等级.
  food-cost: 1
+
  exhaustion: 1
 +
# 生成平台时增加的疲惫值(加速饥饿值的流逝)
 
  debug: false
 
  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
 
== 源码 ==
 
== 源码 ==
 
[[https://github.com/Henry5041/PlatformJump GitHub]]
 
[[https://github.com/Henry5041/PlatformJump GitHub]]
 
[[Category:娱乐]]
 
[[Category:娱乐]]

Revision as of 12:49, 30 July 2015

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

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

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

  • 参阅格式化手册,并对该页面进行相应格式排版工作;
  • 日常检查是否内容有更新版本并更新该页面;
  • 修复该页面中已出现/潜在的问题
PlatformJump
外文名PlatformJump
插件类型Spigot / CraftBukkit
源地址http://dev.bukkit.org/bukkit-plugins/PlatformJump

分类:插件分类:插件分类:Spigot插件分类:CraftBukkit插件

想在空中跳跃吗?为了帮助你在空中跳得更高,当你在空中按住"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]