Skip to content

커맨드블록을 이용한 포탈건 구현 (available on 1.16.x)

Notifications You must be signed in to change notification settings

slo0ey/MC-PortalGun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MC-PortalGun

커맨드블록을 이용한 포탈건 구현 (available on 1.16.x)

  • 실제로 적용할때는 mcfunction파일이 아닌 커맨드블록에 입력하여야 합니다.
  • 또한
# R !c
명령어1
# C c
명령어2
# C c
명령어3

# R !c
명령어4
# C c
명령어5
# C c
명령어6

이런식으로 써져있을시 (명령어1, 명령어2, 명령어3 그룹), 그리고 (명령어4, 명령어5, 명령어6 그룹)은 커맨드블록의 방향이 같도록 연결되어있어야 합니다.

  • R(Repeatable)은 반복형 커맨드블럭, C(Chaining)은 연쇄형 커맨드블럭 입니다.
  • c(Condition)은 조건형, !c(Not Condition)은 무조건형 커맨드블럭 입니다.

About

커맨드블록을 이용한 포탈건 구현 (available on 1.16.x)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published