Skip to content

乗り物に乗っているプレイヤーの入力した移動キーを取得する事ができるライブラリ

License

Notifications You must be signed in to change notification settings

yavu/VehicleKeyDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VehicleKeyDetection

乗り物に乗っているプレイヤーの入力した移動キーを取得する事ができるライブラリ

対応バージョン: 1.16~


DL

こちらをDLして下さい

使い方

キー検知したいプレイヤーを対象にfunction yv_key_detection:coreを毎tick実行することで、その時押している移動キーに応じたtagが付与されます

# 移動キーのtagを付与
execute as @s run function yv_key_detection:core

# 前進キーが押されているなら"W"とチャット
execute as @s[tag=Yv_Key_Front] run say

# 前進キーと右移動キーが両方押されているなら"W+D"とチャット
execute as @s[tag=Yv_Key_Front,tag=Yv_Key_Right] run say W+D

注意事項

  • チャンク0, 0がforceloadされます

連絡先

Twitter

About

乗り物に乗っているプレイヤーの入力した移動キーを取得する事ができるライブラリ

Resources

License

Stars

Watchers

Forks

Packages

No packages published