Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Tags
Creators
Details
Licensed MIT
Published last week
使用蹲下加副手機交換按鍵 來執行指定指令 Perform the command by pressing Crouch and Swap Hand simultaneously.
Permission
shiftf.usefor using Shift+Fshiftf.command.reloadfor the reload command
config.yml
# 是否取消原本 F 的副手交換行為。
cancel-hand-swap: true
# 權限節點:
# shiftf.use
# 預設給所有玩家,允許使用 Shift+F 觸發功能。
#
# shiftf.command.reload
# 預設給 OP,允許使用 /shiftf reload 重新載入設定。
#
# 觸發 Shift+F 後要執行的指令。
# 可用變數:
# %player% / %player_name% / %player_uuid%
# 指令前綴:
# [player] 以玩家身分執行
# [console] 以後台身分執行
trigger-commands:
- "[player] spawn"
- "[console] say %player_name% used Shift+F"

