Cloud
대표칭호 없음
안녕하세요 설율 입니다!
이번에 할 강좌는 미스틱몹 커맨드 스킬 강좌 입니다!
먼저 서버에서 커맨드 블럭 사용을 허용해주세요
enable-command-block=true
그다음에 스킬을 하나 만들어줄게요
testskill: Skills: - command{c=""}
일단 커맨드 스킬을 사용하려면 - command{c=""} 가 기초입니다
그다음에 " " 부분에 / 을 빼주시고 입력해주세요
이런식으로요
testskill: Skills: - command{c="time set day"} - command{c="weather clear"}
이걸 응용해서 아래와 같이 만들수 있습니다
Skills: - command{c="execute at <mob.uuid> run fill ~2 ~2 ~2 ~-2 ~-2 ~-2 minecraft:white_wool"}
Skills: - command{c="execute at <target.uuid> run fill ~2 ~2 ~2 ~-2 ~-2 ~-2 minecraft:white_wool"} @self
- command{c="execute at <mob.uuid> run minecraft:scoreboard players set @a[x=-16,y=104,z=-60,dx=-3,dy=3,dz=9] mrjlmmw1b 0"} - command{c="execute at <mob.uuid> run minecraft:scoreboard players set @a[x=-16,y=104,z=-60,dx=-3,dy=3,dz=9] mrjlmmw1b 1 <&lc>Inventory:[<&lc>id:minecraft:paper,tag:<&lc>display:<&lc>Lore:[0:,1:&7Can be used once for any,2:&7monorail on Jaygrounds.,3:&8Absolutely no refunds.,4:],Name:&fMonorail Ticket&r<&rc><&rc>,Damage:0s<&rc>]<&rc>"} - command{c="execute at <mob.uuid> run minecraft:scoreboard players set @a[x=-16,y=104,z=-60,dx=-3,dy=3,dz=9,score_donators_min=1] mrjlmmw1b 2"} - command{c="execute at <target.uuid> run minecraft:tp @a[team=!pve_ruins_1,r=50] 366.5 71 487.5 0 0"} - command{c="execute at <target.uuid> run minecraft:team join pve_ruins_1 @a[r=50]"} - command{c="execute at <target.uuid> run minecraft:scoreboard objectives remove pve_ruins_cur"} - command{c="execute at <target.uuid> run minecraft:team remove pve_ruins_3"} - command{c="execute at <target.uuid> run minecraft:fill 368 71 494 364 72 494 minecraft:acacia_fence replace minecraft:air"} - command{c="execute at <target.uuid> run mm m s pve_ruins_sign_arena_ready 1 world,366.5,71,493.5"}
이로써 오늘의 강좌를 마무리 할게요!
댓글이 없습니다.
새로운 댓글을 등록해 주세요!