이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 1.20.x |
스크립트 버전 | 2.8.2 |
스크립트 애드온 | SharpSK |
다이아몬드 관련 방어구들은 잘 적용되는데, 네더라이트 방어구만 적용이안되요. 뭐가 문제인지 잘 모르겠어요
에드온:
- SharpSK 1.6.3
- Skript 2.8.2
- EssentialsX-2.20.1
- ProtocolLib
- skRayFall v1.9.28
on armor equip:
if event-item is Netherite Chestplate:
if name of event-item contains "&6임모탈":
apply potion of saturation to player for 999 day
apply potion of absorption of tier 5 to player for 999 day
set the maximum health of the player to 20
message "&6체력증가, 배부름, 피해흡수 효과를 얻습니다" to player
on armor unequip:
if event-item is Netherite Chestplate:
if name of event-item contains "&6임모탈":
execute console command "/effect clear %player% minecraft:absorption"
execute console command "/effect clear %player% minecraft:saturation"
set the maximum health of the player to 10
message "&6체력증가, 배부름, 피해흡수 효과가 없어집니다" to player
sk reload 적용됬으나, 막상 인게임에서 해보면 네더라이트만 적용 안되는 현상 발생
댓글이 없습니다.
새로운 댓글을 등록해 주세요!