PvP.sk
작동이 좀 이상하고 구문이 안맞는거같은데 어떻게 해야되나ㅏ요?
오류 내용을 가져오세요.
options:
Name: &6[PvP]
Cooltime: 20
every 1 second:
loop all players:
if {battle::%loop-player%} is set:
remove 1 from {battle::%loop-player%}
if {battle::%loop-player%} < 1:
clear {battle::%loop-player%}
send "{@Name} &cPvP 해제" to loop-player
on damage:
type of victim and attacker is player
set {battle::%attacker%} to {@Cooltime}
set {battle::%victim%} to {@Cooltime}
send "{@Name} &c%attacker% 님이 당신을 공격했습니다! 로그아웃하면 즉사합니다!" to victim
send "{@Name} &c당신은 &f%victim% &c님을 공격했습니다! 로그아웃하면 즉사합니다!" to attacker
on command:
if {battle::%player%} is set:
cancel event
send "{@Name} &c전투중에는 명령어 입력이 불가능합니다."
stop
on respawn:
{battle::%player%} is set
clear {battle::%player%}
on quit:
{%player%.battle} is set
kill the player
broadcast "{@Name} &f%player% &c님이 전투중 퇴장하였습니다." 중에서 {%player%.battle} is set 입니다
저분이 말하시는 오류 내용은 스크립트의 구문이 아니라 인게임에서 적용을 하고 리로드를 하면 나오는 오류를 말하는 겁니다!
https://www.koreaminecraft.net/plugin_lecture/3321464 정독하고 재질문 바랍니다.
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
코코냐
2023.01.18오류 내용을 가져오세요.
브런치
2023.01.18options:
Name: &6[PvP]
Cooltime: 20
every 1 second:
loop all players:
if {battle::%loop-player%} is set:
remove 1 from {battle::%loop-player%}
if {battle::%loop-player%} < 1:
clear {battle::%loop-player%}
send "{@Name} &cPvP 해제" to loop-player
on damage:
type of victim and attacker is player
set {battle::%attacker%} to {@Cooltime}
set {battle::%victim%} to {@Cooltime}
send "{@Name} &c%attacker% 님이 당신을 공격했습니다! 로그아웃하면 즉사합니다!" to victim
send "{@Name} &c당신은 &f%victim% &c님을 공격했습니다! 로그아웃하면 즉사합니다!" to attacker
on command:
if {battle::%player%} is set:
cancel event
send "{@Name} &c전투중에는 명령어 입력이 불가능합니다."
stop
on respawn:
{battle::%player%} is set
clear {battle::%player%}
on quit:
{%player%.battle} is set
kill the player
broadcast "{@Name} &f%player% &c님이 전투중 퇴장하였습니다." 중에서 {%player%.battle} is set 입니다
환타비
2023.01.18저분이 말하시는 오류 내용은 스크립트의 구문이 아니라 인게임에서 적용을 하고 리로드를 하면 나오는 오류를 말하는 겁니다!
qsef1256
2023.01.18https://www.koreaminecraft.net/plugin_lecture/3321464 정독하고 재질문 바랍니다.