Use 'attacker' and/or 'victim' in damage/death events
で実行すると
Use 'attacker' and/or 'victim' in damage/death events
というエラーが出ます。。。
解決方法ありますか...14 Replies
あと前までちゃんと動いていたのにサーバー再起動すると急にエラー出ました
broadcast "%attacker%"
だといけました.......
Solution
is a player
is not a playerでいけるらしい
エラーなしです!いけました
ありがとうございます!
まじ?
いいですか
タイプを比較するには
type of is
is a
is of type
特に3つ目はあまり知られてないと思います
https://skripthub.net/docs/?id=1168
Skript Hub - Documentation
Is of Type (Condition) - Skript
Checks whether an item of an entity is of the given type. This is mostly useful for variables, as you can use the general 'is' condition otherwise (e.g. 'victim is a creeper').
Type
https://skripthub.net/docs/?id=2169
https://github.com/SkriptLang/Skript/blob/master/src/main/resources/lang/readme.txt
https://github.com/SkriptLang/Skript/blob/master/src/main/java/ch/njol/skript/classes/data/SkriptClasses.java#L98
Expression
https://skripthub.net/docs/?id=922
Condition
https://skripthub.net/docs/?id=1168
a | an って変えられるのかな?
英文法的な細かいチェックはしてないと思う
だからどっちでいいかな?
三単現とかもお構い無しだしね
(doesn't contains はだめなもよう)
いや、
https://github.com/SkriptLang/Skript/blob/1a009cdb1419292046de0e95429bcb40eaaaab15/src/main/resources/lang/default.lang#L17C9-L17C9
このgendersってセクションでaiueoとかに変えられるのかなと思ってlangに追加してみたけど無理だったので別のやり方があるのかなと思いました
doesn't containsがダメなのは構文を見ればわかると思う
https://skripthub.net/docs/?id=1154
githubにjapanese.langあるんだね
https://github.com/SkriptLang/Skript/blob/master/src/main/resources/lang/japanese.lang
それ2.7.0で日本語対応したときからのものかな
https://github.com/SkriptLang/Skript/commits/master/src/main/resources/lang/japanese.lang
https://github.com/SkriptLang/Skript/tags#toggle-commit-2.7.2
2.7.2から追加されてるけど、langファイル自体は9ヵ月前からあるみたい
ここでjapanese.lang配布してる時点ではもう公式のgithubにあったみたいだね
don't(do not) contain/doesn't(does not) containなんやろなぁ