mirror of
https://github.com/Xiao-MoMi/Custom-Nameplates.git
synced 2025-12-19 15:09:23 +00:00
Update README.md
This commit is contained in:
23
README.md
23
README.md
@@ -35,30 +35,9 @@ Afdian: https://afdian.com/@xiaomomi/
|
|||||||
|
|
||||||
## CustomNameplates API
|
## CustomNameplates API
|
||||||
|
|
||||||
### Maven
|
|
||||||
|
|
||||||
```html
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>xiaomomi repo</id>
|
|
||||||
<url>https://repo.momirealms.net/</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
```
|
|
||||||
```html
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>net.momirealms</groupId>
|
|
||||||
<artifactId>custom-nameplates</artifactId>
|
|
||||||
<version>3.0.19</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
```
|
|
||||||
### Gradle (Kotlin)
|
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
repositories {
|
repositories {
|
||||||
maven("https://repo.momirealms.net/")
|
maven("https://repo.momirealms.net/releases/")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
```kotlin
|
```kotlin
|
||||||
|
|||||||
Reference in New Issue
Block a user