9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2026-01-04 15:31:47 +00:00
XiaoMoMi 43e006f49d 3.0.12
2024-11-18 03:03:45 +08:00
2024-11-18 02:51:49 +08:00
2024-11-18 03:03:45 +08:00
2024-11-11 15:37:37 +08:00
2024-11-02 20:12:38 +08:00
2024-11-18 01:53:08 +08:00
3.0
2024-10-05 22:42:28 +08:00
2022-06-21 22:42:55 +08:00
2024-01-23 16:53:01 +08:00
3.0
2024-10-05 22:42:28 +08:00
2024-11-18 03:03:45 +08:00
2024-01-18 02:01:28 +08:00
2024-01-18 02:01:28 +08:00
2024-10-06 23:12:48 +08:00
2022-07-23 14:00:58 +02:00
2024-11-10 19:54:00 +08:00
3.0
2024-10-05 22:42:28 +08:00

Custom-Nameplates

CodeFactor Grade Gitbook Scc Count Badge Code Size bStats Servers bStats Players GitHub

How to Build

Command Line

Install JDK 17 & 21.
Start terminal and change directory to the project folder.
Execute ".\gradlew build" and get the artifact under /target folder

IDE

Import the project and execute gradle build action.
Get the artifact under /target folder

How to Contribute

Translations

Clone this project and create a new language file in the /common/src/main/resources/translations directory.
Once your changes are ready, open a pull request for review. We appreciate your works!

Support the Developer

Polymart: https://polymart.org/resource/customnameplates.2543/
BuiltByBit: https://builtbybit.com/resources/customnameplates.36359/
Afdian: https://afdian.com/@xiaomomi/

CustomNameplates API

Maven

<repositories>
  <repository>
    <id>jitpack</id>
    <url>https://jitpack.io/</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.github.Xiao-MoMi</groupId>
    <artifactId>Custom-Nameplates</artifactId>
    <version>{VERSION}</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle (Groovy)

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    compileOnly 'com.github.Xiao-MoMi:Custom-Nameplates:{VERSION}'
}

Gradle (Kotlin)

repositories {
    maven("https://jitpack.io/")
}
dependencies {
    compileOnly("com.github.Xiao-MoMi:Custom-Nameplates:{VERSION}")
}
Description
Languages
Java 99.7%
GLSL 0.3%