攻撃をチャージしていなかった時のダメージを0にしたい
コード(Skripthubにある例文?みたいなやつ)
内部エラーが出てattack cooldown of attackerが取得できません
PRではattack cooldown of attackerを使うことはできないのでしょうか。
10 Replies
/viewer
java.lang.NoSuchMethodError: org.bukkit.entity.HumanEntity.getAttackCooldown() なんでversionあってないみたいですね
鯖のバージョンなんですか?
1.12.2です
skript2.6.3です
PlayerRealmsです
それです原因
1.12で2.6やもんなぁ、、
PRじゃむりですか?
ba-zyonn sagerebaiinodeha ?
https://skripthub.net/docs/?id=6650
attack cooldown of attacker がSkript Ver2.6.1からなんですよね。。
Skript Hub - Documentation
Attack Cooldown (Expression) - Skript
Returns the current cooldown for a player's attack. This is used to calculate damage, with 1.0 representing a fully charged attack and 0.0 representing a non-charged attack.
NOTE: Currently this can not be set to anything.
無理っすね
中のコード見てどう動いてるかみましょう
HumanEntity.getAttackCooldown() 野中
ほかの取得方法ないんかね
そもそもアタッククールダウンって
何で管理されてるんや?
playerのnbt?
だとしたら多分取れるよね