마인크래프트 커맨드블록 모드 공략, 원 커맨드
레드스톤 마법 책
(magic redstone handbook)
마인크래프에서 모든 것을 쉽게 관리할 수 있습니다.
1. 소개
적용 되는 버전 : 1.8+
적합한 게임 모드 : 크리에이티브
이 모드는 엔티티 청소, 날씨 조절, 시간 조절 등 마인크래프트의 모든 것을 관리할 수 있는 책을 줍니다. 커맨드 입력이 귀찮으시거나 어려우신 분들에게 좋겠네요. 크리에이티브 모드에서 정말, 정말 좋은 모드입니다.
크리에이티브에 참~ 좋은데, 어떻게 표현할 방법이 없네
2. 마법 책
(1) 얻는 방법/사용법
다른 원 커맨드처럼 커맨드 안에다가 코드를 복사해주세요.
그 후 다음과 같이 버튼 하나만 달아주세요. 이 버튼을 누르면 책을 얻는 것이 가능합니다. 이제 만들어진 책의 파란색 부분을 클릭해주시면 됩니다.
(2) 기능
1) 청소
① 엔티티 청소
100블록 이내나 서버 전체의 엔티티(동물, 몹, 아이템)을 한번에 죽입니다. 랙이 많이 걸릴 때 유용하겠네요.
② 스코어보드
플레이어 혼자나 서버 전체의 스코어보드를 초기화시켜줍니다.
2) 받기
베리어, 커맨드 블록, 커맨드 마인 카트, 드레곤 알, 몹 스포너를 받을 수 있습니다.
3) 게임 설정
난이도 설정이나 게임모드 설정을 바꿀 수 있습니다.
4) 시간
시간을 앞당기거나, 낮/밤으로 바꾸거나, 아예 시간이 바뀌지 않도록 할 수 있습니다.
5) 날씨
날씨를 바꾸거나 아예 날씨가 항상 화창하도록 바꿀 수 있습니다.
6) 소환
킬러 토끼, 자이언트 좀비, 엔더 크리스탈, 번개등 여러가지 엔티티들을 소환 할 수 있습니다.
7) 기타 설정
몹이 지형을 파괴하는지(몹 그리핑), 죽었을 때 아이템을 떨어트리는지(인벤토리), 블록이나 몹이 아이템을 떨어트리는지(몹 루트, 타일 드롭)등 여러가지 기타 설정을 바꿀 수 있습니다.
혹시 해깔리는 기타 설정이 있으면 댓글로 말해주세요.
8) 도움말
최신 버전을 받을 수 있는 제작자 홈페이지로 이동 할 수 있습니다. 또한 여러가지 기능에 대한 도움말 페이지로 갈 수 있습니다.
3. 모드 설치 방법
(1) 설치 방법
소개 및 설치 방법을 확인해주세요. 아래에 있는 코드를 복사해서 커맨드블록에 붙여넣기 해주시면 됩니다.
(2) 코드
1) 한글 패치 버전
한글 패치는 제가 직접 하였습니다. 오역이 있다면 말해주세요.
give @p written_book 1 0 {title:"Magic Book",author:"The_Webmage",pages:[
"{text:'청소\n\n',extra:[
{text:'* 엔티티\n',color:black},
{text:' 100 블록',color:dark_aqua,clickEvent:{action:run_command,value:'/kill @e[type=!Player,r=100]'}},
{text:' | ',color:black},
{text:'글로벌\n',color:dark_aqua,clickEvent:{action:run_command,value:'/kill @e[type=!Player]'}},
{text:'* 스코어보드\n',color:black},
{text:' 플레이어',color:dark_aqua,clickEvent:{action:run_command,value:'/scoreboard players reset @p'}},
{text:' | ',color:black},
{text:'글로벌\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/scoreboard players reset *'}},
{text:'받기\n\n',color:black},
{text:'* 베리어\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p barrier'}},
{text:'* 커맨드 블록\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p command_block'}},
{text:'* 커맨드 마인카트\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:command_block_minecart'}},
{text:'* 드레곤 알\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:dragon_egg'}},
{text:'* 몹 스포너\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:mob_spawner'}}]}",
"{text:'게임 설정\n\n',extra:[
{text:'* 평화로움\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 0'}},
{text:'* 쉬움\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 1'}},
{text:'* 보통\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 2'}},
{text:'* 어려움\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 3'}},
{text:'* 서바이벌\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 0'}},
{text:'* 크리에이티브\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 1'}},
{text:'* 어드벤쳐\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 2'}},
{text:'* 스펙터',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 3'}}]}",
"{text:'시간\n\n',extra:[
{text:'* 시간 앞당기기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time add 1000'}},
{text:'* 시간 설정: ',color:black},
{text:'낮',color:dark_aqua,clickEvent:{action:run_command,value:'/time set day'}},
{text:' | ',color:black},
{text:'밤\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time set night'}},
{text:'* 일주기: ',color:black},
{text:'켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle true'}},
{text:' | ',color:black},
{text:'끄기\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle false'}},
{text:'날씨\n\n',color:black},
{text:'* 기본\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather clear'}},
{text:'* 끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather clear 1000000'}},
{text:'* 비\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather rain 1000000'}},
{text:'* 천둥',color:dark_aqua,clickEvent:{action:run_command,value:'/weather rain 1000000'}}]}",
"{text:'소환\n\n',extra:[
{text:'* 충전된 크리퍼\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Creeper ~ ~ ~ {powered:1}'}},
{text:'* 엔더 드래곤\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon EnderDragon'}},
{text:'* 엘더 가디언\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Guardian ~ ~ ~ {Elder:1b}'}},
{text:'* 자이언트\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Giant'}},
{text:'* 킬러 토끼\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Rabbit ~ ~ ~ {RabbitType:99}'}},
{text:'* 위더 스켈레톤\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Skeleton ~ ~ ~ {SkeletonType:1,Equipment:[{id:minecraft:stone_sword}]}'}},
{text:'* 엔더 크리스탈\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon EnderCrystal ~ ~1 ~'}},
{text:'* 번개\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon LightningBolt'}}]}",
"{text:'기타 설정 I\n\n',color:black,extra:[
{text:'* 커맨드 피드백\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback true'}},
{text:' | ',color:black},
{text:'끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback false'}},
{text:'* 커맨드 출력\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput true'}},
{text:' | ',color:black},
{text:'끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput false'}},
{text:'* 사망 메시지\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages true'}},
{text:' | ',color:black},
{text:'끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages false'}},
{text:'* 불 번짐\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick true'}},
{text:' | ',color:black},
{text:'끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick false'}},
{text:'* 몹 루트\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot true'}},
{text:' | ',color:black},
{text:'끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot false'}}]}",
"{text:'기타 설정 II\n\n',color:black,extra:[
{text:'* 몹 스폰\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning true'}},
{text:' | ',color:black},
{text:'끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning false'}},
{text:'* 타일 드롭\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops true'}},
{text:' | ',color:black},
{text:'끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops false'}},
{text:'* 인벤토리\n',color:black},
{text:' 가지고 있음',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory true'}},
{text:' | ',color:black},
{text:'떨어트림\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory false'}},
{text:'* 몹 그리핑\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing true'}},
{text:' | ',color:black},
{text:'끄기\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing false'}},
{text:'* 체력 재생\n',color:black},
{text:' 켜기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration true'}},
{text:' | ',color:black},
{text:'끄기',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration false'}}]}",
"{text:' A creation of /u/The_Webmage.\nMagic Book v1.3\n\nWant to check and see if you have the latest version? The \/give command can be found ',extra:[
{text:'Here.\n\n',color:dark_aqua,clickEvent:{action:open_url,value:'http://github.com/TheWebmage/commands-json/blob/master/Magic%20Book'}},
{text:'Translation(번역) by yellow_lama\n',color:black},
{text:'도움말은 여기 클릭',color:dark_aqua,clickEvent:{action:open_url,value:'http://retrogame.tistory.com/entry/O1CB-I-3'}}]}"
]}
2) 영문 버전
give @p written_book 1 0 {title:"Magic Book",author:"The_Webmage",pages:[
"{text:'Clear\n\n',extra:[
{text:'* Entities\n',color:black},
{text:' 100 blocks',color:dark_aqua,clickEvent:{action:run_command,value:'/kill @e[type=!Player,r=100]'}},
{text:' | ',color:black},
{text:'Global\n',color:dark_aqua,clickEvent:{action:run_command,value:'/kill @e[type=!Player]'}},
{text:'* Scoreboard\n',color:black},
{text:' Player',color:dark_aqua,clickEvent:{action:run_command,value:'/scoreboard players reset @p'}},
{text:' | ',color:black},
{text:'Global\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/scoreboard players reset *'}},
{text:'Give\n\n',color:black},
{text:'* Barrier\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p barrier'}},
{text:'* Command Block\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p command_block'}},
{text:'* Command Minecart\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:command_block_minecart'}},
{text:'* Dragon Egg\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:dragon_egg'}},
{text:'* Mob Spawner\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/give @p minecraft:mob_spawner'}}]}",
"{text:'Game Settings\n\n',extra:[
{text:'* Peaceful\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 0'}},
{text:'* Easy\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 1'}},
{text:'* Normal\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 2'}},
{text:'* Hard\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/difficulty 3'}},
{text:'* Survival\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 0'}},
{text:'* Creative\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 1'}},
{text:'* Adventure\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 2'}},
{text:'* Spectator',color:dark_aqua,clickEvent:{action:run_command,value:'/gamemode 3'}}]}",
"{text:'Time\n\n',extra:[
{text:'* Advance time\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time add 1000'}},
{text:'* Set time: ',color:black},
{text:'Day',color:dark_aqua,clickEvent:{action:run_command,value:'/time set day'}},
{text:' | ',color:black},
{text:'Night\n',color:dark_aqua,clickEvent:{action:run_command,value:'/time set night'}},
{text:'* Day cycle: ',color:black},
{text:'On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle true'}},
{text:' | ',color:black},
{text:'Off\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doDaylightCycle false'}},
{text:'Weather\n\n',color:black},
{text:'* Default\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather clear'}},
{text:'* Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather clear 1000000'}},
{text:'* Rain\n',color:dark_aqua,clickEvent:{action:run_command,value:'/weather rain 1000000'}},
{text:'* Thunder',color:dark_aqua,clickEvent:{action:run_command,value:'/weather rain 1000000'}}]}",
"{text:'Summon\n\n',extra:[
{text:'* Charged Creeper\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Creeper ~ ~ ~ {powered:1}'}},
{text:'* Ender Dragon\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon EnderDragon'}},
{text:'* Elder Guardian\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Guardian ~ ~ ~ {Elder:1b}'}},
{text:'* Giant\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Giant'}},
{text:'* Killer Rabbit\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Rabbit ~ ~ ~ {RabbitType:99}'}},
{text:'* Wither Skeleton\n\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon Skeleton ~ ~ ~ {SkeletonType:1,Equipment:[{id:minecraft:stone_sword}]}'}},
{text:'* Ender Crystal\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon EnderCrystal ~ ~1 ~'}},
{text:'* Lightning\n',color:dark_aqua,clickEvent:{action:run_command,value:'/summon LightningBolt'}}]}",
"{text:'Other Settings I\n\n',color:black,extra:[
{text:'* Command Feedback\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback true'}},
{text:' | ',color:black},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule sendCommandFeedback false'}},
{text:'* Command Output\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput true'}},
{text:' | ',color:black},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule commandBlockOutput false'}},
{text:'* Death Messages\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages true'}},
{text:' | ',color:black},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule showDeathMessages false'}},
{text:'* Fire Tick\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick true'}},
{text:' | ',color:black},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doFireTick false'}},
{text:'* Mob Loot\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot true'}},
{text:' | ',color:black},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobLoot false'}}]}",
"{text:'Other Settings II\n\n',color:black,extra:[
{text:'* Mob Spawns\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning true'}},
{text:' | ',color:black},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doMobSpawning false'}},
{text:'* Tile Drops\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops true'}},
{text:' | ',color:black},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule doTileDrops false'}},
{text:'* Inventory\n',color:black},
{text:' Keep',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory true'}},
{text:' | ',color:black},
{text:'Drop\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule keepInventory false'}},
{text:'* Mob Griefing\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing true'}},
{text:' | ',color:black},
{text:'Off\n',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule mobGriefing false'}},
{text:'* Regeneration\n',color:black},
{text:' On',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration true'}},
{text:' | ',color:black},
{text:'Off',color:dark_aqua,clickEvent:{action:run_command,value:'/gamerule naturalRegeneration false'}}]}",
"{text:' A creation of /u/The_Webmage.\nMagic Book v1.3\n\nWant to check and see if you have the latest version? The \/give command can be found ',extra:[
{text:'Here.',color:dark_aqua,clickEvent:{action:open_url,value:'http://github.com/TheWebmage/commands-json/blob/master/Magic%20Book'}}]}"
]}
https://github.com/TheWebmage/commands-json/blob/master/Magic%20Book/ 를 참고하셔도 좋습니다.
4. 참고사항
제작자 레딧 페이지 : https://www.reddit.com/user/The_Webmage
관련 유튜브 동영상 : https://youtu.be/9yW6IRtJisQ
'마인크래프트 > 원커맨드 모드' 카테고리의 다른 글
[기술 추가] 팅커즈 컨스트럭스 (바닐라) (3) | 2015.08.24 |
---|---|
[도구 추가] 커스텀 스폰애그 책 (9) | 2015.08.24 |
[도구 추가] 가방 추가 (1) | 2015.08.24 |
[도구 추가] 포탈건 추가 (1) | 2015.08.23 |
[환경 추가] 발전된 날씨와 온도 (1) | 2015.08.23 |