ProtocolSupport

(★ 538)

Support 1.18, 1.17, 1.16, 1.15, 1.14, 1.13, 1.12, 1.11, 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4.7 clients on Spigot/Paper 1.18.1

  • .editorconfig
  • .gitattributes
  • .gitignore
  • build.gradle
  • gradlew
  • gradlew.bat
  • jitpack.yml
  • LICENSE
  • README.md
  • settings.gradle

# 설치 가이드

1. 코드 내려받기
git clone https://github.com/ProtocolSupport/ProtocolSupport

깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.

cd ProtocolSupport

방금 내려받은 프로젝트 폴더 안으로 이동합니다.

2. Gradle (Java/Kotlin)

보통 추천
사전 준비물
  • Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
  • JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
  • Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
./gradlew build

Gradle로 빌드를 진행합니다.

BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation