이해도 | 입문자(아무것도 몰라요) |
---|---|
게임버전 (JE) | 관련없음, 1.18.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.1 |
스크립트 애드온 | skRayfall, skUtilities, skQuery |
마크 서버로 지인들이랑 노는 사람인데요, 유튜브 보고 스크립트 따라 하다가 안되는 부분이 있어서 질문해요.
제가 혼자 했을땐 잘 됐는데, 다른사람들이 할때는 안된다고 하셔서 제가 op풀고 해봤더니, 안됐어요.
아이템 클릭하면 실행되는건데, 전에 글을 올렸더니 execute op command를 execute player command 로 바꾸라고 하셔서 해봤더니 럭펌으로 오피가 없어도 쓸 수 있는 명령어인 스폰, 기본템 등은 작동하는데 오피가 있어야 하는 tp 명령어인 튜토리얼, 집, 네더, 엔더 등은 할 수가 없어요 ㅠㅠ 오피가 없어도 명령어를 쓸 수 있게 하는 법좀 알려주세요 ㅠㅠㅠ
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 player command "/spawn"]
format slot 1 of player with Knowledge Book named "튜토리얼" with lore "&f튜토리얼 실행" to close then run [execute player command "/tp -0.00 69 -47.00"]
format slot 2 of player with iron pickaxe named "기본템" with lore "&f기본 아이템 지급" to close then run [execute player command "/kit tools"]
format slot 3 of player with ender chest named "엔더 상자" with lore "&f엔더 상자를 엽니다" to run [execute player command "/ec"]
format slot 4 of player with oak planks named "집" with lore "&f집으로 갑니다" to run [execute player command "/home"]
format slot 5 of player with bell named "메일" with lore "&f받은 메일을 확인합니다" to close then run [execute player command "/mail read"]
format slot 6 of player with beacon named "문의" with lore "&f관리자를 부릅니다" and "&4장난시 제제될 수 있습니다" to close then run [execute player command "/helpop 님이 관리자를 찾습니다."]
format slot 7 of player with crying obsidian named "네더" with lore "&f네더로 이동합니다" to run [execute player command "/spawn" and "/tp 15 69 3"]
format slot 8 of player with End Portal Frame named "엔더" with lore "&f엔드로 이동합니다" to run [execute player command "/spawn" and "/tp 15 69 -3"]
execute op command일때는 다른사람들이 아무것도 못하고, execute player command 일때는 아까 썼던 내용과 같은 현상이 발생합니다 ㅠㅠㅠㅠ
예전에 썼던 글입니다
댓글이 없습니다.
새로운 댓글을 등록해 주세요!