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)
|
||||
|
||||
> 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)
|
||||
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)
|
||||
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:
|
||||
```kotlin
|
||||
@@ -41,13 +41,13 @@ dependencies {
|
||||
|
||||
## 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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
[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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user