Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nuckle/minecraft-offline-uuid-generator
- Owner: nuckle
- License: agpl-3.0
- Created: 2023-08-09T14:17:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T13:40:56.000Z (about 1 month ago)
- Last Synced: 2024-11-17T14:38:02.421Z (about 1 month ago)
- Topics: minecraft, mojang, pwa, uuid, vite, webpage
- Language: CSS
- Homepage: https://nuckle.github.io/minecraft-offline-uuid-generator/
- Size: 759 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Offline UUID Generator
## Preview
Click to see image 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