| Realistic Swimming 真实游泳 | |
|---|---|
| |
让游泳变得更“现实” |
| 作 者 | 4a2e532e |
| 发布时间 | 2016年5月10日 |
| 支持核心 | Spigot | 原生版本 |
| 支持版本 | 1.13 |
插件详细介绍
RealisticSwimming 是一款 Minecraft 插件,旨在提供更逼真的游泳和坠落动画。它还包括盔甲重量和耐力系统,以增加游戏的真实感。该插件需要 Minecraft 1.9 或更高版本。
此插件使游泳看起来更逼真。动画的最小水深可配置,并且可以在创造模式下启用/禁用动画。
此功能是实验性的,必须在配置中手动激活。
插件增加了一个盔甲重量系统,可以禁用。盔甲的重量会影响冲刺游泳和耐力消耗。玩家可以通过在盔甲的 Lore 中添加 Weight: [数值] 来修改盔甲的重量。
如果重量超过最大冲刺重量,玩家将无法冲刺游泳。重量还会影响耐力消耗。当你开始游泳时,你会收到一条消息,告诉你当前的盔甲重量。如果你的盔甲重量超过最大冲刺重量,你会收到警告。
示例:
Weight: 100
插件还具有耐力系统,可以禁用。游泳时会显示一个耐力条,耐力会逐渐减少。当耐力耗尽时,玩家会溺水(可以禁用)。玩家需要离开水才能恢复耐力。
NoCheatPlus exemption ticks (0 = disabled): 200
#The time in ticks the player is exempted from NoCheatPlus checks when swimming or falling (0 to disable)
Minimal water depth: 1
#The minimal water depth for the animation to start
Enable swimming in creative mode: true
#Should the animation be enabled in creative mode?
Permissions required: false
Enable while swimming up: true
#Should the animation be enabled while swimming upwards?
Enable speed boost/sprinting: true
#Should the speed boost be enabled?
Sprint speed: 0.3
#The speed boost you get when sprinting while swimming
Enable fall animation: false
#Enables an experimental fall animation
Minimal fall distance: 3
#Minimal fall distance to activate the fall animation (integer).
#Values lower than 2 look glitchy.
Fall glide speed: 0.1
#The glide speed while the falling animation is active
Fall downward speed: 1
#The downward speed while the falling animation is active (has to be at least 0.5 or higher, values lower than 0.5 are glitchy)
Elytra looses durability while swimming: false
#Should the elytra loose durability while swimming?
EHM_compatibility mode (no speed boost when swimming up): false
#Disables speed boost when swimming up to prevent players from bypassing ExtraHardMode's weight system
Enable stamina: true
#Enables the stamina system
Enable drowning when out of stmina: true
#Enables drowning when out of stamina
Sprint stamina usage: 50
#The stamina usage when sprinting while swimming (integer)
Normal swimming stamina usage: 10
#The stamina usage when swimming at normal speed (integer)
Stamina update delay in ticks: 20
#The delay between stamina updates in ticks (1 second = 20 ticks).
#When using the boss bar, less delay will make the stamina bar look smoother.
Use BossBar to display stamina bar: true
#Should the stamina bar be displayed as a boss bar?
Enable armor-weight: true
#Should the armor weight system be enabled?
Max sprinting weight: 20
#The maximum armor weight a player is able to sprint with
Warn player when trying to sprint but to heavy: true
#Should players receive a warning message when trying to sprint but too heavy?
Show fullscreen warning when swimming in heavy armor: true
#Should a fullscreen warning be shown to players trying to swim in heavy armor?
Announce armor weight when starting to swim: true
Should the current armor weight be announced when starting to swim?
Diamond Helmet Weight: 10
Diamond Chestplate Weight: 10
Diamond Leggings Weight: 10
Diamond Boots Weight: 10
Iron Helmet Weight: 7
Iron Chestplate Weight: 7
Iron Leggings Weight: 7
Iron Boots Weight: 7
Chain Helmet Weight: 5
Chain Chestplate Weight: 5
Chain Leggings Weight: 5
Chain Boots Weight: 5
Gold Helmet Weight: 6
Gold Chestplate Weight: 6
Gold Leggings Weight: 6
Gold Boots Weight: 6
Leather Helmet Weight: 2
Leather Chestplate Weight: 2
Leather Leggings Weight: 2
Leather Boots Weight: 2
Swimming enabled: Swim animation enabled
#The message shown when you enable the swimming animation
Swimming disabled: Swim animation disabled
#The message shown when you disable the swimming animation
Falling enabled: Fall animation enabled
#The message shown when you enable the falling animation
Falling disabled: Fall animation disabled
#The message shown when you disable the falling animation
Stamina: Stamina
#The name of the stamina bar
Too heavy to sprint: You are too heavy to sprint!
#The message shown when you try to sprint but your armor is too heavy
Current armor weight is: 'Your current armor weight is:'
#The message announcing your armor weight
Heavy armor warning: Swimming in heavy armor is a bad idea!
#The fullscreen warning you get when you start swimming in heavy armor
Maximum sprinting weight is: 'Maximum sprinting weight is:'
#The message telling you what the maximum sprinting weight is
如果在配置中启用了权限,则只有具有所需权限的玩家才能使用动画。
rs.user.swim: 允许使用游泳动画rs.user.fall: 允许使用坠落动画rs.user.boost: 允许使用速度提升rs.admin.reload: 允许使用 /rs reload 命令重载配置rs.bypass.stamina: 允许绕过体力系统
rs.user.swim
#Allows you to use the swimming animation
rs.user.fall
#Allows the user to use the falling animation
rs.user.boost
#Allows you to use the speed boost
rs.admin.reload
#Allows you to reload the config using /rs reload
rs.bypass.stamina
#Allows you to bypass the stamina system
/rs reload: 重载配置/swim on: 启用游泳动画/swim off: 禁用游泳动画/fall on: 启用坠落动画/fall off: 禁用坠落动画
/rs reload reloads the config
/swim on enables the swimming animation
/swim off disables the swimming animation
/fall on enables the swimming animation
/fall off disables the swimming animation
此插件与以下插件不兼容:
Realistic Swimming 本身不支持 AAC,但 DrkMatr1984 制作了一个兼容插件,使 Realistic Swimming 与 AAC 兼容。您可以在这里找到它:链接
源代码可在 GitHub 上找到。