Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: about 4 hours 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 (over 2 years ago)
- Default Branch: stonecutter
- Last Pushed: 2024-08-26T19:21:06.000Z (2 months ago)
- Last Synced: 2024-08-26T22:27:15.250Z (2 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
- Language: Java
- Homepage: https://modrinth.com/mod/namefabric
- Size: 304 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NameFabric
[![Requires Fabric API](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/requires/fabric-api_vector.svg)](https://modrinth.com/mod/fabric-api) ![Won't support forge](https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/unsupported/forge_vector.svg) [![Supports minecraft versions from 1.16](https://notcoded.needs.rest/r/badge_minecraft_1.16plus.svg)](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`