mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
[ci skip] Update translations (#64)
* Update translations * Oops, a "syntax error"
This commit is contained in:
16
README.md
16
README.md
@@ -8,9 +8,9 @@ Leaves
|
|||||||
|
|
||||||
**English** | [中文](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md)
|
**English** | [中文](https://github.com/LeavesMC/Leaves/blob/master/README_cn.md)
|
||||||
|
|
||||||
> Fork of [Paper](https://github.com/PaperMC/Paper) aimed at repairing broken vanilla properties.
|
> Fork of [Paper](https://github.com/PaperMC/Paper) aims at repairing broken vanilla properties.
|
||||||
|
|
||||||
> You can see what we modify and fix in [this](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md)
|
> You can see what we modify and fix at [here](https://github.com/LeavesMC/Leaves/blob/master/docs/MODIFICATION.md)
|
||||||
|
|
||||||
## How To (Server Admins)
|
## How To (Server Admins)
|
||||||
Leaves use the same paperclip jar system that Paper uses.
|
Leaves use the same paperclip jar system that Paper uses.
|
||||||
@@ -23,7 +23,7 @@ You can visit our [documentation](https://docs.leavesmc.top/leaves) for more inf
|
|||||||
|
|
||||||
## How To (Plugin developers)
|
## How To (Plugin developers)
|
||||||
In order to use Leaves as a dependency you must [build it yourself](https://github.com/LeavesMC/Leaves#building).
|
In order to use Leaves as a dependency you must [build it yourself](https://github.com/LeavesMC/Leaves#building).
|
||||||
Each time you want to update your dependency you must re-build Leaves.
|
Each time you want to update your dependency, you must re-build Leaves.
|
||||||
|
|
||||||
Leaves-API maven dependency:
|
Leaves-API maven dependency:
|
||||||
```kotlin
|
```kotlin
|
||||||
@@ -41,13 +41,13 @@ dependencies {
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
You need JDK 17 and good internet connection
|
You need JDK 17 and good Internet conditions
|
||||||
|
|
||||||
Clone this repo, run `./gradlew applyPatches`, then `./gradlew createReobfBundlerJar` form your terminal.
|
Clone this repo, run `./gradlew applyPatches`, then run `./gradlew createReobfBundlerJar` in your terminal.
|
||||||
|
|
||||||
You can find jar in `build/libs` directory.
|
You can find the jars in the `build/libs` directory.
|
||||||
|
|
||||||
## Pull Request
|
## Pull Requests
|
||||||
|
|
||||||
See [Contributing](https://github.com/LeavesMC/Leaves/blob/master/docs/CONTRIBUTING.md)
|
See [Contributing](https://github.com/LeavesMC/Leaves/blob/master/docs/CONTRIBUTING.md)
|
||||||
|
|
||||||
@@ -56,5 +56,3 @@ See [Contributing](https://github.com/LeavesMC/Leaves/blob/master/docs/CONTRIBUT
|
|||||||
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
|
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
|
||||||
|
|
||||||
[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports We with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). We recommend using IntelliJ IDEA as your IDE.
|
[JetBrains](https://www.jetbrains.com/), creators of the IntelliJ IDEA, supports We with one of their [Open Source Licenses](https://www.jetbrains.com/opensource/). We recommend using IntelliJ IDEA as your IDE.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -55,5 +55,3 @@ dependencies {
|
|||||||
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
|
[<img src="https://user-images.githubusercontent.com/21148213/121807008-8ffc6700-cc52-11eb-96a7-2f6f260f8fda.png" alt="" width="150">](https://www.jetbrains.com)
|
||||||
|
|
||||||
[JetBrains](https://www.jetbrains.com/),IntelliJ IDEA的创造者,为Leaves提供了 [开源许可证](https://www.jetbrains.com/opensource/)。我们极力推荐使用IntelliJ IDEA作为你的IDE。
|
[JetBrains](https://www.jetbrains.com/),IntelliJ IDEA的创造者,为Leaves提供了 [开源许可证](https://www.jetbrains.com/opensource/)。我们极力推荐使用IntelliJ IDEA作为你的IDE。
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ echo "$leavesid [![download](https://img.shields.io/github/downloads/LeavesMC/Le
|
|||||||
echo "=====" >> $releaseinfo
|
echo "=====" >> $releaseinfo
|
||||||
echo "" >> $releaseinfo
|
echo "" >> $releaseinfo
|
||||||
if [ $preVersion = "true" ]; then
|
if [ $preVersion = "true" ]; then
|
||||||
echo "> This is early, experimental build. It is only recommended for usage on test servers and should be used with caution." >> $releaseinfo
|
echo "> This is an early, experimental build. It is only recommended for usage on test servers and should be used with caution." >> $releaseinfo
|
||||||
echo "> **Backups are mandatory!**" >> $releaseinfo
|
echo "> **Backups are mandatory!**" >> $releaseinfo
|
||||||
echo "" >> $releaseinfo
|
echo "" >> $releaseinfo
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user