9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-19 06:59:26 +00:00
2025-10-16 03:18:18 +08:00
2025-12-18 03:56:29 +08:00
2025-10-14 00:43:57 +08:00
2025-12-14 20:30:26 +01:00
2022-06-21 22:42:55 +08:00
2024-11-19 18:33:04 +08:00
2025-12-12 17:14:14 +08:00
2025-12-12 17:14:14 +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
2025-01-26 23:27:46 +08:00
2025-01-26 23:20:27 +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 /backend/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

repositories {
    maven("https://repo.momirealms.net/releases/")
}
dependencies {
    compileOnly("net.momirealms:custom-nameplates:3.0.19")
}
Description
Languages
Java 99.7%
GLSL 0.3%