更新ReadMe
This commit is contained in:
parent
a81cbefe9b
commit
4b830fe2d2
33
README.md
33
README.md
|
|
@ -1,42 +1,27 @@
|
||||||
# AnimationCore
|
# AnimationCore
|
||||||
|
[]()
|
||||||
|
[]()
|
||||||
### Project Introduction
|
### Project Introduction
|
||||||
|
|
||||||
#### 1.Capability Tool
|
Addon for Sccore.
|
||||||
|
|
||||||
- You can register a capability with very little code. And It will auto sync to client.
|
|
||||||
- **Supports for players and other entities**
|
|
||||||
|
|
||||||
#### 2.Player Animator Api
|
|
||||||
|
|
||||||
- **The animation has compose now!!! You can dance with other player.**
|
|
||||||
|
|
||||||
- You can **register layers** on the server via JSON or Event.
|
|
||||||
- You can **register animation** on the server via JSON or Event.
|
|
||||||
- You can **register raw animation** on the client via JSON or Event.
|
|
||||||
- You can invite other player to participate in certain animations together.
|
|
||||||
- You can apply to join other player who is playing animation with ride.
|
|
||||||
- You can request a player to playing an animation.
|
|
||||||
|
|
||||||
### How to implementation?
|
### How to implementation?
|
||||||
|
|
||||||
**In repositories:**
|
**In repositories:**
|
||||||
|
|
||||||
```java
|
```groovy
|
||||||
repositories {
|
|
||||||
maven {
|
maven {
|
||||||
name = "Mafuyu404 Maven"
|
name = "LTD Maven"
|
||||||
url = "https://maven.sighs.cc/repository/maven-public/"
|
url = "https://nexus.bot.leisuretimedock.top/repository/maven-public/"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**In dependencies:**
|
**In dependencies:**
|
||||||
|
|
||||||
```java
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.linearpast:sccore:1.20.1-0.1.3")
|
implementation("top.leisuiretimedock.animationcore:animcore:1.20.1-26H7")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user