Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Tags
Creators
Details
Licensed MIT
Published 19 hours ago
Updated 3 weeks ago
日本語
対応バージョン: 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


