개인 자료란 (JE)

  서버 커뮤니티

Profile 김로나 대표칭호 없음
Profile

질문하기 스크립트

스크립트 이상하다는데 이유가 뭔지 모르겠어요 ㅠㅠㅠ

2024.06.06 조회 수 58 추천 수 0
이해도 입문자 
게임버전 (JE) 관련없음 
게임버전 (BE) 관련없음 
스크립트 버전 Skript-2.9.0-beta1 
스크립트 애드온 없습니다 

command /sethome:

    trigger:

        set {home::%player%} to player's location

        send "&a집이 설정되었습니다!" to player

command /집귀환서:

    permission: operator.set

    trigger:

        give 1 of written book named "&a집 귀환서" with lore "&b집으로 귀환합니다." to player

        send "&a집 귀환서를 받았습니다!" to player

on right click with written book:

    if name of player's tool is "&a집 귀환서":

        if {home::%player%} is set:

            teleport player to {home::%player%}

            send "&a집으로 텔레포트되었습니다!" to player

            remove 1 of player's tool from player's tool

        else:

            send "&c집이 설정되어 있지 않습니다. /sethome 명령어를 사용하여 집을 설정해주세요." to player


remove 에서 오류가 났다는데 수정을 어떻게 할지 감이 안잡혀요 검색해봐도 잘 모르겠구요 ㅠㅠ 도와주세요

1개의 댓글

windy_wind
2024.06.08

remove 1 from item amount of player's tool