# Custom-Nameplates ![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/Xiao-MoMi/Custom-Nameplates) [![](https://jitpack.io/v/Xiao-MoMi/Custom-Nameplates.svg)](https://jitpack.io/#Xiao-MoMi/Custom-Nameplates) Gitbook [![Scc Count Badge](https://sloc.xyz/github/Xiao-MoMi/Custom-Nameplates/?category=codes)](https://github.com/Xiao-MoMi/Custom-Nameplates/) ![Code Size](https://img.shields.io/github/languages/code-size/Xiao-MoMi/Custom-Nameplates) ![bStats Servers](https://img.shields.io/bstats/servers/16649) ![bStats Players](https://img.shields.io/bstats/players/16649) ![GitHub](https://img.shields.io/github/license/Xiao-MoMi/Custom-Nameplates) ## 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 ## Support the developer Polymart: https://polymart.org/resource/customnameplates.2543 \ Afdian: https://afdian.com/@xiaomomi ## CustomNameplates API ### Maven ```html jitpack https://jitpack.io/ ``` ```html com.github.Xiao-MoMi Custom-Nameplates {VERSION} provided ``` ### Gradle (Groovy) ```groovy repositories { maven { url 'https://jitpack.io' } } ``` ```groovy dependencies { compileOnly 'com.github.Xiao-MoMi:Custom-Nameplates:{VERSION}' } ``` ### Gradle (Kotlin) ```kotlin repositories { maven("https://jitpack.io/") } ``` ```kotlin dependencies { compileOnly("com.github.Xiao-MoMi:Custom-Nameplates:{VERSION}") } ```