Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nuckle/minecraft-offline-uuid-generator

A tool to generate/convert Minecraft UUIDs
https://github.com/nuckle/minecraft-offline-uuid-generator

minecraft mojang pwa uuid vite webpage

Last synced: 25 days ago
JSON representation

A tool to generate/convert Minecraft UUIDs

Awesome Lists containing this project

README

        

# Minecraft Offline UUID Generator

## Preview

Click to see image preview
preview

You can view the page using one of the following URLs:

- [Github URL](https://nuckle.github.io/minecraft-offline-uuid-generator/)
- [Gitlab URL](https://w973.gitlab.io/minecraft-offline-uuid-generator/)

## Features

- dark and light theme
- keyboard friendly
- drag and drop support for username file
- output as json or plain text
- an ability to download output
- can be locally installed as PWA
- syntax highlighting
- mojang api support (via `api.ashcon.app`)

## Requirements

- `Node.JS` 18.x.x
- `git`

## Build

```sh
$ git clone https://gitlab.com/w973/minecraft-offline-uuid-generator.git # or https://github.com/nuckle/minecraft-offline-uuid-generator.git
$ cd minecraft-offline-uuid-generator/
$ npm i
$ npm run build
```

Your build will be at `dist` directory

**NOTE**: a local web server is required