빛나는토마토
대표칭호 없음
Tomato105 4a7a3e2f6add4cc7bbe412b198b15cbd
이해도 | 플러그인 |
---|---|
게임버전 (JE) | 버킷 |
@Override public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) { if (label.equalsIgnoreCase("hello")) { Player p = (Player) sender; p.sendMessage("WELCOME TO OUR SERVER!"); } return true; }
이렇게 쓰고 나서
plugin.yml에
commands: hello:
이렇게 썼는데 실행은 잘 되지만
Schema validation: Incompatible types.<br/>Required: object. Actual: null. 라고 경고가 뜨네요.
왜 뜨는 건가요?
+ 아이템에 아무 인첸트도 붙이지 않고 인첸트가 붙은 것처럼 오로라 같은게 생기게 하려면 어떻게 하나요?
+ 돈처럼 플레이어마다 다른 변수를 만들려면 어떻게 하나요?
+nbt가 달려있는 아이템을 만드려면 어떻게 하나요?
+PotionEffect를 PotionEffectType으로 변환(PotionEffect의 종류)하려면 어떻게 하나요?
명이
2022.03.27commands:
hello:
description : 대충 아무거나
이렇게 쓰셔야지 될것 같아요
hello:
저는 저렇게 쓰는데
commands:
- hello
라고 쓰셔도 될수도 있어요