Falk0103 1d22d4a68a784e33a63e4b96079fd162
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 최신 |
스크립트 애드온 | 다있어요 |
command /접속시간 [<text>] [<player>]:
trigger:
if arg 1 is not set:
message "{@서버} &e&l나의 접속시간 입니다 &f&l: %{time.%player%}% 시간"
message "&f"
message "{@서버} &7&l1 시간마다 접속 코인을 줍니다."
message "{@서버} &f&l제작 _ 빈지노"
if player is op:
message "{@서버} &f&l/접속시간 보상"
if arg 1 is "보상":
if player is op:
open chest with 6 row named "&e&l접속시간 보상" to player
loop 54 times:
add 1 to {_player}
set slot {_player}-1 of current inventory of player to {time.chest::%{_player}%}
on join:
if {add.time.%player%} is not set:
set {add.time.%player%} to now
add 1 hour to {add.time.%player%}
wait 1 seconds
message ""
message ""
message "{@서버} &f&l지금부터 한시간 뒤 접속코인이 지급됩니다!"
message ""
message ""
stop
on quit:
if {add.time.%player%} is set:
delete {add.time.%player%}
on inventory close:
if event-inventory's name contains "&e&l접속시간 보상":
delete {time.chest::*}
loop all items in player's current inventory:
add 1 to {_player}
set {time.chest::%{_player}%} to loop-item
/접속시간 보상 이라고 치니깐 아무반응도 안합니다 어떻게해야하나요 도와주세여..
댓글이 없습니다.
새로운 댓글을 등록해 주세요!