You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Thanks for helping improve MahjongEngine.
11
11
## Local Setup
12
12
13
13
1. Fork and clone the repository.
14
-
2. Use JDK 21+ for the default build. The released jar is built with Java 17 bytecode and `api-version: 1.20`, so a single jar runs on Paper/Folia 1.20.1 through 26.2.
14
+
2. Use JDK 21+ for the default build. The released jar uses Java 21 bytecode and `api-version: 1.20`, so its server runtime must also provide Java 21 or newer.
Copy file name to clipboardExpand all lines: THIRD_PARTY_NOTICES.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,14 @@ The Amitaro recordings may be redistributed only as part of a work such as this
21
21
22
22
## Separate platforms and runtime libraries
23
23
24
-
Paper, Folia, and CraftEngine are separate server components supplied by the server operator. Paper's plugin loader resolves mahjong-utils, MariaDB Connector/J, MySQL Connector/J, H2, HikariCP, Caffeine, Kotlin, and kotlinx.serialization as separate libraries under their respective upstream licenses. See the README and build files for links, versions, and license identifiers.
24
+
Paper, Folia, and CraftEngine are separate server components supplied by the server operator. Paper's plugin loader resolves mahjong-utils, MariaDB Connector/J, MySQL Connector/J, H2, HikariCP, Caffeine, Kotlin, kotlinx.serialization, and the Sparrow libraries below as separate libraries under their respective upstream licenses. See the README and build files for links, versions, and license identifiers.
25
+
26
+
The distribution also uses the following Xiao-MoMi ecosystem libraries:
27
+
28
+
-**sparrow-heart 0.72**, Copyright (c) 2024 XiaoMoMi, under the MIT License, is resolved by Paper's plugin loader: <https://github.com/Xiao-MoMi/sparrow-heart>.
29
+
-**sparrow-reflection 0.33** under the GNU General Public License v3.0 is resolved by Paper's plugin loader: <https://github.com/Xiao-MoMi/sparrow-reflection>.
30
+
-**Mapping-IO 0.8.0** by FabricMC under the Apache License 2.0 is bundled by the upstream Sparrow Reflection artifact: <https://github.com/FabricMC/mapping-io>.
31
+
-**ASM 9.9.1** under the BSD 3-Clause License is resolved by Paper's plugin loader: <https://gitlab.ow2.org/asm/asm>.
0 commit comments