ZoomSK
作者:rebot | 分类:模组
Minecraft 版本: 1.13 1.13.1 1.13.2 1.14 1.14.1 1.14.2 1.14.3 1.14.4 1.15 1.15.1 1.15.2 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: bukkit paper purpur
标签: utility
日本語
対応バージョン:
Java: 17+
サーバー: Spigot / Paper 1.13+
必須プラグイン: Skript, ProtocolLib
Skript: 2.9.5 想定
ProtocolLib: サーバーのMinecraftバージョンに対応したもの
- プレイヤーの見た目上のFOVを変更できます
- ズーム効果を作れます
- 一定時間だけズームして自動で戻せます
- resetで通常のFOVに戻せます
- 実際の歩行速度は変更しません
- 複数プレイヤーやすべてのプレイヤーにも使えます
注意:
クライアントのFOV設定そのものは変更できません。
ProtocolLibのパケットで「見た目のFOV効果」を変えています。
プレイヤー側の「視野の変化 / FOV Effects」が0%の場合、反映されない可能性があります。
English
Supported versions:
Java: 17+
Server: Spigot / Paper 1.13+
Required plugins: Skript, ProtocolLib
Skript: built against 2.9.5
ProtocolLib: use a version compatible with your Minecraft server version
- Change a player's visual FOV effect
- Create zoom effects
- Apply zoom temporarily and automatically reset it
- Reset the player back to normal FOV
- Does not change the player's real server-side walking speed
- Works with single players, multiple players, and all players
Notes:
This cannot change the client's actual FOV slider setting.
It uses ProtocolLib packets to change the visual FOV effect.
If the player's client-side "FOV Effects" setting is 0%, the effect may not be visible.
構文 / Syntax
# Range: 0–5
# The bigger the number, the more the image is zoomed in.
set fov of %players% to %number%
set %players%'s fov to %number%
reset fov of %players%
reset %players%'s fov
zoom %players% by %number%
zoom %players% by %number% for %number% seconds
例 / Examples:
command /zoom:
trigger:
zoom player by 5 for 3 seconds
command /fovhalf:
trigger:
set fov of player to 0.5
command /fovnormal:
trigger:
set fov of player to 1
command /fovreset:
trigger:
reset fov of player
command /allzoom:
trigger:
zoom all players by 4 for 5 seconds请登录后举报
暂无评论,抢个沙发吧~