Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`