API 버전
This page explains which API versions exist, and to which Minecraft version their implementations belong.
API 버전 |
릴리스 날짜 |
End of Updates |
Known Implementations (Minecraft Version) |
---|---|---|---|
11.0.0 |
추후 공고 |
추후 공고 |
|
10.0.0 |
Sep 3 2023 |
추후 공고 |
|
9.0.0 |
May 19 2022 |
April 1, 2023 |
|
8.2.0 |
Sep 3, 2023 |
Sep 3, 2023 |
|
8.1.0 |
Jan 8, 2022 |
Sep 3, 2023 |
|
8.0.0 |
May 19, 2022 |
Jan 8, 2022 |
|
7.4.0 |
Nov 28, 2020 |
Dec 28, 2021 |
|
7.3.0 |
Aug 30, 2020 |
Nov 28, 2020 |
|
7.2.0 |
Mar 29, 2020 |
Aug 30, 2020 |
|
7.1.0 |
2018년 9월 6일 |
Mar 28, 2020 |
|
7.0.0 |
2018년 1월 1일 |
Sep 5, 2018 |
|
6.0.0 |
2017년 5월 2일 |
2017년 12월 31일 |
|
5.1.0 |
2017년 2월 25일 |
2017년 12월 31일 |
|
It is recommended to always update to the latest stable version of the API or to an LTS version.
참고
You may still choose to develop and release plugins against versions that have reached the end of support, but the Sponge team will not provide bug fixes or features to unsupported builds.
Getting the API Version from Implementations
Getting it from the Jar
See 버저닝.
Getting the Minecraft Version from Implementations
Getting it from the Sources
For SpongeAPI 8 or later:
Check the
gradle.properties
in the project root. It contains an entry with theminecraftVersion
.For SpongeForge or SpongeVanilla:
Go to the referenced SpongeCommon repository and check the
gradle.properties
in the project root. It contains an entry with theminecraftVersion
.참고
The same works for the
mcpMappings
version.For SpongeVanilla (only):
Check the
gradle.properties
in the project root. It contains an entry with theminecraftVersion
.