플러그인 개발하기

이 항목은 Sponge API로 플러그인을 개발하려는 개발자들을 위해 쓰였습니다. 따라서 Sponge API의 여러 측면과 그 뒤의 개념을 다룰 것입니다. 명심할 점은 이 문서는 개발자들이 Sponge API 를 사용해 개발을 시작하는 것을 돕는 것일 뿐, 관련된 모든 개념을 설명하려는 목적은 없습니다. API에 익숙해 지셨다면 Javadocs 가 또 한번 도움이 될 것입니다.

참고

It is recommended to have prior experience with developing in Java! Copying-and-pasting examples from the documentation likely will not work, especially without modification.

The Cookbook is a collection of fully functional plugins that each demonstrate a specific part of the SpongeAPI. These plugin “recipes” are standalone and are compilable via Gradle or Maven. Some of them demonstrate how to create plugins using other JVM languages such as Scala and Kotlin.

내용