1 184
收录服务器
1578
注册
140 963
玩家
Ridables 骑乘 操控任何生物 WASD 控制
使用完全的WASD控制骑行和控制任何暴徒
作 者 BillyGalbreath
发布时间 2018年7月22日
支持核心 Spigot
原生版本
支持版本 1.13
点此下载

🐴Ridables - 骑乘生物插件

Ridables 允许玩家骑乘 Minecraft 中的各种生物,并使用 WASD 键控制它们。部分生物还具有特殊能力,可以通过空格键或鼠标点击触发。非常适合作为赞助者特权或服务器娱乐功能。

❓关于 Minecraft 版本支持

请注意,Ridables 插件对 Minecraft 版本敏感。每个版本都是针对特定 Minecraft 版本构建的。这意味着插件会随着 Minecraft 协议版本的更新而更新,并放弃对旧版本的支持。

如果您坚持使用旧版本 Minecraft,请在 GitHub 上的版本历史记录中选择与您的 Minecraft 版本对应的 Ridables 插件版本。旧版本中的错误将永远存在,不会进行修复。

如果您使用的是存在数百个已知错误的 Minecraft 1.13 版本,则可以使用 Ridables 插件的 v2.35 版本。如果您使用的是 Minecraft 1.13.1 或更高版本,则可以使用最新版本的 Ridables。

ℹ️更多信息请访问 Wiki

更多信息,包括安装、配置、权限等,请访问 GitHub 上的 Wiki 页面:

https://git.io/ridables

🔗链接

⭐评价

如果您喜欢这个插件,请在评论区留下您的评价。请不要在评论区报告错误或寻求支持,请使用 Discussions 选项卡、GitHub Issues 或 Discord 与开发者联系。

📊bStats

(此处省略 bStats 相关内容)

🙏特别感谢

感谢 YourKit 为开源项目提供支持,提供的 Java 和 .NET 应用程序分析器,使 Ridables 能够不断优化。

🛡️权限节点

ridables.ride

允许玩家骑乘生物。

ridables.ride.<生物名称>

允许玩家骑乘特定类型的生物,例如:

  • ridables.ride.pig
  • ridables.ride.cow
  • ridables.ride.chicken

ridables.interact

允许玩家与骑乘生物进行交互(例如: Creeper爆炸,Endermen拿起/放置方块,Ghast发射火球)。

ridables.interact.<生物名称>

允许玩家与特定类型的骑乘生物进行交互,例如:

  • ridables.interact.creeper
  • ridables.interact.enderman
  • ridables.interact.ghast

ridables.bypass

允许玩家忽略骑乘生物的冷却时间或其他限制。

⚙️配置示例


# Configuration file for Ridables
#
# Changing these values requires a server restart.

Settings:
  Debug: false
  Update-Check: true
  Use-Permissions: false
  # Delay in ticks before a new animal can be mounted.
  Mount-Delay: 0
  # Whether to apply a potion effect to nearby players to let them know someone is riding something
  Show-Riders: false
  Show-Rider-Potion: GLOWING
  # Maximum distance to find players to apply glowing effect.
  Show-Rider-Range: 20
  # Default vertical offset for all sitting entities on top of rideable entities.
  Sitting-Offset: 0.0
  # Automatically dismount the rider when the vehicle dies.
  Dismount-On-Death: true
  # Whether to remove the AI of the ridden entity.  This will prevent things like chickens laying eggs.
  Remove-AI: false
  # Fall damage multiplier applied to the rider.  0.0 is no damage, 1.0 is normal damage.
  Fall-Damage-Multiplier: 1.0
  # Max speed any ridable entity can go.  This is a hard cap.  Entities can not go faster than this value, no matter what you configure.
  Max-Speed: 1.0

Entities:
  Bat:
    Enabled: false
  Cat:
    Enabled: true
  Chicken:
    Enabled: true
    Forward: 0.2
    Backward: 0.1
    Sideways: 0.15
  Cod:
    Enabled: false
  Cow:
    Enabled: true
    Forward: 0.2
    Backward: 0.1
    Sideways: 0.15
  Creeper:
    Enabled: true
    Forward: 0.4
    Backward: 0.2
    Sideways: 0.3
    Special:
      Enabled: true
      Damage: 40
      Radius: 5
  Dolphin:
    Enabled: false
  Donkey:
    Enabled: true
    Forward: 0.3
    Backward: 0.15
    Sideways: 0.225
  Dragon:
    Enabled: false
  ElderGuardian:
    Enabled: false
  Enderman:
    Enabled: true
    Forward: 0.5
    Backward: 0.25
    Sideways: 0.375
    Special:
      Enabled: true
      Drop-Chance: 0.1
  Endermite:
    Enabled: false
  Evoker:
    Enabled: false
  Fox:
    Enabled: true
    Forward: 0.4
    Backward: 0.2
    Sideways: 0.3
  Ghast:
    Enabled: true
    Forward: 0.4
    Backward: 0.2
    Sideways: 0.3
    Special:
      Enabled: true
      Recharge: 100
  Guardian:
    Enabled: false
  Horse:
    Enabled: true
    Forward: 0.4
    Backward: 0.2
    Sideways: 0.3
  Husk:
    Enabled: false
  IronGolem:
    Enabled: true
    Forward: 0.3
    Backward: 0.15
    Sideways: 0.225
  Llama:
    Enabled: true
    Forward: 0.3
    Backward: 0.15
    Sideways: 0.225
  MagmaCube:
    Enabled: false
  Mule:
    Enabled: true
    Forward: 0.3
    Backward: 0.15
    Sideways: 0.225
  MushroomCow:
    Enabled: true
    Forward: 0.2
    Backward: 0.1
    Sideways: 0.15
  Ocelot:
    Enabled: true
    Forward: 0.2
    Backward: 0.1
    Sideways: 0.15
  Panda:
    Enabled: true
    Forward: 0.2
    Backward: 0.1
    Sideways: 0.15
  Parrot:
    Enabled: false
  Phantom:
    Enabled: false
  Pig:
    Enabled: true
    Forward: 0.2
    Backward: 0.1
    Sideways: 0.15
  Pillager:
    Enabled: false
  PolarBear:
    Enabled: true
    Forward: 0.3
    Backward: 0.15
    Sideways: 0.225
  Pufferfish:
    Enabled: false
  Rabbit:
    Enabled: true
    Forward: 0.3
    Backward: 0.15
    Sideways: 0.225
  Ravager:
    Enabled: false
  Salmon:
    Enabled: false
  Sheep:
    Enabled: true
    Forward: 0.2
    Backward: 0.1
    Sideways: 0.15
  Shulker:
    Enabled: false
  Silverfish:
    Enabled: false
  Skeleton:
    Enabled: false
  SkeletonHorse:
    Enabled: true
    Forward: 0.4
    Backward: 0.2
    Sideways: 0.3
  Slime:
    Enabled: false
  Spider:
    Enabled: true
    Forward: 0.3
    Backward: 0.15
    Sideways: 0.225
  Squid:
    Enabled: false
  Stray:
    Enabled: false
  TropicalFish:
    Enabled: false
  Turtle:
    Enabled: false
  Vex:
    Enabled: false
  Villager:
    Enabled: false
  Vindicator:
    Enabled: false
  Witch:
    Enabled: false
  Wither:
    Enabled: false
  WitherSkeleton:
    Enabled: false
  Wolf:
    Enabled: true
    Forward: 0.3
    Backward: 0.15
    Sideways: 0.225
  Zombie:
    Enabled: false
  ZombieHorse:
    Enabled: true
    Forward: 0.4
    Backward: 0.2
    Sideways: 0.3
  ZombieVillager:
    Enabled: false