1 366
收录服务器
1 956
注册
27 265
玩家
JumpPads Plugin 跳板插件
使用JumpPad缩短您的世界
作 者 SnapDrive
发布时间 2015年12月30日
支持核心 Spigot
原生版本
支持版本
点此下载

JumpPads 插件允许玩家通过金 pressure plate 或冰霜 pressure plate 轻松创建跳跃点。玩家可以通过指令控制 JumpPads 的开关,并且可以自定义跳跃高度、距离、压力板类型以及是否开启防摔落等功能。

🎉

JumpPads 插件

⚙️安装

  1. 下载插件
  2. 将插件放入服务器的 plugins 文件夹中
  3. 重启服务器或执行 /rl 命令
  4. 放置一个金 pressure plate 在地面上,或将一个石 pressure plate 放置在冰霜之路上以创建 JumpPad。
  5. 尽情享受你的 JumpPad 吧!

📝 功能计划

  • JumpPads /on + /off 命令 ✔
  • 在配置文件中保存 JumpPads 的开关状态 ✔
  • 在配置文件中更改 JumpPads 的高度/距离 ✔
  • 在配置文件中更改压力板类型
  • 无摔落伤害 ✔
  • 在配置文件中启用/禁用无摔落伤害 ✔

📺 视频教程

我的 YouTube 频道:YouTube Kanal

⌨️ 命令 & 权限

  • /JumpPads - JumpPads.configuration
  • /JumpPads on - JumpPads.configuration
  • /JumpPads off - JumpPads.configuration
  • /JumpPads Configuration - JumpPads.configuration

📄 配置文件示例


#----------------------------------------------------------------------------------------------------------------------#
#                                                                                                                      #
#                  JumpPads by. xxschneckexx                                                                          #
#                                                                                                                      #
#----------------------------------------------------------------------------------------------------------------------#

JumpPads:
  Active: true
  NoFallDamage: true
  JumpHigh: 2
  JumpLong: 7

  Golden_Pressure_Plate: true
  Packed_Ice_Pressure_Plate: true
  # If you have any questions or problems, just contact me in the SpigotMC forum.
  # I am happy to help.

  # Here you can change the messages of the plugin.
Messages:
  Prefix: '&8[&aJumpPads&8]&7'
  JumpPadsOn: '&aJumpPads are now &a&lON&7.'
  JumpPadsOff: '&aJumpPads are now &c&lOFF&7.'
  NoPermissions: '&cYou don''t have permissions to do that!'
  ReloadConfig: '&aConfig reloaded!'