이해도 | 1.12 |
---|---|
게임버전 (JE) | 스피곳 |
게임버전 (BE) | skellett, skbee 이거 중요한거고 다른것도 많아요 |
command /book <integer>:
trigger:
set {_book} to a book
if arg 1 is 1:
set {_t} to text component from "hi"
set hover event of {_t} to a new event showing "click!"
set click event of {_t} a new event to open url "https://youtube.com"
send component {_t} to player
open book {_book} to player
북 클릭하면 되는건데
이거 skbee로 한건데 안되네요
command /book <integer>:
trigger:
set {_book} to a new book
#SUGGEST_COMMAND and OPEN_FILE doesn't work in books. It is a chat only feature. Which is coming soon!
if arg 1 is 1:
set {_component} to a new text component with "Hello world!%nl%%nl%&5&lExample %arg 1%!"
add hover event with action SHOW_TEXT with text "&5This message is a hover!" to text component {_component}
add text component {_component} to book {_book}
open book {_book} to player
이건 skellett 버전인데 둘다 오류나요
진짜 몇 시간째 연구중입니다
아시는 분은 빨리 알려주세요
스크립터브혼
2020.11.07마인크래프트 1.16.1
스크립트 2.5
Skbee 1.8.2
이상 없이 잘 동작합니다. 버전 호환 문제인것 같습니다.
플러그인 없는 순정 서버에서 스크립트, Skbee 애드온만 넣고 테스트해보시길 바랍니다.
그리고 사용된 버전도 같이 알려주세요.
플러그인배우는중
2020.11.08역시 브혼님 감사합니다
플러그인배우는중
2020.11.08아 혹시 skellett 도 되나요
스크립터브혼
2020.11.08skellett는 해보지 않았습니다 skellett보다 skbee를 추천드려요.