이해도 | 입문자(아무것도 몰라요) |
---|---|
게임버전 (JE) | 1.18.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.1 |
스크립트 애드온 | skRayfall, skUtilities, skQuery |
마크 서버로 지인들이랑 노는 사람인데요, 유튜브 보고 스크립트 따라 하다가 안되는 부분이 있어서 질문해요.
제가 혼자 했을땐 잘 됐는데, 다른사람들이 할때는 안된다고 하셔서 제가 op풀고 해봤더니, 안됐어요.
아이템 클릭하면 실행되는건데, op가 아니어도 되게 하려면 어떻게 수정해야 하나요? 초보라 자세히 알려주시면 감사하겠습니다...
보면서 한 영상 https://youtu.be/Z6q7fAeGCto
command /메뉴:
trigger:
open chest with 1 rows named "메뉴" to player
format slot 0 of player with compass named "스폰" with lore "&f스폰으로 이동" to close then run [execute op command "/spawn"]
format slot 1 of player with Knowledge Book named "튜토리얼" with lore "&f튜토리얼 실행" to close then run [execute op command "/tp -0.00 69 -47.00"]
format slot 2 of player with iron pickaxe named "기본템" with lore "&f기본 아이템 지급" to close then run [execute op command "/kit tools"]
format slot 3 of player with ender chest named "엔더 상자" with lore "&f엔더 상자를 엽니다" to run [execute op command "/ec"]
format slot 4 of player with oak planks named "집" with lore "&f집으로 갑니다" to run [execute op command "/home"]
format slot 5 of player with bell named "메일" with lore "&f받은 메일을 확인합니다" to close then run [execute op command "/mail read"]
format slot 6 of player with beacon named "문의" with lore "&f관리자를 부릅니다" and "&4장난시 제제될 수 있습니다" to close then run [execute op command "/helpop 님이 관리자를 찾습니다."]
format slot 7 of player with crying obsidian named "네더" with lore "&f네더로 이동합니다" to run [execute op command "/spawn" and "/tp 15 69 3"]
format slot 8 of player with End Portal Frame named "엔더" with lore "&f엔드로 이동합니다" to run [execute op command "/spawn" and "/tp 15 69 -3"]
다른 커뮤니티에 여쭤보니 execute op command라서 op만 사용할 수 있는 것 같다고 하셔서 op를 빼봤는데, 써보니까 버킷에서
오류: 플레이어를 찾을 수 없습니다.
라고 뜨고, 엔더상자도 클릭해봤더니
오류: 버킷에서는 ec 를 사용 할 수 없습니다. 게임에 접속하여 사용해주세요.
라고 떴습니다. 능력자분들 도와주세요 ㅠㅜㅠㅠㅜ
DoFights
2022.02.10스크립트는 이해하면서 해야 실력이 늡니다.. 일단 format slot ~~ to run[execute op command] 이런식으로 되어있는데 execute op command 를 execute player command로 하면 될겁니다
펜실
2022.02.10감사합니다. 그런데 럭펌으로 모두가 사용할 수 있게 해둔 기본템과 스폰은 잘 되는데, tp 명령어를 이용하는 튜토리얼, 집, 네더 엔더 가 되지 않습니다 ㅠㅠ
DoFights
2022.02.10플레이어를 텔포하려면 tp player 좌표로 해야할겁니다