https://github.com/not-coded/namefabric
Shows you public player data like past usernames, current skin, and more using the Mojang's API and LabyNet's API.
https://github.com/not-coded/namefabric
code fabric fabric-server fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-mod minecraft-server misc miscellaneous mod mojang mojang-api namefabric namemc not-coded notcoded stonecutter stonecutter-mod
Last synced: about 2 months ago
JSON representation
Shows you public player data like past usernames, current skin, and more using the Mojang's API and LabyNet's API.
- Host: GitHub
- URL: https://github.com/not-coded/namefabric
- Owner: not-coded
- License: lgpl-2.1
- Created: 2022-06-25T10:54:06.000Z (almost 3 years ago)
- Default Branch: stonecutter
- Last Pushed: 2025-03-23T18:01:07.000Z (3 months ago)
- Last Synced: 2025-03-23T19:19:27.451Z (3 months ago)
- Topics: code, fabric, fabric-server, fabricmc, fabricmc-mod, minecraft, minecraft-fabric, minecraft-mod, minecraft-server, misc, miscellaneous, mod, mojang, mojang-api, namefabric, namemc, not-coded, notcoded, stonecutter, stonecutter-mod
- Language: Java
- Homepage: https://modrinth.com/mod/namefabric
- Size: 389 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# NameFabric
[](https://modrinth.com/mod/fabric-api)  [](https://minecraft.net)
This mod allows you to get public player data like past usernames, current skin, and more using [LabyNet's](https://laby.net) and [Mojang's API](https://api.mojang.com).
## Features
- **/namehistory** | Gets the past names of a player.
- **/getuuid** | Gets the uuid of a player.
- **/getskin** | Gets the current skin of a player.
- **/getcape** | Gets the current cape of a player.## Building
- Clone the repository
- `git clone https://github.com/not-coded/NameFabric`
- Run `./gradlew chiseledBuild`